/* line 3, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/admin.scss */
.admin-dashboard-content {
  padding-top: 10px;
  margin-left: 250px;
  border-left: 1px solid #e7e7e7;
  min-height: 600px;
}
/* line 1, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/admin/advisors.scss */
.advisor-image-preview {
  border-radius: 50% !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 5, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/admin/companies.scss */
.form_error {
  border: 1px solid #960707 !important;
  border-radius: 4px !important;
  box-shadow: inset 0 0 1px #960707 !important;
}
/* line 5, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/books.scss */
.book-card {
  color: #434444;
  box-sizing: border-box;
  border-top: 2px solid #f0008c;
  box-shadow: 12px 0 20px -4px rgba(0, 0, 0, 0.1), 0 -10px 0px 0px white, 12px 0 20px -4px rgba(0, 0, 0, 0.1), -12px 0 20px -4px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
  background-color: #fff;
  margin: auto;
  padding-bottom: 5%;
  margin-bottom: 5%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* line 18, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/books.scss */
.book-card .book-img {
  background-image: url(/assets/content/books/book_open_2019-46d3368874b34f3a0c7805c00754168ca7f9688e71fcc34b2d9bd78d2bd664d2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
}

@media (max-width: 1500px) and (min-width: 1141px) {
  /* line 28, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/books.scss */
  .book-card > .book-img {
    height: 360px;
  }
}
@media (max-width: 1140px) and (min-width: 971px) {
  /* line 33, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/books.scss */
  .book-card > .book-img {
    height: 270px;
  }
}
@media (max-width: 970px) and (min-width: 541px) {
  /* line 38, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/books.scss */
  .book-card > .book-img {
    height: 210px;
  }
}
@media (max-width: 540px) {
  /* line 43, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/books.scss */
  .book-card > .book-img {
    height: 180px;
  }
}
/* line 5, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.contact-us-form {
  background-color: #f1f1f1 !important;
  -webkit-box-shadow: inset 0 1px 0 0 #adadad !important;
  -moz-box-shadow: inset 0 1px 0 0 #adadad !important;
  box-shadow: inset 0 1px 0 0 #adadad !important;
}
/* line 10, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.contact-us-form::-webkit-input-placeholder {
  color: #b3b3b3 !important;
}
/* line 13, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.contact-us-form:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3 !important;
  opacity: 1;
}
/* line 17, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.contact-us-form::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3 !important;
  opacity: 1;
}
/* line 21, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.contact-us-form:-ms-input-placeholder {
  color: #b3b3b3 !important;
}

/* line 26, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.contact-page-form {
  margin-top: 42px;
}

@media (max-width: 991px) {
  /* line 31, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
  .contact-page-form {
    margin-top: -20px;
  }
}
/* line 36, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.send_contact {
  background-color: transparent;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin: 0 auto;
}

/* line 45, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
#contact-menu {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding: 0 4%;
}
/* line 50, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
#contact-menu li {
  margin: 6px auto;
}

/* line 55, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.contact-details {
  margin-left: 0px;
  margin-bottom: 20px;
  color: #f0008c;
}
/* line 59, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.contact-details h4 {
  display: inline-block;
  line-height: 50px;
  margin: 0;
  margin-left: 10px;
  font-weight: 300;
}

/* line 68, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.contact-panel-left {
  margin-top: 3rem;
}

/* line 72, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.contact-address {
  color: #f0008c;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 15px;
}
/* line 78, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.contact-address h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
/* line 83, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.contact-address p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

/* line 91, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.contact-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
}

/* line 97, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.navbar-contact {
  width: 100% !important;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 103, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.navbar-contact .pink-strip {
  height: 2px;
  background-color: #f0008c;
  width: 76%;
  margin: auto;
}
/* line 109, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.navbar-contact ul {
  list-style: none;
  text-align: center;
  width: 100%;
  margin: auto;
  margin-bottom: 0;
  padding: 0px;
  display: table;
  overflow: hidden;
  transform: translateY(-50%) !important;
}
/* line 120, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.navbar-contact li {
  display: inline-block;
  width: 24%;
}

/* line 126, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.btn-send-email {
  padding: 0 5px !important;
  background-color: #f0008c;
  color: white;
}
/* line 130, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.btn-send-email img {
  background-color: transparent;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  margin-top: -5px;
}
/* line 137, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.btn-send-email h4 {
  display: inline-block;
  line-height: 40px;
  margin-left: 0;
  margin-right: 5px;
  font-weight: 400;
}

/* line 146, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.social-media-icon {
  color: #f5f5f5;
  background-color: #f0008c;
  vertical-align: middle;
  padding-top: 7px;
  text-align: center;
  border: 1px solid #CC0077;
  border-radius: 50%;
  z-index: 1;
  font-size: 3rem !important;
  width: 6rem;
  height: 6rem;
  padding-top: 1.5rem;
  z-index: 1;
}
/* line 160, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.social-media-icon:hover {
  color: black;
  border-color: black;
}

/* GOOGLE MAP LOCATION */
/* line 167, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
#map {
  margin-bottom: 10px;
  width: 100%;
  height: 420px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

/* line 175, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.map-content {
  transform: rotate(-45deg) !important;
  margin: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 2%;
  padding-top: 4%;
  width: 180px;
  height: 180px;
}

/* line 187, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.location-logo {
  max-height: 42px;
  width: auto;
  display: block;
  margin: auto;
}

/* line 194, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.map-address {
  text-align: left !important;
  display: inline-block;
  margin: auto;
  padding-left: 10px;
  font-weight: 400;
  font-size: 14px;
  padding-top: 2px;
}

/* line 204, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.get-directions {
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.2em;
  border: 1px solid white;
  border-radius: 6px;
  width: 120px;
  padding: 4px;
  display: inline-block;
  margin: auto;
}
/* line 216, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.get-directions:hover {
  color: #e92a8b;
  border-color: black;
  background-color: #ffffff;
  text-decoration: none;
}

/* The location pointed to by the popup tip. */
/* line 225, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.popup-tip-anchor {
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}

/* The bubble is anchored above the tip. */
/* line 232, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}

/* Inner ring  */
/* line 239, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -23px;
  height: 16px;
  width: 46px;
  border: 3px solid #e92a8b;
  border-radius: 50%;
}

/* Outter ring */
/* line 250, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.popup-bubble-anchor::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -37px;
  height: 30px;
  width: 74px;
  border: 3px solid #e92a8b;
  border-radius: 50%;
}

/* The popup bubble itself. */
/* line 261, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
.popup-bubble-content {
  position: absolute;
  top: -230px;
  left: -100px;
  transform: rotate(45deg) !important;
  /* Style the info window. */
  background-color: #e92a8b;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2em;
  padding: 2%;
  border-radius: 20px;
  width: 200px;
  height: 200px;
  overflow-y: auto;
  line-height: 0.5em;
  border: 2px solid white;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  /* line 281, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
  .social-media-icon {
    font-size: 2rem !important;
    padding-top: 1rem;
    width: 4rem;
    height: 4rem;
    z-index: 1;
  }
  /* line 287, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/contacts.scss */
  .social-media-icon:hover {
    color: black;
    border-color: black;
  }
}
/* line 4, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.podcast-entry {
  margin-top: 1vh;
  margin-bottom: 1vh;
  border-bottom: 1px solid #e92a8b;
  padding-bottom: 2vh;
}

/* line 10, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.podcast-title {
  color: #e92a8b;
  font-weight: 400;
}

/* line 15, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container {
  color: #434444;
  box-sizing: border-box;
  border-top: 2px solid #f0008c;
  box-shadow: 12px 0 20px -4px rgba(0, 0, 0, 0.1), 0 -10px 0px 0px white, 12px 0 20px -4px rgba(0, 0, 0, 0.1), -12px 0 20px -4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  line-height: 1.6;
  background-color: #fff;
  margin: 3% 1%;
  width: 46%;
  flex: 1;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
}
/* line 29, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container a {
  text-decoration: none !important;
}
/* line 32, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container:hover {
  text-decoration: none;
  color: #434444;
}
/* line 36, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container:hover h3 {
  color: #e92a8b !important;
}
/* line 39, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container .blog-card {
  width: 100%;
  padding: 0;
}
/* line 42, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container .blog-card .blog-card-body {
  padding: 5%;
}
/* line 46, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container h3 {
  font-size: 2.8rem;
  line-height: 1;
  color: #434444;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 400;
}

/* line 56, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-podcast-image {
  max-height: 12em;
  width: auto;
  margin: auto;
  text-align: center;
}

@media (max-width: 580px) {
  /* line 64, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
  .content-podcast-image {
    max-height: 12em;
    width: auto;
    margin: auto;
    text-align: center;
  }

  /* line 71, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
  .content-card-container {
    margin: 1%;
    min-width: 100% !important;
    padding-bottom: 20px;
    margin: 18px auto;
  }
  /* line 76, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
  .content-card-container h3 {
    font-size: 2.3rem;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 400;
  }
  /* line 83, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
  .content-card-container .date_underline {
    margin-left: 30px;
  }
}
/* line 3, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-header {
  font-size: 1.1em;
}

/* --- ENTITY CARD --- */
/* line 8, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.company-tile a,
.result-item a {
  text-decoration: none;
  color: #000;
}

/* line 14, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.company-tile a:hover,
.result-item a:hover {
  text-decoration: none;
  color: #000;
}

/* line 20, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.result-item-panel {
  height: 400px;
}

/* line 24, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-card-container .image-container {
  display: flex;
  align-items: center;
}
/* line 27, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-card-container .image-container img {
  display: block;
  margin: 0 auto;
}

/* line 33, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-card .member-banner-card {
  display: flex;
  align-items: center;
}
/* line 38, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-card .member-banner-card img {
  max-width: 90%;
  height: auto;
  margin: 8px auto 0 auto;
}

/* --- End of Entity Card --- */
/* --- ENTITY INDEX/SEARCH --- */
/* line 49, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-label, .filter-panel label {
  color: #aaaaaa;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
}

/* line 62, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel .slider {
  width: 100% !important;
}
/* line 65, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel .slider .min-slider-handle {
  background-color: #f0008c !important;
  background-image: none;
}
/* line 70, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel .slider .slider-track {
  height: 5px;
  margin-top: -2px;
}
/* line 75, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel .slider .slider-selection {
  background-image: none;
  background-color: #9e9e9e !important;
}

/* line 80, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.greenwarrior {
  background-color: #6ba150;
}

/* line 84, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.selectize-input {
  min-height: 39px;
}

/* line 88, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.form-control.selectize-control {
  height: 39px;
}

/* line 92, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel .selectize-this .selectize-input {
  height: auto !important;
  min-height: 39px;
  display: block;
  width: 100%;
  padding: 8px 12px 6px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 109, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.get-filters-text {
  color: #555555;
  text-align: center;
}

/* line 115, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.label-center {
  display: block;
  text-align: center;
  padding: 0;
}

/* line 121, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}

/* line 128, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel-upper {
  min-height: 40px;
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 15px 0 0 0;
  margin-bottom: 10px;
}

/* line 137, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel-lower {
  min-height: 0;
  display: none;
  padding: 0 0;
  margin-top: 0px;
}

/* line 144, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.priority-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
}
/* line 150, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.priority-filters .col-md-3,
.priority-filters .col-sm-6,
.priority-filters .col-xs-6 {
  margin-bottom: 1%;
}

/* line 157, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.priority-filter {
  width: 18.5%;
}

/* line 161, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.disabled-filter {
  background-color: #dddddd;
  border-radius: 4px;
}

/* line 166, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.disabled-filter > .caret {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 173, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.select-disabled {
  display: block;
  width: 100%;
  height: 39px;
  padding: 8px 12px 6px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  background-color: #dddddd;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 186, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.select-disabled:hover {
  cursor: pointer;
}

/* line 191, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
}
/* line 197, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filters .col-md-3,
.filters .col-sm-6,
.filters .col-xs-6 {
  margin-bottom: 2%;
}

/* line 204, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter {
  width: 13.5%;
  margin: 10px 2.5% 0 2.5%;
}

/* line 209, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters {
  display: flex;
  align-content: center;
  justify-content: center;
}

/* line 215, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters.show-more-filters {
  color: #e92a8b;
  display: flex;
  align-content: center;
  justify-content: center;
}
/* line 220, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters.show-more-filters h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
/* line 225, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters.show-more-filters .material-icons.md-36 {
  font-size: 32px;
  line-height: 22px;
  color: #e92a8b;
  vertical-align: middle;
}
/* line 231, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters.show-more-filters:hover {
  cursor: pointer;
}

/* line 236, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters-text {
  transition: all 0.4s;
  transform: rotate(0deg);
}

/* line 241, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters-text.open {
  transition: all 0.4s;
  transform: rotate(180deg);
}

/* line 246, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.material-icons.md-36 {
  font-size: 36px;
  color: #777777;
}

/* line 251, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.clear-filters-button {
  width: 15%;
  margin: 15px auto 15px auto;
  border: 1px solid;
  border-color: #ddd;
  border-radius: 4px;
  color: #777777;
}

/* line 260, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-search-button {
  width: 100%;
  border-radius: 0 0 4px 4px;
}

/* --- End of Entity Index --- */
/* --- ENTITY SHOW PAGE --- */
/* line 267, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.company-info-title {
  font-size: 18px;
  font-weight: 400;
}

/* line 271, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.company-info-value {
  font-size: 16px;
}

/* line 275, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-form {
  padding-bottom: 5%;
}

/* line 280, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.create-btn {
  margin-bottom: 1em;
}

/* line 285, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.report-badge-panel .image-container {
  display: flex;
  align-items: center;
}
/* line 289, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.report-badge-panel .image-container img {
  display: block;
  margin: 0 auto;
}

/* line 296, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-links {
  padding: 20px 0;
}

/* line 301, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.request-intro-button {
  border: 1px solid #e92a8b;
  border-radius: 2px;
  text-align: center;
  width: 20%;
  margin: 0 auto 40px auto;
}

/* line 309, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.request-intro-button:hover {
  background-color: #e92a8b;
  cursor: pointer;
}

/* line 314, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.request-intro-button p {
  color: #e92a8b;
  font-size: 17.5px;
  text-align: center;
  margin-bottom: 0;
}

/* line 321, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.request-intro-button p:hover {
  color: #ffffff;
}

/* line 325, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.comments {
  list-style: none;
  padding: 0;
}
/* line 329, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.comments .comment_user {
  margin-top: 5em;
  padding-top: 0;
  font-weight: bold;
}
/* line 334, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.comments .comment_body {
  display: block;
  margin: 15px;
}
/* line 338, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.comments .comment_timestamp {
  color: gray;
  display: block;
  margin-left: 60px;
}

/* line 346, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links {
  padding-top: 20px;
}
/* line 348, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links a {
  text-decoration: none;
  padding: 0 10px;
}
/* line 352, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links .facebook {
  color: #3b5998;
}
/* line 354, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links .facebook:hover {
  color: #4c70ba;
}
/* line 358, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links .twitter {
  color: #1da1f2;
}
/* line 360, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links .twitter:hover {
  color: #4db5f5;
}
/* line 364, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links .linkedin {
  color: #0077b5;
}
/* line 366, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links .linkedin:hover {
  color: #0099e8;
}

/* line 371, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.infographic-container {
  max-width: 90%;
  min-width: 60%;
  height: auto;
  margin: auto;
}
/* line 376, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.infographic-container .entity-infographic {
  width: 100%;
  height: auto;
}

/* line 383, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

/* line 389, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

/* line 400, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

/* line 405, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 411, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li:after {
  clear: both;
}

/* line 415, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 421, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li:after {
  clear: both;
}

/* line 425, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

/* line 436, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

/* line 448, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

/* line 460, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li > .timeline-badge {
  color: #fff;
  width: 14px;
  height: 14px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 36px;
  left: 50%;
  margin-left: -7px;
  background-color: #e92a8b;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

/* line 479, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

/* line 483, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

/* line 490, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

/* line 497, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-badge.primary {
  background-color: #e92a8b !important;
}

/* line 501, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-badge.success {
  background-color: #e92a8b !important;
}

/* line 505, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-badge.warning {
  background-color: #e92a8b !important;
}

/* line 509, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-badge.danger {
  background-color: #e92a8b !important;
}

/* line 513, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-badge.info {
  background-color: #e92a8b !important;
}

/* line 517, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-title {
  margin-top: 0;
  color: inherit;
}

/* line 522, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 527, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-body > p + p {
  margin-top: 5px;
}

/* --- End of Entity Show Page --- */
/* line 1, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.container-fluid.members-container {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 1.8rem;
  font-family: "Roboto";
  text-align: justify;
}
/* line 7, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.container-fluid.members-container h1,
.container-fluid.members-container h2,
.container-fluid.members-container h3 {
  color: #f0008c;
  font-weight: 400;
  text-align: center;
}

/* line 16, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.member-profile-column {
  padding: 22px 6%;
  background-color: #ffffff;
  margin: -60px auto 60px auto;
  box-shadow: 0 -20px 0px 0px white, 12px 0 40px -4px rgba(0, 0, 0, 0.2), -12px 0 40px -4px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* line 25, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.member-profile-column.bottom-section {
  margin: -30px auto 30px auto;
  padding: 0 6%;
}

/* line 31, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.member-profile-info-box {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #f0008c;
  margin-bottom: 22px;
}

/* line 37, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.member-profile-info-box.padded {
  padding: 22px 22px 40px 22px;
}

/* line 41, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.member-introduction {
  display: flex;
}
/* line 44, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.member-introduction .logo-container {
  padding: 0 !important;
  justify-content: left;
  align-items: center;
  max-width: 40%;
  display: flex;
}
/* line 50, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.member-introduction .logo-container img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 240px;
  min-width: 180px;
}
/* line 58, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.member-introduction .entity-info {
  width: auto;
  padding: 0 22px;
  display: grid;
}
/* line 62, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.member-introduction .entity-info p,
.member-introduction .entity-info h2 {
  text-align: left;
  align-self: center;
  justify-content: left;
  margin-top: 12px;
}

/* line 72, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.btn.readMoreLink {
  display: block;
  max-width: 140px;
  padding: 4px;
  margin-top: 16px;
}

/* line 79, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.entity-info-card {
  margin-bottom: 6px;
}
/* line 81, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.entity-info-card img {
  width: 100%;
  height: auto;
  margin: 4px auto;
}
@media (max-width: 768px) {
  /* line 81, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .entity-info-card img {
    width: auto;
  }
}
/* line 91, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.entity-info-card p {
  font-size: 1.8rem;
}

/* line 95, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.member-info-title {
  font-size: 18px;
  font-weight: 400;
  color: #f0008c;
  margin-top: 4px;
  text-transform: uppercase;
}

/* line 103, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.acquired-by-title {
  font-size: 18px;
  font-weight: 400;
  color: #f0008c;
  margin-top: 4px;
  text-transform: uppercase;
}

/* line 111, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.entity-event-info {
  padding: 4px 20px;
  border-bottom: 1px solid #c9c9c9;
}
/* line 114, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.entity-event-info a {
  text-decoration: underline;
  line-height: 36px;
}

/* line 120, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.entity-event-info-top {
  margin-top: 16px;
  padding: 4px 20px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
/* line 125, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.entity-event-info-top a {
  text-decoration: underline;
  line-height: 36px;
}

/* line 131, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
#map_canvas {
  margin-top: 22px;
}

/* line 135, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.a-no-style {
  text-decoration: none;
  color: black;
}
/* line 138, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.a-no-style:hover, .a-no-style:focus, .a-no-style:active, .a-no-style:visited {
  text-decoration: none;
  color: black;
}
/* line 145, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.a-no-style .associated-members-card {
  padding: 8px 12px;
  padding-bottom: 0;
  background-color: #ffffff;
  border: 1px solid #f0008c;
  margin: 12px auto 10px auto;
  margin-top: 22px;
  max-width: 320px;
  min-height: 260px;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1), -5px 4px 7px rgba(0, 0, 0, 0.1), 5px 4px 7px rgba(0, 0, 0, 0.1);
}
/* line 158, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.a-no-style .associated-members-card:hover {
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2), -10px 8px 15px rgba(0, 0, 0, 0.2), 10px 8px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  /* line 145, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .a-no-style .associated-members-card {
    max-width: 100%;
  }
}
/* line 165, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.a-no-style .associated-members-card p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 0;
}
/* line 170, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.a-no-style .associated-members-card h3 {
  margin: 6px auto;
}
@media (max-width: 900px) {
  /* line 173, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .a-no-style .associated-members-card .member-introduction {
    flex-wrap: nowrap;
  }
}
/* line 177, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.a-no-style .associated-members-card .member-introduction .entity-logo {
  width: 100%;
  text-align: right;
  padding: 0;
  height: 100px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
/* line 185, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.a-no-style .associated-members-card .member-introduction .entity-logo img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  /* line 185, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .a-no-style .associated-members-card .member-introduction .entity-logo img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    max-height: 100px;
    max-width: 80%;
  }
}
/* line 200, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.a-no-style .associated-members-card .member-introduction .entity-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
/* line 205, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.a-no-style .associated-members-card .member-introduction .entity-badges img {
  max-height: 50px;
  max-width: 50px;
}

/* line 214, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.members-ribbon {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
/* line 220, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.members-ribbon img {
  margin: 0 auto;
  max-height: 120px;
  display: inline-flex;
}
/* line 225, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.members-ribbon .report-ribbon {
  position: relative;
  flex: 1;
}
/* line 228, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.members-ribbon .report-ribbon .report-badge {
  max-width: 60px;
  height: auto;
}

/* line 234, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.member-banner {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
/* line 239, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.member-banner img {
  max-width: 90%;
  height: auto;
}

@media (min-width: 768px) {
  /* line 246, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .members-ribbon > .report-ribbon {
    left: 0;
  }
}
/* line 251, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.social-media-links {
  margin-top: 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-self: end;
}
/* line 257, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.social-media-links img {
  max-width: 74px;
  height: auto;
}
/* line 261, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.social-media-links a {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

/* line 271, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li .content h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 277, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul {
  background: white;
  padding: 0;
}
/* line 281, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li {
  background: #c9c9c9;
  position: relative;
  margin: 0 auto;
  width: 2px;
  padding-bottom: 0;
  list-style-type: none;
}
/* line 289, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li:last-child {
  padding-bottom: 7px;
}
/* line 293, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li:before {
  content: "";
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid #f0008c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}
/* line 310, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li .hidden {
  opacity: 0;
}
/* line 314, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li .content {
  background: none;
  position: relative;
  top: 10px;
  max-width: 50%;
  min-width: 140px;
  padding: 2px 16px;
  display: table;
}
/* line 323, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li .content h3 {
  text-align: left;
  margin: 16px auto;
  text-decoration: underline;
}
/* line 327, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li .content h3 a {
  color: black;
}
/* line 332, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li .content:before {
  content: "";
  background: #c9c9c9;
  position: absolute;
  top: 50%;
  width: 38px;
  height: 2px;
}
/* line 342, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li:nth-child(odd) .content {
  left: 50px;
  background: none;
}
/* line 347, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li:nth-child(odd) .content:before {
  left: -39px;
}
/* line 351, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li:nth-child(even) .content {
  left: calc(-140px - 45px);
  background: none;
}
/* line 355, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li:nth-child(even) h3 {
  text-align: right;
}
/* line 359, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li:nth-child(even) .content:before {
  right: -38px;
}
/* line 363, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.news-timeline ul li:last-child .content {
  top: 12px;
}

/* line 374, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul {
  background: white;
  padding: 0;
}
/* line 378, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li {
  background: #c9c9c9;
  position: relative;
  margin: 0 auto;
  width: 2px;
  padding-bottom: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  /* line 378, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .funding-timeline ul li {
    margin: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
}
/* line 392, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li:last-child {
  padding-bottom: 7px;
}
@media (max-width: 768px) {
  /* line 392, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .funding-timeline ul li:last-child {
    padding-bottom: 20px;
  }
}
/* line 399, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li:before {
  content: "";
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid #f0008c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}
@media (max-width: 768px) {
  /* line 399, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .funding-timeline ul li:before {
    left: 10%;
    top: 51%;
  }
}
/* line 419, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li .line-break {
  word-break: break-word;
  white-space: normal;
  max-width: 200px;
}
/* line 425, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li .hidden {
  opacity: 0;
}
/* line 429, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li .content {
  background: none;
  position: relative;
  top: 10px;
  max-width: 100%;
  min-width: 220px;
  padding: 2px 10px;
  border: 1px solid #f0008c;
  border-radius: 12px;
  text-align: center;
  display: table;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  /* line 429, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .funding-timeline ul li .content {
    min-width: 180px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  /* line 429, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .funding-timeline ul li .content {
    min-width: 140px;
  }
}
@media (max-width: 768px) {
  /* line 429, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .funding-timeline ul li .content {
    min-width: 60vw;
  }
}
/* line 449, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li .content p {
  margin: 4px auto;
  font-size: 16px;
  font-weight: 400;
}
/* line 454, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li .content span {
  background: #dddddd;
  width: 100%;
  display: flex;
  padding: 8px 0;
  text-align: center;
  align-content: center;
}
/* line 461, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li .content span h3 {
  margin: 16px auto;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto;
  color: black;
}
/* line 469, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li .content span p {
  margin: 0px auto;
}
/* line 472, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li .content span a {
  font-weight: 400;
  font-size: 14px;
}
/* line 478, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li .content:before {
  content: "";
  background: #c9c9c9;
  position: absolute;
  top: 50%;
  width: 38px;
  height: 2px;
}
/* line 488, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li:nth-child(odd) .content {
  left: 50px;
  background: none;
}
/* line 493, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li:nth-child(odd) .content:before {
  left: -39px;
}
@media (max-width: 769px) {
  /* line 493, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .funding-timeline ul li:nth-child(odd) .content:before {
    left: -41px;
  }
}
/* line 500, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li:nth-child(even) .content {
  left: calc(-220px - 45px);
  background: none;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  /* line 500, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .funding-timeline ul li:nth-child(even) .content {
    left: calc(-180px - 45px);
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  /* line 500, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .funding-timeline ul li:nth-child(even) .content {
    left: calc(-140px - 45px);
  }
}
@media (max-width: 768px) {
  /* line 500, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .funding-timeline ul li:nth-child(even) .content {
    left: 50px;
    background: none;
  }
}
/* line 515, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li:nth-child(even) .content:before {
  right: -38px;
}
@media (max-width: 768px) {
  /* line 515, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .funding-timeline ul li:nth-child(even) .content:before {
    left: -41px;
  }
}
/* line 522, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
.funding-timeline ul li:last-child .content {
  top: 12px;
}
@media (max-width: 768px) {
  /* line 522, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .funding-timeline ul li:last-child .content {
    bottom: 0;
  }
}

@media (max-width: 768px) {
  /* line 533, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .member-profile-column {
    display: block;
    box-shadow: 0 -2px 0px 0px white, 12px 0 40px -4px rgba(0, 0, 0, 0.2), -12px 0 40px -4px rgba(0, 0, 0, 0.2);
  }

  /* line 538, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .container-fluid.members-container {
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  /* line 544, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .member-introduction {
    flex-wrap: wrap;
  }
  /* line 546, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .member-introduction .logo-container {
    align-items: center;
    justify-content: center;
    min-width: 100%;
    display: grid;
  }
  /* line 551, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .member-introduction .logo-container img {
    margin: auto;
    display: block;
  }
  /* line 556, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .member-introduction .entity-info {
    width: 100%;
    padding-bottom: 0;
    display: grid;
    position: relative;
    clear: left;
  }
  /* line 562, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .member-introduction .entity-info p {
    text-align: justify;
    align-self: center;
  }
  /* line 566, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .member-introduction .entity-info h2 {
    margin-top: 6px;
    text-align: center;
  }
}
@media (max-width: 670px) {
  /* line 575, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .col-md-4.col-sm-3.col-xs-2.xxs-hidden {
    display: none;
  }

  /* line 578, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .member-profile-info-box > .flex-row > .col-md-8.col-sm-9.col-xs-10 {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 1440px) {
  /* line 587, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .social-media-links img {
    max-width: 74px;
  }
}
@media (max-width: 560px) {
  /* line 594, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .social-media-links img {
    max-width: 64px;
  }
}
@media (min-width: 1441px) {
  /* line 601, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .social-media-links img {
    max-width: 80px;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  /* line 610, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/member_profiles.scss */
  .members-ribbon .report-ribbon .report-badge {
    max-width: 50px;
  }
}
/* line 1, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/standard_fields.scss */
.standard-details-panel .initial-row {
  display: flex;
  flex-flow: row;
}
@media only screen and (max-width: 991px) {
  /* line 1, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity/standard_fields.scss */
  .standard-details-panel .initial-row {
    flex-flow: column-reverse;
  }
}
/* line 2, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.panel-shadow-blog.faq-outer-container {
  padding: 3% 6%;
}

/* line 6, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-container {
  margin-bottom: 22px;
  border: 1px solid #dadce0;
  border-radius: 12px;
  text-align: center;
}
/* line 11, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-container h3 {
  color: #f0008c;
  font-weight: 400;
}
/* line 15, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-container h4 {
  color: black;
  font-size: 16px;
}
/* line 18, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-container h4 span {
  color: black;
  font-weight: 300;
  font-size: 16px;
}

/* line 26, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-card {
  margin: 11px auto;
  width: 100%;
  overflow: hidden;
  padding: 0 12px;
}

/* line 35, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-title h3 {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 41, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-body {
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
/* line 46, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-body .faq-panel {
  cursor: pointer;
  width: 100%;
  padding: 0;
  border: 1px solid #dadce0;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #e8f0fe;
  overflow: hidden;
}
/* line 55, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-body .faq-panel:hover, .faq-body .faq-panel:focus, .faq-body .faq-panel:active {
  background: #d2e3fc;
}
/* line 58, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-body .faq-panel a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
/* line 62, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-body .faq-panel a h4 {
  position: relative;
  margin: 0;
  padding: 11px 0;
}
/* line 66, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-body .faq-panel a h4 .caret {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}
/* line 75, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-body .faq-panel .panel-body {
  background-color: white;
  border-top: 1px solid #dadce0;
  text-align: left;
  z-index: 10;
}

/* line 83, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-panel.active {
  background-color: #a6d5f7;
}
/* line 85, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-panel.active a > h4 > .caret {
  transition: all 0.4s;
  transform: rotate(180deg);
}
/* line 89, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
.faq-panel.active:hover, .faq-panel.active:focus, .faq-panel.active:active {
  background: #a6d5f7;
}

/* line 95, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
#feedbackHeader h4 {
  color: black;
  font-weight: 300;
  font-size: 16px;
}
/* line 101, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
#feedbackHeader .btn-clickable-green h4 {
  color: white;
  font-weight: 400;
}

/* line 108, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
#collapseFeedback .feedback-form-container {
  padding: 4%;
  width: 100%;
  background-color: #e8f0fe;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin: 0;
}

@media (max-width: 1320px) and (min-width: 731px) {
  /* line 119, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
  .faq-panel > a > h4 > .faq-question {
    padding: 0 4px;
    width: 93%;
    display: block;
  }
}
@media (max-width: 730px) {
  /* line 127, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
  .panel-shadow-blog.faq-outer-container {
    padding: 3% 2%;
  }

  /* line 130, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
  .page-header.faq-page-header {
    font-size: 2.3rem;
    height: 110px;
    line-height: 80px;
  }

  /* line 135, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
  .faq-container {
    padding: 0;
  }
  /* line 137, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
  .faq-container .faq-card {
    padding: 0;
    margin-bottom: 2px;
  }
  /* line 140, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
  .faq-container .faq-card h3 {
    font-size: 18px;
  }

  /* line 147, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
  .faq-body #feedbackHeader h4 {
    font-size: 14px;
  }
  /* line 153, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
  .faq-body .faq-panel a h4 {
    font-size: 14px;
    padding: 6px 4px;
  }
  /* line 156, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/faq.scss */
  .faq-body .faq-panel a h4 .faq-question {
    font-size: 14px;
    padding: 0 4px;
    width: 92%;
    display: block;
  }
}
/* line 3, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: gray;
  top: 50px;
  left: 50px;
  padding: 10px;
  opacity: .8;
}

/* line 14, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.landing-page-map {
  position: relative;
  height: 600px;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 110px;
  margin-top: 20px;
}

/* line 23, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.landing-header {
  background-color: 255, 0, 0, 0.4;
  padding-bottom: 80px;
}
/* line 26, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.landing-header .panel-search-box {
  margin-top: 25px !important;
}

/* line 30, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.search-header {
  font-size: 3.3em;
  font-weight: 300;
  color: #f0008c;
}

/* line 35, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tech-img {
  max-width: 50%;
  border: 1px #e92a8b;
  display: block;
  margin: auto;
}

/* line 41, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tech-2019 {
  font-size: 30px;
  color: #e92a8b;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: auto;
}

/* line 49, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tech-black {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: auto;
}

/* line 58, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
#landing-carousel {
  height: 450px;
}
/* line 60, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
#landing-carousel .item img {
  width: 100% !important;
  background-size: cover;
  min-height: 350px;
}

/* line 67, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.carousel-content {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  min-height: 450px;
  width: 75%;
  margin: auto;
  height: auto;
}

/* line 77, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement {
  background-image: linear-gradient(141deg, rgba(240, 0, 140, 0.1), rgba(212, 21, 133, 0.1)), url(/assets/mission_statement-7414def7b2736e6b12b9a8b155778ccc29d7d3771e8fa0d66a6fecb618f3b345.jpg);
  background-size: cover;
}
/* line 82, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-70%);
  font-size: 4.9rem;
  line-height: 5.2rem;
  width: 70%;
  color: white;
  font-weight: 400;
}
/* line 93, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row {
  text-align: center;
  position: absolute;
  bottom: 16%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 100, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row a, .mission-statement .row .btn {
  margin-left: 0.5%;
  margin-right: 0.5%;
  background-color: white;
  font-size: 1.6rem;
}
/* line 105, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row a:hover, .mission-statement .row .btn:hover {
  background-color: #f0008c !important;
  color: white !important;
  border-color: white !important;
}
/* line 110, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row a:active, .mission-statement .row a:visited, .mission-statement .row .btn:active, .mission-statement .row .btn:visited {
  color: #f0008c;
}

/* line 117, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product {
  background-image: url(/assets/content/H1-funding-carousel-90a3204ee34d336ebc07a6440e7a0af013608f6170faca7351bae64c27080c53.png);
  background-size: cover;
}
/* line 120, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row {
  text-align: center;
  position: absolute;
  bottom: 14%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 127, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row a, .latest-product .row .btn {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  background-color: white;
  font-size: 1.6rem;
  padding: 3px 12px !important;
}
/* line 134, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row a:hover, .latest-product .row .btn:hover {
  background-color: #f0008c !important;
  color: white !important;
  border-color: white !important;
}
/* line 139, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row a:active, .latest-product .row a:visited, .latest-product .row .btn:active, .latest-product .row .btn:visited {
  color: #f0008c;
}

/* line 146, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services {
  background-image: url(/assets/services-carousel-58c39f9067036ede0334a84b1594fa96a5fd26f215e083705bedc979cb1b3eb3.png);
  background-size: cover;
}
/* line 149, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row {
  text-align: center;
  position: absolute;
  bottom: 16%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 156, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row a, .our-services .row .btn {
  margin-left: 1%;
  margin-right: 1%;
  background-color: white;
  font-size: 1.6rem;
}
/* line 161, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row a:hover, .our-services .row .btn:hover {
  background-color: #f0008c !important;
  color: white !important;
  border-color: white !important;
}
/* line 166, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row a:active, .our-services .row a:visited, .our-services .row .btn:active, .our-services .row .btn:visited {
  color: #f0008c;
}

/* line 173, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.view-all {
  overflow-x: visible;
}

/* line 177, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.funding-review-2019 {
  background-image: url(/assets/content/fr_2019_slider-45d888368764c3fef3643ecdf605cac3fd5b3c7d220822552ca94d92acf9d295.png);
}

/* line 181, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.one-h-M-campaign-review {
  background-image: url(/assets/content/one_hundred_million/100M_Slider_01-e63a2276427c4069aca7bee67a0df9c0e59bc87b17185b610bd7de74b5906e6a.png);
}

/* line 185, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-nation-2019 {
  background-image: url(/assets/content/books/book_2019_slider-695af892da01eee4493143f2501d46f5cee815a3ecadff4bb616c9d5b7934056.png);
}

/* line 188, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-nation-2019-second {
  background-image: url(/assets/content/books/book_2019_slider_v2-1a83675e96aec85025845b81fd685ba568e1773dbcffcf50f48f8f0ac40a01aa.png);
}

/* line 191, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.grow-revenue {
  background-image: url(/assets/content/grow2020_slider-1e7e564c63af0fb7a2f17452b73c312574b8870ae13e39ebe28b42e06e0ef8c3.png);
  background-size: auto;
}

/* line 196, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.h1-2019 {
  background-image: url(/assets/h1_cover-6378b92f53c7c1c171875ea04d56e36e237e7644b316b51b5d456da17bde26d4.png);
  background-size: auto;
}

/* line 202, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.book2020-1 {
  background-image: url(/assets/content/books/book1-b51ea825510bab75d88a6550e447cda2466f8079571c37276322bd507e981cd4.jpg);
  background-size: cover;
}

/* line 207, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.book2020-2 {
  background-image: url(/assets/content/books/book2-b191eb77dce200b4a73bf243a4fb86a776368d32ccb12c1c049c9cee05b85bb6.jpg);
  background-size: cover;
}

/* line 213, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.book2020-3 {
  background-image: url(/assets/content/books/book3-0a80dd4a84fad0d3885c0ea6e7c9d040b0f9d6158439fd474bda58fc025a008f.jpg);
  background-size: cover;
}

/* line 218, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.revenue-2020 {
  background-image: url(/assets/grow2020-175c1ffd1a94e543aba7f91e1e5ff1b5ac5512395e5b14ad3feb2cb4dbf0a748.png);
  background-size: contain;
}

/* line 224, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.membership-carousel {
  background-image: url(/assets/become_a_member_slider-b2d78dc9cac61653eb7e28b59362e981a62504db62513351d385a9fcc98d61c3.png);
  background-size: contain;
}

/* line 229, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.female_funding_latest {
  background-image: url(/assets/content/TechIreland-FEMALE-REVIEW-web-cover-853aff60e3e1367bdb2389e3c0cc3fe0833b883ef90f39ed8f49f840b5fde3f2.jpg);
  background-size: cover;
}

/* line 233, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.greenwarrior {
  background-image: url(/assets/content/greenwarroir-3b6a12fe57f0ce7b199f45f4435f821d1e3f45dc8bd2c29e4fa9518375aed130.jpg);
  background-size: contain;
}

/* line 238, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.covidbiz {
  background-image: url(/assets/content/TechIrelandCovidBizMap-6ba61465983d9ce2fbb8eaa3bf2146db8860e03846cd3700fc7556be8cfdf939.jpg);
}

/* line 243, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.whatcloud2020 {
  background-image: url(/assets/content/whatcloud2020-646147d5aa1620c5809d88300c4667129459cde54a8a703e8881a1199bf47e6f.jpg);
}

/* line 247, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.restartbiz {
  background-image: url(/assets/content/restartbiz-3d8836a06595b4e4cba2badda4bc3e0ff29f17d2370b8a5d089b70d996070121.jpg);
}

/* line 251, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.powerofwhere {
  background-image: url(/assets/content/unnamed-b9e0f9c21e7d7284b8f3bbe10f7ff4b88b2699f8a288aa69d1fca1e0f13f2c60.jpg);
}

/* line 255, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.ff2021 {
  background-image: url(/assets/content/ff2021-63cfbd7187430ca5d5b7a4df02549fc12c7305fdd4e5516e86875a57cbdad5d3.jpg);
}

/* line 260, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.funding2021 {
  background-image: url(/assets/content/fundingreveiw2021-c707adf4dee0c17f597fab2d4baa24bb754dccfe3c7c959c4dd2fadecc0aa8ac.jpg);
}

/* line 264, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.hubspot {
  background-image: url(/assets/content/hubspot-2fe30db79e52c6b51d928322a2a98d5aeeb973493ab958c9d1223340f7541ab2.jpg);
}

/* line 268, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.futuwreintech {
  background-image: url(/assets/content/futureintech-7056b50f1728a9964c6fdfa52655edefa6d71838194804d8b0a5fc31fe5e8f6f.jpg);
}

/* line 273, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.futuwreintech {
  background-image: url(/assets/content/futureintech-7056b50f1728a9964c6fdfa52655edefa6d71838194804d8b0a5fc31fe5e8f6f.jpg);
}

/* line 277, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.supports {
  border-top: 1px solid darkgray;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  background: #73bd21;
}

/* line 287, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.pdfbutton {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: #ffee00;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  margin: 10px 10px 10px 10px;
}

/* line 304, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center::-webkit-input-placeholder {
  text-align: center;
}
/* line 307, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
/* line 310, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
/* line 313, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center:-ms-input-placeholder {
  text-align: center;
}

/* line 318, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan {
  width: 100%;
  display: flex;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  min-height: 2px;
  border-top: 1px solid #f0008c;
}
/* line 326, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan .be-part-of-us {
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 20px;
  transform: translateY(-50%) !important;
  background-color: white;
}
/* line 334, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan .be-part-of-us h2 {
  max-height: 100%;
  font-size: 4rem;
  font-weight: 300;
  color: #f0008c;
  padding: 0;
  margin: 0;
  line-height: 4rem;
}
/* line 343, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan .be-part-of-us li {
  display: inline-block;
  width: 24%;
}

/* line 350, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-map {
  position: relative;
  padding-bottom: 30%;
  height: 500px;
  margin-bottom: 3%;
}

/* line 356, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-map iframe, .innovation-map object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 366, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons {
  margin-bottom: 4.5rem;
}
/* line 368, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons h4 {
  font-weight: 400;
  color: #f0008c;
  margin-bottom: 4.5rem;
  text-align: center;
}
/* line 374, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons .services-icon {
  position: relative;
}
/* line 376, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons .services-icon .quick-links-joiner {
  height: 2px;
  background-color: #f0008c;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
/* line 383, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons .services-icon .social-icon {
  position: absolute;
  width: 8rem;
  height: 8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 393, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.equal {
  display: flex;
  flex-wrap: wrap;
}

/* line 398, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container {
  box-sizing: border-box;
  box-shadow: 0px 8px 10px #f0f0f0, -12px 8px 10px #f0f0f0, 12px 8px 10px #f0f0f0;
  cursor: pointer;
  line-height: 1.6;
  background-color: #fff;
  width: 100%;
  height: 70%;
  overflow: hidden;
}
/* line 407, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container h3 {
  font-size: 2.8rem;
  line-height: 1;
  color: #434444;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 500;
}
/* line 415, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container a, .what-we-do-container:hover {
  text-decoration: none !important;
}
/* line 418, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container:hover h3 {
  color: #e92a8b !important;
}
/* line 421, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container:hover .blurb-preview {
  color: #f0008c;
}
/* line 424, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container .services-card {
  width: 100%;
  margin-right: 100px;
}
/* line 428, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container .services-card .blog-card-body {
  padding: 5%;
  min-height: 16rem;
  color: #434444;
}

@media (min-width: 1500px) {
  /* line 440, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    background-size: inherit;
  }
}
@media (max-width: 1200px) and (min-width: 800px) {
  /* line 446, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 330px;
  }
  /* line 448, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 330px;
  }

  /* line 452, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 330px;
  }
}
@media (max-width: 1050px) {
  /* line 458, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 300px;
  }
  /* line 460, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 300px;
  }

  /* line 464, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 300px;
  }
}
@media (max-width: 900px) {
  /* line 469, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 270px;
  }
  /* line 471, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 270px;
  }

  /* line 475, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 270px;
  }
}
@media (max-width: 767px) {
  /* line 481, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #serviceColumn, #membershipColumn {
    width: 100% !important;
  }
}
@media (max-width: 800px) and (min-width: 600px) {
  /* line 487, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-page-map {
    height: 600px;
    width: 90%;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  /* line 493, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header {
    padding-bottom: 60px;
  }
  /* line 495, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header .panel-search-box {
    margin-top: 5px !important;
  }

  /* line 500, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .search-header {
    font-size: 2.8em;
    padding-top: 20px;
  }

  /* line 504, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 230px;
  }
  /* line 506, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 230px;
  }

  /* line 510, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 230px;
  }

  /* line 514, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row {
    bottom: 20%;
  }
  /* line 516, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row .btn {
    width: 110px;
    font-size: 1.4rem;
  }

  /* line 522, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons {
    margin-bottom: 4rem;
  }
  /* line 524, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons h4 {
    margin-bottom: 4rem;
  }
  /* line 528, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons .services-icon .social-icon {
    width: 7rem;
    height: 7rem;
  }

  /* line 536, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mission-statement h1 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    transform: translateX(-50%) translateY(-60%);
  }

  /* line 543, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row {
    bottom: 20%;
  }
  /* line 545, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row a {
    font-size: 1.4rem;
  }

  /* line 550, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan {
    margin-bottom: 20px;
  }
  /* line 552, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us {
    padding: 0 20px;
  }
  /* line 554, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  /* line 560, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .innovation-map {
    height: 400px;
  }

  /* line 564, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .what-we-do-container {
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
  }
}
@media (max-width: 600px) and (min-width: 500px) {
  /* line 573, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .supports {
    border-top: 1px solid darkgray;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
  }

  /* line 581, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .pdfbutton {
    font-size: 15px;
    padding: 3px 10px;
    margin: 10px 10px 10px 10px;
  }

  /* line 587, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-page-map {
    height: 500px;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  /* line 595, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header .panel-search-box {
    margin-bottom: 10px !important;
  }

  /* line 599, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 200px;
  }
  /* line 601, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 200px;
  }

  /* line 605, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 200px;
  }

  /* line 609, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row {
    bottom: 20%;
  }
  /* line 611, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row .btn {
    text-align: center;
    width: 80px;
    font-size: 0.9rem;
  }

  /* line 619, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mission-statement h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    transform: translateX(-50%) translateY(-75%);
  }

  /* line 626, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row {
    bottom: 25%;
  }
  /* line 628, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row a {
    font-size: 0.8rem;
  }

  /* line 635, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header {
    margin-top: 0px;
  }
  /* line 637, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header .contact-us-form {
    margin-top: 0px;
  }

  /* line 641, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .search-header {
    font-size: 2.4rem !important;
    line-height: 2.9rem;
    padding-top: 12px;
    padding-bottom: 0;
  }

  /* line 647, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  /* line 650, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us {
    padding: 0 20px;
  }
  /* line 652, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us h2 {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  /* line 658, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .innovation-map {
    height: 350px;
  }

  /* line 662, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .what-we-do-container {
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
  }
}
@media (max-width: 610px) {
  /* line 670, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .btn-search-entity {
    width: 45%;
    margin: 2px 2px 4px 2px;
  }
}
@media (max-width: 500px) {
  /* line 678, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .supports {
    border-top: 1px solid darkgray;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
  }

  /* line 686, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .pdfbutton {
    font-size: 9px;
    padding: 3px 10px;
    margin: 10px 10px 10px 10px;
    text-align: center;
  }

  /* line 692, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-page-map {
    height: 600px;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  /* line 699, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 180px;
  }
  /* line 701, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 180px;
  }

  /* line 705, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 180px;
    width: 100%;
  }

  /* line 710, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .what-we-do-container {
    margin-bottom: 15px;
    height: auto;
  }

  /* line 716, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons {
    margin-bottom: 4rem;
  }
  /* line 718, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons h4 {
    margin-bottom: 4rem;
  }
  /* line 722, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons .services-icon .social-icon {
    width: 7rem;
    height: 7rem;
  }

  /* line 729, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mission-statement h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    transform: translateX(-50%) translateY(-75%);
  }
}
@media screen and (min-width: 600px) {
  /* line 740, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mobile-break {
    display: none;
  }
}
/* line 746, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: gray;
  top: 50px;
  left: 50px;
  padding: 10px;
  opacity: .8;
}

/* line 757, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.landing-page-map {
  position: relative;
  height: 600px;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 110px;
  margin-top: 20px;
}

/* line 766, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.landing-header {
  background-color: 255, 0, 0, 0.4;
  padding-bottom: 80px;
}
/* line 769, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.landing-header .panel-search-box {
  margin-top: 25px !important;
}

/* line 773, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.search-header {
  font-size: 3.3em;
  font-weight: 300;
  color: #f0008c;
}

/* line 778, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tech-img {
  max-width: 50%;
  border: 1px #e92a8b;
  display: block;
  margin: auto;
}

/* line 784, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tech-2019 {
  font-size: 30px;
  color: #e92a8b;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: auto;
}

/* line 792, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tech-black {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: auto;
}

/* line 801, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
#landing-carousel {
  height: 450px;
}
/* line 803, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
#landing-carousel .item img {
  width: 100% !important;
  background-size: cover;
  min-height: 350px;
}

/* line 810, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.carousel-content {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  min-height: 450px;
  width: 75%;
  margin: auto;
  height: auto;
}

/* line 820, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement {
  background-image: linear-gradient(141deg, rgba(240, 0, 140, 0.1), rgba(212, 21, 133, 0.1)), url(/assets/mission_statement-7414def7b2736e6b12b9a8b155778ccc29d7d3771e8fa0d66a6fecb618f3b345.jpg);
  background-size: cover;
}
/* line 825, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-70%);
  font-size: 4.9rem;
  line-height: 5.2rem;
  width: 70%;
  color: white;
  font-weight: 400;
}
/* line 836, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row {
  text-align: center;
  position: absolute;
  bottom: 16%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 843, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row a, .mission-statement .row .btn {
  margin-left: 0.5%;
  margin-right: 0.5%;
  background-color: white;
  font-size: 1.6rem;
}
/* line 848, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row a:hover, .mission-statement .row .btn:hover {
  background-color: #f0008c !important;
  color: white !important;
  border-color: white !important;
}
/* line 853, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row a:active, .mission-statement .row a:visited, .mission-statement .row .btn:active, .mission-statement .row .btn:visited {
  color: #f0008c;
}

/* line 860, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product {
  background-image: url(/assets/content/H1-funding-carousel-90a3204ee34d336ebc07a6440e7a0af013608f6170faca7351bae64c27080c53.png);
  background-size: cover;
}
/* line 863, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row {
  text-align: center;
  position: absolute;
  bottom: 14%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 870, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row a, .latest-product .row .btn {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  background-color: white;
  font-size: 1.6rem;
  padding: 3px 12px !important;
}
/* line 877, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row a:hover, .latest-product .row .btn:hover {
  background-color: #f0008c !important;
  color: white !important;
  border-color: white !important;
}
/* line 882, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row a:active, .latest-product .row a:visited, .latest-product .row .btn:active, .latest-product .row .btn:visited {
  color: #f0008c;
}

/* line 889, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services {
  background-image: url(/assets/services-carousel-58c39f9067036ede0334a84b1594fa96a5fd26f215e083705bedc979cb1b3eb3.png);
  background-size: cover;
}
/* line 892, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row {
  text-align: center;
  position: absolute;
  bottom: 16%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 899, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row a, .our-services .row .btn {
  margin-left: 1%;
  margin-right: 1%;
  background-color: white;
  font-size: 1.6rem;
}
/* line 904, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row a:hover, .our-services .row .btn:hover {
  background-color: #f0008c !important;
  color: white !important;
  border-color: white !important;
}
/* line 909, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row a:active, .our-services .row a:visited, .our-services .row .btn:active, .our-services .row .btn:visited {
  color: #f0008c;
}

/* line 916, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.view-all {
  overflow-x: visible;
}

/* line 920, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.funding-review-2019 {
  background-image: url(/assets/content/fr_2019_slider-45d888368764c3fef3643ecdf605cac3fd5b3c7d220822552ca94d92acf9d295.png);
}

/* line 924, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.one-h-M-campaign-review {
  background-image: url(/assets/content/one_hundred_million/100M_Slider_01-e63a2276427c4069aca7bee67a0df9c0e59bc87b17185b610bd7de74b5906e6a.png);
}

/* line 928, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-nation-2019 {
  background-image: url(/assets/content/books/book_2019_slider-695af892da01eee4493143f2501d46f5cee815a3ecadff4bb616c9d5b7934056.png);
}

/* line 931, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-nation-2019-second {
  background-image: url(/assets/content/books/book_2019_slider_v2-1a83675e96aec85025845b81fd685ba568e1773dbcffcf50f48f8f0ac40a01aa.png);
}

/* line 934, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.grow-revenue {
  background-image: url(/assets/content/grow2020_slider-1e7e564c63af0fb7a2f17452b73c312574b8870ae13e39ebe28b42e06e0ef8c3.png);
  background-size: auto;
}

/* line 939, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.h1-2019 {
  background-image: url(/assets/h1_cover-6378b92f53c7c1c171875ea04d56e36e237e7644b316b51b5d456da17bde26d4.png);
  background-size: auto;
}

/* line 945, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.book2020-1 {
  background-image: url(/assets/content/books/book1-b51ea825510bab75d88a6550e447cda2466f8079571c37276322bd507e981cd4.jpg);
  background-size: cover;
}

/* line 950, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.book2020-2 {
  background-image: url(/assets/content/books/book2-b191eb77dce200b4a73bf243a4fb86a776368d32ccb12c1c049c9cee05b85bb6.jpg);
  background-size: cover;
}

/* line 956, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.book2020-3 {
  background-image: url(/assets/content/books/book3-0a80dd4a84fad0d3885c0ea6e7c9d040b0f9d6158439fd474bda58fc025a008f.jpg);
  background-size: cover;
}

/* line 960, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tpf {
  background-image: url(/assets/content/tpf-6b20998d1f495a50aa7d5219c99fc7272af2244a84762591ca3e3cbe5dd477fd.jpg);
}

/* line 964, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.revenue-2020 {
  background-image: url(/assets/grow2020-175c1ffd1a94e543aba7f91e1e5ff1b5ac5512395e5b14ad3feb2cb4dbf0a748.png);
  background-size: contain;
}

/* line 970, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.membership-carousel {
  background-image: url(/assets/become_a_member_slider-b2d78dc9cac61653eb7e28b59362e981a62504db62513351d385a9fcc98d61c3.png);
  background-size: contain;
}

/* line 977, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.slider1 {
  background-image: url(/assets/content/slider1-d91b3bd3068a27abf0733e713576f89162b49b35aaf6b980ae5151f8abfa3948.png);
}

/* line 982, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.slider2 {
  background-image: url(/assets/content/slider2-f61dd444c7579960915f2df5fbb44c0685ddb7c240ae0d3dda036719d9726eda.png);
}

/* line 987, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.slider3 {
  background-image: url(/assets/content/slider3-d86b9f999fcef3d848b5be382c243bd1be5c401a43eb9e5b3c713cb9b077e9ab.png);
}

/* line 993, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.supports {
  border-top: 1px solid darkgray;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  background: #73bd21;
}

/* line 1003, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.pdfbutton {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: #ffee00;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  margin: 10px 10px 10px 10px;
}

/* line 1020, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center::-webkit-input-placeholder {
  text-align: center;
}
/* line 1023, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
/* line 1026, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
/* line 1029, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center:-ms-input-placeholder {
  text-align: center;
}

/* line 1034, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan {
  width: 100%;
  display: flex;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  min-height: 2px;
  border-top: 1px solid #f0008c;
}
/* line 1042, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan .be-part-of-us {
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 20px;
  transform: translateY(-50%) !important;
  background-color: white;
}
/* line 1050, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan .be-part-of-us h2 {
  max-height: 100%;
  font-size: 4rem;
  font-weight: 300;
  color: #f0008c;
  padding: 0;
  margin: 0;
  line-height: 4rem;
}
/* line 1059, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan .be-part-of-us li {
  display: inline-block;
  width: 24%;
}

/* line 1066, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-map {
  position: relative;
  padding-bottom: 30%;
  height: 500px;
  margin-bottom: 3%;
}

/* line 1072, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-map iframe, .innovation-map object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1082, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons {
  margin-bottom: 4.5rem;
}
/* line 1084, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons h4 {
  font-weight: 400;
  color: #f0008c;
  margin-bottom: 4.5rem;
  text-align: center;
}
/* line 1090, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons .services-icon {
  position: relative;
}
/* line 1092, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons .services-icon .quick-links-joiner {
  height: 2px;
  background-color: #f0008c;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
/* line 1099, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons .services-icon .social-icon {
  position: absolute;
  width: 8rem;
  height: 8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1109, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.equal {
  display: flex;
  flex-wrap: wrap;
}

/* line 1114, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container {
  box-sizing: border-box;
  box-shadow: 0px 8px 10px #f0f0f0, -12px 8px 10px #f0f0f0, 12px 8px 10px #f0f0f0;
  cursor: pointer;
  line-height: 1.6;
  background-color: #fff;
  width: 100%;
  height: 70%;
  overflow: hidden;
}
/* line 1123, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container h3 {
  font-size: 2.8rem;
  line-height: 1;
  color: #434444;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 500;
}
/* line 1131, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container a, .what-we-do-container:hover {
  text-decoration: none !important;
}
/* line 1134, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container:hover h3 {
  color: #e92a8b !important;
}
/* line 1137, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container:hover .blurb-preview {
  color: #f0008c;
}
/* line 1140, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container .services-card {
  width: 100%;
  margin-right: 100px;
}
/* line 1144, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container .services-card .blog-card-body {
  padding: 5%;
  min-height: 16rem;
  color: #434444;
}

@media (min-width: 1500px) {
  /* line 1156, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    background-size: inherit;
  }
}
@media (max-width: 1200px) and (min-width: 800px) {
  /* line 1162, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 330px;
  }
  /* line 1164, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 330px;
  }

  /* line 1168, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 330px;
  }
}
@media (max-width: 1050px) {
  /* line 1174, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 300px;
  }
  /* line 1176, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 300px;
  }

  /* line 1180, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 300px;
  }
}
@media (max-width: 900px) {
  /* line 1185, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 270px;
  }
  /* line 1187, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 270px;
  }

  /* line 1191, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 270px;
  }
}
@media (max-width: 767px) {
  /* line 1197, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #serviceColumn, #membershipColumn {
    width: 100% !important;
  }
}
@media (max-width: 800px) and (min-width: 600px) {
  /* line 1203, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-page-map {
    height: 600px;
    width: 90%;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  /* line 1209, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header {
    padding-bottom: 60px;
  }
  /* line 1211, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header .panel-search-box {
    margin-top: 5px !important;
  }

  /* line 1216, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .search-header {
    font-size: 2.8em;
    padding-top: 20px;
  }

  /* line 1220, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 230px;
  }
  /* line 1222, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 230px;
  }

  /* line 1226, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 230px;
  }

  /* line 1230, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row {
    bottom: 20%;
  }
  /* line 1232, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row .btn {
    width: 110px;
    font-size: 1.4rem;
  }

  /* line 1238, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons {
    margin-bottom: 4rem;
  }
  /* line 1240, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons h4 {
    margin-bottom: 4rem;
  }
  /* line 1244, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons .services-icon .social-icon {
    width: 7rem;
    height: 7rem;
  }

  /* line 1252, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mission-statement h1 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    transform: translateX(-50%) translateY(-60%);
  }

  /* line 1259, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row {
    bottom: 20%;
  }
  /* line 1261, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row a {
    font-size: 1.4rem;
  }

  /* line 1266, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan {
    margin-bottom: 20px;
  }
  /* line 1268, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us {
    padding: 0 20px;
  }
  /* line 1270, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  /* line 1276, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .innovation-map {
    height: 400px;
  }

  /* line 1280, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .what-we-do-container {
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
  }
}
@media (max-width: 600px) and (min-width: 500px) {
  /* line 1289, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .supports {
    border-top: 1px solid darkgray;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
  }

  /* line 1297, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .pdfbutton {
    font-size: 15px;
    padding: 3px 10px;
    margin: 10px 10px 10px 10px;
  }

  /* line 1303, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-page-map {
    height: 500px;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  /* line 1311, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header .panel-search-box {
    margin-bottom: 10px !important;
  }

  /* line 1315, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 200px;
  }
  /* line 1317, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 200px;
  }

  /* line 1321, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 200px;
  }

  /* line 1325, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row {
    bottom: 20%;
  }
  /* line 1327, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row .btn {
    text-align: center;
    width: 80px;
    font-size: 0.9rem;
  }

  /* line 1335, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mission-statement h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    transform: translateX(-50%) translateY(-75%);
  }

  /* line 1342, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row {
    bottom: 25%;
  }
  /* line 1344, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row a {
    font-size: 0.8rem;
  }

  /* line 1351, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header {
    margin-top: 0px;
  }
  /* line 1353, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header .contact-us-form {
    margin-top: 0px;
  }

  /* line 1357, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .search-header {
    font-size: 2.4rem !important;
    line-height: 2.9rem;
    padding-top: 12px;
    padding-bottom: 0;
  }

  /* line 1363, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  /* line 1366, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us {
    padding: 0 20px;
  }
  /* line 1368, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us h2 {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  /* line 1374, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .innovation-map {
    height: 350px;
  }

  /* line 1378, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .what-we-do-container {
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
  }
}
@media (max-width: 610px) {
  /* line 1386, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .btn-search-entity {
    width: 45%;
    margin: 2px 2px 4px 2px;
  }
}
@media (max-width: 500px) {
  /* line 1394, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .supports {
    border-top: 1px solid darkgray;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
  }

  /* line 1402, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .pdfbutton {
    font-size: 9px;
    padding: 3px 10px;
    margin: 10px 10px 10px 10px;
    text-align: center;
  }

  /* line 1408, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-page-map {
    height: 600px;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  /* line 1415, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 180px;
  }
  /* line 1417, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 180px;
  }

  /* line 1421, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 180px;
    width: 100%;
  }

  /* line 1426, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .what-we-do-container {
    margin-bottom: 15px;
    height: auto;
  }

  /* line 1432, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons {
    margin-bottom: 4rem;
  }
  /* line 1434, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons h4 {
    margin-bottom: 4rem;
  }
  /* line 1438, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons .services-icon .social-icon {
    width: 7rem;
    height: 7rem;
  }

  /* line 1445, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mission-statement h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    transform: translateX(-50%) translateY(-75%);
  }
}
@media screen and (min-width: 600px) {
  /* line 1456, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mobile-break {
    display: none;
  }
}
/* line 5, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.story-map-container {
  margin: 20px 0;
  padding: 0 0.1vw;
  max-width: 100%;
  max-height: 60%;
}

/* line 12, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.map-image-container {
  border-radius: 8px;
  margin: 4% 1%;
  height: 160px;
  margin: 0;
}
/* line 17, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.map-image-container img {
  max-width: 100%;
  height: auto;
  max-height: 160px;
  border-radius: 8px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 31, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.interactive-map-container {
  position: relative;
  padding-bottom: 0;
  height: 100vh;
  max-width: 100%;
  margin-bottom: 16px;
}
/* line 37, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.interactive-map-container iframe, .interactive-map-container object, .interactive-map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 44, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.interactive-map-container small {
  position: absolute;
  z-index: 40;
  bottom: 0;
  margin-bottom: -15px;
}
/* line 50, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.interactive-map-container .map .logo-med {
  display: none !important;
}
/* line 53, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.interactive-map-container .hide-esri-footer {
  position: absolute;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: #f0008c;
  bottom: 0;
}
/* line 61, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.interactive-map-container .hide-esri-footer .social-share-button {
  float: right;
  max-height: 100%;
  display: flex;
  margin: 0;
  margin-right: 2px;
  background-color: transparent;
}
/* line 68, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.interactive-map-container .hide-esri-footer .social-share-button .ssb-icon {
  margin-top: 3px;
  display: block;
  position: relative;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 3px 8px #6f0041, inset 0px 2px 3px #fff;
  flex: 1;
  height: 32px;
  width: 32px;
  background-size: 32px;
  margin-right: 1rem;
  background-color: white;
}
/* line 81, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.interactive-map-container .hide-esri-footer .social-share-button .ssb-icon:hover {
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
  box-shadow: 0px 1px 1px #6f0041, inset 0px 2px 3px #fff;
}

/* line 93, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.header-title {
  margin-top: 0;
  font-size: 3.5rem;
  color: #e92a8b;
  line-height: 4rem;
  font-weight: 500;
  margin-bottom: 8px;
}

/* line 102, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.map-intro {
  padding: 4%;
  padding-top: 2%;
}

/* line 109, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.map-description-img-container {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
/* line 116, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.map-description-img-container img {
  max-height: 400px;
  max-width: 80%;
  height: auto;
  width: auto;
  margin: auto;
  border: 1px solid #bbbbbb;
}
/* line 124, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.map-description-img-container ul {
  text-align: left;
}

/* line 129, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.social-share-container {
  position: relative;
  width: 99%;
  height: 26px;
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
  bottom: 32px;
}
/* line 137, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.social-share-container .social-share-button {
  float: right;
  max-height: 100%;
  display: flex;
  margin: 0;
  margin-right: 18px;
  background-color: #f1f1f1;
}
/* line 144, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
.social-share-container .social-share-button .ssb-icon {
  flex: 1;
  height: 26px;
  width: 26px;
  background-size: 26px;
  margin-right: 1rem;
  background-color: white;
}

@media (max-width: 768px) {
  /* line 156, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
  .social-share-container {
    width: 97%;
  }

  /* line 159, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
  .map-image-container {
    border-radius: 8px;
    margin: 4% 1%;
    height: auto;
    margin: 0;
  }
  /* line 164, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
  .map-image-container img {
    max-width: 100%;
    height: auto;
    max-height: 160px;
    border-radius: 8px;
    margin: 0 auto;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 574px) {
  /* line 180, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
  .interactive-map-container {
    height: 80vh;
  }
  /* line 182, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
  .interactive-map-container .hide-esri-footer {
    height: 26px;
  }
  /* line 185, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/maps.scss */
  .interactive-map-container .hide-esri-footer .social-share-button .ssb-icon {
    margin-top: 3px;
    height: 20px;
    width: 20px;
    background-size: 20px;
    box-shadow: 0px 1px 5px #6f0041, inset 0px 1px 2px #fff;
  }
}
/* line 5, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/podcasts.scss */
.podcast-card {
  color: #434444;
  box-sizing: border-box;
  border-top: 2px solid #f0008c;
  box-shadow: 12px 0 20px -4px rgba(0, 0, 0, 0.1), 0 -10px 0px 0px white, 12px 0 20px -4px rgba(0, 0, 0, 0.1), -12px 0 20px -4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  line-height: 1.6;
  background-color: #fff;
  margin: auto;
  margin-bottom: 5%;
  padding: 0 4% 2% 4%;
  width: 100%;
  min-height: 18em;
  display: inline-block;
  vertical-align: top;
}

/* line 22, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/podcasts.scss */
.podcast-title {
  color: #f0008c;
  font-weight: 400;
}

/* line 27, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/podcasts.scss */
[class^="description-"] {
  min-height: 0;
  display: none;
  padding: 10px;
}

/* line 33, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/podcasts.scss */
.btn-description {
  padding: 1px 16px !important;
}
/* line 2, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-container {
  display: flex;
}

/* line 6, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-group {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 2%;
  margin: auto 4px;
  height: 100%;
}

/* line 15, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.summernote {
  font-size: 14px;
  line-height: 1.6em;
  text-align: left;
}
/* line 19, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.summernote a {
  color: #e92a8b !important;
}

/* line 24, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #e92a8b !important;
}

/* line 29, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.bootstrap-datetimepicker-widget a {
  color: #e92a8b !important;
}
/* line 32, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.bootstrap-datetimepicker-widget .btn-primary {
  background-color: #e92a8b !important;
  border-color: #CC0077 !important;
}

/* line 41, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.recent-post-title {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2em;
}
/* line 45, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.recent-post-title h3 {
  color: #e92a8b;
  font-weight: 500;
}
/* line 49, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.recent-post-title .latest-blog-underline {
  height: 2px;
  background-color: #e92a8b;
  width: 50px;
}

/* line 57, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.most-recent-image-header .latest-blog-header-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 250px;
}

/* line 65, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.latest-post-body {
  width: 100%;
  padding: 5%;
}
/* line 68, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.latest-post-body .recent-post-blurb {
  margin-top: 3em;
}

/* line 73, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.read-more-container {
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
/* line 79, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.read-more-container .btn-md {
  width: 100%;
}
/* line 83, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.read-more-container .btn-no-outline:hover {
  cursor: default;
}
/* line 86, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.read-more-container .btn-no-outline:focus {
  cursor: default;
}

/* line 91, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.read-more-line {
  height: 1px;
  width: 100%;
  background-color: #e92a8b;
  margin-top: 1.2em;
}

/* line 98, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-header {
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}

/* line 103, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-card-container {
  color: #434444;
  box-sizing: border-box;
  border-top: 2px solid #f0008c;
  box-shadow: 12px 0 20px -4px rgba(0, 0, 0, 0.1), 0 -10px 0px 0px white, 12px 0 20px -4px rgba(0, 0, 0, 0.1), -12px 0 20px -4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  line-height: 1.6;
  background-color: #fff;
  margin: 3% 1%;
  width: 30%;
  min-height: 19em;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
}
/* line 117, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-card-container a {
  text-decoration: none !important;
}
/* line 120, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-card-container:hover {
  text-decoration: none;
  color: #434444;
}
/* line 124, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-card-container:hover h3 {
  color: #e92a8b !important;
}
/* line 127, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-card-container .blog-card {
  width: 100%;
  padding: 0;
}
/* line 130, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-card-container .blog-card .blog-card-body {
  padding: 5%;
}
/* line 134, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-card-container h3 {
  font-size: 2.8rem;
  line-height: 1;
  color: #434444;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 400;
}

/* line 145, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-card-header-image {
  height: 120px;
}
/* line 147, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-card-header-image .older-post-image {
  height: 100%;
}

/* line 154, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.older-posts {
  min-height: 0;
  display: none;
}

/* line 159, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.load-more-text {
  transition: all 0.4s;
  transform: rotate(0deg);
}

/* line 164, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.load-more-text.open {
  transition: all 0.4s;
  transform: rotate(180deg);
}

/* line 170, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.post-ribbon {
  text-align: center;
  width: 100%;
  position: relative;
}

/* line 176, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.ribbon-image {
  text-align: center;
  position: absolute;
  top: -20px;
  right: 0;
  margin-right: 8%;
  border-radius: 50%;
  background-color: transparent;
  height: 44px !important;
  width: 44px;
}

/* line 189, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.ribbon-latest-image {
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  bottom: -30px;
  right: 0;
  margin-right: 5%;
  height: 60px !important;
  width: 60px;
}

/* line 201, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.ribbon-latest-image.no-header-image-ribbon {
  bottom: 3rem;
}

/* line 206, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.panel-shadow-blog {
  background-color: #ffffff;
  width: 100% !important;
  margin-top: -60px;
  box-shadow: 0 -20px 0px 0px white, 12px 0 40px -4px rgba(0, 0, 0, 0.2), -12px 0 40px -4px rgba(0, 0, 0, 0.2);
  padding-bottom: 5%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
/* line 215, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.panel-shadow-blog .btn.btn-lg.btn-primary-outline {
  width: 30%;
}

/* line 220, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-header-image {
  max-width: 100%;
  height: auto;
  margin-top: -20px;
  max-height: 100vh;
}

/* line 227, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.short-page-title {
  width: 100%;
  margin-bottom: 2.5em;
  padding: 0;
  display: flex;
}
/* line 232, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.short-page-title h2 {
  margin-top: 0;
  font-size: 3.5rem;
  color: #e92a8b;
  line-height: 4rem;
  font-weight: 500;
  margin-bottom: 8px;
}
/* line 240, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.short-page-title .blog-header-left {
  flex: 0 0 70%;
}
/* line 243, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.short-page-title .blog-header-right {
  flex: 1;
}

/* line 248, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.date_underline {
  height: 2px;
  background-color: #e92a8b;
  width: 60px;
}

/* line 254, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-body {
  padding-bottom: 10px;
  padding-top: 2.2em;
  width: 90%;
  text-align: left;
  margin: auto;
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  color: #4a4a4a;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
/* line 266, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-body table {
  width: 100%;
  margin: auto;
}
/* line 269, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-body table tbody {
  border-top: none !important;
}
/* line 271, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.blog-body table tbody tr:first-child td {
  border-top: none !important;
}

/* line 278, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.publication-date {
  line-height: 1.6;
  font-weight: 600;
  font-size: 14px;
  color: #434444;
  margin-bottom: 0;
}

/* line 286, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.post-author {
  color: #e92a8b !important;
}

/* line 290, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.share-social-media {
  color: #e92a8b;
  margin-right: 10px;
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
}
/* line 296, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.share-social-media .share-underline {
  height: 2px;
  background-color: #e92a8b;
  width: 70px;
  margin: auto;
  margin-top: -4px;
  margin-bottom: 8px;
}

/* line 307, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.subscribe-banner {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 40px 0;
}

/* line 314, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.subscribe-image {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -37px;
  margin-top: -17px;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
  height: 74px !important;
  width: 74px;
  line-height: 60px !important;
  z-index: 2;
}

/* line 329, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.subscribe-to-blog {
  background-color: #ececec;
  height: 40px;
  position: relative;
}
/* line 333, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.subscribe-to-blog p {
  color: #e92a8b;
  line-height: 40px;
  font-size: 26px;
}

/* line 341, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.left-banner ::after {
  background-color: #fff;
  height: 48px;
  width: 20px;
  border-radius: 50% 0 0 50%;
  content: '';
  position: absolute;
  top: -4px;
  right: 0px;
}
/* line 350, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.left-banner p {
  margin-right: 3rem;
}

/* line 356, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.right-banner ::before {
  background-color: #fff;
  height: 48px;
  width: 20px;
  border-radius: 0 50% 50% 0;
  content: '';
  position: absolute;
  top: -4px;
  left: 0px;
}
/* line 365, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.right-banner p {
  margin-left: 3rem;
}

/* line 371, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
  width: 100%;
}

/* line 377, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc_embed_signup input.email {
  height: 36px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-right: -10px !important;
}

/* line 383, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc-embedded-subscribe-form input[type=checkbox] {
  width: auto;
  margin-right: 0;
}

/* line 387, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mergeRow-gdpr {
  margin-top: 20px;
}

/* line 390, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mergeRow-gdpr fieldset label {
  font-weight: normal;
}

/* line 393, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
}

/* line 398, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
.end-button {
  max-height: 36px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: 0 !important;
}

/* line 404, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc_embed_signup {
  background: #fff;
  width: 100%;
  margin: auto;
  padding: 0;
}
/* line 409, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc_embed_signup form {
  padding: auto;
  margin: auto;
}
/* line 413, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc_embed_signup #mc_embed_signup_scroll {
  width: 100%;
  margin: auto;
}
/* line 418, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin-bottom: 0;
}
/* line 421, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc_embed_signup .mc-field-group {
  display: block;
  width: 100%;
  padding: 8px 0;
}
/* line 425, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc_embed_signup .mc-field-group label {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
/* line 429, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc_embed_signup .mc-field-group input {
  background-color: #dddddd !important;
  -webkit-box-shadow: inset 0 1px 0 0 #adadad !important;
  -moz-box-shadow: inset 0 1px 0 0 #adadad !important;
  box-shadow: inset 0 1px 0 0 #adadad !important;
}
/* line 436, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc_embed_signup .signup-title {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 400;
  color: #6b6b6b;
  margin-bottom: 5px;
}
/* line 445, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc_embed_signup .button {
  clear: both;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 20px !important;
  height: 40px !important;
  line-height: 40px !important;
  margin: 10px 5px 40px 0 !important;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}
/* line 464, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
#mc_embed_signup .button:hover {
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  /* line 472, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .page-header {
    height: 110px;
    line-height: 80px;
  }

  /* line 477, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  #mc_embed_signup input.email {
    width: 250px !important;
    height: 36px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-right: -10px !important;
  }

  /* line 485, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  #mc_embed_signup .clear {
    max-height: 36px !important;
    display: inline-block !important;
    width: auto !important;
  }
  /* line 490, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  #mc_embed_signup .end-button {
    padding-left: 2px;
    padding-right: 2px;
  }

  /* line 498, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .recent-post-title {
    padding: 0.1rem 2% 0 2%;
  }

  /* line 502, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .ribbon-latest-image {
    bottom: -40px;
    right: 0;
    margin-right: 5%;
    height: 48px !important;
    width: 48px;
  }

  /* line 510, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .ribbon-latest-image.no-header-image-ribbon {
    bottom: 0rem;
  }

  /* line 514, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .most-recent-image-header {
    padding-top: 1em;
  }

  /* line 519, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .latest-post-body h2 {
    font-size: 2em;
  }
  /* line 522, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .latest-post-body .recent-post-blurb {
    margin-top: 2em;
  }

  /* line 527, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .subscribe-banner {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 2rem 0;
  }

  /* line 534, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .subscribe-to-blog {
    background-color: #ececec;
    height: 40px;
    position: relative;
  }
  /* line 538, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .subscribe-to-blog p {
    line-height: 40px;
    font-size: 22px;
  }

  /* line 545, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .blog-card-container {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 18px auto;
    min-height: 10em;
  }

  /* line 554, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .blog-header-left {
    flex: 0 0 60%;
  }
  /* line 556, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .blog-header-left p {
    padding-left: 0px !important;
  }

  /* line 561, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .blog-header-right {
    display: block;
  }

  /* line 565, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .panel-shadow-blog {
    display: block;
    box-shadow: 0 -2px 0px 0px white, 12px 0 40px -4px rgba(0, 0, 0, 0.2), -12px 0 40px -4px rgba(0, 0, 0, 0.2);
  }
  /* line 568, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .panel-shadow-blog .btn.btn-lg.btn-primary-outline {
    width: auto;
  }

  /* line 573, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .blog-body {
    width: 100%;
    padding: 20px;
  }
  /* line 576, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .blog-body p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) and (max-width: 640px) {
  /* line 583, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .short-page-title {
    display: block;
    margin-bottom: 0;
  }
  /* line 586, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .short-page-title .blog-header-left {
    display: block !important;
    width: 100%;
    flex: 0;
  }
  /* line 591, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/posts.scss */
  .short-page-title .blog-header-right {
    display: block !important;
    width: 100%;
    margin-top: -10px;
  }
}
/* line 2, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/chart_card.scss */
.chart-tile .panel {
  border-bottom: 5px solid #e92a8b;
}
/* line 6, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/chart_card.scss */
.chart-tile h2 {
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 300;
}
/* line 13, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/chart_card.scss */
.chart-tile p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  color: #999999;
}

/* line 21, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/chart_card.scss */
.entity-card {
  max-width: 340px;
  margin: 0 auto;
}
/* line 2, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/entity_card.scss */
.company-tile .panel {
  border-bottom: 5px solid #e92a8b;
}
/* line 6, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/entity_card.scss */
.company-tile h2 {
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 300;
}
/* line 13, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/entity_card.scss */
.company-tile p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  color: #999999;
}

/* line 21, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/entity_card.scss */
.entity-card {
  max-width: 340px;
  margin: 0 auto;
}
/* line 1, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/entry_table.scss */
.entity-row .entity-logo {
  max-height: 60px;
}
/* line 2, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/profile_card.scss */
.profile-tile .panel {
  border-bottom: 5px solid #e92a8b;
}
/* line 6, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/profile_card.scss */
.profile-tile .result-item-panel {
  max-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 13, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/profile_card.scss */
.profile-tile h2 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 22px;
  font-weight: 300;
}
/* line 20, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/profile_card.scss */
.profile-tile p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #999999;
}

/* line 28, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/profile_card.scss */
.profile-action-button {
  margin-top: auto;
}

/* line 32, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/profile_card.scss */
.profile-card {
  max-width: 80%;
  margin: 0 auto 75px auto;
}

/* line 37, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/profile_card.scss */
.badge-container {
  align-self: flex-start;
  position: absolute;
}
/* line 5, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/snapshots.scss */
.snapshot-card {
  color: #434444;
  box-sizing: border-box;
  border-top: 2px solid #f0008c;
  box-shadow: 12px 0 20px -4px rgba(0, 0, 0, 0.1), 0 -10px 0px 0px white, 12px 0 20px -4px rgba(0, 0, 0, 0.1), -12px 0 20px -4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  line-height: 1.6;
  background-color: #fff;
  margin: 3% 1%;
  width: 31%;
  min-height: 28rem;
  display: inline-block;
  vertical-align: top;
  padding: 0% 2% 1% 2%;
}
/* line 19, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/snapshots.scss */
.snapshot-card .snapshot-card-body {
  padding-top: 0;
}
/* line 22, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/snapshots.scss */
.snapshot-card:hover {
  text-decoration: none;
}

/* line 27, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/snapshots.scss */
.snapshot-header {
  min-height: 8rem;
  display: table;
  margin: 4% 1%;
  width: 100%;
  text-align: center;
}
/* line 33, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/snapshots.scss */
.snapshot-header h3 {
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  line-height: 2.6rem;
  display: table-cell;
  vertical-align: middle;
}

/* line 43, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/snapshots.scss */
.snapshot-image-container {
  width: 100%;
  height: 126px;
  overflow: hidden;
  border-radius: 8px;
  margin: 4% 1%;
}

@media (max-width: 768px) {
  /* line 53, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/snapshots.scss */
  .snapshot-card {
    width: 45%;
    margin: 2%;
    min-height: 10em;
  }

  /* line 58, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/snapshots.scss */
  .snapshot-header {
    margin-bottom: -10px;
  }
}
@media (max-width: 700px) {
  /* line 65, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/snapshots.scss */
  .snapshot-card {
    width: 100%;
    margin: 18px auto;
    min-height: 10em;
  }

  /* line 70, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/snapshots.scss */
  .snapshot-image-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 160px;
  }
}
/* line 1, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 5, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-hint {
  color: #999;
}

/* line 9, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-menu {
  /* used to be tt-dropdown-menu in older versions */
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 19, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

/* line 24, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #f0008c;
}

/* line 30, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-suggestion p {
  margin: 0;
}

/* line 34, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-input, .twitter-typeahead {
  width: 100%;
}
/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/* line 6, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
body {
  background-color: #f8f8f8;
}

/* line 9, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
#wrapper {
  width: 100%;
}

/* line 12, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}

@media (min-width: 768px) {
  /* line 18, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }
}
/* line 25, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.navbar-top-links {
  margin-right: 0;
}

/* line 28, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.navbar-top-links li {
  display: inline-block;
}

/* line 31, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.navbar-top-links li:last-child {
  margin-right: 15px;
}

/* line 34, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}

/* line 38, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.navbar-top-links .dropdown-menu li {
  display: block;
}

/* line 41, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

/* line 44, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}

/* line 48, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

/* line 51, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

/* line 57, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

/* line 60, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

/* line 63, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

/* line 66, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

/* line 70, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

/* line 74, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.sidebar .sidebar-search {
  padding: 15px;
}

/* line 77, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}

/* line 80, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.sidebar ul li a.active {
  background-color: #eeeeee;
}

/* line 83, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.sidebar .arrow {
  float: right;
}

/* line 86, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.sidebar .fa.arrow:before {
  content: "\f104";
}

/* line 89, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}

/* line 92, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}

/* line 96, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.sidebar .nav-second-level li a {
  padding-left: 37px;
}

/* line 99, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.sidebar .nav-third-level li a {
  padding-left: 52px;
}

@media (min-width: 768px) {
  /* line 103, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 51px;
  }

  /* line 109, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
/* line 115, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

/* line 123, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.btn-success.btn-outline {
  color: #5cb85c;
}

/* line 126, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.btn-info.btn-outline {
  color: #5bc0de;
}

/* line 129, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.btn-warning.btn-outline {
  color: #f0ad4e;
}

/* line 132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.btn-danger.btn-outline {
  color: #d9534f;
}

/* line 135, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}

/* line 142, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 147, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}

/* line 152, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.chat li.left .chat-body {
  margin-left: 60px;
}

/* line 155, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.chat li.right .chat-body {
  margin-right: 60px;
}

/* line 158, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.chat li .chat-body p {
  margin: 0;
}

/* line 161, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

/* line 165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

/* line 169, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.login-panel {
  margin-top: 25%;
}

/* line 172, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.flot-chart {
  display: block;
  height: 400px;
}

/* line 176, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* line 180, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

/* line 187, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

/* line 192, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

/* line 197, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

/* line 203, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

/* line 212, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 220, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

/* line 228, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

/* line 234, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.show-grid {
  margin: 15px 0;
}

/* line 237, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.huge {
  font-size: 40px;
}

/* line 240, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.panel-green {
  border-color: #5cb85c;
}

/* line 243, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}

/* line 248, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.panel-green > a {
  color: #5cb85c;
}

/* line 251, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.panel-green > a:hover {
  color: #3d8b3d;
}

/* line 254, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.panel-red {
  border-color: #d9534f;
}

/* line 257, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}

/* line 262, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.panel-red > a {
  color: #d9534f;
}

/* line 265, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.panel-red > a:hover {
  color: #b52b27;
}

/* line 268, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.panel-yellow {
  border-color: #f0ad4e;
}

/* line 271, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}

/* line 276, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.panel-yellow > a {
  color: #f0ad4e;
}

/* line 279, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.panel-yellow > a:hover {
  color: #df8a13;
}

/* line 282, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}

/* line 287, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

/* line 297, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}

/* line 301, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 306, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline > li:after {
  clear: both;
}

/* line 309, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 314, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline > li:after {
  clear: both;
}

/* line 317, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

/* line 327, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

/* line 338, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

/* line 349, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}

/* line 364, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

/* line 367, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

/* line 373, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

/* line 379, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

/* line 382, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline-badge.success {
  background-color: #3f903f !important;
}

/* line 385, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

/* line 388, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline-badge.danger {
  background-color: #d9534f !important;
}

/* line 391, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline-badge.info {
  background-color: #5bc0de !important;
}

/* line 394, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline-title {
  margin-top: 0;
  color: inherit;
}

/* line 398, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 402, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  /* line 406, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
  ul.timeline:before {
    left: 40px;
  }

  /* line 409, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }

  /* line 414, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  /* line 419, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
  ul.timeline > li > .timeline-panel {
    float: right;
  }

  /* line 422, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  /* line 428, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/start-bootstrap-template/sb-admin-bs-template.scss */
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}
/* line 9, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/user.scss */
.user-dashboard nav {
  margin-bottom: 0;
}

/* line 14, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/user.scss */
.user-dashboard-content {
  padding-top: 10px;
  min-height: 600px;
  width: 80%;
  margin: auto;
}

/* line 21, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/user.scss */
.modal.custom {
  margin: auto;
}

/* line 25, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/user.scss */
.modal.custom .modal-dialog {
  width: 250px;
}

/* line 29, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/user.scss */
.modal.custom .modal-header {
  text-align: center;
}

/* line 33, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/user.scss */
.modal.custom .create-entity-buttons, .modal.custom .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 40, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/user.scss */
  .user-dashboard-content {
    margin-left: 0;
  }
}
/* line 45, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/user.scss */
.create-btn-standard {
  width: 11em;
}

/* line 49, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/user.scss */
#editProfileHeading {
  text-align: center;
}
/* line 5, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/user/claims.scss */
.btn-beige-bg {
  background-color: beige !important;
  color: black !important;
  font-weight: normal !important;
}
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 2, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 7, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
body {
  margin: 0;
}

/* line 10, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 25, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 32, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 36, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
[hidden],
template {
  display: none;
}

/* line 40, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a {
  background-color: transparent;
}

/* line 43, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 47, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 50, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
b,
strong {
  font-weight: bold;
}

/* line 54, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dfn {
  font-style: italic;
}

/* line 57, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 61, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 65, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
small {
  font-size: 80%;
}

/* line 68, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 75, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
sup {
  top: -0.5em;
}

/* line 78, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
sub {
  bottom: -0.25em;
}

/* line 81, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
img {
  border: 0;
}

/* line 84, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 87, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
figure {
  margin: 1em 40px;
}

/* line 90, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 94, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
pre {
  overflow: auto;
}

/* line 97, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 104, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 113, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button {
  overflow: visible;
}

/* line 116, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button,
select {
  text-transform: none;
}

/* line 120, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 127, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 131, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 136, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input {
  line-height: normal;
}

/* line 139, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 148, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 152, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 156, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 161, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea {
  overflow: auto;
}

/* line 168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
optgroup {
  font-weight: bold;
}

/* line 171, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 175, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 181, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 189, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 193, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 196, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 199, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 203, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 208, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  thead {
    display: table-header-group;
  }

  /* line 211, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 215, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  img {
    max-width: 100% !important;
  }

  /* line 218, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 224, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 228, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar {
    display: none;
  }

  /* line 231, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 235, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 238, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 241, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 245, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 250, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
* {
  box-sizing: border-box;
}

/* line 253, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 257, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 261, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
}

/* line 268, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 276, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a {
  color: #685d9f;
  text-decoration: none;
}

/* line 280, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a:hover,
a:focus {
  color: #48416f;
  text-decoration: underline;
}

/* line 285, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 290, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
figure {
  margin: 0;
}

/* line 293, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
img {
  vertical-align: middle;
}

/* line 296, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 305, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 308, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 319, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.img-circle {
  border-radius: 50%;
}

/* line 322, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 328, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 338, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 347, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.2;
  color: inherit;
}

/* line 367, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}

/* line 395, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

/* line 404, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 418, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 427, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 441, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 445, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 449, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 453, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 457, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 461, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 465, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
p {
  margin: 0 0 11px;
}

/* line 468, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 475, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 479, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
small,
.small {
  font-size: 85%;
}

/* line 483, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 488, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-left {
  text-align: left;
}

/* line 491, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-right {
  text-align: right;
}

/* line 494, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-center {
  text-align: center;
}

/* line 497, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-justify {
  text-align: justify;
}

/* line 500, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 503, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 506, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 509, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 512, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-muted {
  color: #aaaaaa;
}

/* line 515, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-primary {
  color: #685d9f;
}

/* line 518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #534a7f;
}

/* line 522, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-success {
  color: #3c763d;
}

/* line 525, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 529, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-info {
  color: #31708f;
}

/* line 532, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 536, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 539, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 543, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-danger {
  color: #a94442;
}

/* line 546, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-primary {
  color: #fff;
  background-color: #685d9f;
}

/* line 554, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #534a7f;
}

/* line 558, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 561, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 565, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 568, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 572, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 575, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 579, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 582, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 586, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.page-header {
  padding-bottom: 10px;
  margin: 0 0 22px;
  background-color: #e92a8b;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 100px;
  font-size: 40px;
  height: 150px;
}

@media (max-width: 768px) {
  /* line 598, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .page-header {
    height: 110px;
    line-height: 80px;
  }
}
/* line 604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

/* line 609, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 615, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 619, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 624, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 629, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 633, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dt,
dd {
  line-height: 1.6;
}

/* line 637, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dt {
  font-weight: bold;
}

/* line 640, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 644, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 653, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 657, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #aaaaaa;
}

/* line 662, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 666, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 672, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 677, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #aaaaaa;
}

/* line 685, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 690, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 698, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 706, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 714, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}

/* line 719, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 725, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 732, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 740, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 746, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 759, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 767, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 771, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  /* line 778, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  /* line 783, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container {
    width: 880px;
  }
}
@media (min-width: 1200px) {
  /* line 788, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container {
    width: 1020px;
  }
}
/* line 792, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 798, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 802, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 808, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 811, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-12 {
  width: 100%;
}

/* line 814, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 817, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 820, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-9 {
  width: 75%;
}

/* line 823, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 826, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 829, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-6 {
  width: 50%;
}

/* line 832, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 838, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-3 {
  width: 25%;
}

/* line 841, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 844, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 847, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 850, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 853, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 856, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 859, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 862, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 865, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 871, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 877, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 880, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 883, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 886, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 889, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 892, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 895, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 898, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 904, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 907, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 910, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 913, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 916, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 919, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 925, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 928, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 931, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 934, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 937, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 940, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 943, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 946, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 949, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 952, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 958, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 961, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 965, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 968, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 971, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 974, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 977, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 980, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 983, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 986, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 989, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 992, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 995, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 998, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 1001, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 1004, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1007, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 1010, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 1013, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1016, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 1019, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 1022, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1025, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 1028, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 1031, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1034, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1037, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1040, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 1043, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1046, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1049, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 1052, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1055, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1058, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 1061, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1064, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1067, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 1070, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1073, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1076, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1079, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 1082, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1085, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1088, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1091, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1094, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1097, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1100, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1103, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1106, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1109, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1112, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1115, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1118, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 1123, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 1126, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 1129, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 1135, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 1138, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1141, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 1144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 1147, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1150, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 1153, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 1156, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1159, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1162, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 1171, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1174, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1177, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 1180, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1183, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 1186, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 1189, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 1192, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 1195, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 1198, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 1201, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 1204, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 1207, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 1210, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 1213, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 1216, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 1219, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 1222, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 1225, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 1228, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 1231, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 1234, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 1237, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 1240, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 1243, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1246, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1249, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 1252, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1255, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1258, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 1261, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1264, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 1270, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1273, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1276, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 1281, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 1284, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 1287, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 1290, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 1293, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 1296, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 1299, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 1302, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 1305, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 1308, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 1311, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 1314, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 1317, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 1320, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 1323, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 1326, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 1329, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 1332, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 1335, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 1338, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 1341, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 1344, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 1347, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 1350, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 1353, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 1356, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 1359, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 1362, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 1365, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 1368, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 1371, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 1374, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 1377, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 1380, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 1383, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 1386, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 1389, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 1392, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 1395, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 1398, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 1401, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1404, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1407, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 1410, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1413, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1416, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 1419, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1422, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1425, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 1428, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1431, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1434, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 1438, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
table {
  background-color: transparent;
}

/* line 1441, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #aaaaaa;
  text-align: left;
}

/* line 1447, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
th {
  text-align: left;
}

/* line 1450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

/* line 1455, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 1466, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 1470, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 1478, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 1481, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table .table {
  background-color: #ffffff;
}

/* line 1484, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 1492, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 1495, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/* line 1503, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1507, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 1510, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 1513, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 1518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 1524, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 1538, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 1545, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 1559, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 1566, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 1580, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 1587, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 1601, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 1608, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 1622, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 1629, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 1634, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  /* line 1641, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 1644, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 1652, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 1655, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 1663, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 1671, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 1678, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 1684, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1695, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 1701, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="search"] {
  box-sizing: border-box;
}

/* line 1704, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 1710, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="file"] {
  display: block;
}

/* line 1713, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 1717, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1721, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1728, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
}

/* line 1735, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 1750, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1755, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

/* line 1759, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 1762, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 1765, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 1771, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 1775, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.form-control {
  height: auto;
}

/* line 1778, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1782, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px;
  }

  /* line 1788, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 1798, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 1809, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1812, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1819, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 1827, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 1835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 1839, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 1849, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 1854, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 1862, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 1868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 1874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}

/* line 1880, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 1885, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1892, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 1896, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 1900, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1907, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 1911, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 1915, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 1922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 1929, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 1933, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 1937, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 1944, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 1948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 1952, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 1959, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-feedback {
  position: relative;
}

/* line 1962, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-feedback .form-control {
  padding-right: 48.75px;
}

/* line 1965, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}

/* line 1977, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 1984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 1991, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 2003, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2007, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2011, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 2016, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2019, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 2031, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2035, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2039, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 2044, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2047, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .help-block, .field_with_errors .help-block,
.has-error .control-label,
.field_with_errors .control-label,
.has-error .radio,
.field_with_errors .radio,
.has-error .checkbox,
.field_with_errors .checkbox,
.has-error .radio-inline,
.field_with_errors .radio-inline,
.has-error .checkbox-inline,
.field_with_errors .checkbox-inline,
.has-error.radio label,
.radio.field_with_errors label,
.has-error.checkbox label,
.checkbox.field_with_errors label,
.has-error.radio-inline label,
.radio-inline.field_with_errors label,
.has-error.checkbox-inline label,
.checkbox-inline.field_with_errors label {
  color: #a94442;
}

/* line 2059, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .form-control, .field_with_errors .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2063, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .form-control:focus, .field_with_errors .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2067, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .input-group-addon, .field_with_errors .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 2072, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .form-control-feedback, .field_with_errors .form-control-feedback {
  color: #a94442;
}

/* line 2075, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

/* line 2078, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2081, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  /* line 2088, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2098, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2101, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2105, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2110, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2113, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2117, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2124, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 2128, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 2133, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2137, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 2145, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

/* line 2149, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  /* line 2154, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 2160, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  /* line 2164, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 2170, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 2175, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2196, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2206, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

/* line 2212, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2218, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* line 2226, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 2230, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 2235, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 2241, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 2246, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 2253, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 2266, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 2271, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 2292, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

/* line 2296, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary {
  color: #ffffff;
  background-color: #685d9f;
  border-color: #5d548f;
}

/* line 2301, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #534a7f;
  border-color: #29253e;
}

/* line 2307, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #534a7f;
  border-color: #443d68;
}

/* line 2312, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #534a7f;
  border-color: #443d68;
}

/* line 2319, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #443d68;
  border-color: #29253e;
}

/* line 2332, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 2337, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #685d9f;
  border-color: #5d548f;
}

/* line 2358, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary .badge {
  color: #685d9f;
  background-color: #ffffff;
}

/* line 2362, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2367, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 2373, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 2378, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 2385, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}

/* line 2398, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 2403, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2424, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

/* line 2428, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2433, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 2439, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 2444, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 2451, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 2464, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 2469, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2490, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

/* line 2494, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2499, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 2505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 2510, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 2517, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 2530, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 2535, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2556, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

/* line 2560, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger {
  color: #ffffff;
  background-color: #ff3167;
  border-color: #ff1854;
}

/* line 2565, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #fd0042;
  border-color: #970028;
}

/* line 2571, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #fd0042;
  border-color: #d90039;
}

/* line 2576, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #fd0042;
  border-color: #d90039;
}

/* line 2583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #d90039;
  border-color: #970028;
}

/* line 2596, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 2601, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff3167;
  border-color: #ff1854;
}

/* line 2622, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger .badge {
  color: #ff3167;
  background-color: #ffffff;
}

/* line 2626, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link {
  color: #685d9f;
  font-weight: normal;
  border-radius: 0;
}

/* line 2631, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 2639, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 2645, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link:hover,
.btn-link:focus {
  color: #48416f;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2651, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #aaaaaa;
  text-decoration: none;
}

/* line 2658, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2665, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2672, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2679, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2683, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 2686, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 2691, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 2695, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.fade.in {
  opacity: 1;
}

/* line 2698, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.collapse {
  display: none;
}

/* line 2701, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.collapse.in {
  display: block;
}

/* line 2704, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
tr.collapse.in {
  display: table-row;
}

/* line 2707, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 2710, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

/* line 2718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 2729, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2733, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 2736, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1.6rem;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 2756, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 2760, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 2766, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}

/* line 2775, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 2781, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #e92a8b;
  text-decoration: underline;
  outline: 0;
  background-color: transparent;
}

/* line 2790, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #aaaaaa;
}

/* line 2795, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 2803, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 2806, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.open > a {
  outline: 0;
}

/* line 2809, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 2813, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 2817, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #aaaaaa;
  white-space: nowrap;
}

/* line 2825, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 2833, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 2837, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 2844, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 2851, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 2855, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 2860, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 2866, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 2871, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 2881, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 2887, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 2890, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 2895, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 2900, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 2903, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 2906, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2910, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2915, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 2918, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2921, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2926, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2930, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 2934, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 2938, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 2942, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2945, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 2948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn .caret {
  margin-left: 0;
}

/* line 2951, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 2955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 2958, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 2966, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 2969, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 2976, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 2979, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2989, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2992, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2997, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3001, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3007, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 3013, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3016, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3019, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3027, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3032, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 3037, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3044, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3053, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3059, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3067, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3076, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3082, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3090, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3095, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3100, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3106, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 3117, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3122, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3127, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3131, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3141, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3154, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3157, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3162, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3173, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3177, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 3182, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 3187, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3191, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3196, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3201, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li.disabled > a {
  color: #aaaaaa;
}

/* line 3204, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #aaaaaa;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 3211, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #685d9f;
}

/* line 3217, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3223, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3226, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

/* line 3229, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 3233, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 3239, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 3242, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 3251, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 3255, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 3258, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 3262, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3271, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3275, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3279, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 3285, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3289, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 3295, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li {
  float: left;
}

/* line 3298, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 3301, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 3304, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #685d9f;
}

/* line 3310, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-stacked > li {
  float: none;
}

/* line 3313, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 3317, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-justified {
  width: 100%;
}

/* line 3320, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-justified > li {
  float: none;
}

/* line 3323, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 3327, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3332, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3336, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3340, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 3343, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3347, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 3353, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3357, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 3363, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3366, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tab-content > .active {
  display: block;
}

/* line 3369, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3374, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar {
  position: abosolute;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 3381, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 3386, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-header {
    float: left;
  }
}
/* line 3390, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 3398, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 3402, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 3407, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 3413, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 3416, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 3423, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 3428, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 3433, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: -10px;
}

@media (min-width: 768px) {
  /* line 3441, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 3449, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 3454, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 3458, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 3466, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 3471, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 3475, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 3480, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-brand {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin: 0 0;
  padding: 0;
}

/* line 3488, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 3492, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-brand > a > img {
  display: inine-block;
  margin: 0 auto;
  max-height: 60px;
}

@media (min-width: 768px) {
  /* line 3498, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: auto;
  }
}
/* line 3503, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-toggle {
  position: relative;
  z-index: 3;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3515, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 3518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 3524, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 3528, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 3532, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav {
  margin: 7px -10px;
}

/* line 3535, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 949px) {
  /* line 3541, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 3550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 3554, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }

  /* line 3557, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 3563, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 3567, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 3570, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
/* line 3575, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}

@media (min-width: 768px) {
  /* line 3586, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3591, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 3596, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 3599, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 3603, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 3608, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 3611, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3615, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3622, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 3626, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 3631, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 3636, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 3639, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 3644, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
/* line 3654, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3659, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3666, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}

/* line 3670, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3674, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 3678, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  /* line 3683, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  /* line 3690, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-left {
    float: left !important;
    position: absolute;
    margin-left: 12%;
  }

  /* line 3695, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right {
    float: right !important;
    margin-right: 12%;
  }

  /* line 3699, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 3704, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-left {
    float: left !important;
    position: absolute;
    margin-left: 3%;
  }

  /* line 3709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right {
    margin-right: 3%;
  }
}
/* line 3714, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
  padding: 0;
}

/* line 3719, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-brand {
  color: #333333;
}

/* line 3722, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background-color: transparent;
}

/* line 3726, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-text {
  color: #777777;
}

/* line 3729, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > li > a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e92a8b;
  font-size: 2rem;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (max-width: 949px) {
  /* line 3741, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav > li > a {
    margin-left: 0.8rem;
    margin-right: 0.9rem;
    font-size: 1.9rem;
  }
}
/* line 3765, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}

/* line 3769, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

/* line 3774, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 3780, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-toggle {
  border-color: transparent;
}

/* line 3783, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* line 3787, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

/* line 3790, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

/* line 3794, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #333333;
}

@media (max-width: 767px) {
  /* line 3801, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }

  /* line 3804, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }

  /* line 3809, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333333;
    background-color: transparent;
  }

  /* line 3815, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 3822, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-link {
  color: #777777;
}

/* line 3825, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 3828, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .btn-link {
  color: #777777;
}

/* line 3831, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}

/* line 3835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 3841, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse {
  border-color: #080808;
}

/* line 3844, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-brand {
  color: #d0d0d0;
}

/* line 3847, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 3852, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-text {
  color: #d0d0d0;
}

/* line 3855, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #d0d0d0;
}

/* line 3858, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 3863, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
}

/* line 3868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 3874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

/* line 3877, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

/* line 3881, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* line 3884, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 3888, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 3895, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 3898, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 3901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d0d0d0;
  }

  /* line 3904, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  /* line 3909, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }

  /* line 3915, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 3922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-link {
  color: #d0d0d0;
}

/* line 3925, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* line 3928, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .btn-link {
  color: #d0d0d0;
}

/* line 3931, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

/* line 3935, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 3941, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 3948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 3951, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

/* line 3956, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.breadcrumb > .active {
  color: #aaaaaa;
}

/* line 3959, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

/* line 3965, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li {
  display: inline;
}

/* line 3968, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #685d9f;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

/* line 3980, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 3986, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 3991, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #48416f;
  background-color: #eeeeee;
  border-color: #dddddd;
}

/* line 4000, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #685d9f;
  border-color: #685d9f;
  cursor: default;
}

/* line 4012, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #aaaaaa;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 4023, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4029, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 4034, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 4039, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4045, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4050, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4055, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

/* line 4061, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager li {
  display: inline;
}

/* line 4064, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* line 4072, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 4077, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4081, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4085, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #aaaaaa;
  background-color: #ffffff;
  cursor: not-allowed;
}

/* line 4093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4105, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4111, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label:empty {
  display: none;
}

/* line 4114, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4118, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-default {
  background-color: #aaaaaa;
}

/* line 4121, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #919191;
}

/* line 4125, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-primary {
  background-color: #685d9f;
}

/* line 4128, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #534a7f;
}

/* line 4132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 4135, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4139, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4142, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4146, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4149, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4153, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-danger {
  background-color: #ff3167;
}

/* line 4156, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #fd0042;
}

/* line 4160, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #aaaaaa;
  border-radius: 10px;
}

/* line 4174, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.badge:empty {
  display: none;
}

/* line 4177, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4181, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4186, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4192, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #685d9f;
  background-color: #ffffff;
}

/* line 4197, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4200, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4203, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4206, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 4213, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4217, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4222, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4225, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 4229, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4233, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4237, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 4242, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 4247, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

/* line 4257, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 4262, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #685d9f;
}

/* line 4267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}

/* line 4271, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4277, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 4281, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 4284, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 4288, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 4291, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 4295, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 4302, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 4307, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 4310, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 4313, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 4318, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 4321, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 4324, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 4329, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 4332, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 4335, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 4340, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 4343, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 4362, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 4370, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #685d9f;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

/* line 4382, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 4387, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 4392, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 4395, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4398, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 4401, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4404, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 4407, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4410, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar-danger {
  background-color: #ff3167;
}

/* line 4413, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4416, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media {
  margin-top: 15px;
}

/* line 4419, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media:first-child {
  margin-top: 0;
}

/* line 4422, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 4427, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-body {
  width: 10000px;
}

/* line 4430, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-object {
  display: block;
}

/* line 4433, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 4436, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 4440, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 4444, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 4450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-middle {
  vertical-align: middle;
}

/* line 4453, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 4456, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4460, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 4464, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 4468, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 4476, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4480, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4485, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item,
button.list-group-item {
  color: #555555;
}

/* line 4489, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 4493, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

/* line 4501, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #aaaaaa;
  cursor: not-allowed;
}

/* line 4512, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 4517, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #aaaaaa;
}

/* line 4522, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #685d9f;
  border-color: #685d9f;
}

/* line 4530, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 4541, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #dfddeb;
}

/* line 4546, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 4550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 4554, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 4558, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 4565, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4575, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 4579, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 4583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 4587, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 4594, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 4608, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 4612, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 4616, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 4623, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4633, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 4637, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 4641, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 4645, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 4652, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 4662, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4666, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 4670, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 4677, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-body {
  padding: 15px;
}

/* line 4680, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4686, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 4689, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 4695, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 4702, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 4713, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 4718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4724, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4730, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4734, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 4737, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 4740, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 4745, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 4751, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4756, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4763, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 4773, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 4783, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4788, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4795, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 4805, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 4815, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 4821, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 4825, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 4829, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 4843, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 4857, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 4867, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 4877, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 4881, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group {
  margin-bottom: 22px;
}

/* line 4884, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 4888, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 4891, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 4894, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}

/* line 4898, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 4901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 4904, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default {
  border-color: #dddddd;
}

/* line 4907, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

/* line 4912, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

/* line 4915, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 4919, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

/* line 4922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary {
  border-color: #685d9f;
}

/* line 4925, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #685d9f;
  border-color: #685d9f;
}

/* line 4930, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #685d9f;
}

/* line 4933, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary > .panel-heading .badge {
  color: #685d9f;
  background-color: #ffffff;
}

/* line 4937, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #685d9f;
}

/* line 4940, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 4943, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 4951, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 4955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 4958, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 4961, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4966, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 4969, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 4973, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 4976, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 4979, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 4984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 4987, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 4991, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 4994, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 4997, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5002, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5005, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5009, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5012, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5019, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 5032, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5035, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5038, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5047, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5051, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5055, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5059, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
body {
  font-weight: 300;
  letter-spacing: -0.02em;
}

/* line 5063, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.lead {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  /* line 5070, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .lead {
    font-size: 17px;
  }
}
/* line 5074, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-spaced li {
  margin-bottom: 3px;
  text-indent: 20%;
}

/* line 5078, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-bordered li {
  border-top: 1px solid #aaaaaa;
}

/* line 5081, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-bordered li:last-child {
  border-bottom: 1px solid #aaaaaa;
}

/* line 5084, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-serif {
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
}

/* line 5087, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-xs-left {
  text-align: left;
}

/* line 5090, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-xs-right {
  text-align: right;
}

/* line 5093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-xs-center {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 5097, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-sm-left {
    text-align: left;
  }

  /* line 5100, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-sm-right {
    text-align: right;
  }

  /* line 5103, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* line 5108, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-md-left {
    text-align: left;
  }

  /* line 5111, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-md-right {
    text-align: right;
  }

  /* line 5114, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  /* line 5119, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-lg-left {
    text-align: left;
  }

  /* line 5122, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-lg-right {
    text-align: right;
  }

  /* line 5125, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-lg-center {
    text-align: center;
  }
}
/* line 5129, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

/* line 5134, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark hr {
  border-top-color: rgba(0, 0, 0, 0.8);
}

/* line 5137, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark .alert-link {
  color: #e6e6e6;
}

/* line 5140, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark .close {
  text-shadow: 0 1px 0 #000;
}

/* line 5143, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark .close:hover,
.alert-dark .close:focus {
  color: #fff;
}

/* line 5147, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-full {
  border-radius: 0;
}

/* line 5150, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn {
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
}

/* line 5155, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-borderless {
  border: 0;
}

/* line 5158, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 5165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5172, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5179, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-more:after {
  position: relative;
  top: 1px;
  content: '〉';
  display: inline-block;
  padding-left: .3em;
  color: inherit;
}

/* line 5187, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar .btn-toolbar-item {
  float: left;
}

/* line 5190, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar > .btn-toolbar-item {
  margin-left: 5px;
}

/* line 5193, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar-divider {
  float: left;
  width: 1px;
  height: 34px;
  margin-left: 10px;
  margin-right: 5px;
  background-color: #eeeeee;
}

/* line 5201, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified.btn-group-justified-spaced {
  width: calc(100% + 10px);
  margin-left: -5px;
  border-spacing: 5px;
}

/* line 5206, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > .nav-header {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
  font-size: 85%;
  font-weight: normal;
  letter-spacing: 1px;
  color: #afafaf;
  text-transform: uppercase;
}

/* line 5216, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li + .nav-header {
  margin-top: 20px;
}

/* line 5219, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.with-top-navbar {
  padding-top: 50px;
}

/* line 5222, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav > li > a > .badge {
  margin-left: 5px;
}

/* line 5225, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-brand-icon {
  float: left;
  margin-right: 5px;
}

/* line 5229, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-brand-emphasized,
.navbar-default .navbar-brand-emphasized:hover,
.navbar-default .navbar-brand-emphasized:focus {
  background-color: transparent;
}

/* line 5234, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-brand-emphasized,
.navbar-inverse .navbar-brand-emphasized:hover,
.navbar-inverse .navbar-brand-emphasized:focus {
  color: #fff;
  background-color: #080808;
}

/* line 5240, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-padded .navbar-header {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  /* line 5245, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-padded {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 5250, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-form-control {
  border: 0;
  box-shadow: none;
}

/* line 5254, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-form-control {
  background-color: #343434;
}

/* line 5257, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-form-control:focus {
  color: #222222;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}

/* line 5262, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  font-weight: inherit;
}

/* line 5267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn-avitar,
.navbar-btn-avitar:active,
.navbar-btn-avitar:hover,
.navbar-btn-avitar:focus,
.navbar-btn-avitar:hover:active,
.navbar-btn-avitar:active:focus {
  padding: 0;
  border: 0;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
}

/* line 5279, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn-avitar img {
  height: 35px;
  width: 35px;
}

/* line 5283, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-open {
  overflow: hidden;
}

/* line 5286, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5298, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 5304, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5308, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5312, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5317, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 5327, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5336, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5340, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5344, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.6px;
}

/* line 5349, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5352, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-title {
  margin: 0;
  line-height: 1.6;
}

/* line 5356, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5360, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5365, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 5369, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5372, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5375, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5383, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5387, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 5390, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5395, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 5399, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5422, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5426, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 5430, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 5434, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 5438, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 5442, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

/* line 5450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5457, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 5464, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 5471, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 5478, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

/* line 5485, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

/* line 5492, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 5499, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 5506, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 5513, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 5544, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5547, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5553, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5556, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 5564, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5567, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5576, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 5579, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 5591, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

/* line 5598, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 5606, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

/* line 5613, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 5621, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/* line 5628, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5636, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* line 5643, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel {
  position: relative;
}

/* line 5646, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 5651, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

/* line 5656, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 5661, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 5669, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  /* line 5675, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  /* line 5681, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 5689, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 5694, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 5697, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5703, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 5706, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 5709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 5713, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 5716, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5719, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 20px;
  color: #e92a8b;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

/* line 5732, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 5736, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.left:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.001) 100%);
}
/* line 5739, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.left:focus {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.001) 100%);
}

/* line 5743, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 5749, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.right:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.6) 100%);
}
/* line 5752, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.right:focus {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* line 5756, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5764, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 5774, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 5779, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 5784, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 5791, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 5794, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 5797, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 5808, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
  background-color: #f0008c;
}

/* line 5819, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-color: #f0008c;
}

/* line 5826, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5838, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 5842, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  /* line 5851, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  /* line 5855, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 5859, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 5864, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-indicators {
    bottom: 30px;
  }
}
/* line 5868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 5901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

/* line 5918, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 5923, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-right {
  float: right !important;
}

/* line 5926, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-left {
  float: left !important;
}

/* line 5929, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.hide {
  display: none !important;
}

/* line 5932, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.show {
  display: block !important;
}

/* line 5935, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.invisible {
  visibility: hidden;
}

/* line 5938, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5945, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.hidden {
  display: none !important;
}

/* line 5948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 5954, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 5960, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 5975, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 5978, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 5981, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 5984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 5990, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 5995, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6000, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6005, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 6008, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 6011, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 6014, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6020, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6025, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6030, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6035, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-md {
    display: block !important;
  }

  /* line 6038, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 6041, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 6044, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6050, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6055, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6060, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6065, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6068, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 6071, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6074, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6080, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6085, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6090, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6095, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6100, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6105, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6110, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6114, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6118, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6121, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 6124, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6127, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6136, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6140, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6148, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6152, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6157, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "toolkit-entypo";
  src: url("../fonts/toolkit-entypo.eot");
  src: url("../fonts/toolkit-entypo.eot?#iefix") format("eot"), url("../fonts/toolkit-entypo.woff2") format("woff2"), url("../fonts/toolkit-entypo.woff") format("woff"), url("../fonts/toolkit-entypo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 6168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon:before {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: "toolkit-entypo";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6183, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel .icon-chevron-thin-left,
.carousel .icon-chevron-thin-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 6191, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel .icon-chevron-thin-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6195, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel .icon-chevron-thin-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6199, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-500px-with-circle:before {
  content: "\EA01";
}

/* line 6202, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-500px:before {
  content: "\EA02";
}

/* line 6205, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-add-to-list:before {
  content: "\EA03";
}

/* line 6208, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-add-user:before {
  content: "\EA04";
}

/* line 6211, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-address:before {
  content: "\EA05";
}

/* line 6214, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-adjust:before {
  content: "\EA06";
}

/* line 6217, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-air:before {
  content: "\EA07";
}

/* line 6220, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-aircraft-landing:before {
  content: "\EA08";
}

/* line 6223, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-aircraft-take-off:before {
  content: "\EA09";
}

/* line 6226, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-aircraft:before {
  content: "\EA0A";
}

/* line 6229, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-bottom:before {
  content: "\EA0B";
}

/* line 6232, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-horizontal-middle:before {
  content: "\EA0C";
}

/* line 6235, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-left:before {
  content: "\EA0D";
}

/* line 6238, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-right:before {
  content: "\EA0E";
}

/* line 6241, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-top:before {
  content: "\EA0F";
}

/* line 6244, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-vertical-middle:before {
  content: "\EA10";
}

/* line 6247, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-app-store:before {
  content: "\EA11";
}

/* line 6250, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-archive:before {
  content: "\EA12";
}

/* line 6253, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-area-graph:before {
  content: "\EA13";
}

/* line 6256, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-bold-down:before {
  content: "\EA14";
}

/* line 6259, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-bold-left:before {
  content: "\EA15";
}

/* line 6262, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-bold-right:before {
  content: "\EA16";
}

/* line 6265, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-bold-up:before {
  content: "\EA17";
}

/* line 6268, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-down:before {
  content: "\EA18";
}

/* line 6271, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-left:before {
  content: "\EA19";
}

/* line 6274, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-long-down:before {
  content: "\EA1A";
}

/* line 6277, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-long-left:before {
  content: "\EA1B";
}

/* line 6280, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-long-right:before {
  content: "\EA1C";
}

/* line 6283, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-long-up:before {
  content: "\EA1D";
}

/* line 6286, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-right:before {
  content: "\EA1E";
}

/* line 6289, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-up:before {
  content: "\EA1F";
}

/* line 6292, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-with-circle-down:before {
  content: "\EA20";
}

/* line 6295, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-with-circle-left:before {
  content: "\EA21";
}

/* line 6298, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-with-circle-right:before {
  content: "\EA22";
}

/* line 6301, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-with-circle-up:before {
  content: "\EA23";
}

/* line 6304, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-attachment:before {
  content: "\EA24";
}

/* line 6307, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-awareness-ribbon:before {
  content: "\EA25";
}

/* line 6310, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-back-in-time:before {
  content: "\EA26";
}

/* line 6313, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-back:before {
  content: "\EA27";
}

/* line 6316, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-baidu:before {
  content: "\EA28";
}

/* line 6319, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bar-graph:before {
  content: "\EA29";
}

/* line 6322, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-basecamp:before {
  content: "\EA2A";
}

/* line 6325, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-battery:before {
  content: "\EA2B";
}

/* line 6328, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-beamed-note:before {
  content: "\EA2C";
}

/* line 6331, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-behance:before {
  content: "\EA2D";
}

/* line 6334, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bell:before {
  content: "\EA2E";
}

/* line 6337, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-blackboard:before {
  content: "\EA2F";
}

/* line 6340, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-block:before {
  content: "\EA30";
}

/* line 6343, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-book:before {
  content: "\EA31";
}

/* line 6346, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bookmark:before {
  content: "\EA32";
}

/* line 6349, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bookmarks:before {
  content: "\EA33";
}

/* line 6352, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bowl:before {
  content: "\EA34";
}

/* line 6355, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-box:before {
  content: "\EA35";
}

/* line 6358, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-briefcase:before {
  content: "\EA36";
}

/* line 6361, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-browser:before {
  content: "\EA37";
}

/* line 6364, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-brush:before {
  content: "\EA38";
}

/* line 6367, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bucket:before {
  content: "\EA39";
}

/* line 6370, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bug:before {
  content: "\EA3A";
}

/* line 6373, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cake:before {
  content: "\EA3B";
}

/* line 6376, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-calculator:before {
  content: "\EA3C";
}

/* line 6379, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-calendar:before {
  content: "\EA3D";
}

/* line 6382, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-camera:before {
  content: "\EA3E";
}

/* line 6385, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-ccw:before {
  content: "\EA3F";
}

/* line 6388, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chat:before {
  content: "\EA40";
}

/* line 6391, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-check:before {
  content: "\EA41";
}

/* line 6394, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-down:before {
  content: "\EA42";
}

/* line 6397, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-left:before {
  content: "\EA43";
}

/* line 6400, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-right:before {
  content: "\EA44";
}

/* line 6403, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-small-down:before {
  content: "\EA45";
}

/* line 6406, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-small-left:before {
  content: "\EA46";
}

/* line 6409, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-small-right:before {
  content: "\EA47";
}

/* line 6412, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-small-up:before {
  content: "\EA48";
}

/* line 6415, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-thin-down:before {
  content: "\EA49";
}

/* line 6418, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-thin-left:before {
  content: "\EA4A";
}

/* line 6421, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-thin-right:before {
  content: "\EA4B";
}

/* line 6424, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-thin-up:before {
  content: "\EA4C";
}

/* line 6427, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-up:before {
  content: "\EA4D";
}

/* line 6430, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-with-circle-down:before {
  content: "\EA4E";
}

/* line 6433, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-with-circle-left:before {
  content: "\EA4F";
}

/* line 6436, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-with-circle-right:before {
  content: "\EA50";
}

/* line 6439, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-with-circle-up:before {
  content: "\EA51";
}

/* line 6442, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circle-with-cross:before {
  content: "\EA52";
}

/* line 6445, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circle-with-minus:before {
  content: "\EA53";
}

/* line 6448, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circle-with-plus:before {
  content: "\EA54";
}

/* line 6451, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circle:before {
  content: "\EA55";
}

/* line 6454, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circular-graph:before {
  content: "\EA56";
}

/* line 6457, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-clapperboard:before {
  content: "\EA57";
}

/* line 6460, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-classic-computer:before {
  content: "\EA58";
}

/* line 6463, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-clipboard:before {
  content: "\EA59";
}

/* line 6466, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-clock:before {
  content: "\EA5A";
}

/* line 6469, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cloud:before {
  content: "\EA5B";
}

/* line 6472, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-code:before {
  content: "\EA5C";
}

/* line 6475, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cog:before {
  content: "\EA5D";
}

/* line 6478, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-colours:before {
  content: "\EA5E";
}

/* line 6481, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-compass:before {
  content: "\EA5F";
}

/* line 6484, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-fast-backward:before {
  content: "\EA60";
}

/* line 6487, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-fast-forward:before {
  content: "\EA61";
}

/* line 6490, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-jump-to-start:before {
  content: "\EA62";
}

/* line 6493, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-next:before {
  content: "\EA63";
}

/* line 6496, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-paus:before {
  content: "\EA64";
}

/* line 6499, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-play:before {
  content: "\EA65";
}

/* line 6502, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-record:before {
  content: "\EA66";
}

/* line 6505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-stop:before {
  content: "\EA67";
}

/* line 6508, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-volume:before {
  content: "\EA68";
}

/* line 6511, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-copy:before {
  content: "\EA69";
}

/* line 6514, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-cloud:before {
  content: "\EA6A";
}

/* line 6517, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-attribution:before {
  content: "\EA6B";
}

/* line 6520, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-noderivs:before {
  content: "\EA6C";
}

/* line 6523, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-noncommercial-eu:before {
  content: "\EA6D";
}

/* line 6526, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-noncommercial-us:before {
  content: "\EA6E";
}

/* line 6529, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-public-domain:before {
  content: "\EA6F";
}

/* line 6532, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-remix:before {
  content: "\EA70";
}

/* line 6535, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-share:before {
  content: "\EA71";
}

/* line 6538, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-sharealike:before {
  content: "\EA72";
}

/* line 6541, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons:before {
  content: "\EA73";
}

/* line 6544, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-credit-card:before {
  content: "\EA74";
}

/* line 6547, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-credit:before {
  content: "\EA75";
}

/* line 6550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-crop:before {
  content: "\EA76";
}

/* line 6553, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cross:before {
  content: "\EA77";
}

/* line 6556, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cup:before {
  content: "\EA78";
}

/* line 6559, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cw:before {
  content: "\EA79";
}

/* line 6562, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cycle:before {
  content: "\EA7A";
}

/* line 6565, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-database:before {
  content: "\EA7B";
}

/* line 6568, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dial-pad:before {
  content: "\EA7C";
}

/* line 6571, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-direction:before {
  content: "\EA7D";
}

/* line 6574, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-document-landscape:before {
  content: "\EA7E";
}

/* line 6577, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-document:before {
  content: "\EA7F";
}

/* line 6580, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-documents:before {
  content: "\EA80";
}

/* line 6583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dot-single:before {
  content: "\EA81";
}

/* line 6586, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dots-three-horizontal:before {
  content: "\EA82";
}

/* line 6589, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dots-three-vertical:before {
  content: "\EA83";
}

/* line 6592, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dots-two-horizontal:before {
  content: "\EA84";
}

/* line 6595, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dots-two-vertical:before {
  content: "\EA85";
}

/* line 6598, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-download:before {
  content: "\EA86";
}

/* line 6601, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dribbble-with-circle:before {
  content: "\EA87";
}

/* line 6604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dribbble:before {
  content: "\EA88";
}

/* line 6607, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-drink:before {
  content: "\EA89";
}

/* line 6610, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-drive:before {
  content: "\EA8A";
}

/* line 6613, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-drop:before {
  content: "\EA8B";
}

/* line 6616, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dropbox:before {
  content: "\EA8C";
}

/* line 6619, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-edit:before {
  content: "\EA8D";
}

/* line 6622, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-email:before {
  content: "\EA8E";
}

/* line 6625, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-emoji-flirt:before {
  content: "\EA8F";
}

/* line 6628, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-emoji-happy:before {
  content: "\EA90";
}

/* line 6631, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-emoji-neutral:before {
  content: "\EA91";
}

/* line 6634, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-emoji-sad:before {
  content: "\EA92";
}

/* line 6637, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-erase:before {
  content: "\EA93";
}

/* line 6640, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-eraser:before {
  content: "\EA94";
}

/* line 6643, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-evernote:before {
  content: "\EA95";
}

/* line 6646, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-export:before {
  content: "\EA96";
}

/* line 6649, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-eye-with-line:before {
  content: "\EA97";
}

/* line 6652, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-eye:before {
  content: "\EA98";
}

/* line 6655, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-facebook-with-circle:before {
  content: "\EA99";
}

/* line 6658, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-facebook:before {
  content: "\EA9A";
}

/* line 6661, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-feather:before {
  content: "\EA9B";
}

/* line 6664, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-fingerprint:before {
  content: "\EA9C";
}

/* line 6667, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flag:before {
  content: "\EA9D";
}

/* line 6670, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flash:before {
  content: "\EA9E";
}

/* line 6673, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flashlight:before {
  content: "\EA9F";
}

/* line 6676, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flat-brush:before {
  content: "\EAA0";
}

/* line 6679, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flattr:before {
  content: "\EAA1";
}

/* line 6682, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flickr-with-circle:before {
  content: "\EAA2";
}

/* line 6685, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flickr:before {
  content: "\EAA3";
}

/* line 6688, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-branch:before {
  content: "\EAA4";
}

/* line 6691, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-cascade:before {
  content: "\EAA5";
}

/* line 6694, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-line:before {
  content: "\EAA6";
}

/* line 6697, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-parallel:before {
  content: "\EAA7";
}

/* line 6700, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-tree:before {
  content: "\EAA8";
}

/* line 6703, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flower:before {
  content: "\EAA9";
}

/* line 6706, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-folder-images:before {
  content: "\EAAA";
}

/* line 6709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-folder-music:before {
  content: "\EAAB";
}

/* line 6712, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-folder-video:before {
  content: "\EAAC";
}

/* line 6715, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-folder:before {
  content: "\EAAD";
}

/* line 6718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-forward:before {
  content: "\EAAE";
}

/* line 6721, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-foursquare:before {
  content: "\EAAF";
}

/* line 6724, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-funnel:before {
  content: "\EAB0";
}

/* line 6727, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-game-controller:before {
  content: "\EAB1";
}

/* line 6730, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-gauge:before {
  content: "\EAB2";
}

/* line 6733, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-github-with-circle:before {
  content: "\EAB3";
}

/* line 6736, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-github:before {
  content: "\EAB4";
}

/* line 6739, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-globe:before {
  content: "\EAB5";
}

/* line 6742, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-plus-with-circle:before {
  content: "\EAB6";
}

/* line 6745, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-plus:before {
  content: "\EAB7";
}

/* line 6748, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-drive:before {
  content: "\EAB8";
}

/* line 6751, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-hangouts:before {
  content: "\EAB9";
}

/* line 6754, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-play:before {
  content: "\EABA";
}

/* line 6757, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-graduation-cap:before {
  content: "\EABB";
}

/* line 6760, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-grid:before {
  content: "\EABC";
}

/* line 6763, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-grooveshark:before {
  content: "\EABD";
}

/* line 6766, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-hair-cross:before {
  content: "\EABE";
}

/* line 6769, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-hand:before {
  content: "\EABF";
}

/* line 6772, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-heart-outlined:before {
  content: "\EAC0";
}

/* line 6775, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-heart:before {
  content: "\EAC1";
}

/* line 6778, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-help-with-circle:before {
  content: "\EAC2";
}

/* line 6781, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-help:before {
  content: "\EAC3";
}

/* line 6784, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-home:before {
  content: "\EAC4";
}

/* line 6787, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-hour-glass:before {
  content: "\EAC5";
}

/* line 6790, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-houzz:before {
  content: "\EAC6";
}

/* line 6793, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-icloud:before {
  content: "\EAC7";
}

/* line 6796, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-image-inverted:before {
  content: "\EAC8";
}

/* line 6799, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-image:before {
  content: "\EAC9";
}

/* line 6802, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-images:before {
  content: "\EACA";
}

/* line 6805, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-inbox:before {
  content: "\EACB";
}

/* line 6808, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-infinity:before {
  content: "\EACC";
}

/* line 6811, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-info-with-circle:before {
  content: "\EACD";
}

/* line 6814, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-info:before {
  content: "\EACE";
}

/* line 6817, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-instagram-with-circle:before {
  content: "\EACF";
}

/* line 6820, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-instagram:before {
  content: "\EAD0";
}

/* line 6823, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-install:before {
  content: "\EAD1";
}

/* line 6826, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-key:before {
  content: "\EAD2";
}

/* line 6829, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-keyboard:before {
  content: "\EAD3";
}

/* line 6832, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lab-flask:before {
  content: "\EAD4";
}

/* line 6835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-landline:before {
  content: "\EAD5";
}

/* line 6838, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-language:before {
  content: "\EAD6";
}

/* line 6841, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-laptop:before {
  content: "\EAD7";
}

/* line 6844, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lastfm-with-circle:before {
  content: "\EAD8";
}

/* line 6847, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lastfm:before {
  content: "\EAD9";
}

/* line 6850, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-layers:before {
  content: "\EADA";
}

/* line 6853, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-leaf:before {
  content: "\EADB";
}

/* line 6856, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-level-down:before {
  content: "\EADC";
}

/* line 6859, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-level-up:before {
  content: "\EADD";
}

/* line 6862, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lifebuoy:before {
  content: "\EADE";
}

/* line 6865, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-light-bulb:before {
  content: "\EADF";
}

/* line 6868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-light-down:before {
  content: "\EAE0";
}

/* line 6871, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-light-up:before {
  content: "\EAE1";
}

/* line 6874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-line-graph:before {
  content: "\EAE2";
}

/* line 6877, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-link:before {
  content: "\EAE3";
}

/* line 6880, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-linkedin-with-circle:before {
  content: "\EAE4";
}

/* line 6883, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-linkedin:before {
  content: "\EAE5";
}

/* line 6886, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-list:before {
  content: "\EAE6";
}

/* line 6889, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-location-pin:before {
  content: "\EAE7";
}

/* line 6892, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-location:before {
  content: "\EAE8";
}

/* line 6895, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lock-open:before {
  content: "\EAE9";
}

/* line 6898, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lock:before {
  content: "\EAEA";
}

/* line 6901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-log-out:before {
  content: "\EAEB";
}

/* line 6904, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-login:before {
  content: "\EAEC";
}

/* line 6907, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-loop:before {
  content: "\EAED";
}

/* line 6910, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-magnet:before {
  content: "\EAEE";
}

/* line 6913, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-magnifying-glass:before {
  content: "\EAEF";
}

/* line 6916, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mail-with-circle:before {
  content: "\EAF0";
}

/* line 6919, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mail:before {
  content: "\EAF1";
}

/* line 6922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-man:before {
  content: "\EAF2";
}

/* line 6925, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-map:before {
  content: "\EAF3";
}

/* line 6928, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mask:before {
  content: "\EAF4";
}

/* line 6931, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-medal:before {
  content: "\EAF5";
}

/* line 6934, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-medium-with-circle:before {
  content: "\EAF6";
}

/* line 6937, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-medium:before {
  content: "\EAF7";
}

/* line 6940, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-megaphone:before {
  content: "\EAF8";
}

/* line 6943, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-menu-white:before {
  content: "\EAF9";
}

/* line 6946, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-menu:before {
  content: "\EAFA";
}

/* line 6949, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-merge:before {
  content: "\EAFB";
}

/* line 6952, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-message:before {
  content: "\EAFC";
}

/* line 6955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mic:before {
  content: "\EAFD";
}

/* line 6958, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-minus:before {
  content: "\EAFE";
}

/* line 6961, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mixi:before {
  content: "\EAFF";
}

/* line 6964, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mobile:before {
  content: "\EB00";
}

/* line 6967, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-modern-mic:before {
  content: "\EB01";
}

/* line 6970, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-moon:before {
  content: "\EB02";
}

/* line 6973, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mouse-pointer:before {
  content: "\EB03";
}

/* line 6976, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mouse:before {
  content: "\EB04";
}

/* line 6979, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-music:before {
  content: "\EB05";
}

/* line 6982, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-network:before {
  content: "\EB06";
}

/* line 6985, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-new-message:before {
  content: "\EB07";
}

/* line 6988, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-new:before {
  content: "\EB08";
}

/* line 6991, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-news:before {
  content: "\EB09";
}

/* line 6994, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-newsletter:before {
  content: "\EB0A";
}

/* line 6997, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-note:before {
  content: "\EB0B";
}

/* line 7000, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-notification:before {
  content: "\EB0C";
}

/* line 7003, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-notifications-off:before {
  content: "\EB0D";
}

/* line 7006, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-old-mobile:before {
  content: "\EB0E";
}

/* line 7009, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-old-phone:before {
  content: "\EB0F";
}

/* line 7012, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-onedrive:before {
  content: "\EB10";
}

/* line 7015, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-open-book:before {
  content: "\EB11";
}

/* line 7018, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-palette:before {
  content: "\EB12";
}

/* line 7021, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-paper-plane:before {
  content: "\EB13";
}

/* line 7024, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-paypal:before {
  content: "\EB14";
}

/* line 7027, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pencil:before {
  content: "\EB15";
}

/* line 7030, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-phone:before {
  content: "\EB16";
}

/* line 7033, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-picasa:before {
  content: "\EB17";
}

/* line 7036, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pie-chart:before {
  content: "\EB18";
}

/* line 7039, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pin:before {
  content: "\EB19";
}

/* line 7042, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pinterest-with-circle:before {
  content: "\EB1A";
}

/* line 7045, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pinterest:before {
  content: "\EB1B";
}

/* line 7048, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-plus:before {
  content: "\EB1C";
}

/* line 7051, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-popup:before {
  content: "\EB1D";
}

/* line 7054, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-power-plug:before {
  content: "\EB1E";
}

/* line 7057, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-price-ribbon:before {
  content: "\EB1F";
}

/* line 7060, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-price-tag:before {
  content: "\EB20";
}

/* line 7063, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-print:before {
  content: "\EB21";
}

/* line 7066, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-progress-empty:before {
  content: "\EB22";
}

/* line 7069, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-progress-full:before {
  content: "\EB23";
}

/* line 7072, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-progress-one:before {
  content: "\EB24";
}

/* line 7075, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-progress-two:before {
  content: "\EB25";
}

/* line 7078, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-publish:before {
  content: "\EB26";
}

/* line 7081, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-qq-with-circle:before {
  content: "\EB27";
}

/* line 7084, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-qq:before {
  content: "\EB28";
}

/* line 7087, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-quote:before {
  content: "\EB29";
}

/* line 7090, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-radio:before {
  content: "\EB2A";
}

/* line 7093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-raft-with-circle:before {
  content: "\EB2B";
}

/* line 7096, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-raft:before {
  content: "\EB2C";
}

/* line 7099, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rainbow:before {
  content: "\EB2D";
}

/* line 7102, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rdio-with-circle:before {
  content: "\EB2E";
}

/* line 7105, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rdio:before {
  content: "\EB2F";
}

/* line 7108, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-remove-user:before {
  content: "\EB30";
}

/* line 7111, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-renren:before {
  content: "\EB31";
}

/* line 7114, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-reply-all:before {
  content: "\EB32";
}

/* line 7117, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-reply:before {
  content: "\EB33";
}

/* line 7120, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-resize-100:before {
  content: "\EB34";
}

/* line 7123, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-resize-full-screen:before {
  content: "\EB35";
}

/* line 7126, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-retweet:before {
  content: "\EB36";
}

/* line 7129, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rocket:before {
  content: "\EB37";
}

/* line 7132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-round-brush:before {
  content: "\EB38";
}

/* line 7135, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rss:before {
  content: "\EB39";
}

/* line 7138, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-ruler:before {
  content: "\EB3A";
}

/* line 7141, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-save:before {
  content: "\EB3B";
}

/* line 7144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-scissors:before {
  content: "\EB3C";
}

/* line 7147, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-scribd:before {
  content: "\EB3D";
}

/* line 7150, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-select-arrows:before {
  content: "\EB3E";
}

/* line 7153, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-share-alternative:before {
  content: "\EB3F";
}

/* line 7156, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-share-alternitive:before {
  content: "\EB40";
}

/* line 7159, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-share:before {
  content: "\EB41";
}

/* line 7162, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shareable:before {
  content: "\EB42";
}

/* line 7165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shield:before {
  content: "\EB43";
}

/* line 7168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shop:before {
  content: "\EB44";
}

/* line 7171, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shopping-bag:before {
  content: "\EB45";
}

/* line 7174, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shopping-basket:before {
  content: "\EB46";
}

/* line 7177, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shopping-cart:before {
  content: "\EB47";
}

/* line 7180, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shuffle:before {
  content: "\EB48";
}

/* line 7183, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-signal:before {
  content: "\EB49";
}

/* line 7186, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sina-weibo:before {
  content: "\EB4A";
}

/* line 7189, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-skype-with-circle:before {
  content: "\EB4B";
}

/* line 7192, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-skype:before {
  content: "\EB4C";
}

/* line 7195, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-slideshare:before {
  content: "\EB4D";
}

/* line 7198, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-smashing:before {
  content: "\EB4E";
}

/* line 7201, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sound-mix:before {
  content: "\EB4F";
}

/* line 7204, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sound-mute:before {
  content: "\EB50";
}

/* line 7207, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sound:before {
  content: "\EB51";
}

/* line 7210, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-soundcloud:before {
  content: "\EB52";
}

/* line 7213, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sports-club:before {
  content: "\EB53";
}

/* line 7216, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-spotify-with-circle:before {
  content: "\EB54";
}

/* line 7219, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-spotify:before {
  content: "\EB55";
}

/* line 7222, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-spreadsheet:before {
  content: "\EB56";
}

/* line 7225, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-squared-cross:before {
  content: "\EB57";
}

/* line 7228, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-squared-minus:before {
  content: "\EB58";
}

/* line 7231, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-squared-plus:before {
  content: "\EB59";
}

/* line 7234, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-star-outlined:before {
  content: "\EB5A";
}

/* line 7237, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-star:before {
  content: "\EB5B";
}

/* line 7240, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-stopwatch:before {
  content: "\EB5C";
}

/* line 7243, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-stumbleupon-with-circle:before {
  content: "\EB5D";
}

/* line 7246, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-stumbleupon:before {
  content: "\EB5E";
}

/* line 7249, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-suitcase:before {
  content: "\EB5F";
}

/* line 7252, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-swap:before {
  content: "\EB60";
}

/* line 7255, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-swarm:before {
  content: "\EB61";
}

/* line 7258, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sweden:before {
  content: "\EB62";
}

/* line 7261, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-switch:before {
  content: "\EB63";
}

/* line 7264, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tablet-mobile-combo:before {
  content: "\EB64";
}

/* line 7267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tablet:before {
  content: "\EB65";
}

/* line 7270, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tag:before {
  content: "\EB66";
}

/* line 7273, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-text-document-inverted:before {
  content: "\EB67";
}

/* line 7276, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-text-document:before {
  content: "\EB68";
}

/* line 7279, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-text:before {
  content: "\EB69";
}

/* line 7282, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-thermometer:before {
  content: "\EB6A";
}

/* line 7285, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-thumbs-down:before {
  content: "\EB6B";
}

/* line 7288, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-thumbs-up:before {
  content: "\EB6C";
}

/* line 7291, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-thunder-cloud:before {
  content: "\EB6D";
}

/* line 7294, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-ticket:before {
  content: "\EB6E";
}

/* line 7297, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-time-slot:before {
  content: "\EB6F";
}

/* line 7300, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tools:before {
  content: "\EB70";
}

/* line 7303, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-traffic-cone:before {
  content: "\EB71";
}

/* line 7306, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-trash:before {
  content: "\EB72";
}

/* line 7309, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tree:before {
  content: "\EB73";
}

/* line 7312, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-triangle-down:before {
  content: "\EB74";
}

/* line 7315, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-triangle-left:before {
  content: "\EB75";
}

/* line 7318, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-triangle-right:before {
  content: "\EB76";
}

/* line 7321, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-triangle-up:before {
  content: "\EB77";
}

/* line 7324, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tripadvisor:before {
  content: "\EB78";
}

/* line 7327, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-trophy:before {
  content: "\EB79";
}

/* line 7330, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tumblr-with-circle:before {
  content: "\EB7A";
}

/* line 7333, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tumblr:before {
  content: "\EB7B";
}

/* line 7336, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tv:before {
  content: "\EB7C";
}

/* line 7339, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-twitter-with-circle:before {
  content: "\EB7D";
}

/* line 7342, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-twitter:before {
  content: "\EB7E";
}

/* line 7345, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-typing:before {
  content: "\EB7F";
}

/* line 7348, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-uninstall:before {
  content: "\EB80";
}

/* line 7351, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-unread:before {
  content: "\EB81";
}

/* line 7354, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-untag:before {
  content: "\EB82";
}

/* line 7357, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-upload-to-cloud:before {
  content: "\EB83";
}

/* line 7360, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-upload:before {
  content: "\EB84";
}

/* line 7363, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-user:before {
  content: "\EB85";
}

/* line 7366, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-users:before {
  content: "\EB86";
}

/* line 7369, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-v-card:before {
  content: "\EB87";
}

/* line 7372, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-video-camera:before {
  content: "\EB88";
}

/* line 7375, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-video:before {
  content: "\EB89";
}

/* line 7378, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vimeo-with-circle:before {
  content: "\EB8A";
}

/* line 7381, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vimeo:before {
  content: "\EB8B";
}

/* line 7384, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vine-with-circle:before {
  content: "\EB8C";
}

/* line 7387, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vine:before {
  content: "\EB8D";
}

/* line 7390, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vinyl:before {
  content: "\EB8E";
}

/* line 7393, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vk-alternitive:before {
  content: "\EB8F";
}

/* line 7396, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vk-with-circle:before {
  content: "\EB90";
}

/* line 7399, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vk:before {
  content: "\EB91";
}

/* line 7402, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-voicemail:before {
  content: "\EB92";
}

/* line 7405, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-wallet:before {
  content: "\EB93";
}

/* line 7408, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-warning:before {
  content: "\EB94";
}

/* line 7411, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-water:before {
  content: "\EB95";
}

/* line 7414, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-windows-store:before {
  content: "\EB96";
}

/* line 7417, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-xing-with-circle:before {
  content: "\EB97";
}

/* line 7420, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-xing:before {
  content: "\EB98";
}

/* line 7423, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-yelp:before {
  content: "\EB99";
}

/* line 7426, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-youko-with-circle:before {
  content: "\EB9A";
}

/* line 7429, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-youko:before {
  content: "\EB9B";
}

/* line 7432, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-youtube-with-circle:before {
  content: "\EB9C";
}

/* line 7435, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-youtube:before {
  content: "\EB9D";
}

/* line 7438, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pos-r {
  position: relative !important;
}

/* line 7441, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pos-a {
  position: absolute !important;
}

/* line 7444, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pos-f {
  position: fixed !important;
}

/* line 7447, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.w-sm {
  width: 25% !important;
}

/* line 7450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.w-md {
  width: 50% !important;
}

/* line 7453, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.w-lg {
  width: 75% !important;
}

/* line 7456, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.w-full {
  width: 100% !important;
}

/* line 7459, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-a-0 {
  margin: 0 !important;
}

/* line 7462, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-t-0 {
  margin-top: 0 !important;
}

/* line 7465, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-r-0 {
  margin-right: 0 !important;
}

/* line 7468, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-b-0 {
  margin-bottom: 0 !important;
}

/* line 7471, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-l-0 {
  margin-left: 0 !important;
}

/* line 7474, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 7478, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 7482, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-a {
  margin: 20px !important;
}

/* line 7485, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-t {
  margin-top: 20px !important;
}

/* line 7488, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-r {
  margin-right: 20px !important;
}

/* line 7491, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-b {
  margin-bottom: 20px !important;
}

/* line 7494, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-l {
  margin-left: 20px !important;
}

/* line 7497, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

/* line 7501, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-y {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 7505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 7509, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-a-md {
  margin: 30px !important;
}

/* line 7512, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-t-md {
  margin-top: 30px !important;
}

/* line 7515, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-r-md {
  margin-right: 30px !important;
}

/* line 7518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-b-md {
  margin-bottom: 30px !important;
}

/* line 7521, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-l-md {
  margin-left: 30px !important;
}

/* line 7524, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x-md {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

/* line 7528, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-y-md {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 7532, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-a-lg {
  margin: 60px !important;
}

/* line 7535, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-t-lg {
  margin-top: 60px !important;
}

/* line 7538, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-r-lg {
  margin-right: 60px !important;
}

/* line 7541, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-b-lg {
  margin-bottom: 60px !important;
}

/* line 7544, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-l-lg {
  margin-left: 60px !important;
}

/* line 7547, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x-lg {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

/* line 7551, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-y-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* line 7555, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-a-0 {
  padding: 0 !important;
}

/* line 7558, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-t-0 {
  padding-top: 0 !important;
}

/* line 7561, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-r-0 {
  padding-right: 0 !important;
}

/* line 7564, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-b-0 {
  padding-bottom: 0 !important;
}

/* line 7567, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-l-0 {
  padding-left: 0 !important;
}

/* line 7570, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 7574, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 7578, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-a {
  padding: 20px !important;
}

/* line 7581, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-t {
  padding-top: 20px !important;
}

/* line 7584, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-r {
  padding-right: 20px !important;
}

/* line 7587, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-b {
  padding-bottom: 20px !important;
}

/* line 7590, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-l {
  padding-left: 20px !important;
}

/* line 7593, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-x {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

/* line 7597, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-y {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 7601, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-a-md {
  padding: 30px !important;
}

/* line 7604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-t-md {
  padding-top: 30px !important;
}

/* line 7607, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-r-md {
  padding-right: 30px !important;
}

/* line 7610, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-b-md {
  padding-bottom: 30px !important;
}

/* line 7613, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-l-md {
  padding-left: 30px !important;
}

/* line 7616, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-x-md {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

/* line 7620, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-y-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* line 7624, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-a-lg {
  padding: 60px !important;
}

/* line 7627, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-t-lg {
  padding-top: 60px !important;
}

/* line 7630, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-r-lg {
  padding-right: 60px !important;
}

/* line 7633, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-b-lg {
  padding-bottom: 60px !important;
}

/* line 7636, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-l-lg {
  padding-left: 60px !important;
}

/* line 7639, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-x-lg {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

/* line 7643, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-y-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* line 7647, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-inherit,
.text-inherit:hover,
.text-inherit:focus {
  color: inherit;
  text-decoration: inherit;
}

/* line 7653, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li {
  float: left;
}

/* line 7656, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li > a {
  display: inline-block;
  padding: 10px 0;
  font-weight: 300;
  color: #000000;
  border-bottom: 4px solid transparent;
}

/* line 7663, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li > a:hover,
.nav-bordered > li > a:focus {
  color: #685d9f;
  background-color: transparent;
}

/* line 7668, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li + li {
  margin-left: 30px;
}

/* line 7671, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li.active > a,
.nav-bordered > li.active > a:hover,
.nav-bordered > li.active > a:focus {
  font-weight: 700;
  color: #685d9f;
  border-bottom-color: #685d9f;
}

/* line 7678, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-justified > li + li {
  margin-left: 0;
}

/* line 7681, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-justified > li > a {
  margin-bottom: 0;
}

/* line 7684, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li {
  float: none;
  margin-left: 0;
}

/* line 7688, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li + li {
  margin-top: 0;
}

/* line 7691, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li.active > a,
.nav-bordered.nav-stacked > li.active > a:hover,
.nav-bordered.nav-stacked > li.active > a:focus {
  border-left-color: #685d9f;
}

/* line 7696, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li > a {
  display: block;
  padding: 5px 10px 5px 30px;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

/* line 7702, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li > a:hover,
.nav-bordered.nav-stacked > li > a:focus {
  border-left: 4px solid;
}

/* line 7706, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked .nav-header {
  padding-left: 34px;
}

/* line 7709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 34px;
  margin-top: 20px;
  margin-bottom: 25px;
}

/* line 7718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default-outline {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}

/* line 7723, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default-outline:focus,
.btn-default-outline.focus,
.btn-default-outline:hover,
.btn-default-outline:active,
.btn-default-outline.active,
.open > .dropdown-toggle.btn-default-outline {
  color: #ffffff;
  background-color: #333333;
  box-shadow: none;
}

/* line 7733, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default-outline.disabled,
.btn-default-outline[disabled],
fieldset[disabled] .btn-default-outline,
.btn-default-outline.disabled:hover,
.btn-default-outline[disabled]:hover,
fieldset[disabled] .btn-default-outline:hover,
.btn-default-outline.disabled:focus,
.btn-default-outline[disabled]:focus,
fieldset[disabled] .btn-default-outline:focus,
.btn-default-outline.disabled.focus,
.btn-default-outline[disabled].focus,
fieldset[disabled] .btn-default-outline.focus,
.btn-default-outline.disabled:active,
.btn-default-outline[disabled]:active,
fieldset[disabled] .btn-default-outline:active,
.btn-default-outline.disabled.active,
.btn-default-outline[disabled].active,
fieldset[disabled] .btn-default-outline.active {
  border-color: #333333;
}

/* line 7753, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default-outline .badge {
  color: #ffffff;
  background-color: #333333;
}

/* line 7757, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary-outline {
  color: #5d548f;
  background-color: transparent;
  border-color: #5d548f;
}

/* line 7762, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline.active,
.open > .dropdown-toggle.btn-primary-outline {
  color: #ffffff;
  background-color: #5d548f;
  box-shadow: none;
}

/* line 7772, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary-outline.disabled,
.btn-primary-outline[disabled],
fieldset[disabled] .btn-primary-outline,
.btn-primary-outline.disabled:hover,
.btn-primary-outline[disabled]:hover,
fieldset[disabled] .btn-primary-outline:hover,
.btn-primary-outline.disabled:focus,
.btn-primary-outline[disabled]:focus,
fieldset[disabled] .btn-primary-outline:focus,
.btn-primary-outline.disabled.focus,
.btn-primary-outline[disabled].focus,
fieldset[disabled] .btn-primary-outline.focus,
.btn-primary-outline.disabled:active,
.btn-primary-outline[disabled]:active,
fieldset[disabled] .btn-primary-outline:active,
.btn-primary-outline.disabled.active,
.btn-primary-outline[disabled].active,
fieldset[disabled] .btn-primary-outline.active {
  border-color: #5d548f;
}

/* line 7792, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary-outline .badge {
  color: #ffffff;
  background-color: #5d548f;
}

/* line 7796, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success-outline {
  color: #4cae4c;
  background-color: transparent;
  border-color: #4cae4c;
}

/* line 7801, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:hover,
.btn-success-outline:active,
.btn-success-outline.active,
.open > .dropdown-toggle.btn-success-outline {
  color: #ffffff;
  background-color: #4cae4c;
  box-shadow: none;
}

/* line 7811, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success-outline.disabled,
.btn-success-outline[disabled],
fieldset[disabled] .btn-success-outline,
.btn-success-outline.disabled:hover,
.btn-success-outline[disabled]:hover,
fieldset[disabled] .btn-success-outline:hover,
.btn-success-outline.disabled:focus,
.btn-success-outline[disabled]:focus,
fieldset[disabled] .btn-success-outline:focus,
.btn-success-outline.disabled.focus,
.btn-success-outline[disabled].focus,
fieldset[disabled] .btn-success-outline.focus,
.btn-success-outline.disabled:active,
.btn-success-outline[disabled]:active,
fieldset[disabled] .btn-success-outline:active,
.btn-success-outline.disabled.active,
.btn-success-outline[disabled].active,
fieldset[disabled] .btn-success-outline.active {
  border-color: #4cae4c;
}

/* line 7831, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success-outline .badge {
  color: #ffffff;
  background-color: #4cae4c;
}

/* line 7835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info-outline {
  color: #46b8da;
  background-color: transparent;
  border-color: #46b8da;
}

/* line 7840, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:hover,
.btn-info-outline:active,
.btn-info-outline.active,
.open > .dropdown-toggle.btn-info-outline {
  color: #ffffff;
  background-color: #46b8da;
  box-shadow: none;
}

/* line 7850, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info-outline.disabled,
.btn-info-outline[disabled],
fieldset[disabled] .btn-info-outline,
.btn-info-outline.disabled:hover,
.btn-info-outline[disabled]:hover,
fieldset[disabled] .btn-info-outline:hover,
.btn-info-outline.disabled:focus,
.btn-info-outline[disabled]:focus,
fieldset[disabled] .btn-info-outline:focus,
.btn-info-outline.disabled.focus,
.btn-info-outline[disabled].focus,
fieldset[disabled] .btn-info-outline.focus,
.btn-info-outline.disabled:active,
.btn-info-outline[disabled]:active,
fieldset[disabled] .btn-info-outline:active,
.btn-info-outline.disabled.active,
.btn-info-outline[disabled].active,
fieldset[disabled] .btn-info-outline.active {
  border-color: #46b8da;
}

/* line 7870, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info-outline .badge {
  color: #ffffff;
  background-color: #46b8da;
}

/* line 7874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning-outline {
  color: #eea236;
  background-color: transparent;
  border-color: #eea236;
}

/* line 7879, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline.active,
.open > .dropdown-toggle.btn-warning-outline {
  color: #ffffff;
  background-color: #eea236;
  box-shadow: none;
}

/* line 7889, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning-outline.disabled,
.btn-warning-outline[disabled],
fieldset[disabled] .btn-warning-outline,
.btn-warning-outline.disabled:hover,
.btn-warning-outline[disabled]:hover,
fieldset[disabled] .btn-warning-outline:hover,
.btn-warning-outline.disabled:focus,
.btn-warning-outline[disabled]:focus,
fieldset[disabled] .btn-warning-outline:focus,
.btn-warning-outline.disabled.focus,
.btn-warning-outline[disabled].focus,
fieldset[disabled] .btn-warning-outline.focus,
.btn-warning-outline.disabled:active,
.btn-warning-outline[disabled]:active,
fieldset[disabled] .btn-warning-outline:active,
.btn-warning-outline.disabled.active,
.btn-warning-outline[disabled].active,
fieldset[disabled] .btn-warning-outline.active {
  border-color: #eea236;
}

/* line 7909, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning-outline .badge {
  color: #ffffff;
  background-color: #eea236;
}

/* line 7913, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger-outline {
  color: #ff1854;
  background-color: transparent;
  border-color: #ff1854;
}

/* line 7918, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:hover,
.btn-danger-outline:active,
.btn-danger-outline.active,
.open > .dropdown-toggle.btn-danger-outline {
  color: #ffffff;
  background-color: #ff1854;
  box-shadow: none;
}

/* line 7928, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger-outline.disabled,
.btn-danger-outline[disabled],
fieldset[disabled] .btn-danger-outline,
.btn-danger-outline.disabled:hover,
.btn-danger-outline[disabled]:hover,
fieldset[disabled] .btn-danger-outline:hover,
.btn-danger-outline.disabled:focus,
.btn-danger-outline[disabled]:focus,
fieldset[disabled] .btn-danger-outline:focus,
.btn-danger-outline.disabled.focus,
.btn-danger-outline[disabled].focus,
fieldset[disabled] .btn-danger-outline.focus,
.btn-danger-outline.disabled:active,
.btn-danger-outline[disabled]:active,
fieldset[disabled] .btn-danger-outline:active,
.btn-danger-outline.disabled.active,
.btn-danger-outline[disabled].active,
fieldset[disabled] .btn-danger-outline.active {
  border-color: #ff1854;
}

/* line 7948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger-outline .badge {
  color: #ffffff;
  background-color: #ff1854;
}

/* line 7952, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-pill {
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: 1000em;
}

/* line 7957, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-square {
  border-radius: 0;
}

/* line 7960, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-select {
  display: inline-block;
  padding: 6px 36px 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 12px center;
  background-color: #ffffff;
  background-clip: padding-box;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none \9;
  padding-right: 12px \9;
}

/* line 7979, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 7984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-select:disabled {
  background-color: #eeeeee;
  cursor: not-allowed;
}

/* line 7988, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 7992, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control > label {
  padding-left: 25px;
  font-weight: normal;
}

/* line 7996, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control.radio-inline,
.custom-control.checkbox-inline {
  padding-left: 25px;
}

/* line 8000, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control.radio-inline > label,
.custom-control.checkbox-inline > label {
  padding-left: 0;
}

/* line 8004, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
}

/* line 8010, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control-indicator {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #ffffff;
  background-clip: padding-box;
  background-size: 75% 75%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.control:hover .control-indicator {
  background-color: #ccc;
}
*/
/* Focus */
/* line 8037, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/* Checked state */
/* line 8041, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input:checked ~ .custom-control-indicator {
  background-color: #685d9f;
  border-color: #685d9f;
  box-shadow: none;
}

/* Active */
/* line 8047, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input:active ~ .custom-control-indicator {
  background-color: #948cbc;
  border-color: #948cbc;
  box-shadow: none;
}

/* line 8052, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input:disabled ~ .custom-control-indicator {
  background-color: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
  cursor: not-allowed;
}

/* Checkbox modifiers */
/* line 8059, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .custom-control-indicator {
  margin-top: 6px;
}

/* line 8062, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: .33rem;
}

/* line 8065, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-checkbox input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

/* Radio modifiers */
/* line 8069, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

/* line 8072, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-radio input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

/* Alternately, use another character */
/* line 8076, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control-x input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
}

/* line 8079, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control-dash input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

/* line 8082, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-controls-inline .custom-control + .custom-control {
  margin-left: 20px;
}

/* line 8085, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control-stacked .custom-control:after {
  display: block;
  content: "";
}

/* line 8089, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
}

/* line 8093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline label,
.checkbox-inline label {
  margin-bottom: 0;
  cursor: pointer;
}

/* line 8098, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control {
  transition: none;
}

/* line 8101, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control:focus {
  color: #000000;
  background-color: #fff;
  box-shadow: none;
}

/* line 8106, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .form-control,
.has-warning .form-control,
.has-error .form-control,
.field_with_errors .form-control,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.field_with_errors .form-control:focus {
  border-color: #cccccc;
  box-shadow: none;
}

/* line 8115, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .input-group-addon,
.has-warning .input-group-addon,
.has-error .input-group-addon,
.field_with_errors .input-group-addon {
  color: #fff;
  background-color: #ffffff;
  border-color: transparent;
}

/* line 8122, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container-fill-height {
  display: table;
  width: 100%;
  height: 100vh;
}

/* line 8127, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container-fill-height .container-content-bottom,
.container-fill-height .container-content-middle {
  display: table-cell;
  vertical-align: middle;
}

/* line 8132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container-fill-height .container-content-bottom {
  vertical-align: bottom;
}

@media (min-width: 768px) {
  /* line 8136, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container-fluid-spacious {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/* line 8141, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block {
  position: relative;
  width: 100%;
  padding: 60px 30px;
  color: inherit;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 8151, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-overflow-hidden {
  overflow: hidden;
}

/* line 8154, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg-clip {
  position: absolute;
  top: -25px;
  right: 0;
  bottom: -25px;
  left: 0;
  overflow: hidden;
}

/* line 8162, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg {
  position: absolute;
  top: 25px;
  right: -50px;
  bottom: 25px;
  left: -50px;
  overflow: hidden;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

/* line 8172, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg-img {
  position: absolute;
  top: -25px;
  bottom: -25px;
  right: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}

/* line 8184, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .block-bg-img {
  background-color: #000000;
}

/* line 8187, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg-img-top {
  background-position: top;
}

/* line 8190, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg-img-bottom {
  background-position: bottom;
}

/* line 8193, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bordered-lg:before,
.block-bordered:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  content: '';
  width: 33%;
  margin: 0 auto;
  border-top: 1px solid;
  border-top-color: #ccc;
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* line 8207, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bordered-lg:before {
  width: 80%;
}

/* line 8210, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-paralax {
  background-attachment: fixed;
}

/* line 8213, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse {
  color: #ffffff;
  background-color: #000000;
}

/* line 8217, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse.block-bordered:before,
.block-inverse hr {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 8221, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse h1,
.block-inverse h2,
.block-inverse h3,
.block-inverse h4,
.block-inverse h5,
.block-inverse h6,
.block-inverse .h1,
.block-inverse .h2,
.block-inverse .h3,
.block-inverse .h4,
.block-inverse .h5,
.block-inverse .h6 {
  color: inherit;
}

/* line 8235, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

/* line 8240, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default:focus,
.block-inverse .btn-outline.btn-default.focus,
.block-inverse .btn-outline.btn-default:hover,
.block-inverse .btn-outline.btn-default:active,
.block-inverse .btn-outline.btn-default.active,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default {
  color: #ffffff;
  background-color: #ffffff;
  box-shadow: none;
}

/* line 8250, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default.disabled,
.block-inverse .btn-outline.btn-default[disabled],
fieldset[disabled] .block-inverse .btn-outline.btn-default,
.block-inverse .btn-outline.btn-default.disabled:hover,
.block-inverse .btn-outline.btn-default[disabled]:hover,
fieldset[disabled] .block-inverse .btn-outline.btn-default:hover,
.block-inverse .btn-outline.btn-default.disabled:focus,
.block-inverse .btn-outline.btn-default[disabled]:focus,
fieldset[disabled] .block-inverse .btn-outline.btn-default:focus,
.block-inverse .btn-outline.btn-default.disabled.focus,
.block-inverse .btn-outline.btn-default[disabled].focus,
fieldset[disabled] .block-inverse .btn-outline.btn-default.focus,
.block-inverse .btn-outline.btn-default.disabled:active,
.block-inverse .btn-outline.btn-default[disabled]:active,
fieldset[disabled] .block-inverse .btn-outline.btn-default:active,
.block-inverse .btn-outline.btn-default.disabled.active,
.block-inverse .btn-outline.btn-default[disabled].active,
fieldset[disabled] .block-inverse .btn-outline.btn-default.active {
  border-color: #ffffff;
}

/* line 8270, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default .badge {
  color: #ffffff;
  background-color: #ffffff;
}

/* line 8274, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default:focus,
.block-inverse .btn-outline:focus,
.block-inverse .btn-outline.btn-default.focus,
.block-inverse .btn-outline.focus,
.block-inverse .btn-outline.btn-default:hover,
.block-inverse .btn-outline:hover,
.block-inverse .btn-outline.btn-default:active,
.block-inverse .btn-outline:active,
.block-inverse .btn-outline.btn-default.active,
.block-inverse .btn-outline.active,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default,
.open > .dropdown-toggle.block-inverse .btn-outline {
  color: #000;
}

/* line 8288, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default:focus:hover,
.block-inverse .btn-outline:focus:hover,
.block-inverse .btn-outline.btn-default.focus:hover,
.block-inverse .btn-outline.focus:hover,
.block-inverse .btn-outline.btn-default:hover:hover,
.block-inverse .btn-outline:hover:hover,
.block-inverse .btn-outline.btn-default:active:hover,
.block-inverse .btn-outline:active:hover,
.block-inverse .btn-outline.btn-default.active:hover,
.block-inverse .btn-outline.active:hover,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default:hover,
.open > .dropdown-toggle.block-inverse .btn-outline:hover,
.block-inverse .btn-outline.btn-default:focus:focus,
.block-inverse .btn-outline:focus:focus,
.block-inverse .btn-outline.btn-default.focus:focus,
.block-inverse .btn-outline.focus:focus,
.block-inverse .btn-outline.btn-default:hover:focus,
.block-inverse .btn-outline:hover:focus,
.block-inverse .btn-outline.btn-default:active:focus,
.block-inverse .btn-outline:active:focus,
.block-inverse .btn-outline.btn-default.active:focus,
.block-inverse .btn-outline.active:focus,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default:focus,
.open > .dropdown-toggle.block-inverse .btn-outline:focus,
.block-inverse .btn-outline.btn-default:focus.focus,
.block-inverse .btn-outline:focus.focus,
.block-inverse .btn-outline.btn-default.focus.focus,
.block-inverse .btn-outline.focus.focus,
.block-inverse .btn-outline.btn-default:hover.focus,
.block-inverse .btn-outline:hover.focus,
.block-inverse .btn-outline.btn-default:active.focus,
.block-inverse .btn-outline:active.focus,
.block-inverse .btn-outline.btn-default.active.focus,
.block-inverse .btn-outline.active.focus,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default.focus,
.open > .dropdown-toggle.block-inverse .btn-outline.focus {
  color: #000;
}

/* line 8326, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-transparent {
  background-color: transparent;
}

/* line 8329, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 8336, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-background > iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 8341, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-foreground {
  position: relative;
  z-index: 2;
  display: inline-block;
}

/* line 8346, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-fill-height {
  display: table;
  width: 100%;
  height: 110vh;
}

/* line 8351, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-label {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 4px;
  color: #685d9f;
  text-transform: uppercase;
}

/* line 8358, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.h1.block-title,
h1.block-title {
  font-size: 56px;
  line-height: 1;
}

/* line 8363, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block .lead {
  font-size: 18px;
}

/* line 8366, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-angle {
  margin-bottom: -25px;
}

/* line 8369, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-xs-top,
.block-xs-bottom,
.block-xs-middle {
  display: table-cell;
  vertical-align: middle;
}

/* line 8375, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-xs-bottom {
  vertical-align: bottom;
}

/* line 8378, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-xs-top {
  vertical-align: top;
}

@media (min-width: 768px) {
  /* line 8382, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-sm-top,
  .block-sm-bottom,
  .block-sm-middle {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 8388, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-sm-bottom {
    vertical-align: bottom;
  }

  /* line 8391, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-sm-top {
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  /* line 8396, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-md-top,
  .block-md-bottom,
  .block-md-middle {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 8402, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-md-bottom {
    vertical-align: bottom;
  }

  /* line 8405, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-md-top {
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  /* line 8410, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-lg-top,
  .block-lg-bottom,
  .block-lg-middle {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 8416, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-lg-bottom {
    vertical-align: bottom;
  }

  /* line 8419, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-lg-top {
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  /* line 8424, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block {
    padding: 5px 0;
  }

  /* line 8427, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block:not(.block-secondary) .lead {
    font-size: 21px;
  }

  /* line 8430, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .h1.block-title,
  h1.block-title {
    font-size: 72px;
  }
}
/* line 8435, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent {
  background-color: transparent;
  border-color: transparent;
}

/* line 8439, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-brand {
  color: #ffffff;
}

/* line 8442, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-brand:hover,
.navbar-transparent .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}

/* line 8447, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-text {
  color: #ffffff;
}

/* line 8450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > li > a {
  color: #ffffff;
}

/* line 8453, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > li > a:hover,
.navbar-transparent .navbar-nav > li > a:focus {
  color: #e6e6e6;
  background-color: transparent;
}

/* line 8458, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > .active > a,
.navbar-transparent .navbar-nav > .active > a:hover,
.navbar-transparent .navbar-nav > .active > a:focus {
  color: #e6e6e6;
  background-color: transparent;
}

/* line 8464, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > .disabled > a,
.navbar-transparent .navbar-nav > .disabled > a:hover,
.navbar-transparent .navbar-nav > .disabled > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 8470, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-toggle {
  border-color: #ffffff;
}

/* line 8473, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-toggle:hover,
.navbar-transparent .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 8477, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* line 8480, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-collapse,
.navbar-transparent .navbar-form {
  border-color: transparent;
}

/* line 8484, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > .open > a,
.navbar-transparent .navbar-nav > .open > a:hover,
.navbar-transparent .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #e6e6e6;
}

@media (max-width: 767px) {
  /* line 8491, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-transparent .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }

  /* line 8494, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-transparent .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-transparent .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e6e6e6;
    background-color: transparent;
  }

  /* line 8499, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-transparent .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e6e6e6;
    background-color: transparent;
  }

  /* line 8505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-transparent .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
}
/* line 8512, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-link {
  color: #ffffff;
}

/* line 8515, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-link:hover {
  color: #e6e6e6;
}

/* line 8518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .btn-link {
  color: #ffffff;
}

/* line 8521, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .btn-link:hover,
.navbar-transparent .btn-link:focus {
  color: #e6e6e6;
}

/* line 8525, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .btn-link[disabled]:hover,
fieldset[disabled] .navbar-transparent .btn-link:hover,
.navbar-transparent .btn-link[disabled]:focus,
fieldset[disabled] .navbar-transparent .btn-link:focus {
  color: #ffffff;
}

/* line 8531, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-light .carousel-control {
  text-shadow: none;
  color: rgba(0, 0, 0, 0.3);
  background-image: none;
}

/* line 8536, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-light .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
}

/* line 8540, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-light .carousel-indicators .active {
  background-color: #fff;
  border: 1px solid #685d9f;
}

/* line 8544, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 22px;
  color: #000000;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}

/* line 8554, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout-content > p,
.callout-content > ul {
  margin-bottom: 0;
}

/* line 8558, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout-content > p + p {
  margin-top: 5px;
}

/* line 8561, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout-content,
.callout-secondary {
  display: table-cell;
  padding: 15px 20px;
  vertical-align: middle;
}

/* line 8567, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout-secondary {
  width: 1%;
  background-color: #f5f7f9;
  border-left: 1px solid #eeeeee;
}

/* line 8572, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list {
  list-style: none;
  padding: 0;
}

/* line 8576, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list .featured-list-icon-text {
  font-size: 16px;
}

/* line 8579, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list li {
  position: relative;
  padding-left: 80px;
}

/* line 8583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list-icon {
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  font-size: 36px;
  text-align: center;
  line-height: 0;
  width: 60px;
}

/* line 8593, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list-bordered li {
  position: relative;
  padding-left: 110px;
}

/* line 8597, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list-bordered .featured-list-icon {
  border: 1px solid #eeeeee;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 89px;
}

/* line 8604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

/* line 8609, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 1080;
  transition: all 300ms;
}

/* line 8615, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

/* line 8620, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1079;
  background: #000000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms;
}

/* line 8632, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

/* line 8636, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

/* line 8640, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media,
.media-body {
  overflow: visible;
}

/* line 8644, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon {
  position: relative;
  left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  overflow: hidden;
}

/* line 8652, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon:before {
  position: absolute;
  top: 0;
  right: 100%;
  content: '';
  width: 20px;
  height: 100%;
  bottom: 0;
  background-color: inherit;
}

/* line 8662, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon span {
  position: relative;
  left: -10px;
}

@-moz-document url-prefix() {
  /* line 8667, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-ribbon {
    box-decoration-break: clone;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 8673, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-ribbon span {
    left: auto;
  }

  /* line 8676, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-ribbon:before {
    display: none;
  }
}
/* line 8680, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
  font-weight: normal;
  color: inherit;
  background-color: #000;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 8692, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 8696, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input:-ms-input-placeholder {
  color: inherit;
}

/* line 8699, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input::-webkit-input-placeholder {
  color: inherit;
}

/* line 8702, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input:focus {
  outline: none;
}

/* line 8705, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split:before,
.text-ribbon-inputs-split:after {
  content: " ";
  display: table;
}

/* line 8710, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split:after {
  clear: both;
}

/* line 8713, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split:before,
.text-ribbon-inputs-split:after {
  content: " ";
  display: table;
}

/* line 8718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split:after {
  clear: both;
}

/* line 8721, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split .text-ribbon-input {
  float: left;
  width: 49%;
}

/* line 8725, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split .text-ribbon-input + .text-ribbon-input {
  margin-left: 2%;
}

/* line 8728, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-primary {
  background-color: #685d9f;
}

/* line 8731, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-success {
  background-color: #5cb85c;
}

/* line 8734, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-warning {
  background-color: #f0ad4e;
}

/* line 8737, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-danger {
  background-color: #ff3167;
}

/* line 8740, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-info {
  background-color: #5bc0de;
}

/* line 8743, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist {
  list-style: none;
  padding-left: 0;
}

/* line 8747, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist > li {
  padding: 5px 0 5px 25px;
}

/* line 8750, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist > li > .icon {
  float: left;
  margin-left: -25px;
  opacity: .5;
}

/* line 8755, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist > .active {
  color: #685d9f;
}

/* line 8758, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist > .active .icon {
  opacity: 1;
}

/* line 8761, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold {
  background-color: #dddddd;
  border: 0;
}

/* line 8765, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold hr {
  background: #fff;
}

/* line 8768, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold p {
  color: rgba(255, 255, 255, 0.7);
}

/* line 8771, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-default {
  background-color: #dddddd;
}

/* line 8774, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-primary {
  background-color: #685d9f;
}

/* line 8777, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-success {
  background-color: #5cb85c;
}

/* line 8780, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-info {
  background-color: #5bc0de;
}

/* line 8783, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-warning {
  background-color: #f0ad4e;
}

/* line 8786, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-danger {
  background-color: #ff3167;
}

/* line 8789, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-number {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 8793, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-number .label {
  padding: .125em .5em;
  font-size: 50%;
  vertical-align: middle;
}

/* line 8798, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-desc {
  font-size: 85%;
  letter-spacing: .15em;
  color: #888888;
  text-transform: uppercase;
}

/* line 8804, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-indicator {
  display: inline-block;
  padding: .4em;
  font-size: 12px;
  vertical-align: middle;
}

/* line 8810, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-positive {
  color: #5cb85c;
}

/* line 8813, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-positive:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

/* line 8827, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-negative {
  color: #ff3167;
}

/* line 8830, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-negative:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 8842, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary,
.statcard-success,
.statcard-info,
.statcard-warning,
.statcard-danger {
  color: #fff;
  border-radius: 3px;
}

/* line 8850, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary .delta-negative,
.statcard-success .delta-negative,
.statcard-info .delta-negative,
.statcard-warning .delta-negative,
.statcard-danger .delta-negative,
.statcard-primary .delta-positive,
.statcard-success .delta-positive,
.statcard-info .delta-positive,
.statcard-warning .delta-positive,
.statcard-danger .delta-positive,
.statcard-primary .statcard-number,
.statcard-success .statcard-number,
.statcard-info .statcard-number,
.statcard-warning .statcard-number,
.statcard-danger .statcard-number {
  font-weight: normal;
  color: inherit;
}

/* line 8868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary .statcard-desc,
.statcard-success .statcard-desc,
.statcard-info .statcard-desc,
.statcard-warning .statcard-desc,
.statcard-danger .statcard-desc {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.65);
}

/* line 8876, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary .statcard-hr,
.statcard-success .statcard-hr,
.statcard-info .statcard-hr,
.statcard-warning .statcard-hr,
.statcard-danger .statcard-hr {
  margin-left: -20px;
  margin-right: -20px;
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 8885, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary {
  background-color: #685d9f;
}

/* line 8888, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-success {
  background-color: #5cb85c;
}

/* line 8891, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-info {
  background-color: #5bc0de;
}

/* line 8894, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-warning {
  background-color: #f0ad4e;
}

/* line 8897, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-danger {
  background-color: #ff3167;
}

/* line 8900, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-quote {
  padding: 0;
  margin: 0 auto;
  border-left: 0;
  text-align: center;
}

/* line 8906, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-quote > p {
  font-size: 18px;
  margin-top: 30px;
}

/* line 8910, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-quote > img {
  width: 75px;
  height: 75px;
}

/* line 8914, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-quote > cite {
  display: block;
  margin-top: 30px;
  font-size: 12px;
  font-style: normal;
  letter-spacing: .15em;
  color: #aaaaaa;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 8924, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .pull-quote {
    max-width: 75%;
  }

  /* line 8927, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .pull-quote > cite {
    font-size: 14px;
  }

  /* line 8930, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .pull-quote > img {
    width: 100px;
    height: 100px;
  }

  /* line 8934, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .pull-quote > p {
    font-size: 20px;
  }
}
/* line 8938, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage {
  background-color: #ffffff;
}

/* line 8941, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-shelf {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 250px;
  padding-top: 30px;
  background-color: #f2f2f2;
}

/* line 8951, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-shelf-right {
  left: auto;
  right: 0;
}

/* line 8955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-toggle {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  padding: 4px 12px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 8965, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-toggle:hover,
.stage-toggle:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #685d9f;
}

/* line 8971, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-toggle-right {
  left: auto;
  right: 20px;
}

/* line 8975, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1.text-uppercase,
h2.text-uppercase,
h3.text-uppercase,
h4.text-uppercase,
h5.text-uppercase,
h6.text-uppercase,
.h1.text-uppercase,
.h2.text-uppercase,
.h3.text-uppercase,
.h4.text-uppercase,
.h5.text-uppercase,
.h6.text-uppercase {
  letter-spacing: .15em;
}

/* line 8989, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: inherit;
}

/* line 9015, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h6,
.h6 {
  margin-bottom: 5px;
  color: #bbbbbb;
  text-transform: uppercase;
}

/* line 9024, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.admin-navbar-default {
  border-color: #e7e7e7;
}

/* line 9028, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.admin-navbar-default .navbar-brand {
  padding-left: 15px;
}

/* line 7, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.field_with_errors .form-control {
  border: 1px solid #ce8483 !important;
  border-radius: 4px !important;
  box-shadow: inset 0 0 1px #e21048 !important;
}

/* line 14, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.user-form-errors {
  border: 1px solid #e21048 !important;
  border-radius: 4px !important;
  box-shadow: inset 0 0 1px #e21048 !important;
}

/* line 20, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.t_and_c {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

/* line 26, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.sendEmailCheckbox {
  border: 0;
  border-radius: 0;
  box-shadow: inset 0 0;
}

/* line 32, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.btn-login-linkedin {
  padding: 0;
  display: flex;
  vertical-align: middle;
}
/* line 36, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.btn-login-linkedin:hover {
  color: black;
  text-decoration: none;
}
/* line 39, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.btn-login-linkedin:hover .social-icon-inline {
  color: black;
  border-color: black;
}
/* line 44, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.btn-login-linkedin h4 {
  vertical-align: middle;
  line-height: 4rem;
  font-weight: 400;
  font-size: 2.1rem;
}
/* line 51, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.btn-login-linkedin .social-icon-inline {
  border-radius: 50%;
}

/* line 56, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.devise-logo {
  display: block;
  height: 100px;
  margin: 0 auto 40px;
}
/* line 2, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.dull-text {
  color: #acacac;
}

/* line 6, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.panel-default {
  cursor: pointer;
}

/* line 10, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.standard-p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  color: #4a4a4a;
}

/* line 21, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.attribute {
  min-width: 80%;
  border: 1px solid #8b8b8b;
  border-radius: 4px;
}
/* line 25, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.attribute:hover {
  color: #ffffff;
  background-color: #f0008c;
  border-color: #cc0088;
}

@media screen and (max-width: 767px) {
  /* line 34, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
  .mobile-panel {
    width: 100% !important;
  }
}
/* --- BUTTONS --- */
/* line 40, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary {
  background-color: #f0008c !important;
  border-color: #e20184 !important;
}

/* line 45, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #e20184 !important;
  border-color: #97006f !important;
}

/* line 51, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary-outline {
  border-color: #e92a8b;
  color: #e92a8b;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 57, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary-outline-blue {
  border-color: #2196f3;
  color: #2196f3;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 63, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline.active,
.open > .dropdown-toggle.btn-primary-outline {
  background-color: #e92a8b;
  color: #fff;
}

/* line 73, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary-outline-blue:focus,
.btn-primary-outline-blue.focus,
.btn-primary-outline-blue:hover,
.btn-primary-outline-blue:active,
.btn-primary-outline-blue.active,
.open > .dropdown-toggle.btn-primary-outline-blue {
  background-color: #2196f3;
  border-color: #1c7fca;
  color: #fff;
}

/* line 84, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary-blue {
  background-color: #2196f3;
  color: #ffffff;
}

/* line 88, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary-blue:hover {
  color: #ffffff;
  background-color: #1c7fca;
  border-color: #065896;
}

/* line 94, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-no-outline {
  width: 100%;
  background-color: transparent;
  border: none;
  padding-top: 0;
  margin-top: -2.4rem;
}
/* line 100, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-no-outline h2 {
  line-height: 4rem;
  font-size: 3.8rem;
  font-weight: 400;
  color: #e92a8b;
}

/* line 108, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-rounded {
  border-radius: 40px !important;
}

/* line 112, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-curved {
  border-radius: 12px !important;
}

/* line 116, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-xs.btn-curved {
  border-radius: 6px !important;
}

/* line 120, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-240 {
  margin: 6px auto;
  width: 240px;
  white-space: normal;
}

/* line 126, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-bold {
  font-weight: 500 !important;
}

/* line 130, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.buttonpadding {
  margin-left: 1%;
}

/* line 133, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-3d {
  border-radius: 8px;
  font-weight: 400;
  background: #f3c1e6;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ee77bd), to(#f0008c));
  background: -moz-linear-gradient(#ee77bd, #f0008c);
  background: linear-gradient(#ee77bd, #f0008c);
  border: solid 1px #c75dcd;
  border-bottom: solid 3px #b5109d;
  box-shadow: inset 0 0 0 1px #e998d3;
  color: #fff;
}
/* line 150, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-3d:hover {
  color: #fff;
  background: #f0008c;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#32b1e6), to(#ee77bd));
  background: -moz-linear-gradient(#32b1e6, #ee77da);
  background: linear-gradient(#32b1e6, #ee77da);
  border: solid 1px #ad5dcd;
  border-bottom: solid 1px #ce5eb0;
  box-shadow: inset 0 0 0 1px #c7b2ec;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
/* line 170, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-3d:active {
  color: #fff;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
  background: #f0008c;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0008c), to(#ee77bd));
  background: -moz-linear-gradient(#f0008c, #ee77bd);
  background: linear-gradient(#f0008c, #ee77bd);
  border: solid 1px #cd5daf;
  border-bottom: solid 1px #ce5eb0;
  box-shadow: inset 0 10px 15px 0 #ce5eb0;
}
/* line 190, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-3d:visited {
  color: white;
}

@media (max-width: 600px) {
  /* line 196, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
  .btn.btn-3d {
    font-size: 14px !important;
  }
}
/* line 201, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable {
  display: block;
  color: #fff;
  background: #f3c1e6;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ee77bd), to(#f0008c));
  background: -moz-linear-gradient(#ee77bd, #f0008c);
  background: linear-gradient(#ee77bd, #f0008c);
  border: solid 1px #c75dcd;
  border-bottom: solid 3px #e20184;
  box-shadow: inset 0 0 0 1px #e998d3;
  margin: 4px auto;
}
/* line 218, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable:hover {
  color: #fff;
  border-bottom: solid 3px #b5109d;
}
/* line 222, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable:active {
  color: #fff;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff86eb), to(#f0008c));
  background: -moz-linear-gradient(#ff86eb, #f0008c);
  background: linear-gradient(#ff86eb, #f0008c);
  border: solid 1px #cd5daf;
  border-bottom: solid 2px #ce5eb0;
  box-shadow: inset 0 0 0 1px #c7b2ec;
}
/* line 241, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable:visited {
  color: white;
}
/* line 244, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable:focus, .btn-clickable:active:focus {
  color: white;
  outline: none;
  outline-offset: none;
}

/* line 252, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-green {
  color: white;
  display: inline-block;
  background: #6dca6d;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#04ce04), to(#5cb85c));
  background: -moz-linear-gradient(#04ce04, #5cb85c);
  background: linear-gradient(#04ce04, #5cb85c);
  border: solid 1px #5ca75c;
  border-bottom: solid 3px #519a51;
  box-shadow: inset 0 0 0 1px #00de00;
  margin: 4px auto;
}
/* line 269, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-green:hover {
  color: #fff;
  border-bottom: solid 3px #398439;
}
/* line 273, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-green:active {
  color: #fff;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3ae632), to(#17924e));
  background: -moz-linear-gradient(#3ae632, #17924e);
  background: linear-gradient(#3ae632, #17924e);
  border: solid 1px #72e496;
  border-bottom: solid 2px #519a51;
  box-shadow: inset 0 0 0 1px #bdecb2;
}
/* line 292, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-green:visited {
  color: white;
}
/* line 295, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-green:focus, .btn-clickable-green:active:focus {
  outline: none;
  outline-offset: none;
}

/* line 302, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-blue {
  color: white;
  display: inline-block;
  background: #f3c1e6;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#71b9f3), to(#2196f3));
  background: -moz-linear-gradient(#71b9f3, #2196f3);
  background: linear-gradient(#71b9f3, #2196f3);
  border: solid 1px #1193ff;
  border-bottom: solid 3px #2581cc;
  box-shadow: inset 0 0 0 1px #7ac3ff;
  margin: 4px auto;
}
/* line 319, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-blue:hover {
  color: #fff;
  border-bottom: solid 3px #0776d2;
}
/* line 323, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-blue:active {
  color: #fff;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4ea0e4), to(#1c88e0));
  background: -moz-linear-gradient(#4ea0e4, #1c88e0);
  background: linear-gradient(#4ea0e4, #1c88e0);
  border: solid 1px #0b89f0;
  border-bottom: solid 2px #2581cc;
  box-shadow: inset 0 0 0 1px #93ceff;
}
/* line 342, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-blue:visited {
  color: white;
}
/* line 345, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-blue:focus, .btn-clickable-blue:active:focus {
  outline: none;
  outline-offset: none;
}

/* --- End of Buttons --- */
/* ---MODALS --- */
/* line 356, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

/* line 362, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

/* line 367, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.modal-content {
  width: inherit;
  max-width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}

/* line 375, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.modal-title {
  font-weight: 500;
  color: #e92a8b;
}

/* line 380, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.modal-link {
  color: #e92a8b;
}
/* line 382, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.modal-link:hover {
  text-decoration: underline;
  color: #48416f;
  cursor: pointer;
}

/* --- End of Modals --- */
/* --- TAGS --- */
/* line 392, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-primary:active,
.btn-tag-group .btn-primary.active {
  box-shadow: inset 0 3px 5px rgba(15, 13, 13, 0.473);
  border: 1px solid #750b49;
}
/* line 398, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-ei {
  background-color: #2196f3 !important;
  border-color: #117fd8 !important;
}
/* line 401, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-ei:hover, .btn-tag-group .btn-ei:focus {
  background-color: #117fd8 !important;
  border-color: #0a5ea3 !important;
}
/* line 407, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-ei:active,
.btn-tag-group .btn-ei.active {
  box-shadow: inset 0 3px 5px rgba(15, 13, 13, 0.473);
  border-color: #07487e !important;
}
/* line 412, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-award {
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
/* line 415, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-award:hover, .btn-tag-group .btn-award:focus {
  background-color: #4cae4c !important;
  border-color: #2e812e !important;
}
/* line 421, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-award:active,
.btn-tag-group .btn-award.active {
  box-shadow: inset 0 3px 5px rgba(15, 13, 13, 0.473);
  border-color: #1a5e1a !important;
}

/* line 428, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-award {
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
/* line 431, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-award:hover, .btn-award:focus {
  background-color: #4cae4c !important;
  border-color: #2e812e !important;
}

/* line 438, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-ei {
  background-color: #2196f3 !important;
  border-color: #117fd8 !important;
}
/* line 441, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-ei:hover, .btn-ei:focus {
  background-color: #117fd8 !important;
  border-color: #0a5ea3 !important;
}

/* line 448, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
#awards-cite {
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
  margin-top: 30px;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.15em;
  color: #aaaaaa;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 461, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
  #awards-cite {
    font-size: 14px;
  }
}
/* --- End of Tags --- */
/* --- REPORTS (including badge displayed on entity cards) --- */
/* line 468, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.card-report-badge {
  position: absolute;
  top: 5px;
  right: 15px;
}

/* line 474, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.badge-container {
  display: inline-block;
}
/* line 476, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.badge-container:hover {
  text-decoration: none;
}

/* line 481, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.report-badge {
  margin-left: 2px;
  max-height: 50px;
  width: auto;
}

/* line 487, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.report-ribbon {
  display: inline-block;
  position: absolute;
  right: 0;
}
/* line 491, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.report-ribbon .report-badge {
  height: 70px;
  max-height: 70px;
}
@media (max-width: 550px) {
  /* line 491, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
  .report-ribbon .report-badge {
    height: 60px;
    max-height: 60px;
  }
}

/* line 500, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.no-underline {
  text-decoration: none;
}
/* line 502, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.no-underline:hover,
.no-underline :focus,
.no-underline :active {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 509, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
  .report-ribbon {
    left: 50%;
    right: 0;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  /* line 515, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
  .report-ribbon {
    right: 2%;
  }
}
/* line 4, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/videos.scss */
.video-card-container {
  color: #434444;
  box-sizing: border-box;
  border-top: 2px solid #f0008c;
  box-shadow: 12px 0 20px -4px rgba(0, 0, 0, 0.1), 0 -10px 0px 0px white, 12px 0 20px -4px rgba(0, 0, 0, 0.1), -12px 0 20px -4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  line-height: 1.6;
  background-color: #fff;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  min-width: 46%;
  max-width: 46%;
  flex: 1;
  vertical-align: top;
  padding: 0 10px 10px 10px;
}
/* line 21, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/videos.scss */
.video-card-container a {
  text-decoration: none !important;
}
/* line 24, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/videos.scss */
.video-card-container:hover {
  text-decoration: none;
  color: #434444;
}
/* line 28, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/videos.scss */
.video-card-container:hover h3 {
  color: #e92a8b !important;
}
/* line 31, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/videos.scss */
.video-card-container .video-title {
  color: #f0008c;
  font-weight: 400;
  margin-top: 3%;
  font-size: 2.4rem;
  padding: 0 1%;
}
/* line 38, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/videos.scss */
.video-card-container .full-video-btn {
  text-align: center;
  margin-top: 6px;
}

@media (max-width: 700px) {
  /* line 46, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/videos.scss */
  .video-card-container {
    min-width: 100%;
    max-width: 100%;
  }
  /* line 49, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/videos.scss */
  .video-card-container .video-title {
    font-size: 2.2rem;
  }
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot");
  src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2") format("woff2"), url("/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive, .ffdata-header img, .dddata-header img, .H1data-header img, .booksale-header img, .about-us-team img, .about-us-advisors img, .about-us-block img, .one-h-m-image-container img, .campaign-welcome .welcome-image img, .full-width-image-container img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
/* line 265, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }

  /* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 114, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 202, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 295, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 307, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 366, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 388, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block, .field_with_errors .help-block,
.has-error .control-label,
.field_with_errors .control-label,
.has-error .radio,
.field_with_errors .radio,
.has-error .checkbox,
.field_with_errors .checkbox,
.has-error .radio-inline,
.field_with_errors .radio-inline,
.has-error .checkbox-inline,
.field_with_errors .checkbox-inline, .has-error.radio label, .radio.field_with_errors label, .has-error.checkbox label, .checkbox.field_with_errors label, .has-error.radio-inline label, .radio-inline.field_with_errors label, .has-error.checkbox-inline label, .checkbox-inline.field_with_errors label {
  color: #a94442;
}
/* line 21, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control, .field_with_errors .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus, .field_with_errors .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon, .field_with_errors .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback, .field_with_errors .form-control-feedback {
  color: #a94442;
}

/* line 439, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 78, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 163, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
/* line 193, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* line 12, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 87, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 96, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 4, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 36, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
/* line 109, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 207, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");
  src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"), url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"), url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"), url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.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 28, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 125, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, /home/brian/.rvm/gems/ruby-2.5.1/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 25, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 33, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 42, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 52, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 63, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 76, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 100, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

/* line 106, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 112, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 118, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control {
  position: relative;
}

/* line 121, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 130, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 136, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 153, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 156, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 159, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 163, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 167, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 172, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 187, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 192, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 198, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 213, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 216, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 219, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 234, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 250, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 260, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

/* line 270, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

/* line 273, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 276, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 281, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 285, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 288, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 291, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 297, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 301, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 305, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 318, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 323, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 327, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 330, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 16, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 24, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 28, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 32, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 41, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 51, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 54, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 62, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 65, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 68, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 71, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 75, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 99, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 102, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

/* line 105, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 108, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

/* line 111, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 117, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control {
  position: relative;
}

/* line 120, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

/* line 129, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 135, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 152, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}

/* line 155, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 158, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 162, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 166, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 171, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 178, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 186, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 191, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

/* line 197, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 212, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 215, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 218, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 223, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 233, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 249, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 253, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 259, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

/* line 263, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

/* line 269, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

/* line 272, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 275, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}

/* line 280, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 284, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .active.create {
  color: #262626;
}

/* line 287, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

/* line 290, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 296, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 300, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 304, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

/* line 317, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

/* line 322, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}

/* line 326, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 329, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}

/* line 333, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 348, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}

/* line 352, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

/* line 355, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}

/* line 365, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-content {
  padding: 5px 0;
}

/* line 368, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header {
  padding: 6px 12px;
}

/* line 371, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input {
  min-height: 34px;
}

/* line 374, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 379, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active::before {
  display: none;
}

/* line 382, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 388, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.has-error .selectize-input, .field_with_errors .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 393, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.has-error .selectize-input:focus, .field_with_errors .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 398, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}

/* line 402, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 407, /home/brian/.rvm/gems/ruby-2.5.1/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*! =======================================================
                      VERSION  9.8.0              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
/* line 42, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 47, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

/* line 51, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

/* line 58, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

/* line 65, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

/* line 69, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

/* line 80, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 87, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

/* line 91, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

/* line 96, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

/* line 100, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

/* line 105, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

/* line 109, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

/* line 113, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

/* line 119, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

/* line 125, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

/* line 131, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

/* line 135, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}

/* line 145, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

/* line 148, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

/* line 151, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

/* line 155, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

/* line 159, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

/* line 163, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

/* line 167, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

/* line 174, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}

/* line 182, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider input {
  display: none;
}

/* line 185, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider .tooltip.top {
  margin-top: -36px;
}

/* line 188, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

/* line 192, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider .hide {
  display: none;
}

/* line 195, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 207, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 221, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

/* line 228, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 237, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}

/* line 253, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-handle.round {
  border-radius: 50%;
}

/* line 256, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-handle.triangle {
  background: transparent none;
}

/* line 259, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-handle.custom {
  background: transparent none;
}

/* line 262, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

/* line 268, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

/* line 286, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-tick.round {
  border-radius: 50%;
}

/* line 289, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-tick.triangle {
  background: transparent none;
}

/* line 292, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-tick.custom {
  background: transparent none;
}

/* line 295, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

/* line 301, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-slider-rails-9.8.0/vendor/assets/stylesheets/bootstrap-slider.css */
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/summernote-f442da0293e943472648325cf34ed035295f3945d12eebeb90c6b5572f98d481.eot");
  src: url("/assets/summernote-f442da0293e943472648325cf34ed035295f3945d12eebeb90c6b5572f98d481.eot?#iefix") format("embedded-opentype"), url("/assets/summernote-a449f625ce6b2bc6a00221dcaf2a2312ad80f64d47be3ffd13a51232ab92e983.woff") format("woff"), url("/assets/summernote-51449b195181776ea5280f6f9ea0a2c4bf639f2166db82c7194d3b93bb002cdc.ttf") format("truetype");
}
/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-center:before {
  content: "\f101";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-indent:before {
  content: "\f102";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-justify:before {
  content: "\f103";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-left:before {
  content: "\f104";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-outdent:before {
  content: "\f105";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-right:before {
  content: "\f106";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align:before {
  content: "\f107";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrow-circle-down:before {
  content: "\f108";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrow-circle-left:before {
  content: "\f109";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrow-circle-right:before {
  content: "\f10a";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrow-circle-up:before {
  content: "\f10b";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrows-alt:before {
  content: "\f10c";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrows-h:before {
  content: "\f10d";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrows-v:before {
  content: "\f10e";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-bold:before {
  content: "\f10f";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-caret:before {
  content: "\f110";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-chain-broken:before {
  content: "\f111";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-circle:before {
  content: "\f112";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-close:before {
  content: "\f113";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-code:before {
  content: "\f114";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-col-after:before {
  content: "\f115";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-col-before:before {
  content: "\f116";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-col-remove:before {
  content: "\f117";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-eraser:before {
  content: "\f118";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-font:before {
  content: "\f119";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-frame:before {
  content: "\f11a";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-italic:before {
  content: "\f11b";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-link:before {
  content: "\f11c";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-magic:before {
  content: "\f11d";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-menu-check:before {
  content: "\f11e";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-minus:before {
  content: "\f11f";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-orderedlist:before {
  content: "\f120";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-pencil:before {
  content: "\f121";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-picture:before {
  content: "\f122";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-question:before {
  content: "\f123";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-redo:before {
  content: "\f124";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-row-above:before {
  content: "\f125";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-row-below:before {
  content: "\f126";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-row-remove:before {
  content: "\f127";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-special-character:before {
  content: "\f128";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-square:before {
  content: "\f129";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-strikethrough:before {
  content: "\f12a";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-subscript:before {
  content: "\f12b";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-summernote:before {
  content: "\f12c";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-superscript:before {
  content: "\f12d";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-table:before {
  content: "\f12e";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-text-height:before {
  content: "\f12f";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-trash:before {
  content: "\f130";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-underline:before {
  content: "\f131";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-undo:before {
  content: "\f132";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-unorderedlist:before {
  content: "\f133";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-icon-video:before {
  content: "\f134";
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor {
  position: relative;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: #fff;
  opacity: .95;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-dropzone.hover {
  color: #098ddf;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.dragover .note-dropzone {
  display: table;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area {
  position: relative;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area .note-editable {
  outline: 0;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame {
  border: 1px solid #a9a9a9;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert {
  padding: 7px 10px 2px 10px;
  margin: -7px 0 0 0;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 9px;
  padding-top: 1px;
  cursor: ns-resize;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover.popover {
  max-width: none;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover.popover .arrow {
  left: 20px !important;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-toolbar {
  position: relative;
  z-index: 500;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content, .panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-style .dropdown-style blockquote, .panel-heading.note-toolbar .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .panel-heading.note-toolbar .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-style .dropdown-style h1, .panel-heading.note-toolbar .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .panel-heading.note-toolbar .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .panel-heading.note-toolbar .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .panel-heading.note-toolbar .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .panel-heading.note-toolbar .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .panel-heading.note-toolbar .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .panel-heading.note-toolbar .note-style .dropdown-style p {
  padding: 0;
  margin: 0;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 337px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-dialog > div {
  display: none;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-dialog .note-modal-form {
  margin: 0;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}

@-moz-document url-prefix() {
  /* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
  .note-image-input {
    height: auto;
  }
}
/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection > div {
  position: absolute;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #000;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/summernote-rails-0.8.10.0/vendor/assets/stylesheets/summernote.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 6, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 9, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  /* line 16, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  /* line 21, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  /* line 26, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
/* line 30, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 36, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 44, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 51, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 59, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 66, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 70, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 74, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 77, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 80, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 83, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 91, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 94, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 105, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 116, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 127, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 138, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 149, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 160, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 171, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 182, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 193, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 196, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 207, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 214, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 219, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 223, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 228, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 233, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 236, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 242, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 253, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 264, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 267, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 270, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 275, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

/* line 281, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 286, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 293, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

/* line 297, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 300, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 311, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 317, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 320, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 326, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 335, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

/* line 338, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 343, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

/* line 346, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 352, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 356, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 359, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 362, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 365, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
}

/* line 10, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-twitter {
  background-image: url(/assets/social-share-button/twitter-7b64ce0117a85c5d52ed45c27707af61d9b0e0d590284baa287cfe87867b9ae1.svg);
}

/* line 14, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-facebook {
  background-image: url(/assets/social-share-button/facebook-03210e1663ee772e93ed5d344cdb36657b68342821aaebe982f2f984915990b3.svg);
}

/* line 18, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-google_bookmark {
  background-image: url(/assets/social-share-button/google_bookmark-bb4c960c0421cb7dce602d10e744692bcc1c54f323410f4965d508f96e2255ce.svg);
}

/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-google_plus {
  background-image: url(/assets/social-share-button/google_plus-50c049fbb29cd3346f1bf9349017b644bcd00a53b56bd156728850f57bd85c0a.svg);
}

/* line 26, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-weibo {
  background-image: url(/assets/social-share-button/weibo-a345a6ca554e6f388da9eb35746bb0425cb018c16408ba82852c66d375245d6f.svg);
}

/* line 30, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-qq {
  background-image: url(/assets/social-share-button/qq-4dbae8223fc7823f6d73bc7fbe113eb894f4c174ec3ae93103ca382c78a2bf67.svg);
}

/* line 34, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-delicious {
  background-image: url(/assets/social-share-button/delicious-0c55f72f821aae5352691f13eb64bf3435573e2169d0720477ed367b2f1ed28e.svg);
}

/* line 38, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-linkedin {
  background-image: url(/assets/social-share-button/linkedin-b7fd42895b291003c444a9c2acf867ea813671e0b725a5d7c05dbb13f5c0fdd3.svg);
}

/* line 42, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-tumblr {
  background-image: url(/assets/social-share-button/tumblr-330a37f93cce7c27a750188d0bfdbed3a22f566b807e64d21131dcdc94e08ec3.svg);
}

/* line 46, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-pinterest {
  background-image: url(/assets/social-share-button/pinterest-86203d156197cce4087fee058b920d275c535df5fd59d8caa83da0ef41d1ec7f.svg);
}

/* line 50, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-douban {
  background-image: url(/assets/social-share-button/douban-46298c27e3bc6d59951c0bbc464339a5ba1b44e3b25b571874f1baacd7af2495.svg);
}

/* line 54, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-wechat {
  background-image: url(/assets/social-share-button/wechat-d8852cc3396a7a53eba39595d2e9f638c93a34ab1a0f41bae4ff391b63815f56.svg);
}

/* line 58, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-vkontakte {
  background-image: url(/assets/social-share-button/vkontakte-0c2b68277fade991d74efcbdb6f7b359a35e65156cbada9625a3fe8f73151c14.svg);
}

/* line 62, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-odnoklassniki {
  background-image: url(/assets/social-share-button/odnoklassniki-579bf782bd70fe94748254cac2c8c3dc150cceb0d2a143399e3062246b5ecb39.svg);
}

/* line 66, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-xing {
  background-image: url(/assets/social-share-button/xing-0ebccb4042c8c7220e471c4f569df2bf27da227db425525819b6848c86a1603e.svg);
}

/* line 70, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-email {
  background-image: url(/assets/social-share-button/email-7067143cbe69d9d8cf25e67fda1a315d133c2b79074a09088bd712cc5c81135d.svg);
}

/* line 74, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-reddit {
  background-image: url(/assets/social-share-button/reddit-730429c239b6990b67d0d4aaaeb6e9fe48c62267f889a412e81f5f1066ec625f.svg);
}

/* line 78, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-hacker_news {
  background-image: url(/assets/social-share-button/hacker_news-d89b13fec49355a787389a776f2e03a0a38314abf93777b8865f8c5f146eaf8d.svg);
}

/* line 82, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-telegram {
  background-image: url(/assets/social-share-button/telegram-a6b5607917f3e3efbcf35c3ed43356b05622fcfc533d2fbf5066621b78c1dbe4.svg);
}

/* line 86, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-whatsapp_app,
.social-share-button .ssb-whatsapp_web {
  background-image: url(/assets/social-share-button/whatsapp-766099d1a3ea095e9c8a8628e0505159b7f336b8036a8f70ad5fe60c29233959.svg);
}

/* line 91, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog {
  width: 300px;
  position: fixed;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 11001;
  font-size: 14px;
  line-height: 1.2em;
}

/* line 103, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-header {
  font-weight: bold;
}

/* line 107, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-dialog-qr {
  text-align: center;
  margin: 25px 0;
}

/* line 112, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  text-decoration: none;
  font-size: 16px;
}

/* line 123, /home/brian/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.2.0/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-footer {
  text-align: left;
  line-height: 22px;
  color: #666;
}

/*
 * Minimal Application level overrides
 * (things that dont make sense in a toolkit :)
 * copyright @colossal 2015
 */
/* line 7, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.block {
  overflow: hidden;
}

/* line 11, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.image-container {
  vertical-align: middle;
  height: 115px;
  white-space: nowrap;
}

/* line 17, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 23, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.image-container img {
  vertical-align: middle;
  max-height: 115px;
  max-width: 100%;
}

/* navbar */
/* line 31, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.app-navbar {
  font-size: 13px;
  letter-spacing: .15em;
}

/* line 35, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.app-navbar .navbar-brand {
  font-size: 13px;
}

/* intro block */
/* line 41, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.app-block-intro {
  padding-top: 20px !important;
}

/* line 44, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.app-block-intro img {
  width: 80%;
  margin-bottom: -45%;
}

/* block img */
/* line 50, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.app-block-game img,
.app-block-stats img {
  width: 100%;
}

@media (max-width: 480px) {
  /* line 55, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
  .app-block-game-img {
    transform: scale(1.5) !important;
  }
}
/* stats hr */
/* line 61, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.app-block-stats hr {
  width: calc(80% + 60px);
}

/* design block */
/* line 66, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.app-block-design > .container > .row {
  z-index: 2;
}

/* line 70, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.app-block-design-img {
  margin-top: -60px;
  margin-left: -450px;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 78, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
  .app-block-design-img {
    margin-top: -220px;
    margin-left: 0;
  }
}
/* footer block */
/* line 85, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.app-block-footer {
  background-color: #1b1c1d !important;
  color: #444;
  color: rgba(116, 119, 123, 0.5);
}

/* transforms */
/* line 93, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.app-translate-15 {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

/* line 98, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.app-translate-50 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

/* line 103, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.app-translate-5 {
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
}

/* line 108, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
.app-translate-10 {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

/* brand */
@media (max-width: 400px) {
  /* line 118, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
  .app-myphone-brand {
    font-size: 46px !important;
  }
}
@media (max-width: 350px) {
  /* line 123, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/application-minimal.scss */
  .app-myphone-brand {
    font-size: 42px !important;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 2, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 7, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
body {
  margin: 0;
}

/* line 10, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 25, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 32, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 36, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
[hidden],
template {
  display: none;
}

/* line 40, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a {
  background-color: transparent;
}

/* line 43, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 47, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 50, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
b,
strong {
  font-weight: bold;
}

/* line 54, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dfn {
  font-style: italic;
}

/* line 57, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 61, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 65, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
small {
  font-size: 80%;
}

/* line 68, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 75, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
sup {
  top: -0.5em;
}

/* line 78, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
sub {
  bottom: -0.25em;
}

/* line 81, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
img {
  border: 0;
}

/* line 84, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 87, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
figure {
  margin: 1em 40px;
}

/* line 90, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 94, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
pre {
  overflow: auto;
}

/* line 97, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 104, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 113, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button {
  overflow: visible;
}

/* line 116, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button,
select {
  text-transform: none;
}

/* line 120, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 127, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 131, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 136, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input {
  line-height: normal;
}

/* line 139, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 148, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 152, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 156, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 161, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea {
  overflow: auto;
}

/* line 168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
optgroup {
  font-weight: bold;
}

/* line 171, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 175, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 181, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 189, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 193, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 196, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 199, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 203, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 208, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  thead {
    display: table-header-group;
  }

  /* line 211, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 215, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  img {
    max-width: 100% !important;
  }

  /* line 218, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 224, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 228, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar {
    display: none;
  }

  /* line 231, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 235, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 238, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 241, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 245, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 250, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
* {
  box-sizing: border-box;
}

/* line 253, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 257, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 261, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
}

/* line 268, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 276, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a {
  color: #685d9f;
  text-decoration: none;
}

/* line 280, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a:hover,
a:focus {
  color: #48416f;
  text-decoration: underline;
}

/* line 285, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 290, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
figure {
  margin: 0;
}

/* line 293, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
img {
  vertical-align: middle;
}

/* line 296, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.img-responsive, .ffdata-header img, .dddata-header img, .H1data-header img, .booksale-header img, .about-us-team img, .about-us-advisors img, .about-us-block img, .one-h-m-image-container img, .campaign-welcome .welcome-image img, .full-width-image-container img,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 305, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 308, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 319, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.img-circle {
  border-radius: 50%;
}

/* line 322, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 328, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 338, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 347, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.2;
  color: inherit;
}

/* line 367, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}

/* line 395, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

/* line 404, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 418, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 427, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 441, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 445, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 449, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 453, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 457, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 461, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 465, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
p {
  margin: 0 0 11px;
}

/* line 468, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 475, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 479, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
small,
.small {
  font-size: 85%;
}

/* line 483, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 488, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-left {
  text-align: left;
}

/* line 491, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-right {
  text-align: right;
}

/* line 494, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-center {
  text-align: center;
}

/* line 497, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-justify {
  text-align: justify;
}

/* line 500, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 503, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 506, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 509, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 512, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-muted {
  color: #aaaaaa;
}

/* line 515, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-primary {
  color: #685d9f;
}

/* line 518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #534a7f;
}

/* line 522, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-success {
  color: #3c763d;
}

/* line 525, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 529, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-info {
  color: #31708f;
}

/* line 532, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 536, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 539, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 543, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-danger {
  color: #a94442;
}

/* line 546, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-primary {
  color: #fff;
  background-color: #685d9f;
}

/* line 554, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #534a7f;
}

/* line 558, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 561, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 565, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 568, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 572, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 575, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 579, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 582, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 586, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.page-header {
  padding-bottom: 10px;
  margin: 0 0 22px;
  background-color: #e92a8b;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 100px;
  font-size: 40px;
  height: 150px;
}

@media (max-width: 768px) {
  /* line 598, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .page-header {
    height: 110px;
    line-height: 80px;
  }
}
/* line 604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

/* line 609, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 615, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 619, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 624, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 629, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 633, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dt,
dd {
  line-height: 1.6;
}

/* line 637, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dt {
  font-weight: bold;
}

/* line 640, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 644, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 653, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 657, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #aaaaaa;
}

/* line 662, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 666, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 672, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 677, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #aaaaaa;
}

/* line 685, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 690, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 698, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 706, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 714, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}

/* line 719, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 725, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 732, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 740, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 746, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 759, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 767, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 771, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  /* line 778, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  /* line 783, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container {
    width: 880px;
  }
}
@media (min-width: 1200px) {
  /* line 788, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container {
    width: 1020px;
  }
}
/* line 792, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 798, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 802, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 808, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 811, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-12 {
  width: 100%;
}

/* line 814, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 817, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 820, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-9 {
  width: 75%;
}

/* line 823, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 826, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 829, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-6 {
  width: 50%;
}

/* line 832, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 838, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-3 {
  width: 25%;
}

/* line 841, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 844, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 847, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 850, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 853, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 856, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 859, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 862, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 865, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 871, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 877, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 880, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 883, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 886, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 889, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 892, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 895, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 898, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 904, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 907, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 910, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 913, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 916, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 919, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 925, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 928, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 931, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 934, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 937, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 940, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 943, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 946, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 949, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 952, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 958, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 961, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 965, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 968, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 971, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 974, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 977, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 980, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 983, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 986, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 989, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 992, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 995, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 998, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 1001, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 1004, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1007, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 1010, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 1013, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1016, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 1019, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 1022, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1025, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 1028, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 1031, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1034, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1037, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1040, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 1043, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1046, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1049, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 1052, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1055, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1058, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 1061, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1064, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1067, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 1070, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1073, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1076, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1079, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 1082, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1085, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1088, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1091, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1094, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1097, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1100, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1103, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1106, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1109, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1112, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1115, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1118, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 1123, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 1126, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 1129, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 1135, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 1138, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1141, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 1144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 1147, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1150, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 1153, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 1156, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1159, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1162, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 1171, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1174, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1177, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 1180, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1183, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 1186, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 1189, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 1192, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 1195, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 1198, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 1201, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 1204, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 1207, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 1210, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 1213, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 1216, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 1219, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 1222, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 1225, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 1228, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 1231, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 1234, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 1237, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 1240, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 1243, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1246, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1249, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 1252, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1255, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1258, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 1261, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1264, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 1270, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1273, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1276, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 1281, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 1284, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 1287, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 1290, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 1293, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 1296, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 1299, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 1302, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 1305, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 1308, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 1311, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 1314, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 1317, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 1320, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 1323, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 1326, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 1329, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 1332, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 1335, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 1338, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 1341, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 1344, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 1347, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 1350, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 1353, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 1356, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 1359, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 1362, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 1365, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 1368, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 1371, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 1374, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 1377, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 1380, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 1383, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 1386, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 1389, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 1392, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 1395, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 1398, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 1401, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1404, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1407, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 1410, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1413, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1416, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 1419, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1422, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1425, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 1428, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1431, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1434, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 1438, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
table {
  background-color: transparent;
}

/* line 1441, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #aaaaaa;
  text-align: left;
}

/* line 1447, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
th {
  text-align: left;
}

/* line 1450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

/* line 1455, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 1466, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 1470, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 1478, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 1481, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table .table {
  background-color: #ffffff;
}

/* line 1484, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 1492, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 1495, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/* line 1503, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1507, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 1510, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 1513, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 1518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 1524, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 1538, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 1545, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 1559, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 1566, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 1580, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 1587, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 1601, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 1608, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 1622, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 1629, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 1634, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  /* line 1641, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 1644, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 1652, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 1655, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 1663, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 1671, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 1678, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 1684, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1695, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 1701, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="search"] {
  box-sizing: border-box;
}

/* line 1704, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 1710, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="file"] {
  display: block;
}

/* line 1713, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 1717, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1721, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1728, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
}

/* line 1735, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 1750, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1755, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

/* line 1759, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 1762, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 1765, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 1771, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 1775, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.form-control {
  height: auto;
}

/* line 1778, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1782, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px;
  }

  /* line 1788, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 1798, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 1809, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1812, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1819, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 1827, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 1835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 1839, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 1849, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 1854, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 1862, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 1868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 1874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}

/* line 1880, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 1885, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1892, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 1896, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 1900, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1907, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 1911, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 1915, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 1922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 1929, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 1933, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 1937, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 1944, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 1948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 1952, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 1959, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-feedback {
  position: relative;
}

/* line 1962, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-feedback .form-control {
  padding-right: 48.75px;
}

/* line 1965, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}

/* line 1977, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 1984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 1991, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 2003, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2007, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2011, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 2016, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2019, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 2031, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2035, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2039, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 2044, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2047, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .help-block, .field_with_errors .help-block,
.has-error .control-label,
.field_with_errors .control-label,
.has-error .radio,
.field_with_errors .radio,
.has-error .checkbox,
.field_with_errors .checkbox,
.has-error .radio-inline,
.field_with_errors .radio-inline,
.has-error .checkbox-inline,
.field_with_errors .checkbox-inline,
.has-error.radio label,
.radio.field_with_errors label,
.has-error.checkbox label,
.checkbox.field_with_errors label,
.has-error.radio-inline label,
.radio-inline.field_with_errors label,
.has-error.checkbox-inline label,
.checkbox-inline.field_with_errors label {
  color: #a94442;
}

/* line 2059, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .form-control, .field_with_errors .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2063, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .form-control:focus, .field_with_errors .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2067, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .input-group-addon, .field_with_errors .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 2072, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .form-control-feedback, .field_with_errors .form-control-feedback {
  color: #a94442;
}

/* line 2075, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

/* line 2078, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2081, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  /* line 2088, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2098, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2101, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2105, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2110, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2113, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2117, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2124, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 2128, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 2133, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2137, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 2145, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

/* line 2149, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  /* line 2154, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 2160, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  /* line 2164, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 2170, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 2175, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2196, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2206, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

/* line 2212, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2218, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* line 2226, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 2230, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 2235, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 2241, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 2246, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 2253, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 2266, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 2271, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 2292, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

/* line 2296, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary {
  color: #ffffff;
  background-color: #685d9f;
  border-color: #5d548f;
}

/* line 2301, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #534a7f;
  border-color: #29253e;
}

/* line 2307, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #534a7f;
  border-color: #443d68;
}

/* line 2312, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #534a7f;
  border-color: #443d68;
}

/* line 2319, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #443d68;
  border-color: #29253e;
}

/* line 2332, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 2337, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #685d9f;
  border-color: #5d548f;
}

/* line 2358, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary .badge {
  color: #685d9f;
  background-color: #ffffff;
}

/* line 2362, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2367, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 2373, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 2378, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 2385, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}

/* line 2398, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 2403, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2424, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

/* line 2428, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2433, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 2439, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 2444, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 2451, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 2464, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 2469, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2490, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

/* line 2494, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2499, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 2505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 2510, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 2517, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 2530, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 2535, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2556, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

/* line 2560, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger {
  color: #ffffff;
  background-color: #ff3167;
  border-color: #ff1854;
}

/* line 2565, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #fd0042;
  border-color: #970028;
}

/* line 2571, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #fd0042;
  border-color: #d90039;
}

/* line 2576, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #fd0042;
  border-color: #d90039;
}

/* line 2583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #d90039;
  border-color: #970028;
}

/* line 2596, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 2601, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff3167;
  border-color: #ff1854;
}

/* line 2622, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger .badge {
  color: #ff3167;
  background-color: #ffffff;
}

/* line 2626, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link {
  color: #685d9f;
  font-weight: normal;
  border-radius: 0;
}

/* line 2631, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 2639, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 2645, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link:hover,
.btn-link:focus {
  color: #48416f;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2651, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #aaaaaa;
  text-decoration: none;
}

/* line 2658, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-lg, .btn-group-lg > .btn,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2665, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-sm, .btn-group-sm > .btn,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2672, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-xs, .btn-group-xs > .btn,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2679, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2683, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 2686, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 2691, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 2695, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.fade.in {
  opacity: 1;
}

/* line 2698, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.collapse {
  display: none;
}

/* line 2701, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.collapse.in {
  display: block;
}

/* line 2704, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
tr.collapse.in {
  display: table-row;
}

/* line 2707, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 2710, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

/* line 2718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 2729, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2733, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 2736, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1.6rem;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 2756, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 2760, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 2766, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}

/* line 2775, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 2781, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #e92a8b;
  text-decoration: underline;
  outline: 0;
  background-color: transparent;
}

/* line 2790, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #aaaaaa;
}

/* line 2795, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 2803, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 2806, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.open > a {
  outline: 0;
}

/* line 2809, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 2813, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 2817, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #aaaaaa;
  white-space: nowrap;
}

/* line 2825, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 2833, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 2837, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 2844, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 2851, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 2855, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 2860, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 2866, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 2871, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 2881, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 2887, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 2890, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 2895, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 2900, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 2903, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 2906, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2910, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2915, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 2918, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2921, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2926, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2930, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 2934, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 2938, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 2942, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2945, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 2948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn .caret {
  margin-left: 0;
}

/* line 2951, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 2955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 2958, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 2966, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 2969, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 2976, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 2979, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2989, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2992, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2997, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3001, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3007, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 3013, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3016, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3019, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3027, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3032, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 3037, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3044, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3053, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3059, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3067, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3076, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3082, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3090, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3095, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3100, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3106, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 3117, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3122, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3127, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3131, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3141, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3154, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3157, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3162, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3173, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3177, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 3182, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 3187, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3191, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3196, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3201, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li.disabled > a {
  color: #aaaaaa;
}

/* line 3204, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #aaaaaa;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 3211, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #685d9f;
}

/* line 3217, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3223, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3226, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

/* line 3229, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 3233, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 3239, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 3242, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 3251, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 3255, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 3258, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 3262, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3271, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3275, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3279, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 3285, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3289, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 3295, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li {
  float: left;
}

/* line 3298, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 3301, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 3304, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #685d9f;
}

/* line 3310, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-stacked > li {
  float: none;
}

/* line 3313, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 3317, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 3320, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 3323, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 3327, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3332, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3336, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3340, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 3343, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3347, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 3353, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3357, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 3363, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3366, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tab-content > .active {
  display: block;
}

/* line 3369, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3374, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar {
  position: abosolute;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 3381, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 3386, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-header {
    float: left;
  }
}
/* line 3390, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 3398, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 3402, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 3407, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 3413, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 3416, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 3423, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 3428, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 3433, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: -10px;
}

@media (min-width: 768px) {
  /* line 3441, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 3449, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 3454, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 3458, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 3466, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 3471, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 3475, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 3480, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-brand {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin: 0 0;
  padding: 0;
}

/* line 3488, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 3492, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-brand > a > img {
  display: inine-block;
  margin: 0 auto;
  max-height: 60px;
}

@media (min-width: 768px) {
  /* line 3498, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: auto;
  }
}
/* line 3503, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-toggle {
  position: relative;
  z-index: 3;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3515, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 3518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 3524, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 3528, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 3532, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav {
  margin: 7px -10px;
}

/* line 3535, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 949px) {
  /* line 3541, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 3550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 3554, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }

  /* line 3557, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 3563, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 3567, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 3570, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
/* line 3575, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}

@media (min-width: 768px) {
  /* line 3586, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3591, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 3596, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 3599, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 3603, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 3608, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 3611, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3615, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3622, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 3626, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 3631, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 3636, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 3639, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 3644, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
/* line 3654, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3659, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3666, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}

/* line 3670, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3674, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 3678, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  /* line 3683, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  /* line 3690, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-left {
    float: left !important;
    position: absolute;
    margin-left: 12%;
  }

  /* line 3695, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right {
    float: right !important;
    margin-right: 12%;
  }

  /* line 3699, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 3704, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-left {
    float: left !important;
    position: absolute;
    margin-left: 3%;
  }

  /* line 3709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right {
    margin-right: 3%;
  }
}
/* line 3714, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
  padding: 0;
}

/* line 3719, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-brand {
  color: #333333;
}

/* line 3722, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background-color: transparent;
}

/* line 3726, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-text {
  color: #777777;
}

/* line 3729, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > li > a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e92a8b;
  font-size: 2rem;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (max-width: 949px) {
  /* line 3741, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav > li > a {
    margin-left: 0.8rem;
    margin-right: 0.9rem;
    font-size: 1.9rem;
  }
}
/* line 3765, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}

/* line 3769, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

/* line 3774, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 3780, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-toggle {
  border-color: transparent;
}

/* line 3783, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* line 3787, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

/* line 3790, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

/* line 3794, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #333333;
}

@media (max-width: 767px) {
  /* line 3801, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }

  /* line 3804, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }

  /* line 3809, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333333;
    background-color: transparent;
  }

  /* line 3815, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 3822, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-link {
  color: #777777;
}

/* line 3825, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 3828, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .btn-link {
  color: #777777;
}

/* line 3831, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}

/* line 3835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 3841, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse {
  border-color: #080808;
}

/* line 3844, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-brand {
  color: #d0d0d0;
}

/* line 3847, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 3852, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-text {
  color: #d0d0d0;
}

/* line 3855, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #d0d0d0;
}

/* line 3858, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 3863, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
}

/* line 3868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 3874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

/* line 3877, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

/* line 3881, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* line 3884, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 3888, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 3895, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 3898, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 3901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d0d0d0;
  }

  /* line 3904, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  /* line 3909, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }

  /* line 3915, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 3922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-link {
  color: #d0d0d0;
}

/* line 3925, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* line 3928, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .btn-link {
  color: #d0d0d0;
}

/* line 3931, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

/* line 3935, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 3941, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 3948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 3951, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

/* line 3956, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.breadcrumb > .active {
  color: #aaaaaa;
}

/* line 3959, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

/* line 3965, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li {
  display: inline;
}

/* line 3968, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #685d9f;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

/* line 3980, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 3986, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 3991, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #48416f;
  background-color: #eeeeee;
  border-color: #dddddd;
}

/* line 4000, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #685d9f;
  border-color: #685d9f;
  cursor: default;
}

/* line 4012, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #aaaaaa;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 4023, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4029, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 4034, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 4039, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4045, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4050, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4055, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

/* line 4061, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager li {
  display: inline;
}

/* line 4064, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* line 4072, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 4077, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4081, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4085, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #aaaaaa;
  background-color: #ffffff;
  cursor: not-allowed;
}

/* line 4093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4105, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4111, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label:empty {
  display: none;
}

/* line 4114, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4118, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-default {
  background-color: #aaaaaa;
}

/* line 4121, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #919191;
}

/* line 4125, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-primary {
  background-color: #685d9f;
}

/* line 4128, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #534a7f;
}

/* line 4132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 4135, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4139, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4142, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4146, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4149, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4153, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-danger {
  background-color: #ff3167;
}

/* line 4156, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #fd0042;
}

/* line 4160, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #aaaaaa;
  border-radius: 10px;
}

/* line 4174, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.badge:empty {
  display: none;
}

/* line 4177, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4181, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4186, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4192, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #685d9f;
  background-color: #ffffff;
}

/* line 4197, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4200, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4203, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4206, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 4213, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4217, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4222, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4225, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 4229, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4233, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4237, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 4242, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 4247, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

/* line 4257, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 4262, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #685d9f;
}

/* line 4267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}

/* line 4271, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4277, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 4281, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 4284, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 4288, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 4291, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 4295, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 4302, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 4307, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 4310, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 4313, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 4318, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 4321, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 4324, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 4329, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 4332, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 4335, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 4340, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 4343, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 4362, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 4370, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #685d9f;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

/* line 4382, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 4387, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 4392, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 4395, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4398, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 4401, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4404, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 4407, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4410, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar-danger {
  background-color: #ff3167;
}

/* line 4413, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4416, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media {
  margin-top: 15px;
}

/* line 4419, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media:first-child {
  margin-top: 0;
}

/* line 4422, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 4427, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-body {
  width: 10000px;
}

/* line 4430, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-object {
  display: block;
}

/* line 4433, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 4436, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 4440, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 4444, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 4450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-middle {
  vertical-align: middle;
}

/* line 4453, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 4456, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4460, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 4464, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 4468, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 4476, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4480, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4485, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item,
button.list-group-item {
  color: #555555;
}

/* line 4489, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 4493, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

/* line 4501, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #aaaaaa;
  cursor: not-allowed;
}

/* line 4512, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 4517, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #aaaaaa;
}

/* line 4522, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #685d9f;
  border-color: #685d9f;
}

/* line 4530, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 4541, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #dfddeb;
}

/* line 4546, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 4550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 4554, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 4558, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 4565, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4575, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 4579, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 4583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 4587, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 4594, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 4608, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 4612, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 4616, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 4623, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4633, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 4637, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 4641, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 4645, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 4652, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 4662, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4666, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 4670, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 4677, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-body {
  padding: 15px;
}

/* line 4680, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4686, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 4689, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 4695, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 4702, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 4713, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 4718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4724, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4730, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4734, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 4737, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 4740, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 4745, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 4751, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4756, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4763, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 4773, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 4783, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4788, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4795, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 4805, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 4815, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 4821, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 4825, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 4829, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 4843, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 4857, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 4867, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 4877, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 4881, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group {
  margin-bottom: 22px;
}

/* line 4884, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 4888, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 4891, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 4894, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}

/* line 4898, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 4901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 4904, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default {
  border-color: #dddddd;
}

/* line 4907, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

/* line 4912, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

/* line 4915, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 4919, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

/* line 4922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary {
  border-color: #685d9f;
}

/* line 4925, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #685d9f;
  border-color: #685d9f;
}

/* line 4930, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #685d9f;
}

/* line 4933, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary > .panel-heading .badge {
  color: #685d9f;
  background-color: #ffffff;
}

/* line 4937, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #685d9f;
}

/* line 4940, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 4943, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 4951, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 4955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 4958, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 4961, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4966, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 4969, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 4973, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 4976, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 4979, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 4984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 4987, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 4991, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 4994, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 4997, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5002, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5005, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5009, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5012, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5019, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 5032, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5035, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5038, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5047, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5051, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5055, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5059, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
body {
  font-weight: 300;
  letter-spacing: -0.02em;
}

/* line 5063, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.lead {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  /* line 5070, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .lead {
    font-size: 17px;
  }
}
/* line 5074, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-spaced li {
  margin-bottom: 3px;
  text-indent: 20%;
}

/* line 5078, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-bordered li {
  border-top: 1px solid #aaaaaa;
}

/* line 5081, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-bordered li:last-child {
  border-bottom: 1px solid #aaaaaa;
}

/* line 5084, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-serif {
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
}

/* line 5087, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-xs-left {
  text-align: left;
}

/* line 5090, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-xs-right {
  text-align: right;
}

/* line 5093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-xs-center {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 5097, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-sm-left {
    text-align: left;
  }

  /* line 5100, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-sm-right {
    text-align: right;
  }

  /* line 5103, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* line 5108, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-md-left {
    text-align: left;
  }

  /* line 5111, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-md-right {
    text-align: right;
  }

  /* line 5114, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  /* line 5119, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-lg-left {
    text-align: left;
  }

  /* line 5122, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-lg-right {
    text-align: right;
  }

  /* line 5125, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-lg-center {
    text-align: center;
  }
}
/* line 5129, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

/* line 5134, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark hr {
  border-top-color: rgba(0, 0, 0, 0.8);
}

/* line 5137, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark .alert-link {
  color: #e6e6e6;
}

/* line 5140, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark .close {
  text-shadow: 0 1px 0 #000;
}

/* line 5143, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark .close:hover,
.alert-dark .close:focus {
  color: #fff;
}

/* line 5147, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-full {
  border-radius: 0;
}

/* line 5150, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn {
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
}

/* line 5155, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-borderless {
  border: 0;
}

/* line 5158, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-lg, .btn-group-lg > .btn,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 5165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-sm, .btn-group-sm > .btn,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5172, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-xs, .btn-group-xs > .btn,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5179, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-more:after {
  position: relative;
  top: 1px;
  content: '〉';
  display: inline-block;
  padding-left: .3em;
  color: inherit;
}

/* line 5187, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar .btn-toolbar-item {
  float: left;
}

/* line 5190, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar > .btn-toolbar-item {
  margin-left: 5px;
}

/* line 5193, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar-divider {
  float: left;
  width: 1px;
  height: 34px;
  margin-left: 10px;
  margin-right: 5px;
  background-color: #eeeeee;
}

/* line 5201, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified.btn-group-justified-spaced {
  width: calc(100% + 10px);
  margin-left: -5px;
  border-spacing: 5px;
}

/* line 5206, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > .nav-header {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
  font-size: 85%;
  font-weight: normal;
  letter-spacing: 1px;
  color: #afafaf;
  text-transform: uppercase;
}

/* line 5216, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li + .nav-header {
  margin-top: 20px;
}

/* line 5219, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.with-top-navbar {
  padding-top: 50px;
}

/* line 5222, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav > li > a > .badge {
  margin-left: 5px;
}

/* line 5225, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-brand-icon {
  float: left;
  margin-right: 5px;
}

/* line 5229, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-brand-emphasized,
.navbar-default .navbar-brand-emphasized:hover,
.navbar-default .navbar-brand-emphasized:focus {
  background-color: transparent;
}

/* line 5234, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-brand-emphasized,
.navbar-inverse .navbar-brand-emphasized:hover,
.navbar-inverse .navbar-brand-emphasized:focus {
  color: #fff;
  background-color: #080808;
}

/* line 5240, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-padded .navbar-header {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  /* line 5245, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-padded {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 5250, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-form-control {
  border: 0;
  box-shadow: none;
}

/* line 5254, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-form-control {
  background-color: #343434;
}

/* line 5257, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-form-control:focus {
  color: #222222;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}

/* line 5262, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  font-weight: inherit;
}

/* line 5267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn-avitar,
.navbar-btn-avitar:active,
.navbar-btn-avitar:hover,
.navbar-btn-avitar:focus,
.navbar-btn-avitar:hover:active,
.navbar-btn-avitar:active:focus {
  padding: 0;
  border: 0;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
}

/* line 5279, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn-avitar img {
  height: 35px;
  width: 35px;
}

/* line 5283, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-open {
  overflow: hidden;
}

/* line 5286, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5298, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 5304, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5308, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5312, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5317, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 5327, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5336, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5340, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5344, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.6px;
}

/* line 5349, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5352, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-title {
  margin: 0;
  line-height: 1.6;
}

/* line 5356, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5360, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5365, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 5369, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5372, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5375, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5383, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5387, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 5390, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5395, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 5399, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5422, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5426, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 5430, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 5434, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 5438, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 5442, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

/* line 5450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5457, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 5464, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 5471, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 5478, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

/* line 5485, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

/* line 5492, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 5499, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 5506, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 5513, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 5544, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5547, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5553, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5556, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 5564, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5567, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5576, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 5579, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 5591, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

/* line 5598, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 5606, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

/* line 5613, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 5621, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/* line 5628, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5636, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* line 5643, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel {
  position: relative;
}

/* line 5646, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 5651, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

/* line 5656, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 5661, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 5669, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  /* line 5675, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  /* line 5681, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 5689, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 5694, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 5697, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5703, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 5706, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 5709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 5713, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 5716, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5719, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 20px;
  color: #e92a8b;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

/* line 5732, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 5736, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.left:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.001) 100%);
}
/* line 5739, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.left:focus {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.001) 100%);
}

/* line 5743, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 5749, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.right:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.6) 100%);
}
/* line 5752, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.right:focus {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* line 5756, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5764, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 5774, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 5779, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 5784, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 5791, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 5794, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 5797, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 5808, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
  background-color: #f0008c;
}

/* line 5819, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-color: #f0008c;
}

/* line 5826, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5838, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 5842, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  /* line 5851, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  /* line 5855, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 5859, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 5864, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-indicators {
    bottom: 30px;
  }
}
/* line 5868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 5901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

/* line 5918, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 5923, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-right {
  float: right !important;
}

/* line 5926, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-left {
  float: left !important;
}

/* line 5929, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.hide {
  display: none !important;
}

/* line 5932, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.show {
  display: block !important;
}

/* line 5935, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.invisible {
  visibility: hidden;
}

/* line 5938, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5945, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.hidden {
  display: none !important;
}

/* line 5948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 5954, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 5960, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 5975, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 5978, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 5981, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 5984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 5990, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 5995, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6000, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6005, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 6008, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 6011, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 6014, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6020, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6025, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6030, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6035, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-md {
    display: block !important;
  }

  /* line 6038, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 6041, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 6044, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6050, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6055, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6060, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6065, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6068, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 6071, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6074, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6080, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6085, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6090, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6095, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6100, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6105, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6110, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6114, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6118, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6121, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 6124, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6127, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6136, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6140, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6148, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6152, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6157, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "toolkit-entypo";
  src: url("../fonts/toolkit-entypo.eot");
  src: url("../fonts/toolkit-entypo.eot?#iefix") format("eot"), url("../fonts/toolkit-entypo.woff2") format("woff2"), url("../fonts/toolkit-entypo.woff") format("woff"), url("../fonts/toolkit-entypo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 6168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon:before {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: "toolkit-entypo";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6183, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel .icon-chevron-thin-left,
.carousel .icon-chevron-thin-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 6191, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel .icon-chevron-thin-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6195, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel .icon-chevron-thin-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6199, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-500px-with-circle:before {
  content: "\EA01";
}

/* line 6202, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-500px:before {
  content: "\EA02";
}

/* line 6205, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-add-to-list:before {
  content: "\EA03";
}

/* line 6208, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-add-user:before {
  content: "\EA04";
}

/* line 6211, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-address:before {
  content: "\EA05";
}

/* line 6214, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-adjust:before {
  content: "\EA06";
}

/* line 6217, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-air:before {
  content: "\EA07";
}

/* line 6220, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-aircraft-landing:before {
  content: "\EA08";
}

/* line 6223, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-aircraft-take-off:before {
  content: "\EA09";
}

/* line 6226, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-aircraft:before {
  content: "\EA0A";
}

/* line 6229, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-bottom:before {
  content: "\EA0B";
}

/* line 6232, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-horizontal-middle:before {
  content: "\EA0C";
}

/* line 6235, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-left:before {
  content: "\EA0D";
}

/* line 6238, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-right:before {
  content: "\EA0E";
}

/* line 6241, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-top:before {
  content: "\EA0F";
}

/* line 6244, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-vertical-middle:before {
  content: "\EA10";
}

/* line 6247, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-app-store:before {
  content: "\EA11";
}

/* line 6250, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-archive:before {
  content: "\EA12";
}

/* line 6253, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-area-graph:before {
  content: "\EA13";
}

/* line 6256, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-bold-down:before {
  content: "\EA14";
}

/* line 6259, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-bold-left:before {
  content: "\EA15";
}

/* line 6262, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-bold-right:before {
  content: "\EA16";
}

/* line 6265, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-bold-up:before {
  content: "\EA17";
}

/* line 6268, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-down:before {
  content: "\EA18";
}

/* line 6271, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-left:before {
  content: "\EA19";
}

/* line 6274, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-long-down:before {
  content: "\EA1A";
}

/* line 6277, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-long-left:before {
  content: "\EA1B";
}

/* line 6280, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-long-right:before {
  content: "\EA1C";
}

/* line 6283, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-long-up:before {
  content: "\EA1D";
}

/* line 6286, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-right:before {
  content: "\EA1E";
}

/* line 6289, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-up:before {
  content: "\EA1F";
}

/* line 6292, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-with-circle-down:before {
  content: "\EA20";
}

/* line 6295, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-with-circle-left:before {
  content: "\EA21";
}

/* line 6298, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-with-circle-right:before {
  content: "\EA22";
}

/* line 6301, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-with-circle-up:before {
  content: "\EA23";
}

/* line 6304, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-attachment:before {
  content: "\EA24";
}

/* line 6307, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-awareness-ribbon:before {
  content: "\EA25";
}

/* line 6310, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-back-in-time:before {
  content: "\EA26";
}

/* line 6313, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-back:before {
  content: "\EA27";
}

/* line 6316, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-baidu:before {
  content: "\EA28";
}

/* line 6319, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bar-graph:before {
  content: "\EA29";
}

/* line 6322, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-basecamp:before {
  content: "\EA2A";
}

/* line 6325, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-battery:before {
  content: "\EA2B";
}

/* line 6328, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-beamed-note:before {
  content: "\EA2C";
}

/* line 6331, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-behance:before {
  content: "\EA2D";
}

/* line 6334, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bell:before {
  content: "\EA2E";
}

/* line 6337, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-blackboard:before {
  content: "\EA2F";
}

/* line 6340, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-block:before {
  content: "\EA30";
}

/* line 6343, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-book:before {
  content: "\EA31";
}

/* line 6346, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bookmark:before {
  content: "\EA32";
}

/* line 6349, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bookmarks:before {
  content: "\EA33";
}

/* line 6352, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bowl:before {
  content: "\EA34";
}

/* line 6355, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-box:before {
  content: "\EA35";
}

/* line 6358, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-briefcase:before {
  content: "\EA36";
}

/* line 6361, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-browser:before {
  content: "\EA37";
}

/* line 6364, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-brush:before {
  content: "\EA38";
}

/* line 6367, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bucket:before {
  content: "\EA39";
}

/* line 6370, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bug:before {
  content: "\EA3A";
}

/* line 6373, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cake:before {
  content: "\EA3B";
}

/* line 6376, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-calculator:before {
  content: "\EA3C";
}

/* line 6379, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-calendar:before {
  content: "\EA3D";
}

/* line 6382, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-camera:before {
  content: "\EA3E";
}

/* line 6385, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-ccw:before {
  content: "\EA3F";
}

/* line 6388, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chat:before {
  content: "\EA40";
}

/* line 6391, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-check:before {
  content: "\EA41";
}

/* line 6394, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-down:before {
  content: "\EA42";
}

/* line 6397, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-left:before {
  content: "\EA43";
}

/* line 6400, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-right:before {
  content: "\EA44";
}

/* line 6403, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-small-down:before {
  content: "\EA45";
}

/* line 6406, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-small-left:before {
  content: "\EA46";
}

/* line 6409, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-small-right:before {
  content: "\EA47";
}

/* line 6412, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-small-up:before {
  content: "\EA48";
}

/* line 6415, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-thin-down:before {
  content: "\EA49";
}

/* line 6418, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-thin-left:before {
  content: "\EA4A";
}

/* line 6421, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-thin-right:before {
  content: "\EA4B";
}

/* line 6424, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-thin-up:before {
  content: "\EA4C";
}

/* line 6427, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-up:before {
  content: "\EA4D";
}

/* line 6430, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-with-circle-down:before {
  content: "\EA4E";
}

/* line 6433, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-with-circle-left:before {
  content: "\EA4F";
}

/* line 6436, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-with-circle-right:before {
  content: "\EA50";
}

/* line 6439, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-with-circle-up:before {
  content: "\EA51";
}

/* line 6442, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circle-with-cross:before {
  content: "\EA52";
}

/* line 6445, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circle-with-minus:before {
  content: "\EA53";
}

/* line 6448, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circle-with-plus:before {
  content: "\EA54";
}

/* line 6451, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circle:before {
  content: "\EA55";
}

/* line 6454, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circular-graph:before {
  content: "\EA56";
}

/* line 6457, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-clapperboard:before {
  content: "\EA57";
}

/* line 6460, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-classic-computer:before {
  content: "\EA58";
}

/* line 6463, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-clipboard:before {
  content: "\EA59";
}

/* line 6466, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-clock:before {
  content: "\EA5A";
}

/* line 6469, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cloud:before {
  content: "\EA5B";
}

/* line 6472, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-code:before {
  content: "\EA5C";
}

/* line 6475, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cog:before {
  content: "\EA5D";
}

/* line 6478, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-colours:before {
  content: "\EA5E";
}

/* line 6481, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-compass:before {
  content: "\EA5F";
}

/* line 6484, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-fast-backward:before {
  content: "\EA60";
}

/* line 6487, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-fast-forward:before {
  content: "\EA61";
}

/* line 6490, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-jump-to-start:before {
  content: "\EA62";
}

/* line 6493, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-next:before {
  content: "\EA63";
}

/* line 6496, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-paus:before {
  content: "\EA64";
}

/* line 6499, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-play:before {
  content: "\EA65";
}

/* line 6502, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-record:before {
  content: "\EA66";
}

/* line 6505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-stop:before {
  content: "\EA67";
}

/* line 6508, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-volume:before {
  content: "\EA68";
}

/* line 6511, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-copy:before {
  content: "\EA69";
}

/* line 6514, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-cloud:before {
  content: "\EA6A";
}

/* line 6517, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-attribution:before {
  content: "\EA6B";
}

/* line 6520, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-noderivs:before {
  content: "\EA6C";
}

/* line 6523, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-noncommercial-eu:before {
  content: "\EA6D";
}

/* line 6526, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-noncommercial-us:before {
  content: "\EA6E";
}

/* line 6529, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-public-domain:before {
  content: "\EA6F";
}

/* line 6532, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-remix:before {
  content: "\EA70";
}

/* line 6535, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-share:before {
  content: "\EA71";
}

/* line 6538, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-sharealike:before {
  content: "\EA72";
}

/* line 6541, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons:before {
  content: "\EA73";
}

/* line 6544, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-credit-card:before {
  content: "\EA74";
}

/* line 6547, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-credit:before {
  content: "\EA75";
}

/* line 6550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-crop:before {
  content: "\EA76";
}

/* line 6553, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cross:before {
  content: "\EA77";
}

/* line 6556, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cup:before {
  content: "\EA78";
}

/* line 6559, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cw:before {
  content: "\EA79";
}

/* line 6562, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cycle:before {
  content: "\EA7A";
}

/* line 6565, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-database:before {
  content: "\EA7B";
}

/* line 6568, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dial-pad:before {
  content: "\EA7C";
}

/* line 6571, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-direction:before {
  content: "\EA7D";
}

/* line 6574, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-document-landscape:before {
  content: "\EA7E";
}

/* line 6577, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-document:before {
  content: "\EA7F";
}

/* line 6580, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-documents:before {
  content: "\EA80";
}

/* line 6583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dot-single:before {
  content: "\EA81";
}

/* line 6586, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dots-three-horizontal:before {
  content: "\EA82";
}

/* line 6589, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dots-three-vertical:before {
  content: "\EA83";
}

/* line 6592, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dots-two-horizontal:before {
  content: "\EA84";
}

/* line 6595, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dots-two-vertical:before {
  content: "\EA85";
}

/* line 6598, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-download:before {
  content: "\EA86";
}

/* line 6601, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dribbble-with-circle:before {
  content: "\EA87";
}

/* line 6604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dribbble:before {
  content: "\EA88";
}

/* line 6607, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-drink:before {
  content: "\EA89";
}

/* line 6610, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-drive:before {
  content: "\EA8A";
}

/* line 6613, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-drop:before {
  content: "\EA8B";
}

/* line 6616, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dropbox:before {
  content: "\EA8C";
}

/* line 6619, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-edit:before {
  content: "\EA8D";
}

/* line 6622, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-email:before {
  content: "\EA8E";
}

/* line 6625, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-emoji-flirt:before {
  content: "\EA8F";
}

/* line 6628, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-emoji-happy:before {
  content: "\EA90";
}

/* line 6631, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-emoji-neutral:before {
  content: "\EA91";
}

/* line 6634, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-emoji-sad:before {
  content: "\EA92";
}

/* line 6637, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-erase:before {
  content: "\EA93";
}

/* line 6640, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-eraser:before {
  content: "\EA94";
}

/* line 6643, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-evernote:before {
  content: "\EA95";
}

/* line 6646, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-export:before {
  content: "\EA96";
}

/* line 6649, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-eye-with-line:before {
  content: "\EA97";
}

/* line 6652, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-eye:before {
  content: "\EA98";
}

/* line 6655, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-facebook-with-circle:before {
  content: "\EA99";
}

/* line 6658, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-facebook:before {
  content: "\EA9A";
}

/* line 6661, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-feather:before {
  content: "\EA9B";
}

/* line 6664, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-fingerprint:before {
  content: "\EA9C";
}

/* line 6667, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flag:before {
  content: "\EA9D";
}

/* line 6670, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flash:before {
  content: "\EA9E";
}

/* line 6673, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flashlight:before {
  content: "\EA9F";
}

/* line 6676, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flat-brush:before {
  content: "\EAA0";
}

/* line 6679, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flattr:before {
  content: "\EAA1";
}

/* line 6682, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flickr-with-circle:before {
  content: "\EAA2";
}

/* line 6685, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flickr:before {
  content: "\EAA3";
}

/* line 6688, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-branch:before {
  content: "\EAA4";
}

/* line 6691, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-cascade:before {
  content: "\EAA5";
}

/* line 6694, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-line:before {
  content: "\EAA6";
}

/* line 6697, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-parallel:before {
  content: "\EAA7";
}

/* line 6700, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-tree:before {
  content: "\EAA8";
}

/* line 6703, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flower:before {
  content: "\EAA9";
}

/* line 6706, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-folder-images:before {
  content: "\EAAA";
}

/* line 6709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-folder-music:before {
  content: "\EAAB";
}

/* line 6712, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-folder-video:before {
  content: "\EAAC";
}

/* line 6715, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-folder:before {
  content: "\EAAD";
}

/* line 6718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-forward:before {
  content: "\EAAE";
}

/* line 6721, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-foursquare:before {
  content: "\EAAF";
}

/* line 6724, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-funnel:before {
  content: "\EAB0";
}

/* line 6727, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-game-controller:before {
  content: "\EAB1";
}

/* line 6730, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-gauge:before {
  content: "\EAB2";
}

/* line 6733, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-github-with-circle:before {
  content: "\EAB3";
}

/* line 6736, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-github:before {
  content: "\EAB4";
}

/* line 6739, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-globe:before {
  content: "\EAB5";
}

/* line 6742, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-plus-with-circle:before {
  content: "\EAB6";
}

/* line 6745, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-plus:before {
  content: "\EAB7";
}

/* line 6748, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-drive:before {
  content: "\EAB8";
}

/* line 6751, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-hangouts:before {
  content: "\EAB9";
}

/* line 6754, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-play:before {
  content: "\EABA";
}

/* line 6757, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-graduation-cap:before {
  content: "\EABB";
}

/* line 6760, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-grid:before {
  content: "\EABC";
}

/* line 6763, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-grooveshark:before {
  content: "\EABD";
}

/* line 6766, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-hair-cross:before {
  content: "\EABE";
}

/* line 6769, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-hand:before {
  content: "\EABF";
}

/* line 6772, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-heart-outlined:before {
  content: "\EAC0";
}

/* line 6775, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-heart:before {
  content: "\EAC1";
}

/* line 6778, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-help-with-circle:before {
  content: "\EAC2";
}

/* line 6781, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-help:before {
  content: "\EAC3";
}

/* line 6784, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-home:before {
  content: "\EAC4";
}

/* line 6787, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-hour-glass:before {
  content: "\EAC5";
}

/* line 6790, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-houzz:before {
  content: "\EAC6";
}

/* line 6793, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-icloud:before {
  content: "\EAC7";
}

/* line 6796, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-image-inverted:before {
  content: "\EAC8";
}

/* line 6799, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-image:before {
  content: "\EAC9";
}

/* line 6802, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-images:before {
  content: "\EACA";
}

/* line 6805, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-inbox:before {
  content: "\EACB";
}

/* line 6808, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-infinity:before {
  content: "\EACC";
}

/* line 6811, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-info-with-circle:before {
  content: "\EACD";
}

/* line 6814, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-info:before {
  content: "\EACE";
}

/* line 6817, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-instagram-with-circle:before {
  content: "\EACF";
}

/* line 6820, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-instagram:before {
  content: "\EAD0";
}

/* line 6823, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-install:before {
  content: "\EAD1";
}

/* line 6826, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-key:before {
  content: "\EAD2";
}

/* line 6829, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-keyboard:before {
  content: "\EAD3";
}

/* line 6832, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lab-flask:before {
  content: "\EAD4";
}

/* line 6835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-landline:before {
  content: "\EAD5";
}

/* line 6838, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-language:before {
  content: "\EAD6";
}

/* line 6841, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-laptop:before {
  content: "\EAD7";
}

/* line 6844, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lastfm-with-circle:before {
  content: "\EAD8";
}

/* line 6847, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lastfm:before {
  content: "\EAD9";
}

/* line 6850, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-layers:before {
  content: "\EADA";
}

/* line 6853, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-leaf:before {
  content: "\EADB";
}

/* line 6856, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-level-down:before {
  content: "\EADC";
}

/* line 6859, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-level-up:before {
  content: "\EADD";
}

/* line 6862, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lifebuoy:before {
  content: "\EADE";
}

/* line 6865, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-light-bulb:before {
  content: "\EADF";
}

/* line 6868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-light-down:before {
  content: "\EAE0";
}

/* line 6871, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-light-up:before {
  content: "\EAE1";
}

/* line 6874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-line-graph:before {
  content: "\EAE2";
}

/* line 6877, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-link:before {
  content: "\EAE3";
}

/* line 6880, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-linkedin-with-circle:before {
  content: "\EAE4";
}

/* line 6883, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-linkedin:before {
  content: "\EAE5";
}

/* line 6886, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-list:before {
  content: "\EAE6";
}

/* line 6889, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-location-pin:before {
  content: "\EAE7";
}

/* line 6892, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-location:before {
  content: "\EAE8";
}

/* line 6895, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lock-open:before {
  content: "\EAE9";
}

/* line 6898, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lock:before {
  content: "\EAEA";
}

/* line 6901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-log-out:before {
  content: "\EAEB";
}

/* line 6904, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-login:before {
  content: "\EAEC";
}

/* line 6907, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-loop:before {
  content: "\EAED";
}

/* line 6910, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-magnet:before {
  content: "\EAEE";
}

/* line 6913, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-magnifying-glass:before {
  content: "\EAEF";
}

/* line 6916, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mail-with-circle:before {
  content: "\EAF0";
}

/* line 6919, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mail:before {
  content: "\EAF1";
}

/* line 6922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-man:before {
  content: "\EAF2";
}

/* line 6925, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-map:before {
  content: "\EAF3";
}

/* line 6928, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mask:before {
  content: "\EAF4";
}

/* line 6931, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-medal:before {
  content: "\EAF5";
}

/* line 6934, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-medium-with-circle:before {
  content: "\EAF6";
}

/* line 6937, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-medium:before {
  content: "\EAF7";
}

/* line 6940, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-megaphone:before {
  content: "\EAF8";
}

/* line 6943, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-menu-white:before {
  content: "\EAF9";
}

/* line 6946, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-menu:before {
  content: "\EAFA";
}

/* line 6949, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-merge:before {
  content: "\EAFB";
}

/* line 6952, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-message:before {
  content: "\EAFC";
}

/* line 6955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mic:before {
  content: "\EAFD";
}

/* line 6958, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-minus:before {
  content: "\EAFE";
}

/* line 6961, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mixi:before {
  content: "\EAFF";
}

/* line 6964, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mobile:before {
  content: "\EB00";
}

/* line 6967, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-modern-mic:before {
  content: "\EB01";
}

/* line 6970, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-moon:before {
  content: "\EB02";
}

/* line 6973, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mouse-pointer:before {
  content: "\EB03";
}

/* line 6976, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mouse:before {
  content: "\EB04";
}

/* line 6979, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-music:before {
  content: "\EB05";
}

/* line 6982, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-network:before {
  content: "\EB06";
}

/* line 6985, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-new-message:before {
  content: "\EB07";
}

/* line 6988, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-new:before {
  content: "\EB08";
}

/* line 6991, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-news:before {
  content: "\EB09";
}

/* line 6994, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-newsletter:before {
  content: "\EB0A";
}

/* line 6997, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-note:before {
  content: "\EB0B";
}

/* line 7000, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-notification:before {
  content: "\EB0C";
}

/* line 7003, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-notifications-off:before {
  content: "\EB0D";
}

/* line 7006, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-old-mobile:before {
  content: "\EB0E";
}

/* line 7009, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-old-phone:before {
  content: "\EB0F";
}

/* line 7012, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-onedrive:before {
  content: "\EB10";
}

/* line 7015, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-open-book:before {
  content: "\EB11";
}

/* line 7018, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-palette:before {
  content: "\EB12";
}

/* line 7021, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-paper-plane:before {
  content: "\EB13";
}

/* line 7024, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-paypal:before {
  content: "\EB14";
}

/* line 7027, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pencil:before {
  content: "\EB15";
}

/* line 7030, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-phone:before {
  content: "\EB16";
}

/* line 7033, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-picasa:before {
  content: "\EB17";
}

/* line 7036, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pie-chart:before {
  content: "\EB18";
}

/* line 7039, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pin:before {
  content: "\EB19";
}

/* line 7042, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pinterest-with-circle:before {
  content: "\EB1A";
}

/* line 7045, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pinterest:before {
  content: "\EB1B";
}

/* line 7048, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-plus:before {
  content: "\EB1C";
}

/* line 7051, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-popup:before {
  content: "\EB1D";
}

/* line 7054, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-power-plug:before {
  content: "\EB1E";
}

/* line 7057, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-price-ribbon:before {
  content: "\EB1F";
}

/* line 7060, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-price-tag:before {
  content: "\EB20";
}

/* line 7063, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-print:before {
  content: "\EB21";
}

/* line 7066, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-progress-empty:before {
  content: "\EB22";
}

/* line 7069, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-progress-full:before {
  content: "\EB23";
}

/* line 7072, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-progress-one:before {
  content: "\EB24";
}

/* line 7075, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-progress-two:before {
  content: "\EB25";
}

/* line 7078, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-publish:before {
  content: "\EB26";
}

/* line 7081, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-qq-with-circle:before {
  content: "\EB27";
}

/* line 7084, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-qq:before {
  content: "\EB28";
}

/* line 7087, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-quote:before {
  content: "\EB29";
}

/* line 7090, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-radio:before {
  content: "\EB2A";
}

/* line 7093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-raft-with-circle:before {
  content: "\EB2B";
}

/* line 7096, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-raft:before {
  content: "\EB2C";
}

/* line 7099, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rainbow:before {
  content: "\EB2D";
}

/* line 7102, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rdio-with-circle:before {
  content: "\EB2E";
}

/* line 7105, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rdio:before {
  content: "\EB2F";
}

/* line 7108, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-remove-user:before {
  content: "\EB30";
}

/* line 7111, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-renren:before {
  content: "\EB31";
}

/* line 7114, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-reply-all:before {
  content: "\EB32";
}

/* line 7117, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-reply:before {
  content: "\EB33";
}

/* line 7120, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-resize-100:before {
  content: "\EB34";
}

/* line 7123, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-resize-full-screen:before {
  content: "\EB35";
}

/* line 7126, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-retweet:before {
  content: "\EB36";
}

/* line 7129, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rocket:before {
  content: "\EB37";
}

/* line 7132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-round-brush:before {
  content: "\EB38";
}

/* line 7135, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rss:before {
  content: "\EB39";
}

/* line 7138, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-ruler:before {
  content: "\EB3A";
}

/* line 7141, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-save:before {
  content: "\EB3B";
}

/* line 7144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-scissors:before {
  content: "\EB3C";
}

/* line 7147, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-scribd:before {
  content: "\EB3D";
}

/* line 7150, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-select-arrows:before {
  content: "\EB3E";
}

/* line 7153, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-share-alternative:before {
  content: "\EB3F";
}

/* line 7156, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-share-alternitive:before {
  content: "\EB40";
}

/* line 7159, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-share:before {
  content: "\EB41";
}

/* line 7162, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shareable:before {
  content: "\EB42";
}

/* line 7165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shield:before {
  content: "\EB43";
}

/* line 7168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shop:before {
  content: "\EB44";
}

/* line 7171, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shopping-bag:before {
  content: "\EB45";
}

/* line 7174, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shopping-basket:before {
  content: "\EB46";
}

/* line 7177, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shopping-cart:before {
  content: "\EB47";
}

/* line 7180, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shuffle:before {
  content: "\EB48";
}

/* line 7183, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-signal:before {
  content: "\EB49";
}

/* line 7186, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sina-weibo:before {
  content: "\EB4A";
}

/* line 7189, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-skype-with-circle:before {
  content: "\EB4B";
}

/* line 7192, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-skype:before {
  content: "\EB4C";
}

/* line 7195, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-slideshare:before {
  content: "\EB4D";
}

/* line 7198, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-smashing:before {
  content: "\EB4E";
}

/* line 7201, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sound-mix:before {
  content: "\EB4F";
}

/* line 7204, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sound-mute:before {
  content: "\EB50";
}

/* line 7207, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sound:before {
  content: "\EB51";
}

/* line 7210, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-soundcloud:before {
  content: "\EB52";
}

/* line 7213, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sports-club:before {
  content: "\EB53";
}

/* line 7216, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-spotify-with-circle:before {
  content: "\EB54";
}

/* line 7219, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-spotify:before {
  content: "\EB55";
}

/* line 7222, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-spreadsheet:before {
  content: "\EB56";
}

/* line 7225, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-squared-cross:before {
  content: "\EB57";
}

/* line 7228, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-squared-minus:before {
  content: "\EB58";
}

/* line 7231, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-squared-plus:before {
  content: "\EB59";
}

/* line 7234, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-star-outlined:before {
  content: "\EB5A";
}

/* line 7237, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-star:before {
  content: "\EB5B";
}

/* line 7240, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-stopwatch:before {
  content: "\EB5C";
}

/* line 7243, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-stumbleupon-with-circle:before {
  content: "\EB5D";
}

/* line 7246, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-stumbleupon:before {
  content: "\EB5E";
}

/* line 7249, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-suitcase:before {
  content: "\EB5F";
}

/* line 7252, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-swap:before {
  content: "\EB60";
}

/* line 7255, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-swarm:before {
  content: "\EB61";
}

/* line 7258, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sweden:before {
  content: "\EB62";
}

/* line 7261, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-switch:before {
  content: "\EB63";
}

/* line 7264, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tablet-mobile-combo:before {
  content: "\EB64";
}

/* line 7267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tablet:before {
  content: "\EB65";
}

/* line 7270, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tag:before {
  content: "\EB66";
}

/* line 7273, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-text-document-inverted:before {
  content: "\EB67";
}

/* line 7276, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-text-document:before {
  content: "\EB68";
}

/* line 7279, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-text:before {
  content: "\EB69";
}

/* line 7282, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-thermometer:before {
  content: "\EB6A";
}

/* line 7285, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-thumbs-down:before {
  content: "\EB6B";
}

/* line 7288, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-thumbs-up:before {
  content: "\EB6C";
}

/* line 7291, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-thunder-cloud:before {
  content: "\EB6D";
}

/* line 7294, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-ticket:before {
  content: "\EB6E";
}

/* line 7297, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-time-slot:before {
  content: "\EB6F";
}

/* line 7300, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tools:before {
  content: "\EB70";
}

/* line 7303, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-traffic-cone:before {
  content: "\EB71";
}

/* line 7306, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-trash:before {
  content: "\EB72";
}

/* line 7309, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tree:before {
  content: "\EB73";
}

/* line 7312, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-triangle-down:before {
  content: "\EB74";
}

/* line 7315, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-triangle-left:before {
  content: "\EB75";
}

/* line 7318, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-triangle-right:before {
  content: "\EB76";
}

/* line 7321, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-triangle-up:before {
  content: "\EB77";
}

/* line 7324, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tripadvisor:before {
  content: "\EB78";
}

/* line 7327, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-trophy:before {
  content: "\EB79";
}

/* line 7330, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tumblr-with-circle:before {
  content: "\EB7A";
}

/* line 7333, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tumblr:before {
  content: "\EB7B";
}

/* line 7336, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tv:before {
  content: "\EB7C";
}

/* line 7339, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-twitter-with-circle:before {
  content: "\EB7D";
}

/* line 7342, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-twitter:before {
  content: "\EB7E";
}

/* line 7345, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-typing:before {
  content: "\EB7F";
}

/* line 7348, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-uninstall:before {
  content: "\EB80";
}

/* line 7351, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-unread:before {
  content: "\EB81";
}

/* line 7354, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-untag:before {
  content: "\EB82";
}

/* line 7357, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-upload-to-cloud:before {
  content: "\EB83";
}

/* line 7360, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-upload:before {
  content: "\EB84";
}

/* line 7363, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-user:before {
  content: "\EB85";
}

/* line 7366, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-users:before {
  content: "\EB86";
}

/* line 7369, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-v-card:before {
  content: "\EB87";
}

/* line 7372, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-video-camera:before {
  content: "\EB88";
}

/* line 7375, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-video:before {
  content: "\EB89";
}

/* line 7378, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vimeo-with-circle:before {
  content: "\EB8A";
}

/* line 7381, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vimeo:before {
  content: "\EB8B";
}

/* line 7384, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vine-with-circle:before {
  content: "\EB8C";
}

/* line 7387, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vine:before {
  content: "\EB8D";
}

/* line 7390, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vinyl:before {
  content: "\EB8E";
}

/* line 7393, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vk-alternitive:before {
  content: "\EB8F";
}

/* line 7396, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vk-with-circle:before {
  content: "\EB90";
}

/* line 7399, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vk:before {
  content: "\EB91";
}

/* line 7402, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-voicemail:before {
  content: "\EB92";
}

/* line 7405, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-wallet:before {
  content: "\EB93";
}

/* line 7408, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-warning:before {
  content: "\EB94";
}

/* line 7411, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-water:before {
  content: "\EB95";
}

/* line 7414, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-windows-store:before {
  content: "\EB96";
}

/* line 7417, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-xing-with-circle:before {
  content: "\EB97";
}

/* line 7420, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-xing:before {
  content: "\EB98";
}

/* line 7423, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-yelp:before {
  content: "\EB99";
}

/* line 7426, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-youko-with-circle:before {
  content: "\EB9A";
}

/* line 7429, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-youko:before {
  content: "\EB9B";
}

/* line 7432, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-youtube-with-circle:before {
  content: "\EB9C";
}

/* line 7435, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-youtube:before {
  content: "\EB9D";
}

/* line 7438, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pos-r {
  position: relative !important;
}

/* line 7441, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pos-a {
  position: absolute !important;
}

/* line 7444, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pos-f {
  position: fixed !important;
}

/* line 7447, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.w-sm {
  width: 25% !important;
}

/* line 7450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.w-md {
  width: 50% !important;
}

/* line 7453, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.w-lg {
  width: 75% !important;
}

/* line 7456, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.w-full {
  width: 100% !important;
}

/* line 7459, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-a-0 {
  margin: 0 !important;
}

/* line 7462, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-t-0 {
  margin-top: 0 !important;
}

/* line 7465, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-r-0 {
  margin-right: 0 !important;
}

/* line 7468, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-b-0 {
  margin-bottom: 0 !important;
}

/* line 7471, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-l-0 {
  margin-left: 0 !important;
}

/* line 7474, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 7478, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 7482, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-a {
  margin: 20px !important;
}

/* line 7485, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-t {
  margin-top: 20px !important;
}

/* line 7488, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-r {
  margin-right: 20px !important;
}

/* line 7491, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-b {
  margin-bottom: 20px !important;
}

/* line 7494, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-l {
  margin-left: 20px !important;
}

/* line 7497, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

/* line 7501, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-y {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 7505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 7509, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-a-md {
  margin: 30px !important;
}

/* line 7512, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-t-md {
  margin-top: 30px !important;
}

/* line 7515, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-r-md {
  margin-right: 30px !important;
}

/* line 7518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-b-md {
  margin-bottom: 30px !important;
}

/* line 7521, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-l-md {
  margin-left: 30px !important;
}

/* line 7524, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x-md {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

/* line 7528, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-y-md {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 7532, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-a-lg {
  margin: 60px !important;
}

/* line 7535, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-t-lg {
  margin-top: 60px !important;
}

/* line 7538, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-r-lg {
  margin-right: 60px !important;
}

/* line 7541, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-b-lg {
  margin-bottom: 60px !important;
}

/* line 7544, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-l-lg {
  margin-left: 60px !important;
}

/* line 7547, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x-lg {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

/* line 7551, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-y-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* line 7555, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-a-0 {
  padding: 0 !important;
}

/* line 7558, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-t-0 {
  padding-top: 0 !important;
}

/* line 7561, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-r-0 {
  padding-right: 0 !important;
}

/* line 7564, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-b-0 {
  padding-bottom: 0 !important;
}

/* line 7567, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-l-0 {
  padding-left: 0 !important;
}

/* line 7570, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 7574, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 7578, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-a {
  padding: 20px !important;
}

/* line 7581, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-t {
  padding-top: 20px !important;
}

/* line 7584, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-r {
  padding-right: 20px !important;
}

/* line 7587, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-b {
  padding-bottom: 20px !important;
}

/* line 7590, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-l {
  padding-left: 20px !important;
}

/* line 7593, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-x {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

/* line 7597, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-y {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 7601, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-a-md {
  padding: 30px !important;
}

/* line 7604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-t-md {
  padding-top: 30px !important;
}

/* line 7607, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-r-md {
  padding-right: 30px !important;
}

/* line 7610, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-b-md {
  padding-bottom: 30px !important;
}

/* line 7613, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-l-md {
  padding-left: 30px !important;
}

/* line 7616, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-x-md {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

/* line 7620, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-y-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* line 7624, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-a-lg {
  padding: 60px !important;
}

/* line 7627, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-t-lg {
  padding-top: 60px !important;
}

/* line 7630, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-r-lg {
  padding-right: 60px !important;
}

/* line 7633, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-b-lg {
  padding-bottom: 60px !important;
}

/* line 7636, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-l-lg {
  padding-left: 60px !important;
}

/* line 7639, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-x-lg {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

/* line 7643, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-y-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* line 7647, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-inherit,
.text-inherit:hover,
.text-inherit:focus {
  color: inherit;
  text-decoration: inherit;
}

/* line 7653, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li {
  float: left;
}

/* line 7656, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li > a {
  display: inline-block;
  padding: 10px 0;
  font-weight: 300;
  color: #000000;
  border-bottom: 4px solid transparent;
}

/* line 7663, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li > a:hover,
.nav-bordered > li > a:focus {
  color: #685d9f;
  background-color: transparent;
}

/* line 7668, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li + li {
  margin-left: 30px;
}

/* line 7671, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li.active > a,
.nav-bordered > li.active > a:hover,
.nav-bordered > li.active > a:focus {
  font-weight: 700;
  color: #685d9f;
  border-bottom-color: #685d9f;
}

/* line 7678, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-justified > li + li {
  margin-left: 0;
}

/* line 7681, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-justified > li > a {
  margin-bottom: 0;
}

/* line 7684, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li {
  float: none;
  margin-left: 0;
}

/* line 7688, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li + li {
  margin-top: 0;
}

/* line 7691, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li.active > a,
.nav-bordered.nav-stacked > li.active > a:hover,
.nav-bordered.nav-stacked > li.active > a:focus {
  border-left-color: #685d9f;
}

/* line 7696, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li > a {
  display: block;
  padding: 5px 10px 5px 30px;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

/* line 7702, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li > a:hover,
.nav-bordered.nav-stacked > li > a:focus {
  border-left: 4px solid;
}

/* line 7706, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked .nav-header {
  padding-left: 34px;
}

/* line 7709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 34px;
  margin-top: 20px;
  margin-bottom: 25px;
}

/* line 7718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default-outline {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}

/* line 7723, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default-outline:focus,
.btn-default-outline.focus,
.btn-default-outline:hover,
.btn-default-outline:active,
.btn-default-outline.active,
.open > .dropdown-toggle.btn-default-outline {
  color: #ffffff;
  background-color: #333333;
  box-shadow: none;
}

/* line 7733, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default-outline.disabled,
.btn-default-outline[disabled],
fieldset[disabled] .btn-default-outline,
.btn-default-outline.disabled:hover,
.btn-default-outline[disabled]:hover,
fieldset[disabled] .btn-default-outline:hover,
.btn-default-outline.disabled:focus,
.btn-default-outline[disabled]:focus,
fieldset[disabled] .btn-default-outline:focus,
.btn-default-outline.disabled.focus,
.btn-default-outline[disabled].focus,
fieldset[disabled] .btn-default-outline.focus,
.btn-default-outline.disabled:active,
.btn-default-outline[disabled]:active,
fieldset[disabled] .btn-default-outline:active,
.btn-default-outline.disabled.active,
.btn-default-outline[disabled].active,
fieldset[disabled] .btn-default-outline.active {
  border-color: #333333;
}

/* line 7753, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default-outline .badge {
  color: #ffffff;
  background-color: #333333;
}

/* line 7757, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary-outline {
  color: #5d548f;
  background-color: transparent;
  border-color: #5d548f;
}

/* line 7762, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline.active,
.open > .dropdown-toggle.btn-primary-outline {
  color: #ffffff;
  background-color: #5d548f;
  box-shadow: none;
}

/* line 7772, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary-outline.disabled,
.btn-primary-outline[disabled],
fieldset[disabled] .btn-primary-outline,
.btn-primary-outline.disabled:hover,
.btn-primary-outline[disabled]:hover,
fieldset[disabled] .btn-primary-outline:hover,
.btn-primary-outline.disabled:focus,
.btn-primary-outline[disabled]:focus,
fieldset[disabled] .btn-primary-outline:focus,
.btn-primary-outline.disabled.focus,
.btn-primary-outline[disabled].focus,
fieldset[disabled] .btn-primary-outline.focus,
.btn-primary-outline.disabled:active,
.btn-primary-outline[disabled]:active,
fieldset[disabled] .btn-primary-outline:active,
.btn-primary-outline.disabled.active,
.btn-primary-outline[disabled].active,
fieldset[disabled] .btn-primary-outline.active {
  border-color: #5d548f;
}

/* line 7792, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary-outline .badge {
  color: #ffffff;
  background-color: #5d548f;
}

/* line 7796, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success-outline {
  color: #4cae4c;
  background-color: transparent;
  border-color: #4cae4c;
}

/* line 7801, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:hover,
.btn-success-outline:active,
.btn-success-outline.active,
.open > .dropdown-toggle.btn-success-outline {
  color: #ffffff;
  background-color: #4cae4c;
  box-shadow: none;
}

/* line 7811, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success-outline.disabled,
.btn-success-outline[disabled],
fieldset[disabled] .btn-success-outline,
.btn-success-outline.disabled:hover,
.btn-success-outline[disabled]:hover,
fieldset[disabled] .btn-success-outline:hover,
.btn-success-outline.disabled:focus,
.btn-success-outline[disabled]:focus,
fieldset[disabled] .btn-success-outline:focus,
.btn-success-outline.disabled.focus,
.btn-success-outline[disabled].focus,
fieldset[disabled] .btn-success-outline.focus,
.btn-success-outline.disabled:active,
.btn-success-outline[disabled]:active,
fieldset[disabled] .btn-success-outline:active,
.btn-success-outline.disabled.active,
.btn-success-outline[disabled].active,
fieldset[disabled] .btn-success-outline.active {
  border-color: #4cae4c;
}

/* line 7831, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success-outline .badge {
  color: #ffffff;
  background-color: #4cae4c;
}

/* line 7835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info-outline {
  color: #46b8da;
  background-color: transparent;
  border-color: #46b8da;
}

/* line 7840, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:hover,
.btn-info-outline:active,
.btn-info-outline.active,
.open > .dropdown-toggle.btn-info-outline {
  color: #ffffff;
  background-color: #46b8da;
  box-shadow: none;
}

/* line 7850, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info-outline.disabled,
.btn-info-outline[disabled],
fieldset[disabled] .btn-info-outline,
.btn-info-outline.disabled:hover,
.btn-info-outline[disabled]:hover,
fieldset[disabled] .btn-info-outline:hover,
.btn-info-outline.disabled:focus,
.btn-info-outline[disabled]:focus,
fieldset[disabled] .btn-info-outline:focus,
.btn-info-outline.disabled.focus,
.btn-info-outline[disabled].focus,
fieldset[disabled] .btn-info-outline.focus,
.btn-info-outline.disabled:active,
.btn-info-outline[disabled]:active,
fieldset[disabled] .btn-info-outline:active,
.btn-info-outline.disabled.active,
.btn-info-outline[disabled].active,
fieldset[disabled] .btn-info-outline.active {
  border-color: #46b8da;
}

/* line 7870, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info-outline .badge {
  color: #ffffff;
  background-color: #46b8da;
}

/* line 7874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning-outline {
  color: #eea236;
  background-color: transparent;
  border-color: #eea236;
}

/* line 7879, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline.active,
.open > .dropdown-toggle.btn-warning-outline {
  color: #ffffff;
  background-color: #eea236;
  box-shadow: none;
}

/* line 7889, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning-outline.disabled,
.btn-warning-outline[disabled],
fieldset[disabled] .btn-warning-outline,
.btn-warning-outline.disabled:hover,
.btn-warning-outline[disabled]:hover,
fieldset[disabled] .btn-warning-outline:hover,
.btn-warning-outline.disabled:focus,
.btn-warning-outline[disabled]:focus,
fieldset[disabled] .btn-warning-outline:focus,
.btn-warning-outline.disabled.focus,
.btn-warning-outline[disabled].focus,
fieldset[disabled] .btn-warning-outline.focus,
.btn-warning-outline.disabled:active,
.btn-warning-outline[disabled]:active,
fieldset[disabled] .btn-warning-outline:active,
.btn-warning-outline.disabled.active,
.btn-warning-outline[disabled].active,
fieldset[disabled] .btn-warning-outline.active {
  border-color: #eea236;
}

/* line 7909, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning-outline .badge {
  color: #ffffff;
  background-color: #eea236;
}

/* line 7913, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger-outline {
  color: #ff1854;
  background-color: transparent;
  border-color: #ff1854;
}

/* line 7918, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:hover,
.btn-danger-outline:active,
.btn-danger-outline.active,
.open > .dropdown-toggle.btn-danger-outline {
  color: #ffffff;
  background-color: #ff1854;
  box-shadow: none;
}

/* line 7928, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger-outline.disabled,
.btn-danger-outline[disabled],
fieldset[disabled] .btn-danger-outline,
.btn-danger-outline.disabled:hover,
.btn-danger-outline[disabled]:hover,
fieldset[disabled] .btn-danger-outline:hover,
.btn-danger-outline.disabled:focus,
.btn-danger-outline[disabled]:focus,
fieldset[disabled] .btn-danger-outline:focus,
.btn-danger-outline.disabled.focus,
.btn-danger-outline[disabled].focus,
fieldset[disabled] .btn-danger-outline.focus,
.btn-danger-outline.disabled:active,
.btn-danger-outline[disabled]:active,
fieldset[disabled] .btn-danger-outline:active,
.btn-danger-outline.disabled.active,
.btn-danger-outline[disabled].active,
fieldset[disabled] .btn-danger-outline.active {
  border-color: #ff1854;
}

/* line 7948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger-outline .badge {
  color: #ffffff;
  background-color: #ff1854;
}

/* line 7952, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-pill {
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: 1000em;
}

/* line 7957, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-square {
  border-radius: 0;
}

/* line 7960, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-select {
  display: inline-block;
  padding: 6px 36px 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 12px center;
  background-color: #ffffff;
  background-clip: padding-box;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none \9;
  padding-right: 12px \9;
}

/* line 7979, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 7984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-select:disabled {
  background-color: #eeeeee;
  cursor: not-allowed;
}

/* line 7988, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 7992, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control > label {
  padding-left: 25px;
  font-weight: normal;
}

/* line 7996, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control.radio-inline,
.custom-control.checkbox-inline {
  padding-left: 25px;
}

/* line 8000, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control.radio-inline > label,
.custom-control.checkbox-inline > label {
  padding-left: 0;
}

/* line 8004, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
}

/* line 8010, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control-indicator {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #ffffff;
  background-clip: padding-box;
  background-size: 75% 75%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.control:hover .control-indicator {
  background-color: #ccc;
}
*/
/* Focus */
/* line 8037, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/* Checked state */
/* line 8041, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input:checked ~ .custom-control-indicator {
  background-color: #685d9f;
  border-color: #685d9f;
  box-shadow: none;
}

/* Active */
/* line 8047, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input:active ~ .custom-control-indicator {
  background-color: #948cbc;
  border-color: #948cbc;
  box-shadow: none;
}

/* line 8052, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input:disabled ~ .custom-control-indicator {
  background-color: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
  cursor: not-allowed;
}

/* Checkbox modifiers */
/* line 8059, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .custom-control-indicator {
  margin-top: 6px;
}

/* line 8062, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: .33rem;
}

/* line 8065, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-checkbox input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

/* Radio modifiers */
/* line 8069, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

/* line 8072, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-radio input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

/* Alternately, use another character */
/* line 8076, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control-x input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
}

/* line 8079, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control-dash input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

/* line 8082, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-controls-inline .custom-control + .custom-control {
  margin-left: 20px;
}

/* line 8085, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control-stacked .custom-control:after {
  display: block;
  content: "";
}

/* line 8089, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
}

/* line 8093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline label,
.checkbox-inline label {
  margin-bottom: 0;
  cursor: pointer;
}

/* line 8098, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control {
  transition: none;
}

/* line 8101, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control:focus {
  color: #000000;
  background-color: #fff;
  box-shadow: none;
}

/* line 8106, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .form-control,
.has-warning .form-control,
.has-error .form-control,
.field_with_errors .form-control,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.field_with_errors .form-control:focus {
  border-color: #cccccc;
  box-shadow: none;
}

/* line 8115, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .input-group-addon,
.has-warning .input-group-addon,
.has-error .input-group-addon,
.field_with_errors .input-group-addon {
  color: #fff;
  background-color: #ffffff;
  border-color: transparent;
}

/* line 8122, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container-fill-height {
  display: table;
  width: 100%;
  height: 100vh;
}

/* line 8127, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container-fill-height .container-content-bottom,
.container-fill-height .container-content-middle {
  display: table-cell;
  vertical-align: middle;
}

/* line 8132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container-fill-height .container-content-bottom {
  vertical-align: bottom;
}

@media (min-width: 768px) {
  /* line 8136, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container-fluid-spacious {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/* line 8141, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block {
  position: relative;
  width: 100%;
  padding: 60px 30px;
  color: inherit;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 8151, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-overflow-hidden {
  overflow: hidden;
}

/* line 8154, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg-clip {
  position: absolute;
  top: -25px;
  right: 0;
  bottom: -25px;
  left: 0;
  overflow: hidden;
}

/* line 8162, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg {
  position: absolute;
  top: 25px;
  right: -50px;
  bottom: 25px;
  left: -50px;
  overflow: hidden;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

/* line 8172, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg-img {
  position: absolute;
  top: -25px;
  bottom: -25px;
  right: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}

/* line 8184, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .block-bg-img {
  background-color: #000000;
}

/* line 8187, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg-img-top {
  background-position: top;
}

/* line 8190, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg-img-bottom {
  background-position: bottom;
}

/* line 8193, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bordered-lg:before,
.block-bordered:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  content: '';
  width: 33%;
  margin: 0 auto;
  border-top: 1px solid;
  border-top-color: #ccc;
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* line 8207, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bordered-lg:before {
  width: 80%;
}

/* line 8210, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-paralax {
  background-attachment: fixed;
}

/* line 8213, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse {
  color: #ffffff;
  background-color: #000000;
}

/* line 8217, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse.block-bordered:before,
.block-inverse hr {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 8221, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse h1,
.block-inverse h2,
.block-inverse h3,
.block-inverse h4,
.block-inverse h5,
.block-inverse h6,
.block-inverse .h1,
.block-inverse .h2,
.block-inverse .h3,
.block-inverse .h4,
.block-inverse .h5,
.block-inverse .h6 {
  color: inherit;
}

/* line 8235, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

/* line 8240, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default:focus,
.block-inverse .btn-outline.btn-default.focus,
.block-inverse .btn-outline.btn-default:hover,
.block-inverse .btn-outline.btn-default:active,
.block-inverse .btn-outline.btn-default.active,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default {
  color: #ffffff;
  background-color: #ffffff;
  box-shadow: none;
}

/* line 8250, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default.disabled,
.block-inverse .btn-outline.btn-default[disabled],
fieldset[disabled] .block-inverse .btn-outline.btn-default,
.block-inverse .btn-outline.btn-default.disabled:hover,
.block-inverse .btn-outline.btn-default[disabled]:hover,
fieldset[disabled] .block-inverse .btn-outline.btn-default:hover,
.block-inverse .btn-outline.btn-default.disabled:focus,
.block-inverse .btn-outline.btn-default[disabled]:focus,
fieldset[disabled] .block-inverse .btn-outline.btn-default:focus,
.block-inverse .btn-outline.btn-default.disabled.focus,
.block-inverse .btn-outline.btn-default[disabled].focus,
fieldset[disabled] .block-inverse .btn-outline.btn-default.focus,
.block-inverse .btn-outline.btn-default.disabled:active,
.block-inverse .btn-outline.btn-default[disabled]:active,
fieldset[disabled] .block-inverse .btn-outline.btn-default:active,
.block-inverse .btn-outline.btn-default.disabled.active,
.block-inverse .btn-outline.btn-default[disabled].active,
fieldset[disabled] .block-inverse .btn-outline.btn-default.active {
  border-color: #ffffff;
}

/* line 8270, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default .badge {
  color: #ffffff;
  background-color: #ffffff;
}

/* line 8274, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default:focus,
.block-inverse .btn-outline:focus,
.block-inverse .btn-outline.btn-default.focus,
.block-inverse .btn-outline.focus,
.block-inverse .btn-outline.btn-default:hover,
.block-inverse .btn-outline:hover,
.block-inverse .btn-outline.btn-default:active,
.block-inverse .btn-outline:active,
.block-inverse .btn-outline.btn-default.active,
.block-inverse .btn-outline.active,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default,
.open > .dropdown-toggle.block-inverse .btn-outline {
  color: #000;
}

/* line 8288, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default:focus:hover,
.block-inverse .btn-outline:focus:hover,
.block-inverse .btn-outline.btn-default.focus:hover,
.block-inverse .btn-outline.focus:hover,
.block-inverse .btn-outline.btn-default:hover:hover,
.block-inverse .btn-outline:hover:hover,
.block-inverse .btn-outline.btn-default:active:hover,
.block-inverse .btn-outline:active:hover,
.block-inverse .btn-outline.btn-default.active:hover,
.block-inverse .btn-outline.active:hover,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default:hover,
.open > .dropdown-toggle.block-inverse .btn-outline:hover,
.block-inverse .btn-outline.btn-default:focus:focus,
.block-inverse .btn-outline:focus:focus,
.block-inverse .btn-outline.btn-default.focus:focus,
.block-inverse .btn-outline.focus:focus,
.block-inverse .btn-outline.btn-default:hover:focus,
.block-inverse .btn-outline:hover:focus,
.block-inverse .btn-outline.btn-default:active:focus,
.block-inverse .btn-outline:active:focus,
.block-inverse .btn-outline.btn-default.active:focus,
.block-inverse .btn-outline.active:focus,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default:focus,
.open > .dropdown-toggle.block-inverse .btn-outline:focus,
.block-inverse .btn-outline.btn-default:focus.focus,
.block-inverse .btn-outline:focus.focus,
.block-inverse .btn-outline.btn-default.focus.focus,
.block-inverse .btn-outline.focus.focus,
.block-inverse .btn-outline.btn-default:hover.focus,
.block-inverse .btn-outline:hover.focus,
.block-inverse .btn-outline.btn-default:active.focus,
.block-inverse .btn-outline:active.focus,
.block-inverse .btn-outline.btn-default.active.focus,
.block-inverse .btn-outline.active.focus,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default.focus,
.open > .dropdown-toggle.block-inverse .btn-outline.focus {
  color: #000;
}

/* line 8326, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-transparent {
  background-color: transparent;
}

/* line 8329, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 8336, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-background > iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 8341, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-foreground {
  position: relative;
  z-index: 2;
  display: inline-block;
}

/* line 8346, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-fill-height {
  display: table;
  width: 100%;
  height: 110vh;
}

/* line 8351, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-label {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 4px;
  color: #685d9f;
  text-transform: uppercase;
}

/* line 8358, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.h1.block-title,
h1.block-title {
  font-size: 56px;
  line-height: 1;
}

/* line 8363, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block .lead {
  font-size: 18px;
}

/* line 8366, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-angle {
  margin-bottom: -25px;
}

/* line 8369, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-xs-top,
.block-xs-bottom,
.block-xs-middle {
  display: table-cell;
  vertical-align: middle;
}

/* line 8375, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-xs-bottom {
  vertical-align: bottom;
}

/* line 8378, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-xs-top {
  vertical-align: top;
}

@media (min-width: 768px) {
  /* line 8382, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-sm-top,
  .block-sm-bottom,
  .block-sm-middle {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 8388, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-sm-bottom {
    vertical-align: bottom;
  }

  /* line 8391, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-sm-top {
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  /* line 8396, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-md-top,
  .block-md-bottom,
  .block-md-middle {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 8402, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-md-bottom {
    vertical-align: bottom;
  }

  /* line 8405, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-md-top {
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  /* line 8410, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-lg-top,
  .block-lg-bottom,
  .block-lg-middle {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 8416, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-lg-bottom {
    vertical-align: bottom;
  }

  /* line 8419, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-lg-top {
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  /* line 8424, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block {
    padding: 5px 0;
  }

  /* line 8427, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block:not(.block-secondary) .lead {
    font-size: 21px;
  }

  /* line 8430, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .h1.block-title,
  h1.block-title {
    font-size: 72px;
  }
}
/* line 8435, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent {
  background-color: transparent;
  border-color: transparent;
}

/* line 8439, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-brand {
  color: #ffffff;
}

/* line 8442, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-brand:hover,
.navbar-transparent .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}

/* line 8447, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-text {
  color: #ffffff;
}

/* line 8450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > li > a {
  color: #ffffff;
}

/* line 8453, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > li > a:hover,
.navbar-transparent .navbar-nav > li > a:focus {
  color: #e6e6e6;
  background-color: transparent;
}

/* line 8458, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > .active > a,
.navbar-transparent .navbar-nav > .active > a:hover,
.navbar-transparent .navbar-nav > .active > a:focus {
  color: #e6e6e6;
  background-color: transparent;
}

/* line 8464, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > .disabled > a,
.navbar-transparent .navbar-nav > .disabled > a:hover,
.navbar-transparent .navbar-nav > .disabled > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 8470, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-toggle {
  border-color: #ffffff;
}

/* line 8473, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-toggle:hover,
.navbar-transparent .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 8477, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* line 8480, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-collapse,
.navbar-transparent .navbar-form {
  border-color: transparent;
}

/* line 8484, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > .open > a,
.navbar-transparent .navbar-nav > .open > a:hover,
.navbar-transparent .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #e6e6e6;
}

@media (max-width: 767px) {
  /* line 8491, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-transparent .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }

  /* line 8494, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-transparent .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-transparent .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e6e6e6;
    background-color: transparent;
  }

  /* line 8499, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-transparent .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e6e6e6;
    background-color: transparent;
  }

  /* line 8505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-transparent .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
}
/* line 8512, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-link {
  color: #ffffff;
}

/* line 8515, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-link:hover {
  color: #e6e6e6;
}

/* line 8518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .btn-link {
  color: #ffffff;
}

/* line 8521, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .btn-link:hover,
.navbar-transparent .btn-link:focus {
  color: #e6e6e6;
}

/* line 8525, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .btn-link[disabled]:hover,
fieldset[disabled] .navbar-transparent .btn-link:hover,
.navbar-transparent .btn-link[disabled]:focus,
fieldset[disabled] .navbar-transparent .btn-link:focus {
  color: #ffffff;
}

/* line 8531, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-light .carousel-control {
  text-shadow: none;
  color: rgba(0, 0, 0, 0.3);
  background-image: none;
}

/* line 8536, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-light .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
}

/* line 8540, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-light .carousel-indicators .active {
  background-color: #fff;
  border: 1px solid #685d9f;
}

/* line 8544, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 22px;
  color: #000000;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}

/* line 8554, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout-content > p,
.callout-content > ul {
  margin-bottom: 0;
}

/* line 8558, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout-content > p + p {
  margin-top: 5px;
}

/* line 8561, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout-content,
.callout-secondary {
  display: table-cell;
  padding: 15px 20px;
  vertical-align: middle;
}

/* line 8567, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout-secondary {
  width: 1%;
  background-color: #f5f7f9;
  border-left: 1px solid #eeeeee;
}

/* line 8572, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list {
  list-style: none;
  padding: 0;
}

/* line 8576, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list .featured-list-icon-text {
  font-size: 16px;
}

/* line 8579, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list li {
  position: relative;
  padding-left: 80px;
}

/* line 8583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list-icon {
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  font-size: 36px;
  text-align: center;
  line-height: 0;
  width: 60px;
}

/* line 8593, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list-bordered li {
  position: relative;
  padding-left: 110px;
}

/* line 8597, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list-bordered .featured-list-icon {
  border: 1px solid #eeeeee;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 89px;
}

/* line 8604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

/* line 8609, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 1080;
  transition: all 300ms;
}

/* line 8615, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

/* line 8620, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1079;
  background: #000000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms;
}

/* line 8632, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

/* line 8636, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

/* line 8640, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media,
.media-body {
  overflow: visible;
}

/* line 8644, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon {
  position: relative;
  left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  overflow: hidden;
}

/* line 8652, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon:before {
  position: absolute;
  top: 0;
  right: 100%;
  content: '';
  width: 20px;
  height: 100%;
  bottom: 0;
  background-color: inherit;
}

/* line 8662, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon span {
  position: relative;
  left: -10px;
}

@-moz-document url-prefix() {
  /* line 8667, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-ribbon {
    box-decoration-break: clone;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 8673, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-ribbon span {
    left: auto;
  }

  /* line 8676, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-ribbon:before {
    display: none;
  }
}
/* line 8680, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
  font-weight: normal;
  color: inherit;
  background-color: #000;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 8692, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 8696, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input:-ms-input-placeholder {
  color: inherit;
}

/* line 8699, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input::-webkit-input-placeholder {
  color: inherit;
}

/* line 8702, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input:focus {
  outline: none;
}

/* line 8705, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split:before,
.text-ribbon-inputs-split:after {
  content: " ";
  display: table;
}

/* line 8710, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split:after {
  clear: both;
}

/* line 8713, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split:before,
.text-ribbon-inputs-split:after {
  content: " ";
  display: table;
}

/* line 8718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split:after {
  clear: both;
}

/* line 8721, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split .text-ribbon-input {
  float: left;
  width: 49%;
}

/* line 8725, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split .text-ribbon-input + .text-ribbon-input {
  margin-left: 2%;
}

/* line 8728, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-primary {
  background-color: #685d9f;
}

/* line 8731, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-success {
  background-color: #5cb85c;
}

/* line 8734, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-warning {
  background-color: #f0ad4e;
}

/* line 8737, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-danger {
  background-color: #ff3167;
}

/* line 8740, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-info {
  background-color: #5bc0de;
}

/* line 8743, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist {
  list-style: none;
  padding-left: 0;
}

/* line 8747, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist > li {
  padding: 5px 0 5px 25px;
}

/* line 8750, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist > li > .icon {
  float: left;
  margin-left: -25px;
  opacity: .5;
}

/* line 8755, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist > .active {
  color: #685d9f;
}

/* line 8758, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist > .active .icon {
  opacity: 1;
}

/* line 8761, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold {
  background-color: #dddddd;
  border: 0;
}

/* line 8765, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold hr {
  background: #fff;
}

/* line 8768, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold p {
  color: rgba(255, 255, 255, 0.7);
}

/* line 8771, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-default {
  background-color: #dddddd;
}

/* line 8774, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-primary {
  background-color: #685d9f;
}

/* line 8777, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-success {
  background-color: #5cb85c;
}

/* line 8780, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-info {
  background-color: #5bc0de;
}

/* line 8783, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-warning {
  background-color: #f0ad4e;
}

/* line 8786, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-danger {
  background-color: #ff3167;
}

/* line 8789, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-number {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 8793, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-number .label {
  padding: .125em .5em;
  font-size: 50%;
  vertical-align: middle;
}

/* line 8798, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-desc {
  font-size: 85%;
  letter-spacing: .15em;
  color: #888888;
  text-transform: uppercase;
}

/* line 8804, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-indicator {
  display: inline-block;
  padding: .4em;
  font-size: 12px;
  vertical-align: middle;
}

/* line 8810, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-positive {
  color: #5cb85c;
}

/* line 8813, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-positive:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

/* line 8827, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-negative {
  color: #ff3167;
}

/* line 8830, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-negative:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 8842, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary,
.statcard-success,
.statcard-info,
.statcard-warning,
.statcard-danger {
  color: #fff;
  border-radius: 3px;
}

/* line 8850, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary .delta-negative,
.statcard-success .delta-negative,
.statcard-info .delta-negative,
.statcard-warning .delta-negative,
.statcard-danger .delta-negative,
.statcard-primary .delta-positive,
.statcard-success .delta-positive,
.statcard-info .delta-positive,
.statcard-warning .delta-positive,
.statcard-danger .delta-positive,
.statcard-primary .statcard-number,
.statcard-success .statcard-number,
.statcard-info .statcard-number,
.statcard-warning .statcard-number,
.statcard-danger .statcard-number {
  font-weight: normal;
  color: inherit;
}

/* line 8868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary .statcard-desc,
.statcard-success .statcard-desc,
.statcard-info .statcard-desc,
.statcard-warning .statcard-desc,
.statcard-danger .statcard-desc {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.65);
}

/* line 8876, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary .statcard-hr,
.statcard-success .statcard-hr,
.statcard-info .statcard-hr,
.statcard-warning .statcard-hr,
.statcard-danger .statcard-hr {
  margin-left: -20px;
  margin-right: -20px;
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 8885, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary {
  background-color: #685d9f;
}

/* line 8888, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-success {
  background-color: #5cb85c;
}

/* line 8891, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-info {
  background-color: #5bc0de;
}

/* line 8894, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-warning {
  background-color: #f0ad4e;
}

/* line 8897, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-danger {
  background-color: #ff3167;
}

/* line 8900, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-quote {
  padding: 0;
  margin: 0 auto;
  border-left: 0;
  text-align: center;
}

/* line 8906, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-quote > p {
  font-size: 18px;
  margin-top: 30px;
}

/* line 8910, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-quote > img {
  width: 75px;
  height: 75px;
}

/* line 8914, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-quote > cite {
  display: block;
  margin-top: 30px;
  font-size: 12px;
  font-style: normal;
  letter-spacing: .15em;
  color: #aaaaaa;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 8924, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .pull-quote {
    max-width: 75%;
  }

  /* line 8927, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .pull-quote > cite {
    font-size: 14px;
  }

  /* line 8930, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .pull-quote > img {
    width: 100px;
    height: 100px;
  }

  /* line 8934, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .pull-quote > p {
    font-size: 20px;
  }
}
/* line 8938, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage {
  background-color: #ffffff;
}

/* line 8941, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-shelf {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 250px;
  padding-top: 30px;
  background-color: #f2f2f2;
}

/* line 8951, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-shelf-right {
  left: auto;
  right: 0;
}

/* line 8955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-toggle {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  padding: 4px 12px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 8965, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-toggle:hover,
.stage-toggle:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #685d9f;
}

/* line 8971, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-toggle-right {
  left: auto;
  right: 20px;
}

/* line 8975, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1.text-uppercase, h1.initialism,
h2.text-uppercase,
h2.initialism,
h3.text-uppercase,
h3.initialism,
h4.text-uppercase,
h4.initialism,
h5.text-uppercase,
h5.initialism,
h6.text-uppercase,
h6.initialism,
.h1.text-uppercase,
.h1.initialism,
.h2.text-uppercase,
.h2.initialism,
.h3.text-uppercase,
.h3.initialism,
.h4.text-uppercase,
.h4.initialism,
.h5.text-uppercase,
.h5.initialism,
.h6.text-uppercase,
.h6.initialism {
  letter-spacing: .15em;
}

/* line 8989, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: inherit;
}

/* line 9015, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h6,
.h6 {
  margin-bottom: 5px;
  color: #bbbbbb;
  text-transform: uppercase;
}

/* line 9024, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.admin-navbar-default {
  border-color: #e7e7e7;
}

/* line 9028, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.admin-navbar-default .navbar-brand {
  padding-left: 15px;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
/* line 15, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 22, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-social > :first-child, .btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 33, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-social.btn-lg, .btn-group-lg > .btn-social.btn, .btn-group-lg > .btn.btn-social-icon, .btn-lg.btn-social-icon {
  padding-left: 61px;
}
/* line 35, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-social.btn-lg > :first-child, .btn-group-lg > .btn-social.btn > :first-child, .btn-group-lg > .btn.btn-social-icon > :first-child, .btn-lg.btn-social-icon > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
/* line 41, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-social.btn-sm, .btn-group-sm > .btn-social.btn, .btn-group-sm > .btn.btn-social-icon, .btn-sm.btn-social-icon {
  padding-left: 38px;
}
/* line 43, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-social.btn-sm > :first-child, .btn-group-sm > .btn-social.btn > :first-child, .btn-group-sm > .btn.btn-social-icon > :first-child, .btn-sm.btn-social-icon > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
/* line 49, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-social.btn-xs, .btn-group-xs > .btn-social.btn, .btn-group-xs > .btn.btn-social-icon, .btn-xs.btn-social-icon {
  padding-left: 30px;
}
/* line 51, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-social.btn-xs > :first-child, .btn-group-xs > .btn-social.btn > :first-child, .btn-group-xs > .btn.btn-social-icon > :first-child, .btn-xs.btn-social-icon > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

/* line 59, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-social-icon {
  height: 34px;
  width: 34px;
  padding: 0;
}
/* line 64, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
/* line 69, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
/* line 75, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
/* line 81, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-social-icon.btn-xs, .btn-group-xs > .btn-social-icon.btn {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

/* line 95, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-adn {
  background-color: #d87a68;
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-adn:active, .btn-adn.active, .open > .btn-adn.dropdown-toggle {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-adn:active:hover, .btn-adn:active:focus, .btn-adn:active.focus, .btn-adn.active:hover, .btn-adn.active:focus, .btn-adn.active.focus, .open > .btn-adn.dropdown-toggle:hover, .open > .btn-adn.dropdown-toggle:focus, .open > .btn-adn.dropdown-toggle.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-adn:active, .btn-adn.active, .open > .btn-adn.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-adn.disabled:hover, .btn-adn.disabled:focus, .btn-adn.disabled.focus, .btn-adn[disabled]:hover, .btn-adn[disabled]:focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn:hover, fieldset[disabled] .btn-adn:focus, fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

/* line 96, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-bitbucket {
  background-color: #205081;
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-bitbucket:active, .btn-bitbucket.active, .open > .btn-bitbucket.dropdown-toggle {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-bitbucket:active:hover, .btn-bitbucket:active:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active:hover, .btn-bitbucket.active:focus, .btn-bitbucket.active.focus, .open > .btn-bitbucket.dropdown-toggle:hover, .open > .btn-bitbucket.dropdown-toggle:focus, .open > .btn-bitbucket.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-bitbucket:active, .btn-bitbucket.active, .open > .btn-bitbucket.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-bitbucket.disabled:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled]:hover, .btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket:hover, fieldset[disabled] .btn-bitbucket:focus, fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

/* line 97, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-dropbox {
  background-color: #1087dd;
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dropbox:active, .btn-dropbox.active, .open > .btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dropbox:active:hover, .btn-dropbox:active:focus, .btn-dropbox:active.focus, .btn-dropbox.active:hover, .btn-dropbox.active:focus, .btn-dropbox.active.focus, .open > .btn-dropbox.dropdown-toggle:hover, .open > .btn-dropbox.dropdown-toggle:focus, .open > .btn-dropbox.dropdown-toggle.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dropbox:active, .btn-dropbox.active, .open > .btn-dropbox.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dropbox.disabled:hover, .btn-dropbox.disabled:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled]:hover, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox:hover, fieldset[disabled] .btn-dropbox:focus, fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

/* line 98, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus, .open > .btn-facebook.dropdown-toggle:hover, .open > .btn-facebook.dropdown-toggle:focus, .open > .btn-facebook.dropdown-toggle.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

/* line 99, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-flickr {
  background-color: #ff0084;
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-flickr:active, .btn-flickr.active, .open > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-flickr:active:hover, .btn-flickr:active:focus, .btn-flickr:active.focus, .btn-flickr.active:hover, .btn-flickr.active:focus, .btn-flickr.active.focus, .open > .btn-flickr.dropdown-toggle:hover, .open > .btn-flickr.dropdown-toggle:focus, .open > .btn-flickr.dropdown-toggle.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-flickr:active, .btn-flickr.active, .open > .btn-flickr.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-flickr.disabled:hover, .btn-flickr.disabled:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled]:hover, .btn-flickr[disabled]:focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr:hover, fieldset[disabled] .btn-flickr:focus, fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

/* line 100, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-foursquare {
  background-color: #f94877;
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-foursquare:active, .btn-foursquare.active, .open > .btn-foursquare.dropdown-toggle {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-foursquare:active:hover, .btn-foursquare:active:focus, .btn-foursquare:active.focus, .btn-foursquare.active:hover, .btn-foursquare.active:focus, .btn-foursquare.active.focus, .open > .btn-foursquare.dropdown-toggle:hover, .open > .btn-foursquare.dropdown-toggle:focus, .open > .btn-foursquare.dropdown-toggle.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-foursquare:active, .btn-foursquare.active, .open > .btn-foursquare.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-foursquare.disabled:hover, .btn-foursquare.disabled:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled]:hover, .btn-foursquare[disabled]:focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare:hover, fieldset[disabled] .btn-foursquare:focus, fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

/* line 101, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-github {
  background-color: #444444;
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-github:active, .btn-github.active, .open > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-github:active:hover, .btn-github:active:focus, .btn-github:active.focus, .btn-github.active:hover, .btn-github.active:focus, .btn-github.active.focus, .open > .btn-github.dropdown-toggle:hover, .open > .btn-github.dropdown-toggle:focus, .open > .btn-github.dropdown-toggle.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-github:active, .btn-github.active, .open > .btn-github.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-github.disabled:hover, .btn-github.disabled:focus, .btn-github.disabled.focus, .btn-github[disabled]:hover, .btn-github[disabled]:focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github:hover, fieldset[disabled] .btn-github:focus, fieldset[disabled] .btn-github.focus {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-github .badge {
  color: #444444;
  background-color: #fff;
}

/* line 102, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-google {
  background-color: #dd4b39;
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google:active, .btn-google.active, .open > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google:active:hover, .btn-google:active:focus, .btn-google:active.focus, .btn-google.active:hover, .btn-google.active:focus, .btn-google.active.focus, .open > .btn-google.dropdown-toggle:hover, .open > .btn-google.dropdown-toggle:focus, .open > .btn-google.dropdown-toggle.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google:active, .btn-google.active, .open > .btn-google.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google.disabled:hover, .btn-google.disabled:focus, .btn-google.disabled.focus, .btn-google[disabled]:hover, .btn-google[disabled]:focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google:hover, fieldset[disabled] .btn-google:focus, fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

/* line 103, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-instagram {
  background-color: #3f729b;
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-instagram:active:hover, .btn-instagram:active:focus, .btn-instagram:active.focus, .btn-instagram.active:hover, .btn-instagram.active:focus, .btn-instagram.active.focus, .open > .btn-instagram.dropdown-toggle:hover, .open > .btn-instagram.dropdown-toggle:focus, .open > .btn-instagram.dropdown-toggle.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-instagram.disabled:hover, .btn-instagram.disabled:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled]:hover, .btn-instagram[disabled]:focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram:hover, fieldset[disabled] .btn-instagram:focus, fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

/* line 104, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin:active:hover, .btn-linkedin:active:focus, .btn-linkedin:active.focus, .btn-linkedin.active:hover, .btn-linkedin.active:focus, .btn-linkedin.active.focus, .open > .btn-linkedin.dropdown-toggle:hover, .open > .btn-linkedin.dropdown-toggle:focus, .open > .btn-linkedin.dropdown-toggle.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin.disabled:hover, .btn-linkedin.disabled:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled]:hover, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin:hover, fieldset[disabled] .btn-linkedin:focus, fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

/* line 105, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-microsoft {
  background-color: #2672ec;
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-microsoft:active, .btn-microsoft.active, .open > .btn-microsoft.dropdown-toggle {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-microsoft:active:hover, .btn-microsoft:active:focus, .btn-microsoft:active.focus, .btn-microsoft.active:hover, .btn-microsoft.active:focus, .btn-microsoft.active.focus, .open > .btn-microsoft.dropdown-toggle:hover, .open > .btn-microsoft.dropdown-toggle:focus, .open > .btn-microsoft.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-microsoft:active, .btn-microsoft.active, .open > .btn-microsoft.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-microsoft.disabled:hover, .btn-microsoft.disabled:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled]:hover, .btn-microsoft[disabled]:focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft:hover, fieldset[disabled] .btn-microsoft:focus, fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

/* line 106, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-odnoklassniki {
  background-color: #f4731c;
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .btn-odnoklassniki.dropdown-toggle {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-odnoklassniki:active:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active:hover, .btn-odnoklassniki.active:focus, .btn-odnoklassniki.active.focus, .open > .btn-odnoklassniki.dropdown-toggle:hover, .open > .btn-odnoklassniki.dropdown-toggle:focus, .open > .btn-odnoklassniki.dropdown-toggle.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .btn-odnoklassniki.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled]:hover, .btn-odnoklassniki[disabled]:focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki:hover, fieldset[disabled] .btn-odnoklassniki:focus, fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}

/* line 107, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-openid {
  background-color: #f7931e;
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-openid:active, .btn-openid.active, .open > .btn-openid.dropdown-toggle {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-openid:active:hover, .btn-openid:active:focus, .btn-openid:active.focus, .btn-openid.active:hover, .btn-openid.active:focus, .btn-openid.active.focus, .open > .btn-openid.dropdown-toggle:hover, .open > .btn-openid.dropdown-toggle:focus, .open > .btn-openid.dropdown-toggle.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-openid:active, .btn-openid.active, .open > .btn-openid.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-openid.disabled:hover, .btn-openid.disabled:focus, .btn-openid.disabled.focus, .btn-openid[disabled]:hover, .btn-openid[disabled]:focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid:hover, fieldset[disabled] .btn-openid:focus, fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

/* line 108, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pinterest:active, .btn-pinterest.active, .open > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pinterest:active:hover, .btn-pinterest:active:focus, .btn-pinterest:active.focus, .btn-pinterest.active:hover, .btn-pinterest.active:focus, .btn-pinterest.active.focus, .open > .btn-pinterest.dropdown-toggle:hover, .open > .btn-pinterest.dropdown-toggle:focus, .open > .btn-pinterest.dropdown-toggle.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pinterest:active, .btn-pinterest.active, .open > .btn-pinterest.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pinterest.disabled:hover, .btn-pinterest.disabled:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled]:hover, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest:hover, fieldset[disabled] .btn-pinterest:focus, fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

/* line 109, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-reddit {
  background-color: #eff7ff;
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-reddit:hover {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-reddit:active, .btn-reddit.active, .open > .btn-reddit.dropdown-toggle {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-reddit:active:hover, .btn-reddit:active:focus, .btn-reddit:active.focus, .btn-reddit.active:hover, .btn-reddit.active:focus, .btn-reddit.active.focus, .open > .btn-reddit.dropdown-toggle:hover, .open > .btn-reddit.dropdown-toggle:focus, .open > .btn-reddit.dropdown-toggle.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-reddit:active, .btn-reddit.active, .open > .btn-reddit.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-reddit.disabled:hover, .btn-reddit.disabled:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled]:hover, .btn-reddit[disabled]:focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit:hover, fieldset[disabled] .btn-reddit:focus, fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

/* line 110, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-soundcloud {
  background-color: #ff5500;
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-soundcloud:hover {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-soundcloud:active, .btn-soundcloud.active, .open > .btn-soundcloud.dropdown-toggle {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-soundcloud:active:hover, .btn-soundcloud:active:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active:hover, .btn-soundcloud.active:focus, .btn-soundcloud.active.focus, .open > .btn-soundcloud.dropdown-toggle:hover, .open > .btn-soundcloud.dropdown-toggle:focus, .open > .btn-soundcloud.dropdown-toggle.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-soundcloud:active, .btn-soundcloud.active, .open > .btn-soundcloud.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-soundcloud.disabled:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled]:hover, .btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud:hover, fieldset[disabled] .btn-soundcloud:focus, fieldset[disabled] .btn-soundcloud.focus {
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #fff;
}

/* line 111, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-tumblr {
  background-color: #2c4762;
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-tumblr:active, .btn-tumblr.active, .open > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-tumblr:active:hover, .btn-tumblr:active:focus, .btn-tumblr:active.focus, .btn-tumblr.active:hover, .btn-tumblr.active:focus, .btn-tumblr.active.focus, .open > .btn-tumblr.dropdown-toggle:hover, .open > .btn-tumblr.dropdown-toggle:focus, .open > .btn-tumblr.dropdown-toggle.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-tumblr:active, .btn-tumblr.active, .open > .btn-tumblr.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-tumblr.disabled:hover, .btn-tumblr.disabled:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled]:hover, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr:hover, fieldset[disabled] .btn-tumblr:focus, fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

/* line 112, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-twitter {
  background-color: #55acee;
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus, .open > .btn-twitter.dropdown-toggle:hover, .open > .btn-twitter.dropdown-toggle:focus, .open > .btn-twitter.dropdown-toggle.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter:hover, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

/* line 113, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-vimeo {
  background-color: #1ab7ea;
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vimeo:active, .btn-vimeo.active, .open > .btn-vimeo.dropdown-toggle {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vimeo:active:hover, .btn-vimeo:active:focus, .btn-vimeo:active.focus, .btn-vimeo.active:hover, .btn-vimeo.active:focus, .btn-vimeo.active.focus, .open > .btn-vimeo.dropdown-toggle:hover, .open > .btn-vimeo.dropdown-toggle:focus, .open > .btn-vimeo.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vimeo:active, .btn-vimeo.active, .open > .btn-vimeo.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vimeo.disabled:hover, .btn-vimeo.disabled:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled]:hover, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo:hover, fieldset[disabled] .btn-vimeo:focus, fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

/* line 114, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-vk {
  background-color: #587ea3;
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vk:active, .btn-vk.active, .open > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vk:active:hover, .btn-vk:active:focus, .btn-vk:active.focus, .btn-vk.active:hover, .btn-vk.active:focus, .btn-vk.active.focus, .open > .btn-vk.dropdown-toggle:hover, .open > .btn-vk.dropdown-toggle:focus, .open > .btn-vk.dropdown-toggle.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vk:active, .btn-vk.active, .open > .btn-vk.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vk.disabled:hover, .btn-vk.disabled:focus, .btn-vk.disabled.focus, .btn-vk[disabled]:hover, .btn-vk[disabled]:focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk:hover, fieldset[disabled] .btn-vk:focus, fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

/* line 115, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/bootstrap-social.scss */
.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 11, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 17, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 22, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-yahoo:active, .btn-yahoo.active, .open > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 29, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-yahoo:active:hover, .btn-yahoo:active:focus, .btn-yahoo:active.focus, .btn-yahoo.active:hover, .btn-yahoo.active:focus, .btn-yahoo.active.focus, .open > .btn-yahoo.dropdown-toggle:hover, .open > .btn-yahoo.dropdown-toggle:focus, .open > .btn-yahoo.dropdown-toggle.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 37, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-yahoo:active, .btn-yahoo.active, .open > .btn-yahoo.dropdown-toggle {
  background-image: none;
}
/* line 45, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-yahoo.disabled:hover, .btn-yahoo.disabled:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled]:hover, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo:hover, fieldset[disabled] .btn-yahoo:focus, fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 53, /home/brian/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

/* line 3, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: gray;
  top: 50px;
  left: 50px;
  padding: 10px;
  opacity: .8;
}

/* line 14, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.landing-page-map {
  position: relative;
  height: 600px;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 110px;
  margin-top: 20px;
}

/* line 23, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.landing-header {
  background-color: 255, 0, 0, 0.4;
  padding-bottom: 80px;
}
/* line 26, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.landing-header .panel-search-box {
  margin-top: 25px !important;
}

/* line 30, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.search-header {
  font-size: 3.3em;
  font-weight: 300;
  color: #f0008c;
}

/* line 35, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tech-img {
  max-width: 50%;
  border: 1px #e92a8b;
  display: block;
  margin: auto;
}

/* line 41, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tech-2019 {
  font-size: 30px;
  color: #e92a8b;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: auto;
}

/* line 49, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tech-black {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: auto;
}

/* line 58, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
#landing-carousel {
  height: 450px;
}
/* line 60, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
#landing-carousel .item img {
  width: 100% !important;
  background-size: cover;
  min-height: 350px;
}

/* line 67, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.carousel-content {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  min-height: 450px;
  width: 75%;
  margin: auto;
  height: auto;
}

/* line 77, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement {
  background-image: linear-gradient(141deg, rgba(240, 0, 140, 0.1), rgba(212, 21, 133, 0.1)), url(/assets/mission_statement-7414def7b2736e6b12b9a8b155778ccc29d7d3771e8fa0d66a6fecb618f3b345.jpg);
  background-size: cover;
}
/* line 82, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-70%);
  font-size: 4.9rem;
  line-height: 5.2rem;
  width: 70%;
  color: white;
  font-weight: 400;
}
/* line 93, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row {
  text-align: center;
  position: absolute;
  bottom: 16%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 100, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row a, .mission-statement .row .btn {
  margin-left: 0.5%;
  margin-right: 0.5%;
  background-color: white;
  font-size: 1.6rem;
}
/* line 105, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row a:hover, .mission-statement .row .btn:hover {
  background-color: #f0008c !important;
  color: white !important;
  border-color: white !important;
}
/* line 110, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row a:active, .mission-statement .row a:visited, .mission-statement .row .btn:active, .mission-statement .row .btn:visited {
  color: #f0008c;
}

/* line 117, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product {
  background-image: url(/assets/content/H1-funding-carousel-90a3204ee34d336ebc07a6440e7a0af013608f6170faca7351bae64c27080c53.png);
  background-size: cover;
}
/* line 120, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row {
  text-align: center;
  position: absolute;
  bottom: 14%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 127, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row a, .latest-product .row .btn {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  background-color: white;
  font-size: 1.6rem;
  padding: 3px 12px !important;
}
/* line 134, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row a:hover, .latest-product .row .btn:hover {
  background-color: #f0008c !important;
  color: white !important;
  border-color: white !important;
}
/* line 139, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row a:active, .latest-product .row a:visited, .latest-product .row .btn:active, .latest-product .row .btn:visited {
  color: #f0008c;
}

/* line 146, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services {
  background-image: url(/assets/services-carousel-58c39f9067036ede0334a84b1594fa96a5fd26f215e083705bedc979cb1b3eb3.png);
  background-size: cover;
}
/* line 149, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row {
  text-align: center;
  position: absolute;
  bottom: 16%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 156, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row a, .our-services .row .btn {
  margin-left: 1%;
  margin-right: 1%;
  background-color: white;
  font-size: 1.6rem;
}
/* line 161, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row a:hover, .our-services .row .btn:hover {
  background-color: #f0008c !important;
  color: white !important;
  border-color: white !important;
}
/* line 166, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row a:active, .our-services .row a:visited, .our-services .row .btn:active, .our-services .row .btn:visited {
  color: #f0008c;
}

/* line 173, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.view-all {
  overflow-x: visible;
}

/* line 177, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.funding-review-2019 {
  background-image: url(/assets/content/fr_2019_slider-45d888368764c3fef3643ecdf605cac3fd5b3c7d220822552ca94d92acf9d295.png);
}

/* line 181, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.one-h-M-campaign-review {
  background-image: url(/assets/content/one_hundred_million/100M_Slider_01-e63a2276427c4069aca7bee67a0df9c0e59bc87b17185b610bd7de74b5906e6a.png);
}

/* line 185, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-nation-2019 {
  background-image: url(/assets/content/books/book_2019_slider-695af892da01eee4493143f2501d46f5cee815a3ecadff4bb616c9d5b7934056.png);
}

/* line 188, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-nation-2019-second {
  background-image: url(/assets/content/books/book_2019_slider_v2-1a83675e96aec85025845b81fd685ba568e1773dbcffcf50f48f8f0ac40a01aa.png);
}

/* line 191, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.grow-revenue {
  background-image: url(/assets/content/grow2020_slider-1e7e564c63af0fb7a2f17452b73c312574b8870ae13e39ebe28b42e06e0ef8c3.png);
  background-size: auto;
}

/* line 196, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.h1-2019 {
  background-image: url(/assets/h1_cover-6378b92f53c7c1c171875ea04d56e36e237e7644b316b51b5d456da17bde26d4.png);
  background-size: auto;
}

/* line 202, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.book2020-1 {
  background-image: url(/assets/content/books/book1-b51ea825510bab75d88a6550e447cda2466f8079571c37276322bd507e981cd4.jpg);
  background-size: cover;
}

/* line 207, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.book2020-2 {
  background-image: url(/assets/content/books/book2-b191eb77dce200b4a73bf243a4fb86a776368d32ccb12c1c049c9cee05b85bb6.jpg);
  background-size: cover;
}

/* line 213, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.book2020-3 {
  background-image: url(/assets/content/books/book3-0a80dd4a84fad0d3885c0ea6e7c9d040b0f9d6158439fd474bda58fc025a008f.jpg);
  background-size: cover;
}

/* line 218, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.revenue-2020 {
  background-image: url(/assets/grow2020-175c1ffd1a94e543aba7f91e1e5ff1b5ac5512395e5b14ad3feb2cb4dbf0a748.png);
  background-size: contain;
}

/* line 224, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.membership-carousel {
  background-image: url(/assets/become_a_member_slider-b2d78dc9cac61653eb7e28b59362e981a62504db62513351d385a9fcc98d61c3.png);
  background-size: contain;
}

/* line 229, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.female_funding_latest {
  background-image: url(/assets/content/TechIreland-FEMALE-REVIEW-web-cover-853aff60e3e1367bdb2389e3c0cc3fe0833b883ef90f39ed8f49f840b5fde3f2.jpg);
  background-size: cover;
}

/* line 233, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.greenwarrior {
  background-image: url(/assets/content/greenwarroir-3b6a12fe57f0ce7b199f45f4435f821d1e3f45dc8bd2c29e4fa9518375aed130.jpg);
  background-size: contain;
}

/* line 238, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.covidbiz {
  background-image: url(/assets/content/TechIrelandCovidBizMap-6ba61465983d9ce2fbb8eaa3bf2146db8860e03846cd3700fc7556be8cfdf939.jpg);
}

/* line 243, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.whatcloud2020 {
  background-image: url(/assets/content/whatcloud2020-646147d5aa1620c5809d88300c4667129459cde54a8a703e8881a1199bf47e6f.jpg);
}

/* line 247, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.restartbiz {
  background-image: url(/assets/content/restartbiz-3d8836a06595b4e4cba2badda4bc3e0ff29f17d2370b8a5d089b70d996070121.jpg);
}

/* line 251, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.powerofwhere {
  background-image: url(/assets/content/unnamed-b9e0f9c21e7d7284b8f3bbe10f7ff4b88b2699f8a288aa69d1fca1e0f13f2c60.jpg);
}

/* line 255, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.ff2021 {
  background-image: url(/assets/content/ff2021-63cfbd7187430ca5d5b7a4df02549fc12c7305fdd4e5516e86875a57cbdad5d3.jpg);
}

/* line 260, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.funding2021 {
  background-image: url(/assets/content/fundingreveiw2021-c707adf4dee0c17f597fab2d4baa24bb754dccfe3c7c959c4dd2fadecc0aa8ac.jpg);
}

/* line 264, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.hubspot {
  background-image: url(/assets/content/hubspot-2fe30db79e52c6b51d928322a2a98d5aeeb973493ab958c9d1223340f7541ab2.jpg);
}

/* line 268, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.futuwreintech {
  background-image: url(/assets/content/futureintech-7056b50f1728a9964c6fdfa52655edefa6d71838194804d8b0a5fc31fe5e8f6f.jpg);
}

/* line 273, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.futuwreintech {
  background-image: url(/assets/content/futureintech-7056b50f1728a9964c6fdfa52655edefa6d71838194804d8b0a5fc31fe5e8f6f.jpg);
}

/* line 277, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.supports {
  border-top: 1px solid darkgray;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  background: #73bd21;
}

/* line 287, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.pdfbutton {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: #ffee00;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  margin: 10px 10px 10px 10px;
}

/* line 304, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center::-webkit-input-placeholder {
  text-align: center;
}
/* line 307, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
/* line 310, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
/* line 313, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center:-ms-input-placeholder {
  text-align: center;
}

/* line 318, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan {
  width: 100%;
  display: flex;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  min-height: 2px;
  border-top: 1px solid #f0008c;
}
/* line 326, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan .be-part-of-us {
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 20px;
  transform: translateY(-50%) !important;
  background-color: white;
}
/* line 334, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan .be-part-of-us h2 {
  max-height: 100%;
  font-size: 4rem;
  font-weight: 300;
  color: #f0008c;
  padding: 0;
  margin: 0;
  line-height: 4rem;
}
/* line 343, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan .be-part-of-us li {
  display: inline-block;
  width: 24%;
}

/* line 350, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-map {
  position: relative;
  padding-bottom: 30%;
  height: 500px;
  margin-bottom: 3%;
}

/* line 356, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-map iframe, .innovation-map object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 366, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons {
  margin-bottom: 4.5rem;
}
/* line 368, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons h4 {
  font-weight: 400;
  color: #f0008c;
  margin-bottom: 4.5rem;
  text-align: center;
}
/* line 374, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons .services-icon {
  position: relative;
}
/* line 376, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons .services-icon .quick-links-joiner {
  height: 2px;
  background-color: #f0008c;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
/* line 383, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons .services-icon .social-icon {
  position: absolute;
  width: 8rem;
  height: 8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 393, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.equal {
  display: flex;
  flex-wrap: wrap;
}

/* line 398, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container {
  box-sizing: border-box;
  box-shadow: 0px 8px 10px #f0f0f0, -12px 8px 10px #f0f0f0, 12px 8px 10px #f0f0f0;
  cursor: pointer;
  line-height: 1.6;
  background-color: #fff;
  width: 100%;
  height: 70%;
  overflow: hidden;
}
/* line 407, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container h3 {
  font-size: 2.8rem;
  line-height: 1;
  color: #434444;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 500;
}
/* line 415, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container a, .what-we-do-container:hover {
  text-decoration: none !important;
}
/* line 418, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container:hover h3 {
  color: #e92a8b !important;
}
/* line 421, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container:hover .blurb-preview {
  color: #f0008c;
}
/* line 424, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container .services-card {
  width: 100%;
  margin-right: 100px;
}
/* line 428, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container .services-card .blog-card-body {
  padding: 5%;
  min-height: 16rem;
  color: #434444;
}

@media (min-width: 1500px) {
  /* line 440, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    background-size: inherit;
  }
}
@media (max-width: 1200px) and (min-width: 800px) {
  /* line 446, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 330px;
  }
  /* line 448, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 330px;
  }

  /* line 452, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 330px;
  }
}
@media (max-width: 1050px) {
  /* line 458, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 300px;
  }
  /* line 460, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 300px;
  }

  /* line 464, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 300px;
  }
}
@media (max-width: 900px) {
  /* line 469, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 270px;
  }
  /* line 471, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 270px;
  }

  /* line 475, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 270px;
  }
}
@media (max-width: 767px) {
  /* line 481, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #serviceColumn, #membershipColumn {
    width: 100% !important;
  }
}
@media (max-width: 800px) and (min-width: 600px) {
  /* line 487, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-page-map {
    height: 600px;
    width: 90%;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  /* line 493, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header {
    padding-bottom: 60px;
  }
  /* line 495, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header .panel-search-box {
    margin-top: 5px !important;
  }

  /* line 500, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .search-header {
    font-size: 2.8em;
    padding-top: 20px;
  }

  /* line 504, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 230px;
  }
  /* line 506, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 230px;
  }

  /* line 510, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 230px;
  }

  /* line 514, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row {
    bottom: 20%;
  }
  /* line 516, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row .btn {
    width: 110px;
    font-size: 1.4rem;
  }

  /* line 522, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons {
    margin-bottom: 4rem;
  }
  /* line 524, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons h4 {
    margin-bottom: 4rem;
  }
  /* line 528, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons .services-icon .social-icon {
    width: 7rem;
    height: 7rem;
  }

  /* line 536, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mission-statement h1 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    transform: translateX(-50%) translateY(-60%);
  }

  /* line 543, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row {
    bottom: 20%;
  }
  /* line 545, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row a {
    font-size: 1.4rem;
  }

  /* line 550, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan {
    margin-bottom: 20px;
  }
  /* line 552, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us {
    padding: 0 20px;
  }
  /* line 554, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  /* line 560, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .innovation-map {
    height: 400px;
  }

  /* line 564, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .what-we-do-container {
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
  }
}
@media (max-width: 600px) and (min-width: 500px) {
  /* line 573, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .supports {
    border-top: 1px solid darkgray;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
  }

  /* line 581, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .pdfbutton {
    font-size: 15px;
    padding: 3px 10px;
    margin: 10px 10px 10px 10px;
  }

  /* line 587, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-page-map {
    height: 500px;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  /* line 595, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header .panel-search-box {
    margin-bottom: 10px !important;
  }

  /* line 599, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 200px;
  }
  /* line 601, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 200px;
  }

  /* line 605, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 200px;
  }

  /* line 609, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row {
    bottom: 20%;
  }
  /* line 611, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row .btn {
    text-align: center;
    width: 80px;
    font-size: 0.9rem;
  }

  /* line 619, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mission-statement h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    transform: translateX(-50%) translateY(-75%);
  }

  /* line 626, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row {
    bottom: 25%;
  }
  /* line 628, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row a {
    font-size: 0.8rem;
  }

  /* line 635, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header {
    margin-top: 0px;
  }
  /* line 637, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header .contact-us-form {
    margin-top: 0px;
  }

  /* line 641, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .search-header {
    font-size: 2.4rem !important;
    line-height: 2.9rem;
    padding-top: 12px;
    padding-bottom: 0;
  }

  /* line 647, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  /* line 650, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us {
    padding: 0 20px;
  }
  /* line 652, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us h2 {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  /* line 658, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .innovation-map {
    height: 350px;
  }

  /* line 662, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .what-we-do-container {
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
  }
}
@media (max-width: 610px) {
  /* line 670, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .btn-search-entity {
    width: 45%;
    margin: 2px 2px 4px 2px;
  }
}
@media (max-width: 500px) {
  /* line 678, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .supports {
    border-top: 1px solid darkgray;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
  }

  /* line 686, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .pdfbutton {
    font-size: 9px;
    padding: 3px 10px;
    margin: 10px 10px 10px 10px;
    text-align: center;
  }

  /* line 692, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-page-map {
    height: 600px;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  /* line 699, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 180px;
  }
  /* line 701, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 180px;
  }

  /* line 705, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 180px;
    width: 100%;
  }

  /* line 710, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .what-we-do-container {
    margin-bottom: 15px;
    height: auto;
  }

  /* line 716, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons {
    margin-bottom: 4rem;
  }
  /* line 718, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons h4 {
    margin-bottom: 4rem;
  }
  /* line 722, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons .services-icon .social-icon {
    width: 7rem;
    height: 7rem;
  }

  /* line 729, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mission-statement h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    transform: translateX(-50%) translateY(-75%);
  }
}
@media screen and (min-width: 600px) {
  /* line 740, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mobile-break {
    display: none;
  }
}
/* line 746, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: gray;
  top: 50px;
  left: 50px;
  padding: 10px;
  opacity: .8;
}

/* line 757, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.landing-page-map {
  position: relative;
  height: 600px;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 110px;
  margin-top: 20px;
}

/* line 766, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.landing-header {
  background-color: 255, 0, 0, 0.4;
  padding-bottom: 80px;
}
/* line 769, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.landing-header .panel-search-box {
  margin-top: 25px !important;
}

/* line 773, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.search-header {
  font-size: 3.3em;
  font-weight: 300;
  color: #f0008c;
}

/* line 778, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tech-img {
  max-width: 50%;
  border: 1px #e92a8b;
  display: block;
  margin: auto;
}

/* line 784, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tech-2019 {
  font-size: 30px;
  color: #e92a8b;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: auto;
}

/* line 792, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tech-black {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: auto;
}

/* line 801, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
#landing-carousel {
  height: 450px;
}
/* line 803, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
#landing-carousel .item img {
  width: 100% !important;
  background-size: cover;
  min-height: 350px;
}

/* line 810, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.carousel-content {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  min-height: 450px;
  width: 75%;
  margin: auto;
  height: auto;
}

/* line 820, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement {
  background-image: linear-gradient(141deg, rgba(240, 0, 140, 0.1), rgba(212, 21, 133, 0.1)), url(/assets/mission_statement-7414def7b2736e6b12b9a8b155778ccc29d7d3771e8fa0d66a6fecb618f3b345.jpg);
  background-size: cover;
}
/* line 825, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-70%);
  font-size: 4.9rem;
  line-height: 5.2rem;
  width: 70%;
  color: white;
  font-weight: 400;
}
/* line 836, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row {
  text-align: center;
  position: absolute;
  bottom: 16%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 843, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row a, .mission-statement .row .btn {
  margin-left: 0.5%;
  margin-right: 0.5%;
  background-color: white;
  font-size: 1.6rem;
}
/* line 848, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row a:hover, .mission-statement .row .btn:hover {
  background-color: #f0008c !important;
  color: white !important;
  border-color: white !important;
}
/* line 853, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.mission-statement .row a:active, .mission-statement .row a:visited, .mission-statement .row .btn:active, .mission-statement .row .btn:visited {
  color: #f0008c;
}

/* line 860, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product {
  background-image: url(/assets/content/H1-funding-carousel-90a3204ee34d336ebc07a6440e7a0af013608f6170faca7351bae64c27080c53.png);
  background-size: cover;
}
/* line 863, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row {
  text-align: center;
  position: absolute;
  bottom: 14%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 870, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row a, .latest-product .row .btn {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  background-color: white;
  font-size: 1.6rem;
  padding: 3px 12px !important;
}
/* line 877, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row a:hover, .latest-product .row .btn:hover {
  background-color: #f0008c !important;
  color: white !important;
  border-color: white !important;
}
/* line 882, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.latest-product .row a:active, .latest-product .row a:visited, .latest-product .row .btn:active, .latest-product .row .btn:visited {
  color: #f0008c;
}

/* line 889, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services {
  background-image: url(/assets/services-carousel-58c39f9067036ede0334a84b1594fa96a5fd26f215e083705bedc979cb1b3eb3.png);
  background-size: cover;
}
/* line 892, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row {
  text-align: center;
  position: absolute;
  bottom: 16%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 899, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row a, .our-services .row .btn {
  margin-left: 1%;
  margin-right: 1%;
  background-color: white;
  font-size: 1.6rem;
}
/* line 904, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row a:hover, .our-services .row .btn:hover {
  background-color: #f0008c !important;
  color: white !important;
  border-color: white !important;
}
/* line 909, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.our-services .row a:active, .our-services .row a:visited, .our-services .row .btn:active, .our-services .row .btn:visited {
  color: #f0008c;
}

/* line 916, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.view-all {
  overflow-x: visible;
}

/* line 920, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.funding-review-2019 {
  background-image: url(/assets/content/fr_2019_slider-45d888368764c3fef3643ecdf605cac3fd5b3c7d220822552ca94d92acf9d295.png);
}

/* line 924, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.one-h-M-campaign-review {
  background-image: url(/assets/content/one_hundred_million/100M_Slider_01-e63a2276427c4069aca7bee67a0df9c0e59bc87b17185b610bd7de74b5906e6a.png);
}

/* line 928, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-nation-2019 {
  background-image: url(/assets/content/books/book_2019_slider-695af892da01eee4493143f2501d46f5cee815a3ecadff4bb616c9d5b7934056.png);
}

/* line 931, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-nation-2019-second {
  background-image: url(/assets/content/books/book_2019_slider_v2-1a83675e96aec85025845b81fd685ba568e1773dbcffcf50f48f8f0ac40a01aa.png);
}

/* line 934, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.grow-revenue {
  background-image: url(/assets/content/grow2020_slider-1e7e564c63af0fb7a2f17452b73c312574b8870ae13e39ebe28b42e06e0ef8c3.png);
  background-size: auto;
}

/* line 939, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.h1-2019 {
  background-image: url(/assets/h1_cover-6378b92f53c7c1c171875ea04d56e36e237e7644b316b51b5d456da17bde26d4.png);
  background-size: auto;
}

/* line 945, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.book2020-1 {
  background-image: url(/assets/content/books/book1-b51ea825510bab75d88a6550e447cda2466f8079571c37276322bd507e981cd4.jpg);
  background-size: cover;
}

/* line 950, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.book2020-2 {
  background-image: url(/assets/content/books/book2-b191eb77dce200b4a73bf243a4fb86a776368d32ccb12c1c049c9cee05b85bb6.jpg);
  background-size: cover;
}

/* line 956, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.book2020-3 {
  background-image: url(/assets/content/books/book3-0a80dd4a84fad0d3885c0ea6e7c9d040b0f9d6158439fd474bda58fc025a008f.jpg);
  background-size: cover;
}

/* line 960, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.tpf {
  background-image: url(/assets/content/tpf-6b20998d1f495a50aa7d5219c99fc7272af2244a84762591ca3e3cbe5dd477fd.jpg);
}

/* line 964, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.revenue-2020 {
  background-image: url(/assets/grow2020-175c1ffd1a94e543aba7f91e1e5ff1b5ac5512395e5b14ad3feb2cb4dbf0a748.png);
  background-size: contain;
}

/* line 970, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.membership-carousel {
  background-image: url(/assets/become_a_member_slider-b2d78dc9cac61653eb7e28b59362e981a62504db62513351d385a9fcc98d61c3.png);
  background-size: contain;
}

/* line 977, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.slider1 {
  background-image: url(/assets/content/slider1-d91b3bd3068a27abf0733e713576f89162b49b35aaf6b980ae5151f8abfa3948.png);
}

/* line 982, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.slider2 {
  background-image: url(/assets/content/slider2-f61dd444c7579960915f2df5fbb44c0685ddb7c240ae0d3dda036719d9726eda.png);
}

/* line 987, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.slider3 {
  background-image: url(/assets/content/slider3-d86b9f999fcef3d848b5be382c243bd1be5c401a43eb9e5b3c713cb9b077e9ab.png);
}

/* line 993, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.supports {
  border-top: 1px solid darkgray;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  background: #73bd21;
}

/* line 1003, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.pdfbutton {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: #ffee00;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  margin: 10px 10px 10px 10px;
}

/* line 1020, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center::-webkit-input-placeholder {
  text-align: center;
}
/* line 1023, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
/* line 1026, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
/* line 1029, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.placeholder-center:-ms-input-placeholder {
  text-align: center;
}

/* line 1034, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan {
  width: 100%;
  display: flex;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  min-height: 2px;
  border-top: 1px solid #f0008c;
}
/* line 1042, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan .be-part-of-us {
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 20px;
  transform: translateY(-50%) !important;
  background-color: white;
}
/* line 1050, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan .be-part-of-us h2 {
  max-height: 100%;
  font-size: 4rem;
  font-weight: 300;
  color: #f0008c;
  padding: 0;
  margin: 0;
  line-height: 4rem;
}
/* line 1059, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.index-slogan .be-part-of-us li {
  display: inline-block;
  width: 24%;
}

/* line 1066, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-map {
  position: relative;
  padding-bottom: 30%;
  height: 500px;
  margin-bottom: 3%;
}

/* line 1072, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.innovation-map iframe, .innovation-map object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1082, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons {
  margin-bottom: 4.5rem;
}
/* line 1084, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons h4 {
  font-weight: 400;
  color: #f0008c;
  margin-bottom: 4.5rem;
  text-align: center;
}
/* line 1090, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons .services-icon {
  position: relative;
}
/* line 1092, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons .services-icon .quick-links-joiner {
  height: 2px;
  background-color: #f0008c;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
/* line 1099, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.quick-link-icons .services-icon .social-icon {
  position: absolute;
  width: 8rem;
  height: 8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1109, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.equal {
  display: flex;
  flex-wrap: wrap;
}

/* line 1114, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container {
  box-sizing: border-box;
  box-shadow: 0px 8px 10px #f0f0f0, -12px 8px 10px #f0f0f0, 12px 8px 10px #f0f0f0;
  cursor: pointer;
  line-height: 1.6;
  background-color: #fff;
  width: 100%;
  height: 70%;
  overflow: hidden;
}
/* line 1123, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container h3 {
  font-size: 2.8rem;
  line-height: 1;
  color: #434444;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 500;
}
/* line 1131, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container a, .what-we-do-container:hover {
  text-decoration: none !important;
}
/* line 1134, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container:hover h3 {
  color: #e92a8b !important;
}
/* line 1137, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container:hover .blurb-preview {
  color: #f0008c;
}
/* line 1140, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container .services-card {
  width: 100%;
  margin-right: 100px;
}
/* line 1144, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
.what-we-do-container .services-card .blog-card-body {
  padding: 5%;
  min-height: 16rem;
  color: #434444;
}

@media (min-width: 1500px) {
  /* line 1156, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    background-size: inherit;
  }
}
@media (max-width: 1200px) and (min-width: 800px) {
  /* line 1162, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 330px;
  }
  /* line 1164, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 330px;
  }

  /* line 1168, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 330px;
  }
}
@media (max-width: 1050px) {
  /* line 1174, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 300px;
  }
  /* line 1176, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 300px;
  }

  /* line 1180, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 300px;
  }
}
@media (max-width: 900px) {
  /* line 1185, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 270px;
  }
  /* line 1187, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 270px;
  }

  /* line 1191, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 270px;
  }
}
@media (max-width: 767px) {
  /* line 1197, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #serviceColumn, #membershipColumn {
    width: 100% !important;
  }
}
@media (max-width: 800px) and (min-width: 600px) {
  /* line 1203, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-page-map {
    height: 600px;
    width: 90%;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  /* line 1209, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header {
    padding-bottom: 60px;
  }
  /* line 1211, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header .panel-search-box {
    margin-top: 5px !important;
  }

  /* line 1216, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .search-header {
    font-size: 2.8em;
    padding-top: 20px;
  }

  /* line 1220, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 230px;
  }
  /* line 1222, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 230px;
  }

  /* line 1226, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 230px;
  }

  /* line 1230, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row {
    bottom: 20%;
  }
  /* line 1232, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row .btn {
    width: 110px;
    font-size: 1.4rem;
  }

  /* line 1238, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons {
    margin-bottom: 4rem;
  }
  /* line 1240, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons h4 {
    margin-bottom: 4rem;
  }
  /* line 1244, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons .services-icon .social-icon {
    width: 7rem;
    height: 7rem;
  }

  /* line 1252, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mission-statement h1 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    transform: translateX(-50%) translateY(-60%);
  }

  /* line 1259, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row {
    bottom: 20%;
  }
  /* line 1261, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row a {
    font-size: 1.4rem;
  }

  /* line 1266, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan {
    margin-bottom: 20px;
  }
  /* line 1268, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us {
    padding: 0 20px;
  }
  /* line 1270, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  /* line 1276, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .innovation-map {
    height: 400px;
  }

  /* line 1280, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .what-we-do-container {
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
  }
}
@media (max-width: 600px) and (min-width: 500px) {
  /* line 1289, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .supports {
    border-top: 1px solid darkgray;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
  }

  /* line 1297, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .pdfbutton {
    font-size: 15px;
    padding: 3px 10px;
    margin: 10px 10px 10px 10px;
  }

  /* line 1303, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-page-map {
    height: 500px;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  /* line 1311, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header .panel-search-box {
    margin-bottom: 10px !important;
  }

  /* line 1315, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 200px;
  }
  /* line 1317, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 200px;
  }

  /* line 1321, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 200px;
  }

  /* line 1325, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row {
    bottom: 20%;
  }
  /* line 1327, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .latest-product .row .btn {
    text-align: center;
    width: 80px;
    font-size: 0.9rem;
  }

  /* line 1335, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mission-statement h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    transform: translateX(-50%) translateY(-75%);
  }

  /* line 1342, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row {
    bottom: 25%;
  }
  /* line 1344, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .our-services .row a {
    font-size: 0.8rem;
  }

  /* line 1351, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header {
    margin-top: 0px;
  }
  /* line 1353, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-header .contact-us-form {
    margin-top: 0px;
  }

  /* line 1357, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .search-header {
    font-size: 2.4rem !important;
    line-height: 2.9rem;
    padding-top: 12px;
    padding-bottom: 0;
  }

  /* line 1363, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  /* line 1366, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us {
    padding: 0 20px;
  }
  /* line 1368, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .index-slogan .be-part-of-us h2 {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  /* line 1374, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .innovation-map {
    height: 350px;
  }

  /* line 1378, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .what-we-do-container {
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
  }
}
@media (max-width: 610px) {
  /* line 1386, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .btn-search-entity {
    width: 45%;
    margin: 2px 2px 4px 2px;
  }
}
@media (max-width: 500px) {
  /* line 1394, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .supports {
    border-top: 1px solid darkgray;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
  }

  /* line 1402, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .pdfbutton {
    font-size: 9px;
    padding: 3px 10px;
    margin: 10px 10px 10px 10px;
    text-align: center;
  }

  /* line 1408, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .landing-page-map {
    height: 600px;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 20px;
  }

  /* line 1415, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel {
    height: 180px;
  }
  /* line 1417, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  #landing-carousel .item img {
    min-height: 180px;
  }

  /* line 1421, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .carousel-content {
    min-height: 180px;
    width: 100%;
  }

  /* line 1426, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .what-we-do-container {
    margin-bottom: 15px;
    height: auto;
  }

  /* line 1432, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons {
    margin-bottom: 4rem;
  }
  /* line 1434, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons h4 {
    margin-bottom: 4rem;
  }
  /* line 1438, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .quick-link-icons .services-icon .social-icon {
    width: 7rem;
    height: 7rem;
  }

  /* line 1445, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mission-statement h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    transform: translateX(-50%) translateY(-75%);
  }
}
@media screen and (min-width: 600px) {
  /* line 1456, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/index.scss */
  .mobile-break {
    display: none;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 2, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 7, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
body {
  margin: 0;
}

/* line 10, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 25, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 32, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 36, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
[hidden],
template {
  display: none;
}

/* line 40, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a {
  background-color: transparent;
}

/* line 43, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 47, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 50, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
b,
strong {
  font-weight: bold;
}

/* line 54, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dfn {
  font-style: italic;
}

/* line 57, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 61, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 65, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
small {
  font-size: 80%;
}

/* line 68, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 75, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
sup {
  top: -0.5em;
}

/* line 78, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
sub {
  bottom: -0.25em;
}

/* line 81, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
img {
  border: 0;
}

/* line 84, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 87, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
figure {
  margin: 1em 40px;
}

/* line 90, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 94, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
pre {
  overflow: auto;
}

/* line 97, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 104, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 113, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button {
  overflow: visible;
}

/* line 116, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button,
select {
  text-transform: none;
}

/* line 120, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 127, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 131, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 136, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input {
  line-height: normal;
}

/* line 139, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 148, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 152, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 156, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 161, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea {
  overflow: auto;
}

/* line 168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
optgroup {
  font-weight: bold;
}

/* line 171, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 175, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 181, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 189, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 193, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 196, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 199, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 203, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 208, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  thead {
    display: table-header-group;
  }

  /* line 211, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 215, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  img {
    max-width: 100% !important;
  }

  /* line 218, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 224, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 228, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar {
    display: none;
  }

  /* line 231, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 235, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 238, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 241, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 245, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 250, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
* {
  box-sizing: border-box;
}

/* line 253, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 257, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 261, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
}

/* line 268, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 276, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a {
  color: #685d9f;
  text-decoration: none;
}

/* line 280, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a:hover,
a:focus {
  color: #48416f;
  text-decoration: underline;
}

/* line 285, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 290, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
figure {
  margin: 0;
}

/* line 293, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
img {
  vertical-align: middle;
}

/* line 296, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.img-responsive, .ffdata-header img, .dddata-header img, .H1data-header img, .booksale-header img, .about-us-team img, .about-us-advisors img, .about-us-block img, .one-h-m-image-container img, .campaign-welcome .welcome-image img, .full-width-image-container img,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 305, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 308, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 319, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.img-circle {
  border-radius: 50%;
}

/* line 322, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 328, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 338, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 347, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.2;
  color: inherit;
}

/* line 367, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}

/* line 395, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

/* line 404, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 418, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 427, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 441, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 445, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 449, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 453, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 457, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 461, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 465, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
p {
  margin: 0 0 11px;
}

/* line 468, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 475, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 479, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
small,
.small {
  font-size: 85%;
}

/* line 483, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 488, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-left {
  text-align: left;
}

/* line 491, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-right {
  text-align: right;
}

/* line 494, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-center {
  text-align: center;
}

/* line 497, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-justify {
  text-align: justify;
}

/* line 500, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 503, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 506, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 509, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 512, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-muted {
  color: #aaaaaa;
}

/* line 515, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-primary {
  color: #685d9f;
}

/* line 518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #534a7f;
}

/* line 522, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-success {
  color: #3c763d;
}

/* line 525, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 529, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-info {
  color: #31708f;
}

/* line 532, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 536, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 539, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 543, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-danger {
  color: #a94442;
}

/* line 546, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-primary {
  color: #fff;
  background-color: #685d9f;
}

/* line 554, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #534a7f;
}

/* line 558, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 561, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 565, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 568, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 572, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 575, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 579, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 582, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 586, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.page-header {
  padding-bottom: 10px;
  margin: 0 0 22px;
  background-color: #e92a8b;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 100px;
  font-size: 40px;
  height: 150px;
}

@media (max-width: 768px) {
  /* line 598, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .page-header {
    height: 110px;
    line-height: 80px;
  }
}
/* line 604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

/* line 609, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 615, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 619, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 624, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 629, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 633, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dt,
dd {
  line-height: 1.6;
}

/* line 637, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dt {
  font-weight: bold;
}

/* line 640, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 644, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 653, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 657, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #aaaaaa;
}

/* line 662, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 666, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 672, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 677, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #aaaaaa;
}

/* line 685, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 690, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 698, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 706, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 714, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}

/* line 719, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 725, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 732, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 740, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 746, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 759, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 767, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 771, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  /* line 778, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  /* line 783, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container {
    width: 880px;
  }
}
@media (min-width: 1200px) {
  /* line 788, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container {
    width: 1020px;
  }
}
/* line 792, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 798, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 802, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 808, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 811, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-12 {
  width: 100%;
}

/* line 814, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 817, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 820, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-9 {
  width: 75%;
}

/* line 823, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 826, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 829, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-6 {
  width: 50%;
}

/* line 832, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 838, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-3 {
  width: 25%;
}

/* line 841, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 844, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 847, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 850, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 853, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 856, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 859, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 862, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 865, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 871, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 877, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 880, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 883, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 886, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 889, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 892, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 895, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 898, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 904, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 907, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 910, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 913, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 916, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 919, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 925, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 928, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 931, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 934, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 937, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 940, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 943, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 946, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 949, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 952, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 958, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 961, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 965, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 968, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 971, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 974, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 977, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 980, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 983, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 986, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 989, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 992, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 995, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 998, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 1001, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 1004, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1007, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 1010, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 1013, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1016, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 1019, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 1022, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1025, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 1028, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 1031, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1034, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1037, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1040, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 1043, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1046, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1049, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 1052, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1055, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1058, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 1061, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1064, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1067, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 1070, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1073, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1076, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1079, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 1082, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1085, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1088, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1091, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1094, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1097, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1100, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1103, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1106, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1109, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1112, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1115, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1118, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 1123, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 1126, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 1129, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 1135, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 1138, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1141, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 1144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 1147, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1150, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 1153, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 1156, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1159, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1162, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 1171, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1174, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1177, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 1180, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1183, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 1186, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 1189, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 1192, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 1195, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 1198, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 1201, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 1204, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 1207, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 1210, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 1213, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 1216, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 1219, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 1222, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 1225, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 1228, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 1231, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 1234, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 1237, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 1240, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 1243, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1246, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1249, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 1252, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1255, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1258, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 1261, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1264, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 1270, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1273, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1276, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 1281, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 1284, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 1287, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 1290, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 1293, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 1296, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 1299, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 1302, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 1305, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 1308, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 1311, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 1314, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 1317, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 1320, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 1323, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 1326, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 1329, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 1332, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 1335, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 1338, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 1341, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 1344, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 1347, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 1350, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 1353, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 1356, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 1359, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 1362, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 1365, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 1368, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 1371, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 1374, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 1377, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 1380, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 1383, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 1386, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 1389, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 1392, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 1395, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 1398, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 1401, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1404, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1407, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 1410, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1413, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1416, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 1419, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1422, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1425, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 1428, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1431, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1434, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 1438, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
table {
  background-color: transparent;
}

/* line 1441, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #aaaaaa;
  text-align: left;
}

/* line 1447, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
th {
  text-align: left;
}

/* line 1450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

/* line 1455, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 1466, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 1470, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 1478, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 1481, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table .table {
  background-color: #ffffff;
}

/* line 1484, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 1492, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 1495, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/* line 1503, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1507, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 1510, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 1513, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 1518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 1524, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 1538, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 1545, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 1559, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 1566, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 1580, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 1587, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 1601, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 1608, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 1622, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 1629, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 1634, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  /* line 1641, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 1644, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 1652, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 1655, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 1663, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 1671, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 1678, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 1684, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1695, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 1701, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="search"] {
  box-sizing: border-box;
}

/* line 1704, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 1710, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="file"] {
  display: block;
}

/* line 1713, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 1717, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1721, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1728, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
}

/* line 1735, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 1750, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1755, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

/* line 1759, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 1762, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 1765, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 1771, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 1775, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.form-control {
  height: auto;
}

/* line 1778, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1782, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px;
  }

  /* line 1788, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 1798, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 1809, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1812, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1819, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 1827, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 1835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 1839, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 1849, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 1854, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 1862, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 1868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 1874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}

/* line 1880, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 1885, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1892, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 1896, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 1900, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1907, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 1911, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 1915, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 1922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 1929, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 1933, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 1937, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 1944, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 1948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 1952, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 1959, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-feedback {
  position: relative;
}

/* line 1962, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-feedback .form-control {
  padding-right: 48.75px;
}

/* line 1965, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}

/* line 1977, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 1984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 1991, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 2003, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2007, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2011, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 2016, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2019, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 2031, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2035, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2039, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 2044, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2047, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .help-block, .field_with_errors .help-block,
.has-error .control-label,
.field_with_errors .control-label,
.has-error .radio,
.field_with_errors .radio,
.has-error .checkbox,
.field_with_errors .checkbox,
.has-error .radio-inline,
.field_with_errors .radio-inline,
.has-error .checkbox-inline,
.field_with_errors .checkbox-inline,
.has-error.radio label,
.radio.field_with_errors label,
.has-error.checkbox label,
.checkbox.field_with_errors label,
.has-error.radio-inline label,
.radio-inline.field_with_errors label,
.has-error.checkbox-inline label,
.checkbox-inline.field_with_errors label {
  color: #a94442;
}

/* line 2059, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .form-control, .field_with_errors .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2063, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .form-control:focus, .field_with_errors .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2067, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .input-group-addon, .field_with_errors .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 2072, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-error .form-control-feedback, .field_with_errors .form-control-feedback {
  color: #a94442;
}

/* line 2075, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

/* line 2078, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2081, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  /* line 2088, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2098, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2101, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2105, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2110, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2113, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2117, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2124, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 2128, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 2133, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2137, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 2145, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

/* line 2149, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  /* line 2154, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 2160, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  /* line 2164, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 2170, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 2175, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2196, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2206, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

/* line 2212, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2218, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* line 2226, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 2230, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 2235, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 2241, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 2246, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 2253, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 2266, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 2271, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 2292, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

/* line 2296, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary {
  color: #ffffff;
  background-color: #685d9f;
  border-color: #5d548f;
}

/* line 2301, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #534a7f;
  border-color: #29253e;
}

/* line 2307, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #534a7f;
  border-color: #443d68;
}

/* line 2312, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #534a7f;
  border-color: #443d68;
}

/* line 2319, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #443d68;
  border-color: #29253e;
}

/* line 2332, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 2337, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #685d9f;
  border-color: #5d548f;
}

/* line 2358, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary .badge {
  color: #685d9f;
  background-color: #ffffff;
}

/* line 2362, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2367, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 2373, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 2378, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 2385, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}

/* line 2398, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 2403, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2424, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

/* line 2428, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2433, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 2439, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 2444, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 2451, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 2464, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 2469, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2490, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

/* line 2494, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2499, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 2505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 2510, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 2517, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 2530, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 2535, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2556, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

/* line 2560, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger {
  color: #ffffff;
  background-color: #ff3167;
  border-color: #ff1854;
}

/* line 2565, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #fd0042;
  border-color: #970028;
}

/* line 2571, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #fd0042;
  border-color: #d90039;
}

/* line 2576, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #fd0042;
  border-color: #d90039;
}

/* line 2583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #d90039;
  border-color: #970028;
}

/* line 2596, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 2601, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff3167;
  border-color: #ff1854;
}

/* line 2622, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger .badge {
  color: #ff3167;
  background-color: #ffffff;
}

/* line 2626, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link {
  color: #685d9f;
  font-weight: normal;
  border-radius: 0;
}

/* line 2631, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 2639, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 2645, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link:hover,
.btn-link:focus {
  color: #48416f;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2651, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #aaaaaa;
  text-decoration: none;
}

/* line 2658, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-lg, .btn-group-lg > .btn,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2665, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-sm, .btn-group-sm > .btn,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2672, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-xs, .btn-group-xs > .btn,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2679, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2683, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 2686, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 2691, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 2695, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.fade.in {
  opacity: 1;
}

/* line 2698, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.collapse {
  display: none;
}

/* line 2701, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.collapse.in {
  display: block;
}

/* line 2704, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
tr.collapse.in {
  display: table-row;
}

/* line 2707, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 2710, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

/* line 2718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 2729, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2733, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 2736, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1.6rem;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 2756, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 2760, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 2766, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}

/* line 2775, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 2781, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #e92a8b;
  text-decoration: underline;
  outline: 0;
  background-color: transparent;
}

/* line 2790, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #aaaaaa;
}

/* line 2795, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 2803, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 2806, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.open > a {
  outline: 0;
}

/* line 2809, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 2813, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 2817, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #aaaaaa;
  white-space: nowrap;
}

/* line 2825, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 2833, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 2837, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 2844, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 2851, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 2855, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 2860, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 2866, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 2871, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 2881, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 2887, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 2890, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 2895, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 2900, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 2903, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 2906, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2910, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2915, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 2918, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2921, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2926, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2930, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 2934, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 2938, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 2942, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2945, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 2948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn .caret {
  margin-left: 0;
}

/* line 2951, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 2955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 2958, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 2966, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 2969, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 2976, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 2979, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2989, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2992, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2997, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3001, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3007, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 3013, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3016, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3019, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3027, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3032, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 3037, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3044, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3053, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3059, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3067, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3076, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3082, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3090, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3095, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3100, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3106, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 3117, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3122, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3127, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3131, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3141, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3154, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3157, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3162, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3173, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3177, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 3182, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 3187, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3191, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3196, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3201, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li.disabled > a {
  color: #aaaaaa;
}

/* line 3204, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #aaaaaa;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 3211, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #685d9f;
}

/* line 3217, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3223, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3226, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

/* line 3229, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 3233, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 3239, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 3242, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 3251, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 3255, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 3258, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 3262, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3271, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3275, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3279, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 3285, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3289, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 3295, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li {
  float: left;
}

/* line 3298, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 3301, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 3304, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #685d9f;
}

/* line 3310, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-stacked > li {
  float: none;
}

/* line 3313, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 3317, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 3320, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 3323, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 3327, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3332, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3336, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3340, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 3343, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3347, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 3353, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3357, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 3363, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3366, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tab-content > .active {
  display: block;
}

/* line 3369, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3374, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar {
  position: abosolute;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 3381, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 3386, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-header {
    float: left;
  }
}
/* line 3390, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 3398, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 3402, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 3407, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 3413, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 3416, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 3423, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 3428, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 3433, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: -10px;
}

@media (min-width: 768px) {
  /* line 3441, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 3449, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 3454, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 3458, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 3466, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 3471, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 3475, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 3480, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-brand {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin: 0 0;
  padding: 0;
}

/* line 3488, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 3492, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-brand > a > img {
  display: inine-block;
  margin: 0 auto;
  max-height: 60px;
}

@media (min-width: 768px) {
  /* line 3498, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: auto;
  }
}
/* line 3503, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-toggle {
  position: relative;
  z-index: 3;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3515, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 3518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 3524, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 3528, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 3532, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav {
  margin: 7px -10px;
}

/* line 3535, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 949px) {
  /* line 3541, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 3550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 3554, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }

  /* line 3557, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 3563, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 3567, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 3570, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
/* line 3575, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}

@media (min-width: 768px) {
  /* line 3586, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3591, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 3596, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 3599, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 3603, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 3608, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 3611, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3615, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3622, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 3626, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 3631, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 3636, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 3639, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 3644, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
/* line 3654, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3659, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3666, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}

/* line 3670, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3674, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 3678, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  /* line 3683, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  /* line 3690, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-left {
    float: left !important;
    position: absolute;
    margin-left: 12%;
  }

  /* line 3695, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right {
    float: right !important;
    margin-right: 12%;
  }

  /* line 3699, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 3704, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-left {
    float: left !important;
    position: absolute;
    margin-left: 3%;
  }

  /* line 3709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-right {
    margin-right: 3%;
  }
}
/* line 3714, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
  padding: 0;
}

/* line 3719, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-brand {
  color: #333333;
}

/* line 3722, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background-color: transparent;
}

/* line 3726, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-text {
  color: #777777;
}

/* line 3729, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > li > a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e92a8b;
  font-size: 2rem;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (max-width: 949px) {
  /* line 3741, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav > li > a {
    margin-left: 0.8rem;
    margin-right: 0.9rem;
    font-size: 1.9rem;
  }
}
/* line 3765, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}

/* line 3769, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

/* line 3774, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 3780, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-toggle {
  border-color: transparent;
}

/* line 3783, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* line 3787, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

/* line 3790, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

/* line 3794, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #333333;
}

@media (max-width: 767px) {
  /* line 3801, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }

  /* line 3804, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }

  /* line 3809, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333333;
    background-color: transparent;
  }

  /* line 3815, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 3822, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-link {
  color: #777777;
}

/* line 3825, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 3828, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .btn-link {
  color: #777777;
}

/* line 3831, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}

/* line 3835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 3841, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse {
  border-color: #080808;
}

/* line 3844, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-brand {
  color: #d0d0d0;
}

/* line 3847, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 3852, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-text {
  color: #d0d0d0;
}

/* line 3855, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #d0d0d0;
}

/* line 3858, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 3863, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
}

/* line 3868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 3874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

/* line 3877, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

/* line 3881, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* line 3884, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 3888, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 3895, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 3898, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 3901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d0d0d0;
  }

  /* line 3904, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  /* line 3909, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }

  /* line 3915, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 3922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-link {
  color: #d0d0d0;
}

/* line 3925, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* line 3928, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .btn-link {
  color: #d0d0d0;
}

/* line 3931, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

/* line 3935, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 3941, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 3948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 3951, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

/* line 3956, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.breadcrumb > .active {
  color: #aaaaaa;
}

/* line 3959, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

/* line 3965, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li {
  display: inline;
}

/* line 3968, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #685d9f;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

/* line 3980, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 3986, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 3991, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #48416f;
  background-color: #eeeeee;
  border-color: #dddddd;
}

/* line 4000, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #685d9f;
  border-color: #685d9f;
  cursor: default;
}

/* line 4012, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #aaaaaa;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 4023, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4029, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 4034, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 4039, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4045, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4050, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4055, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

/* line 4061, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager li {
  display: inline;
}

/* line 4064, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* line 4072, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 4077, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4081, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4085, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #aaaaaa;
  background-color: #ffffff;
  cursor: not-allowed;
}

/* line 4093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4105, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4111, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label:empty {
  display: none;
}

/* line 4114, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4118, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-default {
  background-color: #aaaaaa;
}

/* line 4121, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #919191;
}

/* line 4125, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-primary {
  background-color: #685d9f;
}

/* line 4128, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #534a7f;
}

/* line 4132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 4135, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4139, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4142, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4146, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4149, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4153, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-danger {
  background-color: #ff3167;
}

/* line 4156, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #fd0042;
}

/* line 4160, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #aaaaaa;
  border-radius: 10px;
}

/* line 4174, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.badge:empty {
  display: none;
}

/* line 4177, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4181, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4186, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4192, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #685d9f;
  background-color: #ffffff;
}

/* line 4197, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4200, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4203, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4206, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 4213, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4217, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4222, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4225, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 4229, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4233, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4237, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 4242, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 4247, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

/* line 4257, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 4262, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #685d9f;
}

/* line 4267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}

/* line 4271, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4277, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 4281, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 4284, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 4288, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 4291, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 4295, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 4302, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 4307, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 4310, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 4313, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 4318, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 4321, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 4324, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 4329, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 4332, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 4335, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 4340, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 4343, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 4362, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 4370, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #685d9f;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

/* line 4382, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 4387, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 4392, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 4395, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4398, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 4401, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4404, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 4407, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4410, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-bar-danger {
  background-color: #ff3167;
}

/* line 4413, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4416, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media {
  margin-top: 15px;
}

/* line 4419, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media:first-child {
  margin-top: 0;
}

/* line 4422, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 4427, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-body {
  width: 10000px;
}

/* line 4430, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-object {
  display: block;
}

/* line 4433, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 4436, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 4440, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 4444, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 4450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-middle {
  vertical-align: middle;
}

/* line 4453, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 4456, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4460, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 4464, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 4468, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 4476, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4480, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4485, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item,
button.list-group-item {
  color: #555555;
}

/* line 4489, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 4493, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

/* line 4501, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #aaaaaa;
  cursor: not-allowed;
}

/* line 4512, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 4517, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #aaaaaa;
}

/* line 4522, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #685d9f;
  border-color: #685d9f;
}

/* line 4530, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 4541, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #dfddeb;
}

/* line 4546, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 4550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 4554, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 4558, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 4565, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4575, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 4579, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 4583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 4587, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 4594, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 4608, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 4612, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 4616, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 4623, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4633, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 4637, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 4641, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 4645, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 4652, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 4662, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4666, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 4670, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 4677, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-body {
  padding: 15px;
}

/* line 4680, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4686, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 4689, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 4695, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 4702, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 4713, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 4718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4724, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4730, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4734, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 4737, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 4740, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 4745, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 4751, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4756, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4763, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 4773, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 4783, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4788, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4795, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 4805, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 4815, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 4821, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 4825, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 4829, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 4843, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 4857, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 4867, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 4877, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 4881, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group {
  margin-bottom: 22px;
}

/* line 4884, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 4888, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 4891, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 4894, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}

/* line 4898, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 4901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 4904, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default {
  border-color: #dddddd;
}

/* line 4907, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

/* line 4912, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

/* line 4915, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 4919, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

/* line 4922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary {
  border-color: #685d9f;
}

/* line 4925, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #685d9f;
  border-color: #685d9f;
}

/* line 4930, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #685d9f;
}

/* line 4933, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary > .panel-heading .badge {
  color: #685d9f;
  background-color: #ffffff;
}

/* line 4937, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #685d9f;
}

/* line 4940, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 4943, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 4951, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 4955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 4958, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 4961, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4966, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 4969, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 4973, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 4976, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 4979, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 4984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 4987, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 4991, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 4994, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 4997, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5002, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5005, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5009, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5012, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5019, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 5032, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5035, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5038, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5047, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5051, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5055, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5059, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
body {
  font-weight: 300;
  letter-spacing: -0.02em;
}

/* line 5063, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.lead {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  /* line 5070, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .lead {
    font-size: 17px;
  }
}
/* line 5074, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-spaced li {
  margin-bottom: 3px;
  text-indent: 20%;
}

/* line 5078, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-bordered li {
  border-top: 1px solid #aaaaaa;
}

/* line 5081, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.list-bordered li:last-child {
  border-bottom: 1px solid #aaaaaa;
}

/* line 5084, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-serif {
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
}

/* line 5087, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-xs-left {
  text-align: left;
}

/* line 5090, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-xs-right {
  text-align: right;
}

/* line 5093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-xs-center {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 5097, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-sm-left {
    text-align: left;
  }

  /* line 5100, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-sm-right {
    text-align: right;
  }

  /* line 5103, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* line 5108, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-md-left {
    text-align: left;
  }

  /* line 5111, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-md-right {
    text-align: right;
  }

  /* line 5114, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  /* line 5119, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-lg-left {
    text-align: left;
  }

  /* line 5122, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-lg-right {
    text-align: right;
  }

  /* line 5125, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-lg-center {
    text-align: center;
  }
}
/* line 5129, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

/* line 5134, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark hr {
  border-top-color: rgba(0, 0, 0, 0.8);
}

/* line 5137, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark .alert-link {
  color: #e6e6e6;
}

/* line 5140, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark .close {
  text-shadow: 0 1px 0 #000;
}

/* line 5143, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-dark .close:hover,
.alert-dark .close:focus {
  color: #fff;
}

/* line 5147, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.alert-full {
  border-radius: 0;
}

/* line 5150, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn {
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
}

/* line 5155, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-borderless {
  border: 0;
}

/* line 5158, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-lg, .btn-group-lg > .btn,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 5165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-sm, .btn-group-sm > .btn,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5172, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-xs, .btn-group-xs > .btn,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5179, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-more:after {
  position: relative;
  top: 1px;
  content: '〉';
  display: inline-block;
  padding-left: .3em;
  color: inherit;
}

/* line 5187, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar .btn-toolbar-item {
  float: left;
}

/* line 5190, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar > .btn-toolbar-item {
  margin-left: 5px;
}

/* line 5193, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-toolbar-divider {
  float: left;
  width: 1px;
  height: 34px;
  margin-left: 10px;
  margin-right: 5px;
  background-color: #eeeeee;
}

/* line 5201, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-group-justified.btn-group-justified-spaced {
  width: calc(100% + 10px);
  margin-left: -5px;
  border-spacing: 5px;
}

/* line 5206, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > .nav-header {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
  font-size: 85%;
  font-weight: normal;
  letter-spacing: 1px;
  color: #afafaf;
  text-transform: uppercase;
}

/* line 5216, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav > li + .nav-header {
  margin-top: 20px;
}

/* line 5219, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.with-top-navbar {
  padding-top: 50px;
}

/* line 5222, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav > li > a > .badge {
  margin-left: 5px;
}

/* line 5225, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-brand-icon {
  float: left;
  margin-right: 5px;
}

/* line 5229, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-default .navbar-brand-emphasized,
.navbar-default .navbar-brand-emphasized:hover,
.navbar-default .navbar-brand-emphasized:focus {
  background-color: transparent;
}

/* line 5234, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-brand-emphasized,
.navbar-inverse .navbar-brand-emphasized:hover,
.navbar-inverse .navbar-brand-emphasized:focus {
  color: #fff;
  background-color: #080808;
}

/* line 5240, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-padded .navbar-header {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  /* line 5245, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-padded {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 5250, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-form-control {
  border: 0;
  box-shadow: none;
}

/* line 5254, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-form-control {
  background-color: #343434;
}

/* line 5257, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-inverse .navbar-form-control:focus {
  color: #222222;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}

/* line 5262, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  font-weight: inherit;
}

/* line 5267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn-avitar,
.navbar-btn-avitar:active,
.navbar-btn-avitar:hover,
.navbar-btn-avitar:focus,
.navbar-btn-avitar:hover:active,
.navbar-btn-avitar:active:focus {
  padding: 0;
  border: 0;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
}

/* line 5279, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-btn-avitar img {
  height: 35px;
  width: 35px;
}

/* line 5283, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-open {
  overflow: hidden;
}

/* line 5286, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5298, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 5304, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5308, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5312, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5317, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 5327, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5336, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5340, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5344, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.6px;
}

/* line 5349, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5352, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-title {
  margin: 0;
  line-height: 1.6;
}

/* line 5356, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5360, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5365, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 5369, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5372, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5375, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5383, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5387, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 5390, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5395, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 5399, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5422, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5426, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 5430, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 5434, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 5438, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 5442, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

/* line 5450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5457, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 5464, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 5471, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 5478, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

/* line 5485, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

/* line 5492, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 5499, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 5506, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 5513, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 5544, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5547, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5553, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5556, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 5564, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5567, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5576, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 5579, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 5591, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

/* line 5598, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 5606, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

/* line 5613, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 5621, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/* line 5628, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5636, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* line 5643, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel {
  position: relative;
}

/* line 5646, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 5651, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

/* line 5656, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 5661, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 5669, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  /* line 5675, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  /* line 5681, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 5689, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 5694, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 5697, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5703, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 5706, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 5709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 5713, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 5716, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5719, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 20px;
  color: #e92a8b;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

/* line 5732, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 5736, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.left:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.001) 100%);
}
/* line 5739, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.left:focus {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.001) 100%);
}

/* line 5743, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 5749, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.right:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.6) 100%);
}
/* line 5752, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control.right:focus {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* line 5756, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5764, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 5774, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 5779, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 5784, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 5791, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 5794, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 5797, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 5808, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
  background-color: #f0008c;
}

/* line 5819, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-color: #f0008c;
}

/* line 5826, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5838, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 5842, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  /* line 5851, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  /* line 5855, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 5859, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 5864, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .carousel-indicators {
    bottom: 30px;
  }
}
/* line 5868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 5901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

/* line 5918, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 5923, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-right {
  float: right !important;
}

/* line 5926, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-left {
  float: left !important;
}

/* line 5929, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.hide {
  display: none !important;
}

/* line 5932, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.show {
  display: block !important;
}

/* line 5935, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.invisible {
  visibility: hidden;
}

/* line 5938, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5945, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.hidden {
  display: none !important;
}

/* line 5948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 5954, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 5960, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 5975, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 5978, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 5981, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 5984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 5990, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 5995, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6000, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6005, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 6008, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 6011, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 6014, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6020, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6025, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6030, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6035, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-md {
    display: block !important;
  }

  /* line 6038, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 6041, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 6044, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6050, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6055, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6060, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6065, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6068, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 6071, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6074, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6080, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6085, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6090, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6095, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6100, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6105, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6110, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6114, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6118, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6121, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 6124, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6127, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6136, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6140, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6148, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6152, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6157, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "toolkit-entypo";
  src: url("../fonts/toolkit-entypo.eot");
  src: url("../fonts/toolkit-entypo.eot?#iefix") format("eot"), url("../fonts/toolkit-entypo.woff2") format("woff2"), url("../fonts/toolkit-entypo.woff") format("woff"), url("../fonts/toolkit-entypo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 6168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon:before {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: "toolkit-entypo";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6183, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel .icon-chevron-thin-left,
.carousel .icon-chevron-thin-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 6191, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel .icon-chevron-thin-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6195, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel .icon-chevron-thin-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6199, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-500px-with-circle:before {
  content: "\EA01";
}

/* line 6202, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-500px:before {
  content: "\EA02";
}

/* line 6205, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-add-to-list:before {
  content: "\EA03";
}

/* line 6208, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-add-user:before {
  content: "\EA04";
}

/* line 6211, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-address:before {
  content: "\EA05";
}

/* line 6214, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-adjust:before {
  content: "\EA06";
}

/* line 6217, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-air:before {
  content: "\EA07";
}

/* line 6220, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-aircraft-landing:before {
  content: "\EA08";
}

/* line 6223, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-aircraft-take-off:before {
  content: "\EA09";
}

/* line 6226, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-aircraft:before {
  content: "\EA0A";
}

/* line 6229, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-bottom:before {
  content: "\EA0B";
}

/* line 6232, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-horizontal-middle:before {
  content: "\EA0C";
}

/* line 6235, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-left:before {
  content: "\EA0D";
}

/* line 6238, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-right:before {
  content: "\EA0E";
}

/* line 6241, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-top:before {
  content: "\EA0F";
}

/* line 6244, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-align-vertical-middle:before {
  content: "\EA10";
}

/* line 6247, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-app-store:before {
  content: "\EA11";
}

/* line 6250, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-archive:before {
  content: "\EA12";
}

/* line 6253, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-area-graph:before {
  content: "\EA13";
}

/* line 6256, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-bold-down:before {
  content: "\EA14";
}

/* line 6259, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-bold-left:before {
  content: "\EA15";
}

/* line 6262, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-bold-right:before {
  content: "\EA16";
}

/* line 6265, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-bold-up:before {
  content: "\EA17";
}

/* line 6268, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-down:before {
  content: "\EA18";
}

/* line 6271, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-left:before {
  content: "\EA19";
}

/* line 6274, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-long-down:before {
  content: "\EA1A";
}

/* line 6277, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-long-left:before {
  content: "\EA1B";
}

/* line 6280, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-long-right:before {
  content: "\EA1C";
}

/* line 6283, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-long-up:before {
  content: "\EA1D";
}

/* line 6286, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-right:before {
  content: "\EA1E";
}

/* line 6289, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-up:before {
  content: "\EA1F";
}

/* line 6292, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-with-circle-down:before {
  content: "\EA20";
}

/* line 6295, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-with-circle-left:before {
  content: "\EA21";
}

/* line 6298, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-with-circle-right:before {
  content: "\EA22";
}

/* line 6301, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-arrow-with-circle-up:before {
  content: "\EA23";
}

/* line 6304, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-attachment:before {
  content: "\EA24";
}

/* line 6307, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-awareness-ribbon:before {
  content: "\EA25";
}

/* line 6310, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-back-in-time:before {
  content: "\EA26";
}

/* line 6313, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-back:before {
  content: "\EA27";
}

/* line 6316, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-baidu:before {
  content: "\EA28";
}

/* line 6319, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bar-graph:before {
  content: "\EA29";
}

/* line 6322, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-basecamp:before {
  content: "\EA2A";
}

/* line 6325, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-battery:before {
  content: "\EA2B";
}

/* line 6328, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-beamed-note:before {
  content: "\EA2C";
}

/* line 6331, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-behance:before {
  content: "\EA2D";
}

/* line 6334, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bell:before {
  content: "\EA2E";
}

/* line 6337, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-blackboard:before {
  content: "\EA2F";
}

/* line 6340, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-block:before {
  content: "\EA30";
}

/* line 6343, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-book:before {
  content: "\EA31";
}

/* line 6346, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bookmark:before {
  content: "\EA32";
}

/* line 6349, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bookmarks:before {
  content: "\EA33";
}

/* line 6352, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bowl:before {
  content: "\EA34";
}

/* line 6355, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-box:before {
  content: "\EA35";
}

/* line 6358, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-briefcase:before {
  content: "\EA36";
}

/* line 6361, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-browser:before {
  content: "\EA37";
}

/* line 6364, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-brush:before {
  content: "\EA38";
}

/* line 6367, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bucket:before {
  content: "\EA39";
}

/* line 6370, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-bug:before {
  content: "\EA3A";
}

/* line 6373, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cake:before {
  content: "\EA3B";
}

/* line 6376, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-calculator:before {
  content: "\EA3C";
}

/* line 6379, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-calendar:before {
  content: "\EA3D";
}

/* line 6382, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-camera:before {
  content: "\EA3E";
}

/* line 6385, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-ccw:before {
  content: "\EA3F";
}

/* line 6388, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chat:before {
  content: "\EA40";
}

/* line 6391, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-check:before {
  content: "\EA41";
}

/* line 6394, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-down:before {
  content: "\EA42";
}

/* line 6397, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-left:before {
  content: "\EA43";
}

/* line 6400, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-right:before {
  content: "\EA44";
}

/* line 6403, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-small-down:before {
  content: "\EA45";
}

/* line 6406, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-small-left:before {
  content: "\EA46";
}

/* line 6409, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-small-right:before {
  content: "\EA47";
}

/* line 6412, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-small-up:before {
  content: "\EA48";
}

/* line 6415, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-thin-down:before {
  content: "\EA49";
}

/* line 6418, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-thin-left:before {
  content: "\EA4A";
}

/* line 6421, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-thin-right:before {
  content: "\EA4B";
}

/* line 6424, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-thin-up:before {
  content: "\EA4C";
}

/* line 6427, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-up:before {
  content: "\EA4D";
}

/* line 6430, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-with-circle-down:before {
  content: "\EA4E";
}

/* line 6433, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-with-circle-left:before {
  content: "\EA4F";
}

/* line 6436, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-with-circle-right:before {
  content: "\EA50";
}

/* line 6439, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-chevron-with-circle-up:before {
  content: "\EA51";
}

/* line 6442, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circle-with-cross:before {
  content: "\EA52";
}

/* line 6445, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circle-with-minus:before {
  content: "\EA53";
}

/* line 6448, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circle-with-plus:before {
  content: "\EA54";
}

/* line 6451, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circle:before {
  content: "\EA55";
}

/* line 6454, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-circular-graph:before {
  content: "\EA56";
}

/* line 6457, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-clapperboard:before {
  content: "\EA57";
}

/* line 6460, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-classic-computer:before {
  content: "\EA58";
}

/* line 6463, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-clipboard:before {
  content: "\EA59";
}

/* line 6466, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-clock:before {
  content: "\EA5A";
}

/* line 6469, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cloud:before {
  content: "\EA5B";
}

/* line 6472, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-code:before {
  content: "\EA5C";
}

/* line 6475, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cog:before {
  content: "\EA5D";
}

/* line 6478, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-colours:before {
  content: "\EA5E";
}

/* line 6481, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-compass:before {
  content: "\EA5F";
}

/* line 6484, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-fast-backward:before {
  content: "\EA60";
}

/* line 6487, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-fast-forward:before {
  content: "\EA61";
}

/* line 6490, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-jump-to-start:before {
  content: "\EA62";
}

/* line 6493, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-next:before {
  content: "\EA63";
}

/* line 6496, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-paus:before {
  content: "\EA64";
}

/* line 6499, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-play:before {
  content: "\EA65";
}

/* line 6502, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-record:before {
  content: "\EA66";
}

/* line 6505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-stop:before {
  content: "\EA67";
}

/* line 6508, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-controller-volume:before {
  content: "\EA68";
}

/* line 6511, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-copy:before {
  content: "\EA69";
}

/* line 6514, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-cloud:before {
  content: "\EA6A";
}

/* line 6517, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-attribution:before {
  content: "\EA6B";
}

/* line 6520, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-noderivs:before {
  content: "\EA6C";
}

/* line 6523, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-noncommercial-eu:before {
  content: "\EA6D";
}

/* line 6526, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-noncommercial-us:before {
  content: "\EA6E";
}

/* line 6529, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-public-domain:before {
  content: "\EA6F";
}

/* line 6532, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-remix:before {
  content: "\EA70";
}

/* line 6535, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-share:before {
  content: "\EA71";
}

/* line 6538, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons-sharealike:before {
  content: "\EA72";
}

/* line 6541, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-creative-commons:before {
  content: "\EA73";
}

/* line 6544, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-credit-card:before {
  content: "\EA74";
}

/* line 6547, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-credit:before {
  content: "\EA75";
}

/* line 6550, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-crop:before {
  content: "\EA76";
}

/* line 6553, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cross:before {
  content: "\EA77";
}

/* line 6556, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cup:before {
  content: "\EA78";
}

/* line 6559, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cw:before {
  content: "\EA79";
}

/* line 6562, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-cycle:before {
  content: "\EA7A";
}

/* line 6565, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-database:before {
  content: "\EA7B";
}

/* line 6568, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dial-pad:before {
  content: "\EA7C";
}

/* line 6571, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-direction:before {
  content: "\EA7D";
}

/* line 6574, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-document-landscape:before {
  content: "\EA7E";
}

/* line 6577, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-document:before {
  content: "\EA7F";
}

/* line 6580, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-documents:before {
  content: "\EA80";
}

/* line 6583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dot-single:before {
  content: "\EA81";
}

/* line 6586, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dots-three-horizontal:before {
  content: "\EA82";
}

/* line 6589, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dots-three-vertical:before {
  content: "\EA83";
}

/* line 6592, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dots-two-horizontal:before {
  content: "\EA84";
}

/* line 6595, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dots-two-vertical:before {
  content: "\EA85";
}

/* line 6598, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-download:before {
  content: "\EA86";
}

/* line 6601, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dribbble-with-circle:before {
  content: "\EA87";
}

/* line 6604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dribbble:before {
  content: "\EA88";
}

/* line 6607, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-drink:before {
  content: "\EA89";
}

/* line 6610, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-drive:before {
  content: "\EA8A";
}

/* line 6613, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-drop:before {
  content: "\EA8B";
}

/* line 6616, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-dropbox:before {
  content: "\EA8C";
}

/* line 6619, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-edit:before {
  content: "\EA8D";
}

/* line 6622, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-email:before {
  content: "\EA8E";
}

/* line 6625, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-emoji-flirt:before {
  content: "\EA8F";
}

/* line 6628, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-emoji-happy:before {
  content: "\EA90";
}

/* line 6631, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-emoji-neutral:before {
  content: "\EA91";
}

/* line 6634, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-emoji-sad:before {
  content: "\EA92";
}

/* line 6637, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-erase:before {
  content: "\EA93";
}

/* line 6640, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-eraser:before {
  content: "\EA94";
}

/* line 6643, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-evernote:before {
  content: "\EA95";
}

/* line 6646, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-export:before {
  content: "\EA96";
}

/* line 6649, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-eye-with-line:before {
  content: "\EA97";
}

/* line 6652, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-eye:before {
  content: "\EA98";
}

/* line 6655, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-facebook-with-circle:before {
  content: "\EA99";
}

/* line 6658, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-facebook:before {
  content: "\EA9A";
}

/* line 6661, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-feather:before {
  content: "\EA9B";
}

/* line 6664, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-fingerprint:before {
  content: "\EA9C";
}

/* line 6667, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flag:before {
  content: "\EA9D";
}

/* line 6670, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flash:before {
  content: "\EA9E";
}

/* line 6673, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flashlight:before {
  content: "\EA9F";
}

/* line 6676, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flat-brush:before {
  content: "\EAA0";
}

/* line 6679, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flattr:before {
  content: "\EAA1";
}

/* line 6682, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flickr-with-circle:before {
  content: "\EAA2";
}

/* line 6685, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flickr:before {
  content: "\EAA3";
}

/* line 6688, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-branch:before {
  content: "\EAA4";
}

/* line 6691, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-cascade:before {
  content: "\EAA5";
}

/* line 6694, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-line:before {
  content: "\EAA6";
}

/* line 6697, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-parallel:before {
  content: "\EAA7";
}

/* line 6700, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flow-tree:before {
  content: "\EAA8";
}

/* line 6703, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-flower:before {
  content: "\EAA9";
}

/* line 6706, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-folder-images:before {
  content: "\EAAA";
}

/* line 6709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-folder-music:before {
  content: "\EAAB";
}

/* line 6712, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-folder-video:before {
  content: "\EAAC";
}

/* line 6715, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-folder:before {
  content: "\EAAD";
}

/* line 6718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-forward:before {
  content: "\EAAE";
}

/* line 6721, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-foursquare:before {
  content: "\EAAF";
}

/* line 6724, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-funnel:before {
  content: "\EAB0";
}

/* line 6727, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-game-controller:before {
  content: "\EAB1";
}

/* line 6730, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-gauge:before {
  content: "\EAB2";
}

/* line 6733, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-github-with-circle:before {
  content: "\EAB3";
}

/* line 6736, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-github:before {
  content: "\EAB4";
}

/* line 6739, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-globe:before {
  content: "\EAB5";
}

/* line 6742, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-plus-with-circle:before {
  content: "\EAB6";
}

/* line 6745, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-plus:before {
  content: "\EAB7";
}

/* line 6748, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-drive:before {
  content: "\EAB8";
}

/* line 6751, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-hangouts:before {
  content: "\EAB9";
}

/* line 6754, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-google-play:before {
  content: "\EABA";
}

/* line 6757, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-graduation-cap:before {
  content: "\EABB";
}

/* line 6760, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-grid:before {
  content: "\EABC";
}

/* line 6763, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-grooveshark:before {
  content: "\EABD";
}

/* line 6766, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-hair-cross:before {
  content: "\EABE";
}

/* line 6769, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-hand:before {
  content: "\EABF";
}

/* line 6772, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-heart-outlined:before {
  content: "\EAC0";
}

/* line 6775, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-heart:before {
  content: "\EAC1";
}

/* line 6778, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-help-with-circle:before {
  content: "\EAC2";
}

/* line 6781, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-help:before {
  content: "\EAC3";
}

/* line 6784, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-home:before {
  content: "\EAC4";
}

/* line 6787, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-hour-glass:before {
  content: "\EAC5";
}

/* line 6790, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-houzz:before {
  content: "\EAC6";
}

/* line 6793, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-icloud:before {
  content: "\EAC7";
}

/* line 6796, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-image-inverted:before {
  content: "\EAC8";
}

/* line 6799, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-image:before {
  content: "\EAC9";
}

/* line 6802, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-images:before {
  content: "\EACA";
}

/* line 6805, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-inbox:before {
  content: "\EACB";
}

/* line 6808, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-infinity:before {
  content: "\EACC";
}

/* line 6811, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-info-with-circle:before {
  content: "\EACD";
}

/* line 6814, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-info:before {
  content: "\EACE";
}

/* line 6817, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-instagram-with-circle:before {
  content: "\EACF";
}

/* line 6820, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-instagram:before {
  content: "\EAD0";
}

/* line 6823, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-install:before {
  content: "\EAD1";
}

/* line 6826, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-key:before {
  content: "\EAD2";
}

/* line 6829, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-keyboard:before {
  content: "\EAD3";
}

/* line 6832, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lab-flask:before {
  content: "\EAD4";
}

/* line 6835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-landline:before {
  content: "\EAD5";
}

/* line 6838, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-language:before {
  content: "\EAD6";
}

/* line 6841, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-laptop:before {
  content: "\EAD7";
}

/* line 6844, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lastfm-with-circle:before {
  content: "\EAD8";
}

/* line 6847, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lastfm:before {
  content: "\EAD9";
}

/* line 6850, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-layers:before {
  content: "\EADA";
}

/* line 6853, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-leaf:before {
  content: "\EADB";
}

/* line 6856, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-level-down:before {
  content: "\EADC";
}

/* line 6859, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-level-up:before {
  content: "\EADD";
}

/* line 6862, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lifebuoy:before {
  content: "\EADE";
}

/* line 6865, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-light-bulb:before {
  content: "\EADF";
}

/* line 6868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-light-down:before {
  content: "\EAE0";
}

/* line 6871, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-light-up:before {
  content: "\EAE1";
}

/* line 6874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-line-graph:before {
  content: "\EAE2";
}

/* line 6877, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-link:before {
  content: "\EAE3";
}

/* line 6880, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-linkedin-with-circle:before {
  content: "\EAE4";
}

/* line 6883, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-linkedin:before {
  content: "\EAE5";
}

/* line 6886, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-list:before {
  content: "\EAE6";
}

/* line 6889, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-location-pin:before {
  content: "\EAE7";
}

/* line 6892, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-location:before {
  content: "\EAE8";
}

/* line 6895, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lock-open:before {
  content: "\EAE9";
}

/* line 6898, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-lock:before {
  content: "\EAEA";
}

/* line 6901, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-log-out:before {
  content: "\EAEB";
}

/* line 6904, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-login:before {
  content: "\EAEC";
}

/* line 6907, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-loop:before {
  content: "\EAED";
}

/* line 6910, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-magnet:before {
  content: "\EAEE";
}

/* line 6913, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-magnifying-glass:before {
  content: "\EAEF";
}

/* line 6916, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mail-with-circle:before {
  content: "\EAF0";
}

/* line 6919, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mail:before {
  content: "\EAF1";
}

/* line 6922, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-man:before {
  content: "\EAF2";
}

/* line 6925, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-map:before {
  content: "\EAF3";
}

/* line 6928, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mask:before {
  content: "\EAF4";
}

/* line 6931, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-medal:before {
  content: "\EAF5";
}

/* line 6934, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-medium-with-circle:before {
  content: "\EAF6";
}

/* line 6937, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-medium:before {
  content: "\EAF7";
}

/* line 6940, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-megaphone:before {
  content: "\EAF8";
}

/* line 6943, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-menu-white:before {
  content: "\EAF9";
}

/* line 6946, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-menu:before {
  content: "\EAFA";
}

/* line 6949, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-merge:before {
  content: "\EAFB";
}

/* line 6952, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-message:before {
  content: "\EAFC";
}

/* line 6955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mic:before {
  content: "\EAFD";
}

/* line 6958, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-minus:before {
  content: "\EAFE";
}

/* line 6961, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mixi:before {
  content: "\EAFF";
}

/* line 6964, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mobile:before {
  content: "\EB00";
}

/* line 6967, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-modern-mic:before {
  content: "\EB01";
}

/* line 6970, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-moon:before {
  content: "\EB02";
}

/* line 6973, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mouse-pointer:before {
  content: "\EB03";
}

/* line 6976, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-mouse:before {
  content: "\EB04";
}

/* line 6979, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-music:before {
  content: "\EB05";
}

/* line 6982, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-network:before {
  content: "\EB06";
}

/* line 6985, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-new-message:before {
  content: "\EB07";
}

/* line 6988, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-new:before {
  content: "\EB08";
}

/* line 6991, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-news:before {
  content: "\EB09";
}

/* line 6994, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-newsletter:before {
  content: "\EB0A";
}

/* line 6997, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-note:before {
  content: "\EB0B";
}

/* line 7000, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-notification:before {
  content: "\EB0C";
}

/* line 7003, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-notifications-off:before {
  content: "\EB0D";
}

/* line 7006, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-old-mobile:before {
  content: "\EB0E";
}

/* line 7009, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-old-phone:before {
  content: "\EB0F";
}

/* line 7012, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-onedrive:before {
  content: "\EB10";
}

/* line 7015, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-open-book:before {
  content: "\EB11";
}

/* line 7018, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-palette:before {
  content: "\EB12";
}

/* line 7021, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-paper-plane:before {
  content: "\EB13";
}

/* line 7024, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-paypal:before {
  content: "\EB14";
}

/* line 7027, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pencil:before {
  content: "\EB15";
}

/* line 7030, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-phone:before {
  content: "\EB16";
}

/* line 7033, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-picasa:before {
  content: "\EB17";
}

/* line 7036, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pie-chart:before {
  content: "\EB18";
}

/* line 7039, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pin:before {
  content: "\EB19";
}

/* line 7042, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pinterest-with-circle:before {
  content: "\EB1A";
}

/* line 7045, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-pinterest:before {
  content: "\EB1B";
}

/* line 7048, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-plus:before {
  content: "\EB1C";
}

/* line 7051, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-popup:before {
  content: "\EB1D";
}

/* line 7054, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-power-plug:before {
  content: "\EB1E";
}

/* line 7057, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-price-ribbon:before {
  content: "\EB1F";
}

/* line 7060, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-price-tag:before {
  content: "\EB20";
}

/* line 7063, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-print:before {
  content: "\EB21";
}

/* line 7066, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-progress-empty:before {
  content: "\EB22";
}

/* line 7069, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-progress-full:before {
  content: "\EB23";
}

/* line 7072, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-progress-one:before {
  content: "\EB24";
}

/* line 7075, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-progress-two:before {
  content: "\EB25";
}

/* line 7078, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-publish:before {
  content: "\EB26";
}

/* line 7081, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-qq-with-circle:before {
  content: "\EB27";
}

/* line 7084, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-qq:before {
  content: "\EB28";
}

/* line 7087, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-quote:before {
  content: "\EB29";
}

/* line 7090, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-radio:before {
  content: "\EB2A";
}

/* line 7093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-raft-with-circle:before {
  content: "\EB2B";
}

/* line 7096, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-raft:before {
  content: "\EB2C";
}

/* line 7099, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rainbow:before {
  content: "\EB2D";
}

/* line 7102, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rdio-with-circle:before {
  content: "\EB2E";
}

/* line 7105, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rdio:before {
  content: "\EB2F";
}

/* line 7108, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-remove-user:before {
  content: "\EB30";
}

/* line 7111, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-renren:before {
  content: "\EB31";
}

/* line 7114, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-reply-all:before {
  content: "\EB32";
}

/* line 7117, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-reply:before {
  content: "\EB33";
}

/* line 7120, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-resize-100:before {
  content: "\EB34";
}

/* line 7123, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-resize-full-screen:before {
  content: "\EB35";
}

/* line 7126, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-retweet:before {
  content: "\EB36";
}

/* line 7129, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rocket:before {
  content: "\EB37";
}

/* line 7132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-round-brush:before {
  content: "\EB38";
}

/* line 7135, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-rss:before {
  content: "\EB39";
}

/* line 7138, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-ruler:before {
  content: "\EB3A";
}

/* line 7141, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-save:before {
  content: "\EB3B";
}

/* line 7144, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-scissors:before {
  content: "\EB3C";
}

/* line 7147, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-scribd:before {
  content: "\EB3D";
}

/* line 7150, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-select-arrows:before {
  content: "\EB3E";
}

/* line 7153, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-share-alternative:before {
  content: "\EB3F";
}

/* line 7156, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-share-alternitive:before {
  content: "\EB40";
}

/* line 7159, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-share:before {
  content: "\EB41";
}

/* line 7162, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shareable:before {
  content: "\EB42";
}

/* line 7165, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shield:before {
  content: "\EB43";
}

/* line 7168, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shop:before {
  content: "\EB44";
}

/* line 7171, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shopping-bag:before {
  content: "\EB45";
}

/* line 7174, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shopping-basket:before {
  content: "\EB46";
}

/* line 7177, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shopping-cart:before {
  content: "\EB47";
}

/* line 7180, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-shuffle:before {
  content: "\EB48";
}

/* line 7183, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-signal:before {
  content: "\EB49";
}

/* line 7186, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sina-weibo:before {
  content: "\EB4A";
}

/* line 7189, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-skype-with-circle:before {
  content: "\EB4B";
}

/* line 7192, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-skype:before {
  content: "\EB4C";
}

/* line 7195, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-slideshare:before {
  content: "\EB4D";
}

/* line 7198, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-smashing:before {
  content: "\EB4E";
}

/* line 7201, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sound-mix:before {
  content: "\EB4F";
}

/* line 7204, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sound-mute:before {
  content: "\EB50";
}

/* line 7207, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sound:before {
  content: "\EB51";
}

/* line 7210, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-soundcloud:before {
  content: "\EB52";
}

/* line 7213, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sports-club:before {
  content: "\EB53";
}

/* line 7216, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-spotify-with-circle:before {
  content: "\EB54";
}

/* line 7219, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-spotify:before {
  content: "\EB55";
}

/* line 7222, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-spreadsheet:before {
  content: "\EB56";
}

/* line 7225, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-squared-cross:before {
  content: "\EB57";
}

/* line 7228, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-squared-minus:before {
  content: "\EB58";
}

/* line 7231, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-squared-plus:before {
  content: "\EB59";
}

/* line 7234, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-star-outlined:before {
  content: "\EB5A";
}

/* line 7237, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-star:before {
  content: "\EB5B";
}

/* line 7240, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-stopwatch:before {
  content: "\EB5C";
}

/* line 7243, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-stumbleupon-with-circle:before {
  content: "\EB5D";
}

/* line 7246, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-stumbleupon:before {
  content: "\EB5E";
}

/* line 7249, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-suitcase:before {
  content: "\EB5F";
}

/* line 7252, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-swap:before {
  content: "\EB60";
}

/* line 7255, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-swarm:before {
  content: "\EB61";
}

/* line 7258, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-sweden:before {
  content: "\EB62";
}

/* line 7261, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-switch:before {
  content: "\EB63";
}

/* line 7264, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tablet-mobile-combo:before {
  content: "\EB64";
}

/* line 7267, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tablet:before {
  content: "\EB65";
}

/* line 7270, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tag:before {
  content: "\EB66";
}

/* line 7273, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-text-document-inverted:before {
  content: "\EB67";
}

/* line 7276, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-text-document:before {
  content: "\EB68";
}

/* line 7279, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-text:before {
  content: "\EB69";
}

/* line 7282, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-thermometer:before {
  content: "\EB6A";
}

/* line 7285, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-thumbs-down:before {
  content: "\EB6B";
}

/* line 7288, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-thumbs-up:before {
  content: "\EB6C";
}

/* line 7291, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-thunder-cloud:before {
  content: "\EB6D";
}

/* line 7294, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-ticket:before {
  content: "\EB6E";
}

/* line 7297, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-time-slot:before {
  content: "\EB6F";
}

/* line 7300, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tools:before {
  content: "\EB70";
}

/* line 7303, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-traffic-cone:before {
  content: "\EB71";
}

/* line 7306, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-trash:before {
  content: "\EB72";
}

/* line 7309, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tree:before {
  content: "\EB73";
}

/* line 7312, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-triangle-down:before {
  content: "\EB74";
}

/* line 7315, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-triangle-left:before {
  content: "\EB75";
}

/* line 7318, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-triangle-right:before {
  content: "\EB76";
}

/* line 7321, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-triangle-up:before {
  content: "\EB77";
}

/* line 7324, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tripadvisor:before {
  content: "\EB78";
}

/* line 7327, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-trophy:before {
  content: "\EB79";
}

/* line 7330, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tumblr-with-circle:before {
  content: "\EB7A";
}

/* line 7333, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tumblr:before {
  content: "\EB7B";
}

/* line 7336, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-tv:before {
  content: "\EB7C";
}

/* line 7339, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-twitter-with-circle:before {
  content: "\EB7D";
}

/* line 7342, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-twitter:before {
  content: "\EB7E";
}

/* line 7345, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-typing:before {
  content: "\EB7F";
}

/* line 7348, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-uninstall:before {
  content: "\EB80";
}

/* line 7351, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-unread:before {
  content: "\EB81";
}

/* line 7354, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-untag:before {
  content: "\EB82";
}

/* line 7357, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-upload-to-cloud:before {
  content: "\EB83";
}

/* line 7360, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-upload:before {
  content: "\EB84";
}

/* line 7363, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-user:before {
  content: "\EB85";
}

/* line 7366, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-users:before {
  content: "\EB86";
}

/* line 7369, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-v-card:before {
  content: "\EB87";
}

/* line 7372, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-video-camera:before {
  content: "\EB88";
}

/* line 7375, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-video:before {
  content: "\EB89";
}

/* line 7378, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vimeo-with-circle:before {
  content: "\EB8A";
}

/* line 7381, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vimeo:before {
  content: "\EB8B";
}

/* line 7384, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vine-with-circle:before {
  content: "\EB8C";
}

/* line 7387, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vine:before {
  content: "\EB8D";
}

/* line 7390, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vinyl:before {
  content: "\EB8E";
}

/* line 7393, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vk-alternitive:before {
  content: "\EB8F";
}

/* line 7396, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vk-with-circle:before {
  content: "\EB90";
}

/* line 7399, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-vk:before {
  content: "\EB91";
}

/* line 7402, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-voicemail:before {
  content: "\EB92";
}

/* line 7405, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-wallet:before {
  content: "\EB93";
}

/* line 7408, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-warning:before {
  content: "\EB94";
}

/* line 7411, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-water:before {
  content: "\EB95";
}

/* line 7414, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-windows-store:before {
  content: "\EB96";
}

/* line 7417, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-xing-with-circle:before {
  content: "\EB97";
}

/* line 7420, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-xing:before {
  content: "\EB98";
}

/* line 7423, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-yelp:before {
  content: "\EB99";
}

/* line 7426, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-youko-with-circle:before {
  content: "\EB9A";
}

/* line 7429, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-youko:before {
  content: "\EB9B";
}

/* line 7432, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-youtube-with-circle:before {
  content: "\EB9C";
}

/* line 7435, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.icon-youtube:before {
  content: "\EB9D";
}

/* line 7438, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pos-r {
  position: relative !important;
}

/* line 7441, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pos-a {
  position: absolute !important;
}

/* line 7444, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pos-f {
  position: fixed !important;
}

/* line 7447, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.w-sm {
  width: 25% !important;
}

/* line 7450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.w-md {
  width: 50% !important;
}

/* line 7453, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.w-lg {
  width: 75% !important;
}

/* line 7456, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.w-full {
  width: 100% !important;
}

/* line 7459, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-a-0 {
  margin: 0 !important;
}

/* line 7462, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-t-0 {
  margin-top: 0 !important;
}

/* line 7465, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-r-0 {
  margin-right: 0 !important;
}

/* line 7468, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-b-0 {
  margin-bottom: 0 !important;
}

/* line 7471, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-l-0 {
  margin-left: 0 !important;
}

/* line 7474, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 7478, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 7482, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-a {
  margin: 20px !important;
}

/* line 7485, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-t {
  margin-top: 20px !important;
}

/* line 7488, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-r {
  margin-right: 20px !important;
}

/* line 7491, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-b {
  margin-bottom: 20px !important;
}

/* line 7494, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-l {
  margin-left: 20px !important;
}

/* line 7497, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

/* line 7501, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-y {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 7505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 7509, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-a-md {
  margin: 30px !important;
}

/* line 7512, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-t-md {
  margin-top: 30px !important;
}

/* line 7515, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-r-md {
  margin-right: 30px !important;
}

/* line 7518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-b-md {
  margin-bottom: 30px !important;
}

/* line 7521, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-l-md {
  margin-left: 30px !important;
}

/* line 7524, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x-md {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

/* line 7528, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-y-md {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 7532, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-a-lg {
  margin: 60px !important;
}

/* line 7535, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-t-lg {
  margin-top: 60px !important;
}

/* line 7538, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-r-lg {
  margin-right: 60px !important;
}

/* line 7541, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-b-lg {
  margin-bottom: 60px !important;
}

/* line 7544, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-l-lg {
  margin-left: 60px !important;
}

/* line 7547, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-x-lg {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

/* line 7551, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.m-y-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* line 7555, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-a-0 {
  padding: 0 !important;
}

/* line 7558, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-t-0 {
  padding-top: 0 !important;
}

/* line 7561, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-r-0 {
  padding-right: 0 !important;
}

/* line 7564, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-b-0 {
  padding-bottom: 0 !important;
}

/* line 7567, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-l-0 {
  padding-left: 0 !important;
}

/* line 7570, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 7574, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 7578, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-a {
  padding: 20px !important;
}

/* line 7581, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-t {
  padding-top: 20px !important;
}

/* line 7584, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-r {
  padding-right: 20px !important;
}

/* line 7587, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-b {
  padding-bottom: 20px !important;
}

/* line 7590, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-l {
  padding-left: 20px !important;
}

/* line 7593, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-x {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

/* line 7597, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-y {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 7601, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-a-md {
  padding: 30px !important;
}

/* line 7604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-t-md {
  padding-top: 30px !important;
}

/* line 7607, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-r-md {
  padding-right: 30px !important;
}

/* line 7610, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-b-md {
  padding-bottom: 30px !important;
}

/* line 7613, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-l-md {
  padding-left: 30px !important;
}

/* line 7616, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-x-md {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

/* line 7620, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-y-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* line 7624, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-a-lg {
  padding: 60px !important;
}

/* line 7627, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-t-lg {
  padding-top: 60px !important;
}

/* line 7630, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-r-lg {
  padding-right: 60px !important;
}

/* line 7633, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-b-lg {
  padding-bottom: 60px !important;
}

/* line 7636, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-l-lg {
  padding-left: 60px !important;
}

/* line 7639, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-x-lg {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

/* line 7643, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.p-y-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* line 7647, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-inherit,
.text-inherit:hover,
.text-inherit:focus {
  color: inherit;
  text-decoration: inherit;
}

/* line 7653, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li {
  float: left;
}

/* line 7656, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li > a {
  display: inline-block;
  padding: 10px 0;
  font-weight: 300;
  color: #000000;
  border-bottom: 4px solid transparent;
}

/* line 7663, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li > a:hover,
.nav-bordered > li > a:focus {
  color: #685d9f;
  background-color: transparent;
}

/* line 7668, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li + li {
  margin-left: 30px;
}

/* line 7671, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered > li.active > a,
.nav-bordered > li.active > a:hover,
.nav-bordered > li.active > a:focus {
  font-weight: 700;
  color: #685d9f;
  border-bottom-color: #685d9f;
}

/* line 7678, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-justified > li + li {
  margin-left: 0;
}

/* line 7681, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-justified > li > a {
  margin-bottom: 0;
}

/* line 7684, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li {
  float: none;
  margin-left: 0;
}

/* line 7688, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li + li {
  margin-top: 0;
}

/* line 7691, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li.active > a,
.nav-bordered.nav-stacked > li.active > a:hover,
.nav-bordered.nav-stacked > li.active > a:focus {
  border-left-color: #685d9f;
}

/* line 7696, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li > a {
  display: block;
  padding: 5px 10px 5px 30px;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

/* line 7702, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked > li > a:hover,
.nav-bordered.nav-stacked > li > a:focus {
  border-left: 4px solid;
}

/* line 7706, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked .nav-header {
  padding-left: 34px;
}

/* line 7709, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.nav-bordered.nav-stacked .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 34px;
  margin-top: 20px;
  margin-bottom: 25px;
}

/* line 7718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default-outline {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}

/* line 7723, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default-outline:focus,
.btn-default-outline.focus,
.btn-default-outline:hover,
.btn-default-outline:active,
.btn-default-outline.active,
.open > .dropdown-toggle.btn-default-outline {
  color: #ffffff;
  background-color: #333333;
  box-shadow: none;
}

/* line 7733, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default-outline.disabled,
.btn-default-outline[disabled],
fieldset[disabled] .btn-default-outline,
.btn-default-outline.disabled:hover,
.btn-default-outline[disabled]:hover,
fieldset[disabled] .btn-default-outline:hover,
.btn-default-outline.disabled:focus,
.btn-default-outline[disabled]:focus,
fieldset[disabled] .btn-default-outline:focus,
.btn-default-outline.disabled.focus,
.btn-default-outline[disabled].focus,
fieldset[disabled] .btn-default-outline.focus,
.btn-default-outline.disabled:active,
.btn-default-outline[disabled]:active,
fieldset[disabled] .btn-default-outline:active,
.btn-default-outline.disabled.active,
.btn-default-outline[disabled].active,
fieldset[disabled] .btn-default-outline.active {
  border-color: #333333;
}

/* line 7753, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-default-outline .badge {
  color: #ffffff;
  background-color: #333333;
}

/* line 7757, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary-outline {
  color: #5d548f;
  background-color: transparent;
  border-color: #5d548f;
}

/* line 7762, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline.active,
.open > .dropdown-toggle.btn-primary-outline {
  color: #ffffff;
  background-color: #5d548f;
  box-shadow: none;
}

/* line 7772, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary-outline.disabled,
.btn-primary-outline[disabled],
fieldset[disabled] .btn-primary-outline,
.btn-primary-outline.disabled:hover,
.btn-primary-outline[disabled]:hover,
fieldset[disabled] .btn-primary-outline:hover,
.btn-primary-outline.disabled:focus,
.btn-primary-outline[disabled]:focus,
fieldset[disabled] .btn-primary-outline:focus,
.btn-primary-outline.disabled.focus,
.btn-primary-outline[disabled].focus,
fieldset[disabled] .btn-primary-outline.focus,
.btn-primary-outline.disabled:active,
.btn-primary-outline[disabled]:active,
fieldset[disabled] .btn-primary-outline:active,
.btn-primary-outline.disabled.active,
.btn-primary-outline[disabled].active,
fieldset[disabled] .btn-primary-outline.active {
  border-color: #5d548f;
}

/* line 7792, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-primary-outline .badge {
  color: #ffffff;
  background-color: #5d548f;
}

/* line 7796, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success-outline {
  color: #4cae4c;
  background-color: transparent;
  border-color: #4cae4c;
}

/* line 7801, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:hover,
.btn-success-outline:active,
.btn-success-outline.active,
.open > .dropdown-toggle.btn-success-outline {
  color: #ffffff;
  background-color: #4cae4c;
  box-shadow: none;
}

/* line 7811, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success-outline.disabled,
.btn-success-outline[disabled],
fieldset[disabled] .btn-success-outline,
.btn-success-outline.disabled:hover,
.btn-success-outline[disabled]:hover,
fieldset[disabled] .btn-success-outline:hover,
.btn-success-outline.disabled:focus,
.btn-success-outline[disabled]:focus,
fieldset[disabled] .btn-success-outline:focus,
.btn-success-outline.disabled.focus,
.btn-success-outline[disabled].focus,
fieldset[disabled] .btn-success-outline.focus,
.btn-success-outline.disabled:active,
.btn-success-outline[disabled]:active,
fieldset[disabled] .btn-success-outline:active,
.btn-success-outline.disabled.active,
.btn-success-outline[disabled].active,
fieldset[disabled] .btn-success-outline.active {
  border-color: #4cae4c;
}

/* line 7831, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-success-outline .badge {
  color: #ffffff;
  background-color: #4cae4c;
}

/* line 7835, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info-outline {
  color: #46b8da;
  background-color: transparent;
  border-color: #46b8da;
}

/* line 7840, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:hover,
.btn-info-outline:active,
.btn-info-outline.active,
.open > .dropdown-toggle.btn-info-outline {
  color: #ffffff;
  background-color: #46b8da;
  box-shadow: none;
}

/* line 7850, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info-outline.disabled,
.btn-info-outline[disabled],
fieldset[disabled] .btn-info-outline,
.btn-info-outline.disabled:hover,
.btn-info-outline[disabled]:hover,
fieldset[disabled] .btn-info-outline:hover,
.btn-info-outline.disabled:focus,
.btn-info-outline[disabled]:focus,
fieldset[disabled] .btn-info-outline:focus,
.btn-info-outline.disabled.focus,
.btn-info-outline[disabled].focus,
fieldset[disabled] .btn-info-outline.focus,
.btn-info-outline.disabled:active,
.btn-info-outline[disabled]:active,
fieldset[disabled] .btn-info-outline:active,
.btn-info-outline.disabled.active,
.btn-info-outline[disabled].active,
fieldset[disabled] .btn-info-outline.active {
  border-color: #46b8da;
}

/* line 7870, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-info-outline .badge {
  color: #ffffff;
  background-color: #46b8da;
}

/* line 7874, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning-outline {
  color: #eea236;
  background-color: transparent;
  border-color: #eea236;
}

/* line 7879, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline.active,
.open > .dropdown-toggle.btn-warning-outline {
  color: #ffffff;
  background-color: #eea236;
  box-shadow: none;
}

/* line 7889, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning-outline.disabled,
.btn-warning-outline[disabled],
fieldset[disabled] .btn-warning-outline,
.btn-warning-outline.disabled:hover,
.btn-warning-outline[disabled]:hover,
fieldset[disabled] .btn-warning-outline:hover,
.btn-warning-outline.disabled:focus,
.btn-warning-outline[disabled]:focus,
fieldset[disabled] .btn-warning-outline:focus,
.btn-warning-outline.disabled.focus,
.btn-warning-outline[disabled].focus,
fieldset[disabled] .btn-warning-outline.focus,
.btn-warning-outline.disabled:active,
.btn-warning-outline[disabled]:active,
fieldset[disabled] .btn-warning-outline:active,
.btn-warning-outline.disabled.active,
.btn-warning-outline[disabled].active,
fieldset[disabled] .btn-warning-outline.active {
  border-color: #eea236;
}

/* line 7909, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-warning-outline .badge {
  color: #ffffff;
  background-color: #eea236;
}

/* line 7913, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger-outline {
  color: #ff1854;
  background-color: transparent;
  border-color: #ff1854;
}

/* line 7918, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:hover,
.btn-danger-outline:active,
.btn-danger-outline.active,
.open > .dropdown-toggle.btn-danger-outline {
  color: #ffffff;
  background-color: #ff1854;
  box-shadow: none;
}

/* line 7928, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger-outline.disabled,
.btn-danger-outline[disabled],
fieldset[disabled] .btn-danger-outline,
.btn-danger-outline.disabled:hover,
.btn-danger-outline[disabled]:hover,
fieldset[disabled] .btn-danger-outline:hover,
.btn-danger-outline.disabled:focus,
.btn-danger-outline[disabled]:focus,
fieldset[disabled] .btn-danger-outline:focus,
.btn-danger-outline.disabled.focus,
.btn-danger-outline[disabled].focus,
fieldset[disabled] .btn-danger-outline.focus,
.btn-danger-outline.disabled:active,
.btn-danger-outline[disabled]:active,
fieldset[disabled] .btn-danger-outline:active,
.btn-danger-outline.disabled.active,
.btn-danger-outline[disabled].active,
fieldset[disabled] .btn-danger-outline.active {
  border-color: #ff1854;
}

/* line 7948, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-danger-outline .badge {
  color: #ffffff;
  background-color: #ff1854;
}

/* line 7952, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-pill {
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: 1000em;
}

/* line 7957, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.btn-square {
  border-radius: 0;
}

/* line 7960, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-select {
  display: inline-block;
  padding: 6px 36px 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 12px center;
  background-color: #ffffff;
  background-clip: padding-box;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none \9;
  padding-right: 12px \9;
}

/* line 7979, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 7984, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-select:disabled {
  background-color: #eeeeee;
  cursor: not-allowed;
}

/* line 7988, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 7992, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control > label {
  padding-left: 25px;
  font-weight: normal;
}

/* line 7996, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control.radio-inline,
.custom-control.checkbox-inline {
  padding-left: 25px;
}

/* line 8000, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control.radio-inline > label,
.custom-control.checkbox-inline > label {
  padding-left: 0;
}

/* line 8004, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
}

/* line 8010, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control-indicator {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #ffffff;
  background-clip: padding-box;
  background-size: 75% 75%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.control:hover .control-indicator {
  background-color: #ccc;
}
*/
/* Focus */
/* line 8037, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/* Checked state */
/* line 8041, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input:checked ~ .custom-control-indicator {
  background-color: #685d9f;
  border-color: #685d9f;
  box-shadow: none;
}

/* Active */
/* line 8047, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input:active ~ .custom-control-indicator {
  background-color: #948cbc;
  border-color: #948cbc;
  box-shadow: none;
}

/* line 8052, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control input:disabled ~ .custom-control-indicator {
  background-color: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
  cursor: not-allowed;
}

/* Checkbox modifiers */
/* line 8059, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-horizontal .custom-control-indicator {
  margin-top: 6px;
}

/* line 8062, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: .33rem;
}

/* line 8065, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-checkbox input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

/* Radio modifiers */
/* line 8069, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

/* line 8072, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-radio input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

/* Alternately, use another character */
/* line 8076, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control-x input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
}

/* line 8079, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control-dash input:checked ~ .custom-control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

/* line 8082, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-controls-inline .custom-control + .custom-control {
  margin-left: 20px;
}

/* line 8085, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.custom-control-stacked .custom-control:after {
  display: block;
  content: "";
}

/* line 8089, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
}

/* line 8093, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.radio-inline label,
.checkbox-inline label {
  margin-bottom: 0;
  cursor: pointer;
}

/* line 8098, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control {
  transition: none;
}

/* line 8101, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.form-control:focus {
  color: #000000;
  background-color: #fff;
  box-shadow: none;
}

/* line 8106, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .form-control,
.has-warning .form-control,
.has-error .form-control,
.field_with_errors .form-control,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.field_with_errors .form-control:focus {
  border-color: #cccccc;
  box-shadow: none;
}

/* line 8115, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.has-success .input-group-addon,
.has-warning .input-group-addon,
.has-error .input-group-addon,
.field_with_errors .input-group-addon {
  color: #fff;
  background-color: #ffffff;
  border-color: transparent;
}

/* line 8122, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container-fill-height {
  display: table;
  width: 100%;
  height: 100vh;
}

/* line 8127, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container-fill-height .container-content-bottom,
.container-fill-height .container-content-middle {
  display: table-cell;
  vertical-align: middle;
}

/* line 8132, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.container-fill-height .container-content-bottom {
  vertical-align: bottom;
}

@media (min-width: 768px) {
  /* line 8136, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .container-fluid-spacious {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/* line 8141, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block {
  position: relative;
  width: 100%;
  padding: 60px 30px;
  color: inherit;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 8151, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-overflow-hidden {
  overflow: hidden;
}

/* line 8154, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg-clip {
  position: absolute;
  top: -25px;
  right: 0;
  bottom: -25px;
  left: 0;
  overflow: hidden;
}

/* line 8162, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg {
  position: absolute;
  top: 25px;
  right: -50px;
  bottom: 25px;
  left: -50px;
  overflow: hidden;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

/* line 8172, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg-img {
  position: absolute;
  top: -25px;
  bottom: -25px;
  right: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}

/* line 8184, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .block-bg-img {
  background-color: #000000;
}

/* line 8187, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg-img-top {
  background-position: top;
}

/* line 8190, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bg-img-bottom {
  background-position: bottom;
}

/* line 8193, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bordered-lg:before,
.block-bordered:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  content: '';
  width: 33%;
  margin: 0 auto;
  border-top: 1px solid;
  border-top-color: #ccc;
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* line 8207, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-bordered-lg:before {
  width: 80%;
}

/* line 8210, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-paralax {
  background-attachment: fixed;
}

/* line 8213, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse {
  color: #ffffff;
  background-color: #000000;
}

/* line 8217, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse.block-bordered:before,
.block-inverse hr {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 8221, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse h1,
.block-inverse h2,
.block-inverse h3,
.block-inverse h4,
.block-inverse h5,
.block-inverse h6,
.block-inverse .h1,
.block-inverse .h2,
.block-inverse .h3,
.block-inverse .h4,
.block-inverse .h5,
.block-inverse .h6 {
  color: inherit;
}

/* line 8235, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

/* line 8240, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default:focus,
.block-inverse .btn-outline.btn-default.focus,
.block-inverse .btn-outline.btn-default:hover,
.block-inverse .btn-outline.btn-default:active,
.block-inverse .btn-outline.btn-default.active,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default {
  color: #ffffff;
  background-color: #ffffff;
  box-shadow: none;
}

/* line 8250, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default.disabled,
.block-inverse .btn-outline.btn-default[disabled],
fieldset[disabled] .block-inverse .btn-outline.btn-default,
.block-inverse .btn-outline.btn-default.disabled:hover,
.block-inverse .btn-outline.btn-default[disabled]:hover,
fieldset[disabled] .block-inverse .btn-outline.btn-default:hover,
.block-inverse .btn-outline.btn-default.disabled:focus,
.block-inverse .btn-outline.btn-default[disabled]:focus,
fieldset[disabled] .block-inverse .btn-outline.btn-default:focus,
.block-inverse .btn-outline.btn-default.disabled.focus,
.block-inverse .btn-outline.btn-default[disabled].focus,
fieldset[disabled] .block-inverse .btn-outline.btn-default.focus,
.block-inverse .btn-outline.btn-default.disabled:active,
.block-inverse .btn-outline.btn-default[disabled]:active,
fieldset[disabled] .block-inverse .btn-outline.btn-default:active,
.block-inverse .btn-outline.btn-default.disabled.active,
.block-inverse .btn-outline.btn-default[disabled].active,
fieldset[disabled] .block-inverse .btn-outline.btn-default.active {
  border-color: #ffffff;
}

/* line 8270, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default .badge {
  color: #ffffff;
  background-color: #ffffff;
}

/* line 8274, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default:focus,
.block-inverse .btn-outline:focus,
.block-inverse .btn-outline.btn-default.focus,
.block-inverse .btn-outline.focus,
.block-inverse .btn-outline.btn-default:hover,
.block-inverse .btn-outline:hover,
.block-inverse .btn-outline.btn-default:active,
.block-inverse .btn-outline:active,
.block-inverse .btn-outline.btn-default.active,
.block-inverse .btn-outline.active,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default,
.open > .dropdown-toggle.block-inverse .btn-outline {
  color: #000;
}

/* line 8288, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-inverse .btn-outline.btn-default:focus:hover,
.block-inverse .btn-outline:focus:hover,
.block-inverse .btn-outline.btn-default.focus:hover,
.block-inverse .btn-outline.focus:hover,
.block-inverse .btn-outline.btn-default:hover:hover,
.block-inverse .btn-outline:hover:hover,
.block-inverse .btn-outline.btn-default:active:hover,
.block-inverse .btn-outline:active:hover,
.block-inverse .btn-outline.btn-default.active:hover,
.block-inverse .btn-outline.active:hover,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default:hover,
.open > .dropdown-toggle.block-inverse .btn-outline:hover,
.block-inverse .btn-outline.btn-default:focus:focus,
.block-inverse .btn-outline:focus:focus,
.block-inverse .btn-outline.btn-default.focus:focus,
.block-inverse .btn-outline.focus:focus,
.block-inverse .btn-outline.btn-default:hover:focus,
.block-inverse .btn-outline:hover:focus,
.block-inverse .btn-outline.btn-default:active:focus,
.block-inverse .btn-outline:active:focus,
.block-inverse .btn-outline.btn-default.active:focus,
.block-inverse .btn-outline.active:focus,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default:focus,
.open > .dropdown-toggle.block-inverse .btn-outline:focus,
.block-inverse .btn-outline.btn-default:focus.focus,
.block-inverse .btn-outline:focus.focus,
.block-inverse .btn-outline.btn-default.focus.focus,
.block-inverse .btn-outline.focus.focus,
.block-inverse .btn-outline.btn-default:hover.focus,
.block-inverse .btn-outline:hover.focus,
.block-inverse .btn-outline.btn-default:active.focus,
.block-inverse .btn-outline:active.focus,
.block-inverse .btn-outline.btn-default.active.focus,
.block-inverse .btn-outline.active.focus,
.open > .dropdown-toggle.block-inverse .btn-outline.btn-default.focus,
.open > .dropdown-toggle.block-inverse .btn-outline.focus {
  color: #000;
}

/* line 8326, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-transparent {
  background-color: transparent;
}

/* line 8329, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 8336, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-background > iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 8341, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-foreground {
  position: relative;
  z-index: 2;
  display: inline-block;
}

/* line 8346, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-fill-height {
  display: table;
  width: 100%;
  height: 110vh;
}

/* line 8351, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-label {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 4px;
  color: #685d9f;
  text-transform: uppercase;
}

/* line 8358, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.h1.block-title,
h1.block-title {
  font-size: 56px;
  line-height: 1;
}

/* line 8363, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block .lead {
  font-size: 18px;
}

/* line 8366, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-angle {
  margin-bottom: -25px;
}

/* line 8369, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-xs-top,
.block-xs-bottom,
.block-xs-middle {
  display: table-cell;
  vertical-align: middle;
}

/* line 8375, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-xs-bottom {
  vertical-align: bottom;
}

/* line 8378, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.block-xs-top {
  vertical-align: top;
}

@media (min-width: 768px) {
  /* line 8382, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-sm-top,
  .block-sm-bottom,
  .block-sm-middle {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 8388, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-sm-bottom {
    vertical-align: bottom;
  }

  /* line 8391, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-sm-top {
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  /* line 8396, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-md-top,
  .block-md-bottom,
  .block-md-middle {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 8402, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-md-bottom {
    vertical-align: bottom;
  }

  /* line 8405, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-md-top {
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  /* line 8410, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-lg-top,
  .block-lg-bottom,
  .block-lg-middle {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 8416, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-lg-bottom {
    vertical-align: bottom;
  }

  /* line 8419, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block-lg-top {
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  /* line 8424, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block {
    padding: 5px 0;
  }

  /* line 8427, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .block:not(.block-secondary) .lead {
    font-size: 21px;
  }

  /* line 8430, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .h1.block-title,
  h1.block-title {
    font-size: 72px;
  }
}
/* line 8435, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent {
  background-color: transparent;
  border-color: transparent;
}

/* line 8439, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-brand {
  color: #ffffff;
}

/* line 8442, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-brand:hover,
.navbar-transparent .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}

/* line 8447, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-text {
  color: #ffffff;
}

/* line 8450, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > li > a {
  color: #ffffff;
}

/* line 8453, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > li > a:hover,
.navbar-transparent .navbar-nav > li > a:focus {
  color: #e6e6e6;
  background-color: transparent;
}

/* line 8458, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > .active > a,
.navbar-transparent .navbar-nav > .active > a:hover,
.navbar-transparent .navbar-nav > .active > a:focus {
  color: #e6e6e6;
  background-color: transparent;
}

/* line 8464, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > .disabled > a,
.navbar-transparent .navbar-nav > .disabled > a:hover,
.navbar-transparent .navbar-nav > .disabled > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 8470, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-toggle {
  border-color: #ffffff;
}

/* line 8473, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-toggle:hover,
.navbar-transparent .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 8477, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* line 8480, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-collapse,
.navbar-transparent .navbar-form {
  border-color: transparent;
}

/* line 8484, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-nav > .open > a,
.navbar-transparent .navbar-nav > .open > a:hover,
.navbar-transparent .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #e6e6e6;
}

@media (max-width: 767px) {
  /* line 8491, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-transparent .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }

  /* line 8494, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-transparent .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-transparent .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e6e6e6;
    background-color: transparent;
  }

  /* line 8499, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-transparent .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e6e6e6;
    background-color: transparent;
  }

  /* line 8505, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .navbar-transparent .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-transparent .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
}
/* line 8512, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-link {
  color: #ffffff;
}

/* line 8515, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .navbar-link:hover {
  color: #e6e6e6;
}

/* line 8518, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .btn-link {
  color: #ffffff;
}

/* line 8521, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .btn-link:hover,
.navbar-transparent .btn-link:focus {
  color: #e6e6e6;
}

/* line 8525, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.navbar-transparent .btn-link[disabled]:hover,
fieldset[disabled] .navbar-transparent .btn-link:hover,
.navbar-transparent .btn-link[disabled]:focus,
fieldset[disabled] .navbar-transparent .btn-link:focus {
  color: #ffffff;
}

/* line 8531, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-light .carousel-control {
  text-shadow: none;
  color: rgba(0, 0, 0, 0.3);
  background-image: none;
}

/* line 8536, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-light .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
}

/* line 8540, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.carousel-light .carousel-indicators .active {
  background-color: #fff;
  border: 1px solid #685d9f;
}

/* line 8544, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 22px;
  color: #000000;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}

/* line 8554, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout-content > p,
.callout-content > ul {
  margin-bottom: 0;
}

/* line 8558, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout-content > p + p {
  margin-top: 5px;
}

/* line 8561, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout-content,
.callout-secondary {
  display: table-cell;
  padding: 15px 20px;
  vertical-align: middle;
}

/* line 8567, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.callout-secondary {
  width: 1%;
  background-color: #f5f7f9;
  border-left: 1px solid #eeeeee;
}

/* line 8572, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list {
  list-style: none;
  padding: 0;
}

/* line 8576, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list .featured-list-icon-text {
  font-size: 16px;
}

/* line 8579, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list li {
  position: relative;
  padding-left: 80px;
}

/* line 8583, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list-icon {
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  font-size: 36px;
  text-align: center;
  line-height: 0;
  width: 60px;
}

/* line 8593, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list-bordered li {
  position: relative;
  padding-left: 110px;
}

/* line 8597, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.featured-list-bordered .featured-list-icon {
  border: 1px solid #eeeeee;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 89px;
}

/* line 8604, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

/* line 8609, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 1080;
  transition: all 300ms;
}

/* line 8615, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

/* line 8620, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1079;
  background: #000000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms;
}

/* line 8632, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

/* line 8636, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

/* line 8640, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.media,
.media-body {
  overflow: visible;
}

/* line 8644, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon {
  position: relative;
  left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  overflow: hidden;
}

/* line 8652, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon:before {
  position: absolute;
  top: 0;
  right: 100%;
  content: '';
  width: 20px;
  height: 100%;
  bottom: 0;
  background-color: inherit;
}

/* line 8662, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon span {
  position: relative;
  left: -10px;
}

@-moz-document url-prefix() {
  /* line 8667, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-ribbon {
    box-decoration-break: clone;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 8673, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-ribbon span {
    left: auto;
  }

  /* line 8676, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .text-ribbon:before {
    display: none;
  }
}
/* line 8680, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
  font-weight: normal;
  color: inherit;
  background-color: #000;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 8692, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 8696, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input:-ms-input-placeholder {
  color: inherit;
}

/* line 8699, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input::-webkit-input-placeholder {
  color: inherit;
}

/* line 8702, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-input:focus {
  outline: none;
}

/* line 8705, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split:before,
.text-ribbon-inputs-split:after {
  content: " ";
  display: table;
}

/* line 8710, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split:after {
  clear: both;
}

/* line 8713, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split:before,
.text-ribbon-inputs-split:after {
  content: " ";
  display: table;
}

/* line 8718, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split:after {
  clear: both;
}

/* line 8721, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split .text-ribbon-input {
  float: left;
  width: 49%;
}

/* line 8725, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-inputs-split .text-ribbon-input + .text-ribbon-input {
  margin-left: 2%;
}

/* line 8728, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-primary {
  background-color: #685d9f;
}

/* line 8731, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-success {
  background-color: #5cb85c;
}

/* line 8734, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-warning {
  background-color: #f0ad4e;
}

/* line 8737, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-danger {
  background-color: #ff3167;
}

/* line 8740, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.text-ribbon-info {
  background-color: #5bc0de;
}

/* line 8743, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist {
  list-style: none;
  padding-left: 0;
}

/* line 8747, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist > li {
  padding: 5px 0 5px 25px;
}

/* line 8750, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist > li > .icon {
  float: left;
  margin-left: -25px;
  opacity: .5;
}

/* line 8755, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist > .active {
  color: #685d9f;
}

/* line 8758, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.iconlist > .active .icon {
  opacity: 1;
}

/* line 8761, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold {
  background-color: #dddddd;
  border: 0;
}

/* line 8765, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold hr {
  background: #fff;
}

/* line 8768, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold p {
  color: rgba(255, 255, 255, 0.7);
}

/* line 8771, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-default {
  background-color: #dddddd;
}

/* line 8774, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-primary {
  background-color: #685d9f;
}

/* line 8777, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-success {
  background-color: #5cb85c;
}

/* line 8780, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-info {
  background-color: #5bc0de;
}

/* line 8783, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-warning {
  background-color: #f0ad4e;
}

/* line 8786, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.panel-bold.panel-danger {
  background-color: #ff3167;
}

/* line 8789, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-number {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 8793, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-number .label {
  padding: .125em .5em;
  font-size: 50%;
  vertical-align: middle;
}

/* line 8798, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-desc {
  font-size: 85%;
  letter-spacing: .15em;
  color: #888888;
  text-transform: uppercase;
}

/* line 8804, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-indicator {
  display: inline-block;
  padding: .4em;
  font-size: 12px;
  vertical-align: middle;
}

/* line 8810, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-positive {
  color: #5cb85c;
}

/* line 8813, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-positive:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

/* line 8827, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-negative {
  color: #ff3167;
}

/* line 8830, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.delta-negative:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 8842, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary,
.statcard-success,
.statcard-info,
.statcard-warning,
.statcard-danger {
  color: #fff;
  border-radius: 3px;
}

/* line 8850, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary .delta-negative,
.statcard-success .delta-negative,
.statcard-info .delta-negative,
.statcard-warning .delta-negative,
.statcard-danger .delta-negative,
.statcard-primary .delta-positive,
.statcard-success .delta-positive,
.statcard-info .delta-positive,
.statcard-warning .delta-positive,
.statcard-danger .delta-positive,
.statcard-primary .statcard-number,
.statcard-success .statcard-number,
.statcard-info .statcard-number,
.statcard-warning .statcard-number,
.statcard-danger .statcard-number {
  font-weight: normal;
  color: inherit;
}

/* line 8868, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary .statcard-desc,
.statcard-success .statcard-desc,
.statcard-info .statcard-desc,
.statcard-warning .statcard-desc,
.statcard-danger .statcard-desc {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.65);
}

/* line 8876, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary .statcard-hr,
.statcard-success .statcard-hr,
.statcard-info .statcard-hr,
.statcard-warning .statcard-hr,
.statcard-danger .statcard-hr {
  margin-left: -20px;
  margin-right: -20px;
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 8885, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-primary {
  background-color: #685d9f;
}

/* line 8888, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-success {
  background-color: #5cb85c;
}

/* line 8891, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-info {
  background-color: #5bc0de;
}

/* line 8894, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-warning {
  background-color: #f0ad4e;
}

/* line 8897, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.statcard-danger {
  background-color: #ff3167;
}

/* line 8900, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-quote {
  padding: 0;
  margin: 0 auto;
  border-left: 0;
  text-align: center;
}

/* line 8906, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-quote > p {
  font-size: 18px;
  margin-top: 30px;
}

/* line 8910, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-quote > img {
  width: 75px;
  height: 75px;
}

/* line 8914, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.pull-quote > cite {
  display: block;
  margin-top: 30px;
  font-size: 12px;
  font-style: normal;
  letter-spacing: .15em;
  color: #aaaaaa;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 8924, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .pull-quote {
    max-width: 75%;
  }

  /* line 8927, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .pull-quote > cite {
    font-size: 14px;
  }

  /* line 8930, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .pull-quote > img {
    width: 100px;
    height: 100px;
  }

  /* line 8934, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
  .pull-quote > p {
    font-size: 20px;
  }
}
/* line 8938, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage {
  background-color: #ffffff;
}

/* line 8941, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-shelf {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 250px;
  padding-top: 30px;
  background-color: #f2f2f2;
}

/* line 8951, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-shelf-right {
  left: auto;
  right: 0;
}

/* line 8955, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-toggle {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  padding: 4px 12px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 8965, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-toggle:hover,
.stage-toggle:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #685d9f;
}

/* line 8971, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.stage-toggle-right {
  left: auto;
  right: 20px;
}

/* line 8975, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1.text-uppercase, h1.initialism,
h2.text-uppercase,
h2.initialism,
h3.text-uppercase,
h3.initialism,
h4.text-uppercase,
h4.initialism,
h5.text-uppercase,
h5.initialism,
h6.text-uppercase,
h6.initialism,
.h1.text-uppercase,
.h1.initialism,
.h2.text-uppercase,
.h2.initialism,
.h3.text-uppercase,
.h3.initialism,
.h4.text-uppercase,
.h4.initialism,
.h5.text-uppercase,
.h5.initialism,
.h6.text-uppercase,
.h6.initialism {
  letter-spacing: .15em;
}

/* line 8989, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: inherit;
}

/* line 9015, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
h6,
.h6 {
  margin-bottom: 5px;
  color: #bbbbbb;
  text-transform: uppercase;
}

/* line 9024, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.admin-navbar-default {
  border-color: #e7e7e7;
}

/* line 9028, /mnt/c/repos/techireland/techireland-web/vendor/assets/stylesheets/bootstrap-theme/toolkit-minimal.scss */
.admin-navbar-default .navbar-brand {
  padding-left: 15px;
}

/* line 7, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.field_with_errors .form-control {
  border: 1px solid #ce8483 !important;
  border-radius: 4px !important;
  box-shadow: inset 0 0 1px #e21048 !important;
}

/* line 14, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.user-form-errors {
  border: 1px solid #e21048 !important;
  border-radius: 4px !important;
  box-shadow: inset 0 0 1px #e21048 !important;
}

/* line 20, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.t_and_c {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

/* line 26, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.sendEmailCheckbox {
  border: 0;
  border-radius: 0;
  box-shadow: inset 0 0;
}

/* line 32, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.btn-login-linkedin {
  padding: 0;
  display: flex;
  vertical-align: middle;
}
/* line 36, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.btn-login-linkedin:hover {
  color: black;
  text-decoration: none;
}
/* line 39, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.btn-login-linkedin:hover .social-icon-inline {
  color: black;
  border-color: black;
}
/* line 44, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.btn-login-linkedin h4 {
  vertical-align: middle;
  line-height: 4rem;
  font-weight: 400;
  font-size: 2.1rem;
}
/* line 51, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.btn-login-linkedin .social-icon-inline {
  border-radius: 50%;
}

/* line 56, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/users.scss */
.devise-logo {
  display: block;
  height: 100px;
  margin: 0 auto 40px;
}

/* line 3, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-header {
  font-size: 1.1em;
}

/* --- ENTITY CARD --- */
/* line 8, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.company-tile a,
.result-item a {
  text-decoration: none;
  color: #000;
}

/* line 14, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.company-tile a:hover,
.result-item a:hover {
  text-decoration: none;
  color: #000;
}

/* line 20, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.result-item-panel {
  height: 400px;
}

/* line 24, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-card-container .image-container {
  display: flex;
  align-items: center;
}
/* line 27, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-card-container .image-container img {
  display: block;
  margin: 0 auto;
}

/* line 33, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-card .member-banner-card {
  display: flex;
  align-items: center;
}
/* line 38, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-card .member-banner-card img {
  max-width: 90%;
  height: auto;
  margin: 8px auto 0 auto;
}

/* --- End of Entity Card --- */
/* --- ENTITY INDEX/SEARCH --- */
/* line 49, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-label, .filter-panel label {
  color: #aaaaaa;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
}

/* line 62, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel .slider {
  width: 100% !important;
}
/* line 65, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel .slider .min-slider-handle {
  background-color: #f0008c !important;
  background-image: none;
}
/* line 70, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel .slider .slider-track {
  height: 5px;
  margin-top: -2px;
}
/* line 75, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel .slider .slider-selection {
  background-image: none;
  background-color: #9e9e9e !important;
}

/* line 80, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.greenwarrior {
  background-color: #6ba150;
}

/* line 84, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.selectize-input {
  min-height: 39px;
}

/* line 88, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.form-control.selectize-control {
  height: 39px;
}

/* line 92, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel .selectize-this .selectize-input {
  height: auto !important;
  min-height: 39px;
  display: block;
  width: 100%;
  padding: 8px 12px 6px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 109, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.get-filters-text {
  color: #555555;
  text-align: center;
}

/* line 115, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.label-center {
  display: block;
  text-align: center;
  padding: 0;
}

/* line 121, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}

/* line 128, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel-upper {
  min-height: 40px;
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 15px 0 0 0;
  margin-bottom: 10px;
}

/* line 137, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter-panel-lower {
  min-height: 0;
  display: none;
  padding: 0 0;
  margin-top: 0px;
}

/* line 144, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.priority-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
}
/* line 150, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.priority-filters .col-md-3,
.priority-filters .col-sm-6,
.priority-filters .col-xs-6 {
  margin-bottom: 1%;
}

/* line 157, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.priority-filter {
  width: 18.5%;
}

/* line 161, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.disabled-filter {
  background-color: #dddddd;
  border-radius: 4px;
}

/* line 166, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.disabled-filter > .caret {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 173, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.select-disabled {
  display: block;
  width: 100%;
  height: 39px;
  padding: 8px 12px 6px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  background-color: #dddddd;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 186, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.select-disabled:hover {
  cursor: pointer;
}

/* line 191, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
}
/* line 197, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filters .col-md-3,
.filters .col-sm-6,
.filters .col-xs-6 {
  margin-bottom: 2%;
}

/* line 204, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.filter {
  width: 13.5%;
  margin: 10px 2.5% 0 2.5%;
}

/* line 209, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters {
  display: flex;
  align-content: center;
  justify-content: center;
}

/* line 215, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters.show-more-filters {
  color: #e92a8b;
  display: flex;
  align-content: center;
  justify-content: center;
}
/* line 220, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters.show-more-filters h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
/* line 225, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters.show-more-filters .material-icons.md-36 {
  font-size: 32px;
  line-height: 22px;
  color: #e92a8b;
  vertical-align: middle;
}
/* line 231, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters.show-more-filters:hover {
  cursor: pointer;
}

/* line 236, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters-text {
  transition: all 0.4s;
  transform: rotate(0deg);
}

/* line 241, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.show-filters-text.open {
  transition: all 0.4s;
  transform: rotate(180deg);
}

/* line 246, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.material-icons.md-36 {
  font-size: 36px;
  color: #777777;
}

/* line 251, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.clear-filters-button {
  width: 15%;
  margin: 15px auto 15px auto;
  border: 1px solid;
  border-color: #ddd;
  border-radius: 4px;
  color: #777777;
}

/* line 260, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-search-button {
  width: 100%;
  border-radius: 0 0 4px 4px;
}

/* --- End of Entity Index --- */
/* --- ENTITY SHOW PAGE --- */
/* line 267, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.company-info-title {
  font-size: 18px;
  font-weight: 400;
}

/* line 271, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.company-info-value {
  font-size: 16px;
}

/* line 275, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-form {
  padding-bottom: 5%;
}

/* line 280, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.create-btn {
  margin-bottom: 1em;
}

/* line 285, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.report-badge-panel .image-container {
  display: flex;
  align-items: center;
}
/* line 289, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.report-badge-panel .image-container img {
  display: block;
  margin: 0 auto;
}

/* line 296, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.entity-links {
  padding: 20px 0;
}

/* line 301, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.request-intro-button {
  border: 1px solid #e92a8b;
  border-radius: 2px;
  text-align: center;
  width: 20%;
  margin: 0 auto 40px auto;
}

/* line 309, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.request-intro-button:hover {
  background-color: #e92a8b;
  cursor: pointer;
}

/* line 314, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.request-intro-button p {
  color: #e92a8b;
  font-size: 17.5px;
  text-align: center;
  margin-bottom: 0;
}

/* line 321, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.request-intro-button p:hover {
  color: #ffffff;
}

/* line 325, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.comments {
  list-style: none;
  padding: 0;
}
/* line 329, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.comments .comment_user {
  margin-top: 5em;
  padding-top: 0;
  font-weight: bold;
}
/* line 334, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.comments .comment_body {
  display: block;
  margin: 15px;
}
/* line 338, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.comments .comment_timestamp {
  color: gray;
  display: block;
  margin-left: 60px;
}

/* line 346, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links {
  padding-top: 20px;
}
/* line 348, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links a {
  text-decoration: none;
  padding: 0 10px;
}
/* line 352, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links .facebook {
  color: #3b5998;
}
/* line 354, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links .facebook:hover {
  color: #4c70ba;
}
/* line 358, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links .twitter {
  color: #1da1f2;
}
/* line 360, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links .twitter:hover {
  color: #4db5f5;
}
/* line 364, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links .linkedin {
  color: #0077b5;
}
/* line 366, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.social-links .linkedin:hover {
  color: #0099e8;
}

/* line 371, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.infographic-container {
  max-width: 90%;
  min-width: 60%;
  height: auto;
  margin: auto;
}
/* line 376, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.infographic-container .entity-infographic {
  width: 100%;
  height: auto;
}

/* line 383, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

/* line 389, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

/* line 400, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

/* line 405, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 411, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li:after {
  clear: both;
}

/* line 415, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 421, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li:after {
  clear: both;
}

/* line 425, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

/* line 436, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

/* line 448, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

/* line 460, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li > .timeline-badge {
  color: #fff;
  width: 14px;
  height: 14px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 36px;
  left: 50%;
  margin-left: -7px;
  background-color: #e92a8b;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

/* line 479, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

/* line 483, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

/* line 490, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

/* line 497, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-badge.primary {
  background-color: #e92a8b !important;
}

/* line 501, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-badge.success {
  background-color: #e92a8b !important;
}

/* line 505, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-badge.warning {
  background-color: #e92a8b !important;
}

/* line 509, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-badge.danger {
  background-color: #e92a8b !important;
}

/* line 513, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-badge.info {
  background-color: #e92a8b !important;
}

/* line 517, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-title {
  margin-top: 0;
  color: inherit;
}

/* line 522, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 527, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/entity.scss */
.timeline-body > p + p {
  margin-top: 5px;
}

/* --- End of Entity Show Page --- */
/* line 2, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.dull-text {
  color: #acacac;
}

/* line 6, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.panel-default {
  cursor: pointer;
}

/* line 10, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.standard-p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  color: #4a4a4a;
}

/* line 21, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.attribute {
  min-width: 80%;
  border: 1px solid #8b8b8b;
  border-radius: 4px;
}
/* line 25, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.attribute:hover {
  color: #ffffff;
  background-color: #f0008c;
  border-color: #cc0088;
}

@media screen and (max-width: 767px) {
  /* line 34, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
  .mobile-panel {
    width: 100% !important;
  }
}
/* --- BUTTONS --- */
/* line 40, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary {
  background-color: #f0008c !important;
  border-color: #e20184 !important;
}

/* line 45, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #e20184 !important;
  border-color: #97006f !important;
}

/* line 51, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary-outline {
  border-color: #e92a8b;
  color: #e92a8b;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 57, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary-outline-blue {
  border-color: #2196f3;
  color: #2196f3;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 63, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline.active,
.open > .dropdown-toggle.btn-primary-outline {
  background-color: #e92a8b;
  color: #fff;
}

/* line 73, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary-outline-blue:focus,
.btn-primary-outline-blue.focus,
.btn-primary-outline-blue:hover,
.btn-primary-outline-blue:active,
.btn-primary-outline-blue.active,
.open > .dropdown-toggle.btn-primary-outline-blue {
  background-color: #2196f3;
  border-color: #1c7fca;
  color: #fff;
}

/* line 84, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary-blue {
  background-color: #2196f3;
  color: #ffffff;
}

/* line 88, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-primary-blue:hover {
  color: #ffffff;
  background-color: #1c7fca;
  border-color: #065896;
}

/* line 94, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-no-outline {
  width: 100%;
  background-color: transparent;
  border: none;
  padding-top: 0;
  margin-top: -2.4rem;
}
/* line 100, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-no-outline h2 {
  line-height: 4rem;
  font-size: 3.8rem;
  font-weight: 400;
  color: #e92a8b;
}

/* line 108, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-rounded {
  border-radius: 40px !important;
}

/* line 112, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-curved {
  border-radius: 12px !important;
}

/* line 116, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-xs.btn-curved, .btn-group-xs > .btn-curved.btn {
  border-radius: 6px !important;
}

/* line 120, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-240 {
  margin: 6px auto;
  width: 240px;
  white-space: normal;
}

/* line 126, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-bold {
  font-weight: 500 !important;
}

/* line 130, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.buttonpadding {
  margin-left: 1%;
}

/* line 133, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-3d {
  border-radius: 8px;
  font-weight: 400;
  background: #f3c1e6;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ee77bd), to(#f0008c));
  background: -moz-linear-gradient(#ee77bd, #f0008c);
  background: linear-gradient(#ee77bd, #f0008c);
  border: solid 1px #c75dcd;
  border-bottom: solid 3px #b5109d;
  box-shadow: inset 0 0 0 1px #e998d3;
  color: #fff;
}
/* line 150, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-3d:hover {
  color: #fff;
  background: #f0008c;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#32b1e6), to(#ee77bd));
  background: -moz-linear-gradient(#32b1e6, #ee77da);
  background: linear-gradient(#32b1e6, #ee77da);
  border: solid 1px #ad5dcd;
  border-bottom: solid 1px #ce5eb0;
  box-shadow: inset 0 0 0 1px #c7b2ec;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
/* line 170, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-3d:active {
  color: #fff;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
  background: #f0008c;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0008c), to(#ee77bd));
  background: -moz-linear-gradient(#f0008c, #ee77bd);
  background: linear-gradient(#f0008c, #ee77bd);
  border: solid 1px #cd5daf;
  border-bottom: solid 1px #ce5eb0;
  box-shadow: inset 0 10px 15px 0 #ce5eb0;
}
/* line 190, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-3d:visited {
  color: white;
}

@media (max-width: 600px) {
  /* line 196, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
  .btn.btn-3d {
    font-size: 14px !important;
  }
}
/* line 201, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable {
  display: block;
  color: #fff;
  background: #f3c1e6;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ee77bd), to(#f0008c));
  background: -moz-linear-gradient(#ee77bd, #f0008c);
  background: linear-gradient(#ee77bd, #f0008c);
  border: solid 1px #c75dcd;
  border-bottom: solid 3px #e20184;
  box-shadow: inset 0 0 0 1px #e998d3;
  margin: 4px auto;
}
/* line 218, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable:hover {
  color: #fff;
  border-bottom: solid 3px #b5109d;
}
/* line 222, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable:active {
  color: #fff;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff86eb), to(#f0008c));
  background: -moz-linear-gradient(#ff86eb, #f0008c);
  background: linear-gradient(#ff86eb, #f0008c);
  border: solid 1px #cd5daf;
  border-bottom: solid 2px #ce5eb0;
  box-shadow: inset 0 0 0 1px #c7b2ec;
}
/* line 241, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable:visited {
  color: white;
}
/* line 244, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable:focus, .btn-clickable:active:focus {
  color: white;
  outline: none;
  outline-offset: none;
}

/* line 252, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-green {
  color: white;
  display: inline-block;
  background: #6dca6d;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#04ce04), to(#5cb85c));
  background: -moz-linear-gradient(#04ce04, #5cb85c);
  background: linear-gradient(#04ce04, #5cb85c);
  border: solid 1px #5ca75c;
  border-bottom: solid 3px #519a51;
  box-shadow: inset 0 0 0 1px #00de00;
  margin: 4px auto;
}
/* line 269, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-green:hover {
  color: #fff;
  border-bottom: solid 3px #398439;
}
/* line 273, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-green:active {
  color: #fff;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3ae632), to(#17924e));
  background: -moz-linear-gradient(#3ae632, #17924e);
  background: linear-gradient(#3ae632, #17924e);
  border: solid 1px #72e496;
  border-bottom: solid 2px #519a51;
  box-shadow: inset 0 0 0 1px #bdecb2;
}
/* line 292, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-green:visited {
  color: white;
}
/* line 295, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-green:focus, .btn-clickable-green:active:focus {
  outline: none;
  outline-offset: none;
}

/* line 302, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-blue {
  color: white;
  display: inline-block;
  background: #f3c1e6;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#71b9f3), to(#2196f3));
  background: -moz-linear-gradient(#71b9f3, #2196f3);
  background: linear-gradient(#71b9f3, #2196f3);
  border: solid 1px #1193ff;
  border-bottom: solid 3px #2581cc;
  box-shadow: inset 0 0 0 1px #7ac3ff;
  margin: 4px auto;
}
/* line 319, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-blue:hover {
  color: #fff;
  border-bottom: solid 3px #0776d2;
}
/* line 323, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-blue:active {
  color: #fff;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4ea0e4), to(#1c88e0));
  background: -moz-linear-gradient(#4ea0e4, #1c88e0);
  background: linear-gradient(#4ea0e4, #1c88e0);
  border: solid 1px #0b89f0;
  border-bottom: solid 2px #2581cc;
  box-shadow: inset 0 0 0 1px #93ceff;
}
/* line 342, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-blue:visited {
  color: white;
}
/* line 345, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-clickable-blue:focus, .btn-clickable-blue:active:focus {
  outline: none;
  outline-offset: none;
}

/* --- End of Buttons --- */
/* ---MODALS --- */
/* line 356, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

/* line 362, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

/* line 367, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.modal-content {
  width: inherit;
  max-width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}

/* line 375, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.modal-title {
  font-weight: 500;
  color: #e92a8b;
}

/* line 380, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.modal-link {
  color: #e92a8b;
}
/* line 382, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.modal-link:hover {
  text-decoration: underline;
  color: #48416f;
  cursor: pointer;
}

/* --- End of Modals --- */
/* --- TAGS --- */
/* line 392, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-primary:active,
.btn-tag-group .btn-primary.active {
  box-shadow: inset 0 3px 5px rgba(15, 13, 13, 0.473);
  border: 1px solid #750b49;
}
/* line 398, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-ei {
  background-color: #2196f3 !important;
  border-color: #117fd8 !important;
}
/* line 401, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-ei:hover, .btn-tag-group .btn-ei:focus {
  background-color: #117fd8 !important;
  border-color: #0a5ea3 !important;
}
/* line 407, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-ei:active,
.btn-tag-group .btn-ei.active {
  box-shadow: inset 0 3px 5px rgba(15, 13, 13, 0.473);
  border-color: #07487e !important;
}
/* line 412, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-award {
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
/* line 415, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-award:hover, .btn-tag-group .btn-award:focus {
  background-color: #4cae4c !important;
  border-color: #2e812e !important;
}
/* line 421, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-tag-group .btn-award:active,
.btn-tag-group .btn-award.active {
  box-shadow: inset 0 3px 5px rgba(15, 13, 13, 0.473);
  border-color: #1a5e1a !important;
}

/* line 428, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-award {
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
/* line 431, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-award:hover, .btn-award:focus {
  background-color: #4cae4c !important;
  border-color: #2e812e !important;
}

/* line 438, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-ei {
  background-color: #2196f3 !important;
  border-color: #117fd8 !important;
}
/* line 441, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.btn-ei:hover, .btn-ei:focus {
  background-color: #117fd8 !important;
  border-color: #0a5ea3 !important;
}

/* line 448, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
#awards-cite {
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
  margin-top: 30px;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.15em;
  color: #aaaaaa;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 461, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
  #awards-cite {
    font-size: 14px;
  }
}
/* --- End of Tags --- */
/* --- REPORTS (including badge displayed on entity cards) --- */
/* line 468, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.card-report-badge {
  position: absolute;
  top: 5px;
  right: 15px;
}

/* line 474, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.badge-container {
  display: inline-block;
}
/* line 476, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.badge-container:hover {
  text-decoration: none;
}

/* line 481, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.report-badge {
  margin-left: 2px;
  max-height: 50px;
  width: auto;
}

/* line 487, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.report-ribbon {
  display: inline-block;
  position: absolute;
  right: 0;
}
/* line 491, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.report-ribbon .report-badge {
  height: 70px;
  max-height: 70px;
}
@media (max-width: 550px) {
  /* line 491, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
  .report-ribbon .report-badge {
    height: 60px;
    max-height: 60px;
  }
}

/* line 500, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.no-underline {
  text-decoration: none;
}
/* line 502, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
.no-underline:hover,
.no-underline :focus,
.no-underline :active {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 509, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
  .report-ribbon {
    left: 50%;
    right: 0;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  /* line 515, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/variables.scss */
  .report-ribbon {
    right: 2%;
  }
}
/* line 1, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 5, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-hint {
  color: #999;
}

/* line 9, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-menu {
  /* used to be tt-dropdown-menu in older versions */
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 19, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

/* line 24, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #f0008c;
}

/* line 30, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-suggestion p {
  margin: 0;
}

/* line 34, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/typeahead.scss */
.tt-input, .twitter-typeahead {
  width: 100%;
}

/* line 2, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/entity_card.scss */
.company-tile .panel {
  border-bottom: 5px solid #e92a8b;
}
/* line 6, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/entity_card.scss */
.company-tile h2 {
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 300;
}
/* line 13, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/entity_card.scss */
.company-tile p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  color: #999999;
}

/* line 21, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/shared/entity_card.scss */
.entity-card {
  max-width: 340px;
  margin: 0 auto;
}

/* line 4, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.podcast-entry {
  margin-top: 1vh;
  margin-bottom: 1vh;
  border-bottom: 1px solid #e92a8b;
  padding-bottom: 2vh;
}

/* line 10, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.podcast-title {
  color: #e92a8b;
  font-weight: 400;
}

/* line 15, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container {
  color: #434444;
  box-sizing: border-box;
  border-top: 2px solid #f0008c;
  box-shadow: 12px 0 20px -4px rgba(0, 0, 0, 0.1), 0 -10px 0px 0px white, 12px 0 20px -4px rgba(0, 0, 0, 0.1), -12px 0 20px -4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  line-height: 1.6;
  background-color: #fff;
  margin: 3% 1%;
  width: 46%;
  flex: 1;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
}
/* line 29, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container a {
  text-decoration: none !important;
}
/* line 32, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container:hover {
  text-decoration: none;
  color: #434444;
}
/* line 36, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container:hover h3 {
  color: #e92a8b !important;
}
/* line 39, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container .blog-card {
  width: 100%;
  padding: 0;
}
/* line 42, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container .blog-card .blog-card-body {
  padding: 5%;
}
/* line 46, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-card-container h3 {
  font-size: 2.8rem;
  line-height: 1;
  color: #434444;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 400;
}

/* line 56, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
.content-podcast-image {
  max-height: 12em;
  width: auto;
  margin: auto;
  text-align: center;
}

@media (max-width: 580px) {
  /* line 64, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
  .content-podcast-image {
    max-height: 12em;
    width: auto;
    margin: auto;
    text-align: center;
  }

  /* line 71, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
  .content-card-container {
    margin: 1%;
    min-width: 100% !important;
    padding-bottom: 20px;
    margin: 18px auto;
  }
  /* line 76, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
  .content-card-container h3 {
    font-size: 2.3rem;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 400;
  }
  /* line 83, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/content.scss */
  .content-card-container .date_underline {
    margin-left: 30px;
  }
}
/* line 42, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
html {
  height: 100%;
}

/* line 46, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

/* line 52, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
a {
  color: #e92a8b;
}

/* line 56, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
nav {
  flex: 0 0 auto;
}

/* line 60, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.main-content {
  flex: 1 0 auto;
}

/* line 64, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
footer {
  flex: 0 0 auto;
}

/* line 69, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.console_enabled {
  padding-bottom: 148px;
}

/* line 73, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.morecontent span {
  display: none;
}

/* line 76, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.morelink {
  display: block;
}

/* line 79, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.show-inline {
  display: inline !important;
}

/* line 82, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.hide-inline {
  display: none;
}

/* --- HEADER --- */
@media (min-width: 978px) {
  /* line 88, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .menu-left {
    width: 50%;
    max-height: 60px;
    text-align: center;
    padding-right: 110px;
  }
  /* line 93, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .menu-left .header-li-left {
    float: right;
  }

  /* line 97, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .menu-right {
    width: 50%;
    padding-left: 116px;
  }

  /* line 102, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }

  /* line 105, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .split-dropdown-left {
    float: left;
    margin-right: 0 !important;
  }

  /* line 109, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .split-dropdown-right {
    float: right;
    margin-left: 1px !important;
  }
}
/* line 115, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
#dropDownHeader {
  color: #e92a8b;
}
/* line 117, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
#dropDownHeader li {
  color: #e92a8b;
}

@media only screen and (max-width: 977px) {
  /* line 124, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .navbar-nav {
    margin: 0;
    padding: 0;
  }

  /* line 128, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .navbar-nav a {
    text-align: center !important;
  }

  /* line 131, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .menu-left {
    margin-top: 20px !important;
  }

  /* line 134, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .split-dropdown-left {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 141, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .split-dropdown-right {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0 !important;
    margin-left: 50% !important;
    margin-right: auto !important;
    width: 20px !important;
    transform: translateX(58px);
  }

  /* line 151, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .split-dropdown-right.ContentDropdown {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0 !important;
    margin-left: 50% !important;
    margin-right: auto !important;
    width: 20px !important;
    transform: translateX(30px);
  }
}
/* --- End of Header --- */
/* --- FOOTER --- */
/* line 165, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.app-block-footer a {
  color: #fff;
}

@media (min-width: 1200px) {
  /* line 170, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .container.container-footer {
    width: 90%;
  }
}
/* line 175, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.footer-logo-outer {
  height: 54px;
}
/* line 177, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.footer-logo-outer a .img-responsive, .footer-logo-outer a .ffdata-header img, .ffdata-header .footer-logo-outer a img, .footer-logo-outer a .dddata-header img, .dddata-header .footer-logo-outer a img, .footer-logo-outer a .H1data-header img, .H1data-header .footer-logo-outer a img, .footer-logo-outer a .booksale-header img, .booksale-header .footer-logo-outer a img, .footer-logo-outer a .about-us-team img, .about-us-team .footer-logo-outer a img, .footer-logo-outer a .about-us-advisors img, .about-us-advisors .footer-logo-outer a img, .footer-logo-outer a .about-us-block img, .about-us-block .footer-logo-outer a img, .footer-logo-outer a .one-h-m-image-container img, .one-h-m-image-container .footer-logo-outer a img, .footer-logo-outer a .campaign-welcome .welcome-image img, .campaign-welcome .welcome-image .footer-logo-outer a img, .footer-logo-outer a .full-width-image-container img, .full-width-image-container .footer-logo-outer a img {
  max-width: 90%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 189, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.sponsors-row {
  margin-top: 20px;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 195, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .row.sponsor-heading {
    padding: 0;
  }

  /* line 198, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .footer-logo-outer {
    height: 46px;
  }
  /* line 200, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .footer-logo-outer a .img-responsive, .footer-logo-outer a .ffdata-header img, .ffdata-header .footer-logo-outer a img, .footer-logo-outer a .dddata-header img, .dddata-header .footer-logo-outer a img, .footer-logo-outer a .H1data-header img, .H1data-header .footer-logo-outer a img, .footer-logo-outer a .booksale-header img, .booksale-header .footer-logo-outer a img, .footer-logo-outer a .about-us-team img, .about-us-team .footer-logo-outer a img, .footer-logo-outer a .about-us-advisors img, .about-us-advisors .footer-logo-outer a img, .footer-logo-outer a .about-us-block img, .about-us-block .footer-logo-outer a img, .footer-logo-outer a .one-h-m-image-container img, .one-h-m-image-container .footer-logo-outer a img, .footer-logo-outer a .campaign-welcome .welcome-image img, .campaign-welcome .welcome-image .footer-logo-outer a img, .footer-logo-outer a .full-width-image-container img, .full-width-image-container .footer-logo-outer a img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 206, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .sponsors-row {
    margin-top: 22px;
    margin-bottom: 0;
  }

  /* line 210, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .app-block-footer {
    text-align: center;
  }

  /* line 213, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .footer-logo-outer {
    height: 40px;
    margin-bottom: 15px;
  }
  /* line 216, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .footer-logo-outer a .img-responsive, .footer-logo-outer a .ffdata-header img, .ffdata-header .footer-logo-outer a img, .footer-logo-outer a .dddata-header img, .dddata-header .footer-logo-outer a img, .footer-logo-outer a .H1data-header img, .H1data-header .footer-logo-outer a img, .footer-logo-outer a .booksale-header img, .booksale-header .footer-logo-outer a img, .footer-logo-outer a .about-us-team img, .about-us-team .footer-logo-outer a img, .footer-logo-outer a .about-us-advisors img, .about-us-advisors .footer-logo-outer a img, .footer-logo-outer a .about-us-block img, .about-us-block .footer-logo-outer a img, .footer-logo-outer a .one-h-m-image-container img, .one-h-m-image-container .footer-logo-outer a img, .footer-logo-outer a .campaign-welcome .welcome-image img, .campaign-welcome .welcome-image .footer-logo-outer a img, .footer-logo-outer a .full-width-image-container img, .full-width-image-container .footer-logo-outer a img {
    max-width: 75%;
  }
}
/* --- FF DATA --- */
/* line 224, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ffdata-header {
  padding: 2% 10%;
  text-align: center;
}
/* line 227, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ffdata-header img {
  width: 250px;
  margin: auto;
}

/* line 234, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.dddata-header {
  padding: 2% 10%;
  text-align: center;
}
/* line 237, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.dddata-header img {
  margin: auto;
}

/* line 244, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
h2.center {
  text-align: center;
  font-weight: 500;
  font-size: 3.5rem;
  color: #e92a8b;
}

/* --- FF DATA --- */
/* line 252, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.H1data-header {
  padding: 2% 1%;
  text-align: center;
}
/* line 255, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.H1data-header img {
  width: 100%;
  margin: auto;
}

/* --- BOOKSALE --- */
/* line 263, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.booksale-header {
  text-align: center;
}
/* line 266, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.booksale-header img {
  width: 100%;
  margin: auto;
}

/* line 273, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.booksale-text {
  font-size: 1.8rem;
}

/* --- ABOUT US PAGE --- */
/* line 278, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-team {
  padding: 2% 10%;
  text-align: center;
}
/* line 282, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-team .team-member-card:hover {
  text-decoration: none !important;
}
/* line 284, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-team .team-member-card:hover img {
  opacity: 0.8;
}
/* line 289, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-team img {
  width: 200px;
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 50%;
}
/* line 297, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-team h4 {
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 2.2rem;
}

/* line 304, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.full-width {
  padding: 0 !important;
  width: 100% !important;
}

/* line 309, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-advisors {
  padding: 0;
  margin: 0;
  text-align: center;
}
/* line 313, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-advisors .advisor-card {
  display: inline-block;
  width: 18%;
  padding: 1%;
  vertical-align: top;
}
/* line 318, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-advisors .advisor-card:hover {
  text-decoration: none !important;
}
/* line 320, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-advisors .advisor-card:hover img {
  opacity: 0.8;
}
/* line 325, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-advisors img {
  width: 300px;
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 50%;
}
/* line 333, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-advisors h4 {
  font-size: 1.9rem;
  margin-bottom: 0;
  font-weight: 400;
}
/* line 338, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-advisors p {
  text-transform: uppercase;
  color: black;
  font-weight: 400;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  /* line 349, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .about-us-advisors .advisor-card {
    margin: auto;
    width: 32%;
  }
  /* line 353, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .about-us-advisors h4 {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
  /* line 357, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .about-us-advisors p {
    font-size: 1rem;
    line-height: 1.1rem;
    flex-wrap: wrap;
  }

  /* line 364, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .team-member-card h4 {
    font-size: 1.4rem;
  }

  /* line 368, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .about-us-team {
    padding: 2% 5%;
  }
}
/* line 373, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-block {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 376, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-block img {
  width: 180px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 385, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.about-us-block h4 {
  font-weight: 500;
}

/* line 390, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.flex {
  display: flex;
}

/* line 394, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.flex-row {
  display: flex;
  flex-flow: row wrap;
}

/* line 399, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.flex-column {
  display: flex;
  flex-direction: column;
}

/* --- End of About Us --- */
/* --- Services Page --- */
/* line 406, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.long-page-title {
  margin-top: 0;
  font-size: 3.5rem;
  color: #e92a8b;
  line-height: 4rem;
  font-weight: 500;
  margin-bottom: 8px;
}

/* line 415, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.services-infographic {
  margin-top: -20px;
}
/* line 417, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.services-infographic img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 427, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.services-clients {
  width: 100%;
  padding: 0 2px;
  display: flex;
  flex-direction: column;
  background-color: white;
  position: relative;
  z-index: 2;
}
/* line 435, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.services-clients .equal {
  margin-bottom: 14px;
}
/* line 438, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.services-clients .client-image-container {
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
}
/* line 443, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.services-clients a > img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 72px;
  height: auto;
  width: auto;
  max-width: 100%;
}

/* line 454, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.what-we-do-header {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

/* line 460, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.p-b-l {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  color: #4a4a4a;
}

@media (max-width: 768px) {
  /* line 469, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .services-infographic {
    margin-top: 2px;
  }
}
@media (max-width: 880px) and (min-width: 471px) {
  /* line 475, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .long-page-title {
    font-size: 2.8rem;
    line-height: 3.1rem;
  }

  /* line 480, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .services-clients a > img {
    max-height: 48px;
  }
}
@media (max-width: 470px) {
  /* line 486, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .long-page-title {
    font-size: 2.4rem;
    line-height: 2.7rem;
  }

  /* line 491, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .services-clients a > img {
    max-height: 36px;
  }
}
/* --- End of Services Page --- */
/* --- 100M Campaign Page --- */
/* line 499, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.one-h-m-header {
  line-height: 110px;
}

/* line 503, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.lower-panel-shadow-blog {
  width: 100% !important;
  box-shadow: 0 -12px 0px 0px white, 12px 0 40px -4px rgba(0, 0, 0, 0.2), -12px 0 40px -4px rgba(0, 0, 0, 0.2);
  padding-bottom: 5%;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
}

/* line 513, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.welcome-header {
  color: #f0008c;
  font-weight: 300;
}

/* line 518, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.one-h-m-image-container {
  text-align: center;
  margin: 0;
  margin-top: -60px;
}
/* line 522, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.one-h-m-image-container img {
  width: 60%;
  margin: auto;
}

/* line 529, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.campaign-welcome {
  padding: 0;
  margin: 0;
}
/* line 533, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.campaign-welcome .welcome-image img {
  width: 120px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 50%;
}
/* line 540, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.campaign-welcome .welcome-image h4 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin-bottom: 4px;
}
/* line 547, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.campaign-welcome .campaign-welcome-text {
  padding: 1% 3% 1% 3%;
}

/* line 552, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.campaign-social-media {
  text-align: center;
}
/* line 554, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.campaign-social-media .social-share-button > .ssb-icon {
  background-size: 3rem 3rem;
  height: 3rem;
  width: 3rem;
  margin-right: 5px;
  border-radius: 50%;
}

/* line 563, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.full-width-image-container {
  margin: 8px 0;
  margin-bottom: 20px;
  padding: 0;
}
/* line 567, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.full-width-image-container img {
  width: 100%;
  margin: auto;
}

/* line 574, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
#CampaignCarousel {
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 20px;
}
/* line 578, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
#CampaignCarousel .carousel-indicators {
  bottom: 0;
}

/* line 584, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.one-h-m-campaign-h1 img {
  width: 100%;
  height: auto;
}

/* line 590, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.showcase-container {
  margin-bottom: 20px;
}
/* line 592, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.showcase-container .showcase-image-container {
  position: relative;
  text-align: center;
}
/* line 595, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.showcase-container .showcase-image-container .showcase-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 100%;
}
/* line 601, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.showcase-container .showcase-image-container .showcase-text h1 {
  font-size: 40px;
}
/* line 604, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.showcase-container .showcase-image-container .showcase-text p {
  font-size: 16px;
  color: black;
  font-weight: 350;
}

/* line 613, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.video-container {
  background-color: #e8f5f9;
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
  padding-bottom: 40px;
  margin-bottom: 0;
}
/* line 620, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.video-container .video-image {
  background-color: white;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  padding: 40px;
  margin: -40px;
  padding-left: 100px;
  margin-left: -100px;
}
/* line 628, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.video-container .video-image img {
  border-radius: 50%;
}
/* line 632, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.video-container .video-text {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 16%;
  padding-right: 12%;
}
/* line 641, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.video-container .video-text img {
  height: 50px;
  width: auto;
}
/* line 645, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.video-container .video-text a > img {
  height: 30px;
  width: auto;
}
/* line 649, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.video-container .video-text p {
  margin-top: 20px;
  text-align: center;
}

/* line 655, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ff-video-sponsor {
  background-color: #e8f5f9;
  padding: 0 2% 4% 2%;
}
/* line 658, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ff-video-sponsor h1 {
  margin-top: 0;
  font-size: 32px;
}
/* line 662, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ff-video-sponsor img {
  max-width: 60%;
  height: auto;
}

/* line 668, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ff-campaign-blog-container {
  margin-bottom: 20px;
  margin-top: 30px;
}
/* line 671, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ff-campaign-blog-container .ff-blog-header {
  display: flex;
  padding: 0;
}
/* line 674, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ff-campaign-blog-container .ff-blog-header .blog-img-container {
  display: inline-block;
  background-color: #e8f5f9;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  height: 60px;
}
/* line 681, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ff-campaign-blog-container .ff-blog-header .blog-img-container h3 {
  display: inline-block;
  color: #f0008c;
  font-weight: 300;
  margin: 0;
  margin-left: 14px;
  line-height: 60px;
}
/* line 689, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ff-campaign-blog-container .ff-blog-header .blog-img-container img {
  display: inline-block;
  position: relative;
  height: 74px;
  width: auto;
  margin: 0;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  margin-top: -6px;
  margin-left: 8px;
}
/* line 703, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ff-campaign-blog-container .ff-blog-header h1 {
  display: inline-block;
  position: relative;
  margin: 0;
  line-height: 60px;
  padding: 0;
  margin-left: 20px;
  font-size: 34px;
}
/* line 713, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ff-campaign-blog-container p {
  padding-left: 12%;
  padding-right: 12%;
  text-align: center;
}
/* line 718, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ff-campaign-blog-container a:hover {
  text-decoration: none !important;
}

/* line 723, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.page-header-footer {
  padding-bottom: 0;
  margin: 0 0;
  background-color: #e92a8b;
  text-align: center;
  height: 110px;
  clear: left;
}
/* line 730, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.page-header-footer a {
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  line-height: 110px;
}
/* line 735, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.page-header-footer a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 743, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .one-h-m-header {
    line-height: 80px;
    font-size: 36px;
  }

  /* line 747, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .lower-panel-shadow-blog {
    box-shadow: none;
  }

  /* line 750, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .welcome-header {
    text-align: center;
    font-size: 30px;
  }

  /* line 754, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  #CampaignCarousel {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 757, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  #CampaignCarousel .carousel-indicators {
    bottom: 0;
  }

  /* line 762, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .campaign-welcome .welcome-image {
    text-align: center;
  }
  /* line 764, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .campaign-welcome .welcome-image img {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 768, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .campaign-welcome .welcome-image .date_underline {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 773, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .campaign-welcome .campaign-welcome-text {
    text-align: justify;
  }

  /* line 778, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .video-container {
    overflow: visible;
    padding-bottom: 0;
  }
  /* line 781, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .video-container .video-image {
    height: 90px;
    background-color: white;
    border-radius: 0;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
  }
  /* line 788, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .video-container .video-image img {
    background-color: white;
    height: 180px;
    padding: 12px;
    width: auto;
    z-index: 10;
    position: relative;
  }
  /* line 797, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .video-container .video-text {
    padding-top: 90px;
    text-align: center;
    background-color: #e8f5f9;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 2%;
  }
  /* line 804, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .video-container .video-text img {
    height: 40px;
    width: auto;
    margin-top: 10px;
  }

  /* line 813, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .ff-video-sponsor h1 {
    margin-top: 0;
    font-size: 20px;
  }

  /* line 819, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .page-header-footer {
    height: 80px;
  }
  /* line 821, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .page-header-footer a {
    font-size: 30px;
    line-height: 80px;
  }
}
@media (max-width: 920px) and (min-width: 691px) {
  /* line 829, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .page-header-footer {
    height: 80px;
  }
  /* line 831, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .page-header-footer a {
    font-size: 30px;
    line-height: 80px;
  }
}
@media (max-width: 690px) and (min-width: 541px) {
  /* line 839, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .page-header-footer {
    height: 70px;
  }
  /* line 841, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .page-header-footer a {
    font-size: 24px;
    line-height: 70px;
  }
}
@media (max-width: 540px) {
  /* line 849, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .page-header-footer {
    height: 60px;
  }
  /* line 851, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .page-header-footer a {
    font-size: 16px;
    line-height: 60px;
  }
}
@media (max-width: 625px) and (min-width: 470px) {
  /* line 861, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .showcase-container .showcase-image-container .showcase-text {
    transform: translate(-50%, -55%);
  }
  /* line 863, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .showcase-container .showcase-image-container .showcase-text h1 {
    font-size: 30px;
  }
  /* line 866, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .showcase-container .showcase-image-container .showcase-text p {
    line-height: 17px;
    font-size: 16px;
    color: black;
    font-weight: 400;
  }

  /* line 876, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .ff-campaign-blog-container {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  /* line 880, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .ff-campaign-blog-container .ff-blog-header .blog-img-container {
    height: 40px;
  }
  /* line 882, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .ff-campaign-blog-container .ff-blog-header .blog-img-container h3 {
    line-height: 40px;
    font-size: 16px;
    margin-left: 1px;
  }
  /* line 887, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .ff-campaign-blog-container .ff-blog-header .blog-img-container img {
    padding: 2.5px;
    height: 46px;
    margin-top: -6px;
    margin-left: 4px;
  }
  /* line 895, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .ff-campaign-blog-container .ff-blog-header h1 {
    line-height: 40px;
    font-size: 28px;
    margin-left: 1px;
  }
  /* line 901, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .ff-campaign-blog-container p {
    padding-left: 12%;
    padding-right: 12%;
    text-align: center;
  }
}
@media (max-width: 469px) {
  /* line 912, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .showcase-container .showcase-image-container .showcase-text {
    transform: translate(-50%, -60%);
  }
  /* line 914, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .showcase-container .showcase-image-container .showcase-text h1 {
    font-size: 20px;
    line-height: 21px;
  }
  /* line 918, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .showcase-container .showcase-image-container .showcase-text p {
    line-height: 15px;
    font-size: 14px;
    color: black;
    font-weight: 400;
  }

  /* line 928, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .ff-campaign-blog-container {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  /* line 932, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .ff-campaign-blog-container .ff-blog-header .blog-img-container {
    height: 40px;
  }
  /* line 934, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .ff-campaign-blog-container .ff-blog-header .blog-img-container h3 {
    line-height: 40px;
    font-size: 16px;
    margin-left: 1px;
  }
  /* line 939, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .ff-campaign-blog-container .ff-blog-header .blog-img-container img {
    padding: 2.5px;
    height: 46px;
    margin-top: -6px;
    margin-left: 4px;
  }
  /* line 947, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .ff-campaign-blog-container .ff-blog-header h1 {
    line-height: 40px;
    font-size: 20px;
    margin-left: 1px;
  }
  /* line 953, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .ff-campaign-blog-container p {
    padding-left: 12%;
    padding-right: 12%;
    text-align: center;
  }
}
/* --- End of 100M Campaign Page --- */
/* --- MISCELLANEOUS --- */
/* line 967, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.social-share-button .ssb-icon {
  background-size: 4rem 4rem;
  height: 4rem;
  width: 4rem;
  margin-right: 5px;
  border-radius: 50%;
}
/* line 974, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.social-share-button .ssb-twitter {
  background-image: url(/assets/icons/twitter-9541f7fa0fa0e1faac96b76801f8f250d5a4dbe1499b0f58aa354ad94330f4f5.png);
}
/* line 977, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.social-share-button .ssb-facebook {
  background-image: url(/assets/icons/facebook-74f8d3efde7e2d367f26ef704d7ce003f0a5fae24fc65382379b57684aa2612d.png);
}
/* line 980, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.social-share-button .ssb-linkedin {
  background-image: url(/assets/icons/linkedin-76ada5efeffbb8364d2edbbbd6863aba92693c7bb1ea5defbdecdc4390bd4d13.png);
}

/* line 986, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #e92a8b;
  border-color: #e92a8b;
}

/* line 996, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000;
}

/* line 1003, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.pagination > li > a,
.pagination > li > span {
  color: #000;
}

/* line 1007, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.ui-select-bootstrap .ui-select-choices-row.active > a {
  background-color: #e92a8b;
}

/* line 1012, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  border-bottom: 4px solid black;
  padding-bottom: 4px;
  font-weight: 400 !important;
}

/* line 1021, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.active-dropdown {
  color: #000 !important;
}

@media (max-width: 977px) {
  /* line 1026, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .navbar-header {
    float: none;
  }

  /* line 1029, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 1032, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 1036, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 1039, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 1042, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  /* line 1046, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .navbar-nav > li {
    float: none;
  }

  /* line 1049, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 1053, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    width: auto;
    float: none !important;
  }
}
@media (max-width: 977px) {
  /* line 1071, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    border-bottom: none;
  }
}
/* line 1080, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
form input[type="number"]::-webkit-outer-spin-button,
form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 1087, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  body {
    width: 1px;
    min-width: 100%;
    *width: 100%;
  }

  /* line 1092, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  #stage {
    height: 1px;
    overflow: auto;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
}
/* line 1100, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.glass-overlay {
  height: 100%;
  width: 100%;
  background: inherit;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 3000px rgba(255, 255, 255, 0.158);
  filter: blur(2px);
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
  cursor: pointer;
}

/* line 1113, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.glass-overlay-login {
  height: 300px;
  min-width: 30%;
  max-width: 600px;
  background-color: white;
  border-radius: 16px;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  padding: 2% 4%;
  border: 2px solid #f0008c;
}
/* line 1130, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.glass-overlay-login h1 {
  margin-top: 0;
}
/* line 1133, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.glass-overlay-login .form-group input {
  background-color: #faffbd !important;
}
/* line 1136, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
.glass-overlay-login .btn {
  min-width: 80%;
}

@media (max-width: 600px) {
  /* line 1142, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .glass-overlay-login {
    max-width: 80%;
    padding: 4% 6%;
  }
  /* line 1145, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .glass-overlay-login h1 {
    font-size: 28px;
  }
  /* line 1148, /mnt/c/repos/techireland/techireland-web/app/assets/stylesheets/application.scss */
  .glass-overlay-login .btn {
    margin-bottom: 16px;
    width: 100%;
  }
}
/* --- End of Miscellaneous --- */
