@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* Set Bourbon Neat outer container max width */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
    Name: Mixins
    Description: Utility mixins (Split into individual files if functionality starts to cover multiple concerns)
*/
/*
    Helps line up elements (like .button) to site above baseline
*/
/*
    Name: Mixins
    Description: Utility mixins (Split into individual files if functionality starts to cover multiple concerns)
*/
/*
    Helps line up elements (like .button) to site above baseline
*/
body {
  font-family: "Trebuchet MS";
  background: #e3e8f3;
}
@media print {
  body {
    background-color: #fff;
  }
}

a,
.link {
  cursor: pointer;
  color: #124270;
  text-decoration: none;
}
a:hover,
.link:hover {
  color: #04556E;
}

.is-good {
  color: #73bdaa;
}

.is-bad {
  color: #db473d;
}

.center {
  margin: 0 auto;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fillWidth {
  width: 100%;
  border-collapse: separate;
}

.guttered {
  box-sizing: border-box;
  /* Won't work in IE 7 and below */
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/*
    Name: Mixins
    Description: Utility mixins (Split into individual files if functionality starts to cover multiple concerns)
*/
/*
    Helps line up elements (like .button) to site above baseline
*/
.spaceBottom {
  margin-bottom: 1.25em;
}

.spaceTop {
  margin-top: 2.4375em;
}

.page-header {
  padding-top: 2.4375em;
  padding-bottom: 2.4375em;
}
.page-header .page-header-authStatus {
  text-align: center;
}
@media screen and (min-width: 801px) {
  .page-header .page-header-authStatus {
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  .page-header .page-header-authStatus {
    margin-top: 2.4375em;
  }
}
@media screen and (min-width: 481px) {
  .page-header {
    max-width: 167.8125em;
    margin-left: auto;
    margin-right: auto;
  }
  .page-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .page-header .page-header-title {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .page-header .page-header-title:last-child {
    margin-right: 0;
  }
  .page-header .page-header-authStatus {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    vertical-align: middle;
  }
  .page-header .page-header-authStatus:last-child {
    margin-right: 0;
  }
}

/* not sure about above - page header seems to be being removed from the design */
.page-header .page-mainTitle {
  float: left;
}
.page-header .authStatus {
  float: right;
}

.page--alternative .page-header {
  text-align: center;
}
@media screen and (min-width: 801px) {
  .page--alternative .page-header .page-header-title {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .page--alternative .page-header .page-header-title:last-child {
    margin-right: 0;
  }
}

.page-mainTitle {
  font-family: "Trebuchet MS";
  font-size: 2.125rem;
  line-height: 1.9647555593rem;
  font-weight: 700;
  color: #124270;
}
@media screen and (max-width: 1024px) {
  .page-mainTitle {
    text-align: center;
  }
}

.page-subTitle {
  font-family: "Trebuchet MS";
  font-size: 2.125rem;
  line-height: 3.4383222288rem;
  color: #124270;
}

.page-level3Title {
  font-family: "Trebuchet MS";
  font-size: 1.0625rem;
  line-height: 1.7191611144rem;
}

.page-content {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  color: #04556E;
}

.sectionBlock {
  position: relative;
  width: 100%;
  margin: 0 auto;
  clear: both;
  max-width: 95%;
}
.sectionBlock:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .sectionBlock {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.accordion-tabs {
  line-height: 1.5;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 1.125em;
}
.accordion-tabs:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 40em) {
  .accordion-tabs {
    border: 1px solid #04556E;
    border-radius: 10px;
  }
}
.accordion-tabs.has-dropdown {
  overflow: visible;
}
.accordion-tabs .tab-header, .accordion-tabs .tab-header-and-content {
  list-style: none;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-header, .accordion-tabs .tab-header-and-content {
    display: inline;
  }
}
.accordion-tabs .tab-header:first-child .tab-link, .accordion-tabs .tab-header-and-content:first-child .tab-link {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 40em) {
  .accordion-tabs .tab-header:first-child .tab-link, .accordion-tabs .tab-header-and-content:first-child .tab-link {
    border-top: 0;
  }
}
@media screen and (max-width: 40em) {
  .accordion-tabs .tab-header:last-child .tab-link, .accordion-tabs .tab-header-and-content:last-child .tab-link {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.accordion-tabs .tab-link {
  background-color: #e3e8f3;
  border: 1px solid #04556E;
  border-bottom: 0;
  color: #666666;
  display: block;
  font-weight: bold;
  padding: 0.5em 0.809em;
  text-decoration: none;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
  }
}
.accordion-tabs .tab-link:hover {
  color: #04556E;
}
.accordion-tabs .tab-link:focus {
  outline: none;
}
.accordion-tabs .tab-link span {
  font-size: 0.7rem;
  opacity: 0.9;
}
.accordion-tabs .tab-link.pre-activity:before {
  font-family: "font-awesome";
  content: "\f0ea";
  display: inline-block;
  color: #ffae00;
  margin-right: 10px;
  font-weight: normal;
}
.accordion-tabs .tab-link.delivery-activity:before {
  font-family: "font-awesome";
  content: "\f0c0";
  display: inline-block;
  color: #73bdaa;
  margin-right: 10px;
  font-weight: normal;
}
.accordion-tabs .tab-link.post-activity:before {
  font-family: "font-awesome";
  content: "\f15c";
  display: inline-block;
  margin-right: 10px;
  color: #db473d;
  font-weight: normal;
}
.accordion-tabs .tab-link.is-active {
  background-color: #04556E;
  color: #FFFFFF;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-link.is-active {
    background-color: #04556E;
    border: 1px solid #04556E;
    border-bottom-color: #04556E;
    margin-bottom: -1px;
  }
}
.accordion-tabs .tab-link.is-active:before {
  color: #FFFFFF;
}
.accordion-tabs .dropdown-tabs {
  position: relative;
}
.accordion-tabs .dropdown-tabs > .tab-link {
  z-index: 99;
  position: relative;
}
.accordion-tabs .dropdown-tabs > .tab-link:after {
  font-family: "font-awesome";
  content: "\f0dd";
  display: inline-block;
  margin-left: 10px;
  color: #a94442;
  font-weight: normal;
}
.accordion-tabs .dropdown-tabs ul.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  border: 1px solid #507ba5;
  max-height: 50vh;
  overflow-y: auto;
  transform: translateY(-1px);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.accordion-tabs .dropdown-tabs ul.dropdown-menu ::-webkit-scrollbar {
  width: 10px;
}
.accordion-tabs .dropdown-tabs ul.dropdown-menu ::-webkit-scrollbar-track {
  background: #d8e1e8;
}
.accordion-tabs .dropdown-tabs ul.dropdown-menu ::-webkit-scrollbar-thumb {
  background: #507ba5;
}
.accordion-tabs .dropdown-tabs ul.dropdown-menu ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.accordion-tabs .dropdown-tabs ul.dropdown-menu li.tab-header {
  display: block;
  border: 0;
  width: auto;
}
.accordion-tabs .dropdown-tabs ul.dropdown-menu .tab-link {
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0.25em 0.8em;
  width: auto;
}
.accordion-tabs .dropdown-tabs.show ul.dropdown-menu {
  display: block;
}
.accordion-tabs .tab-content {
  background: #e3e8f3;
  display: none;
  padding: 1em;
  width: 100%;
  overflow: visible;
  white-space: normal;
  border-radius: 1.125em;
}
@media screen and (min-width: 40em) {
  .accordion-tabs .tab-content {
    border: 1px solid #04556E;
    border-radius: 1.125em;
    float: left;
  }
}
.accordion-tabs .tab-content.white {
  background-color: #FFFFFF;
}

.accordion-pages {
  margin-bottom: 1em;
}
.accordion-pages:after {
  content: "";
  display: table;
  clear: both;
}
.accordion-pages .tab-content {
  background: #e3e8f3;
  display: none;
  padding: 1em;
  width: 100%;
  overflow: visible;
  white-space: normal;
}
@media screen and (min-width: 40em) {
  .accordion-pages .tab-content {
    border: 1px solid #04556E;
    border-bottom-left-radius: 1.125em;
    border-bottom-right-radius: 1.125em;
    border-top-right-radius: 1.125em;
    border-top-left-radius: 1.125em;
    float: left;
  }
}
.accordion-pages .tab-content.white {
  background-color: #FFFFFF;
}

.scrolling-tabs-holder {
  overflow: hidden;
  position: relative;
}
.scrolling-tabs-holder .accordion-tabs {
  overflow: visible;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.scrolling-tabs-holder.active {
  padding-left: 31px;
  padding-right: 31px;
}
.scrolling-tabs-holder.active .scroll-left, .scrolling-tabs-holder.active .scroll-right {
  display: inline-block;
  background-color: #e3e8f3;
  color: #666666;
  font-weight: normal;
  text-align: center;
  position: absolute;
  width: 30px;
  top: 0;
  bottom: 0;
  line-height: 43px;
  cursor: pointer;
}
.scrolling-tabs-holder.active .scroll-left:before, .scrolling-tabs-holder.active .scroll-right:before {
  font-family: "font-awesome";
  content: "\f0da";
}
.scrolling-tabs-holder.active .scroll-left:hover, .scrolling-tabs-holder.active .scroll-right:hover {
  color: #FFFFFF;
}
.scrolling-tabs-holder.active .scroll-left {
  left: 0;
}
.scrolling-tabs-holder.active .scroll-left:before {
  content: "\f0d9";
}
.scrolling-tabs-holder.active .scroll-right {
  right: 0;
}
.scrolling-tabs-holder.active .scroll-right:before {
  content: "\f0da";
}

.spaceBottom {
  margin-bottom: 1.25em;
}

.spaceTop {
  margin-top: 2.4375em;
}

.unit-block {
  display: inline-block;
  border-radius: 0.3125em;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .unit-block {
    width: 100%;
  }
}
.unit-block:after {
  content: "";
  display: table;
  clear: both;
}

.unit-block-item1,
.unit-block-item2,
.unit-block-item3 {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .unit-block-item1,
.unit-block-item2,
.unit-block-item3 {
    text-align: center;
  }
}

@media screen and (min-width: 801px) {
  .unit-block--halfAndHalf {
    max-width: 167.8125em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .unit-block--halfAndHalf:after {
    content: "";
    display: table;
    clear: both;
  }
  .unit-block--halfAndHalf .unit-block-item1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .unit-block--halfAndHalf .unit-block-item1:last-child {
    margin-right: 0;
  }
  .unit-block--halfAndHalf .unit-block-item2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .unit-block--halfAndHalf .unit-block-item2:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 801px) {
  .unit-block--2items {
    max-width: 167.8125em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .unit-block--2items:after {
    content: "";
    display: table;
    clear: both;
  }
  .unit-block--2items .unit-block-item1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
    text-align: left;
  }
  .unit-block--2items .unit-block-item1:last-child {
    margin-right: 0;
  }
  .unit-block--2items .unit-block-item2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    text-align: right;
  }
  .unit-block--2items .unit-block-item2:last-child {
    margin-right: 0;
  }
}

.unit-block--3items:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 801px) {
  .unit-block--3items {
    width: 100%;
  }
  .unit-block--3items .unit-block-item1 {
    display: inline-block;
    width: 30%;
    text-align: left;
    float: left;
  }
  .unit-block--3items .unit-block-item2 {
    display: inline-block;
    width: 40%;
    text-align: center;
    vertical-align: top;
    float: left;
  }
  .unit-block--3items .unit-block-item3 {
    display: inline-block;
    width: 30%;
    text-align: right;
    vertical-align: top;
    float: right;
  }
}

/* Not sure about this one (seems a bit arbitrary) - wider left column */
@media screen and (min-width: 801px) {
  .unit-block--leftMost {
    max-width: 167.8125em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .unit-block--leftMost:after {
    content: "";
    display: table;
    clear: both;
  }
  .unit-block--leftMost .unit-block-item1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 50.953625276%;
  }
  .unit-block--leftMost .unit-block-item1:last-child {
    margin-right: 0;
  }
  .unit-block--leftMost .unit-block-item2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 46.6887231261%;
  }
  .unit-block--leftMost .unit-block-item2:last-child {
    margin-right: 0;
  }
}

/*
 * Name: Utilities
 * Description: Use with caution and use sparingly. Meaningful style should be applied by the component CSS instead but these can
 *              really help in situations of quick design changes, if you're confident that the design will change or one-off styles
 *              that don't fit into the common re-usability of a component.
*/
.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

.va-middle {
  vertical-align: middle;
}

.f-left {
  float: left;
}

.f-right {
  float: right !important;
}

.t-normal {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
}
@media print {
  .t-normal {
    padding: 0;
  }
}

.t-bold {
  font-weight: 700;
}

.t-underline {
  text-decoration: underline;
}

.t-large {
  font-family: "Trebuchet MS";
  font-size: 1.0625rem;
  line-height: 1.7191611144rem;
}
@media print {
  .t-large {
    font-family: "Trebuchet MS";
    font-size: 0.75rem;
    line-height: 1.2135254925rem;
    padding: 0;
  }
}

.t-base {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
}
@media print {
  .t-base {
    font-family: "Trebuchet MS";
    font-size: 0.6875rem;
    line-height: 1.1123983681rem;
  }
}

.t-left {
  text-align: left !important;
}

.t-quiet {
  color: #989a99;
}

.t-small {
  font-family: "Trebuchet MS";
  font-size: 0.6875rem;
  line-height: 1.1123983681rem;
}

.spaceLeft {
  margin-left: 1.25rem;
}

.spaceRight {
  margin-right: 1.25rem;
}

.spaceTop--smaller {
  margin-top: 0.4375rem;
}

.spaceTop--small {
  margin-top: 0.5625rem;
}

.r-spaceBottom {
  margin-bottom: 1.25rem;
}

.alert {
  position: relative;
  border-width: 1px;
  border-style: solid;
  padding: 1.25em;
  margin: 1.25em;
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  -webkit-border-radius: 1.125em;
  -moz-border-radius: 1.125em;
  -ms-border-radius: 1.125em;
  -o-border-radius: 1.125em;
  border-radius: 1.125em;
}
.alert .alert-clear {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  text-transform: uppercase;
  cursor: pointer;
}
.alert .alert-clear:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
}

.alert--failure {
  color: #db473d;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert--information {
  color: #04556E;
  background-color: #e3e8f3;
  border-color: #c0cfdf;
}

.alert--success {
  color: #73bdaa;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert--warning {
  color: #ffae00;
  background-color: white;
  border-color: #ffae00;
}

.authStatus-loggedInAs {
  font-family: "Trebuchet MS";
  font-size: 1.0625rem;
  line-height: 0.0625rem;
  color: #124270;
  margin-right: 1.25em;
}
@media screen and (max-width: 480px) {
  .authStatus-loggedInAs {
    font-family: "Trebuchet MS";
    font-size: 0.8125rem;
    line-height: 0.0625rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .authStatus-loggedInAs {
    line-height: 1.25rem;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 0.5625em;
  }
}

.authStatus-loggedInAs-userName {
  font-weight: 700;
}

.box {
  background-color: #FFFFFF;
  min-height: 340px;
  border-radius: 1.125em;
  overflow: hidden;
}
.box:after {
  content: "";
  display: table;
  clear: both;
}

.box--withBorder {
  border: solid #04556E 1px;
}

.box-header {
  background-color: #04556E;
}

.box-header-aux--text {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  color: #FFFFFF;
  margin-top: 0.5323263084rem;
}

.box-header-aux--buttons {
  margin-top: 0.3135763084rem;
  margin-bottom: 0.3135763084rem;
}

.box-header-text {
  font-family: "Trebuchet MS";
  font-size: 1.0625rem;
  line-height: 2.5787416716rem;
  font-style: italic;
  color: #FFFFFF;
}

.box-content {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.box-content p {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
}
.box-content strong {
  font-weight: bold;
}

/*
    Component: .button
    Description: Standard Button
*/
.button {
  border: 1px solid #FFFFFF;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  min-width: 75px;
  background-color: #04556E;
  color: #FFFFFF;
  padding: 0.4375em 1.5em;
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  -webkit-border-radius: 1.125em;
  -moz-border-radius: 1.125em;
  -ms-border-radius: 1.125em;
  -o-border-radius: 1.125em;
  border-radius: 1.125em;
}
.button.no-width {
  min-width: 0;
}
.button.is-active, .button:hover {
  color: #FFFFFF;
  background-color: #73bdaa;
}
.button.is-disabled, .button.is-disabled:hover {
  cursor: auto;
  background-color: #CCCCCC;
  color: #777777;
  text-shadow: 0px 1px 0px #ffffff;
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .button {
    padding: 0.65625em 4.5em;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .button {
    padding: 0.65625em 4.5em;
  }
}
@media screen and (max-width: 480px) {
  .button {
    padding: 0.875em 6em;
  }
}
.button.pull-right {
  float: right;
}
.button.is-bad {
  background-color: #db473d !important;
}
.button.is-cancel {
  background-color: #666666 !important;
}
.button.is-delete {
  background-color: #db473d;
}
.button.is-delete.small {
  text-indent: -500px;
  overflow: hidden;
  min-width: 32px;
  position: relative;
  top: 12px;
  margin-top: -12px;
  margin-right: 5px;
}
.button.is-delete.small:before {
  position: absolute;
  font-family: "font-awesome";
  content: "\f1f8";
  display: inline-block;
  margin-right: 10px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 1.3em;
  position: absolute;
  left: 11px;
  top: 5px;
  text-indent: 0;
}
.button.is-copy {
  background-color: #73bdaa;
}
.button.is-copy.small {
  text-indent: -500px;
  overflow: hidden;
  min-width: 32px;
  position: relative;
  top: 12px;
  margin-top: -12px;
  margin-right: 5px;
}
.button.is-copy.small:before {
  position: absolute;
  font-family: "font-awesome";
  content: "\f24d";
  display: inline-block;
  margin-right: 10px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 1.3em;
  position: absolute;
  left: 11px;
  top: 5px;
  text-indent: 0;
}
.button.info {
  background-color: #03a9f4;
}
.button.info.small {
  text-indent: -500px;
  overflow: hidden;
  min-width: 32px;
  position: relative;
  top: 12px;
  margin-top: -12px;
  margin-right: 5px;
}
.button.info.small:before {
  position: absolute;
  font-family: "font-awesome";
  content: "\f05a";
  display: inline-block;
  margin-right: 10px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 1.3em;
  position: absolute;
  left: 11px;
  top: 5px;
  text-indent: 0;
}
.button.is-add {
  position: relative;
  background-color: #73bdaa;
  padding-left: 30px;
}
.button.is-add:before {
  position: absolute;
  font-family: "font-awesome";
  content: "\f055";
  display: inline-block;
  margin-right: 10px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 1.3em;
  position: absolute;
  left: 11px;
  top: 5px;
  text-indent: 0;
}
.button.excel {
  background-color: #73bdaa;
}
.button.excel:before {
  font-family: "font-awesome";
  content: "\f1c3";
  display: inline-block;
  margin-right: 10px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 1.3em;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.button--medium {
  min-width: 6.1875em;
}

.button--small {
  min-width: 2.3125em;
}

.button-narrow {
  padding: 0.125em 1.5em;
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .button-narrow {
    padding: 0.1875em 4.5em;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .button-narrow {
    padding: 0.1875em 4.5em;
  }
}
@media screen and (max-width: 480px) {
  .button-narrow {
    padding: 0.25em 6em;
  }
}

/* Dialog */
.dialog {
  width: 40%;
  background-color: #FFF;
  margin: 0 auto;
  position: absolute;
  display: none;
  border-radius: 1.125em;
}

.dialog-closeButton {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 35px;
  background: #FFF;
  border: solid #507ba6 3px;
  color: red;
  cursor: pointer;
  line-height: 1.15em;
}
.dialog-closeButton:after {
  content: "x";
  vertical-align: middle;
  font-family: "Trebuchet MS";
  font-size: 1.375rem;
  line-height: 2.2247967363rem;
  font-weight: 700;
  line-height: 1.115em;
  margin-left: 0;
}

.dialog-header {
  color: #FFFFFF;
  font-style: italic;
  background-color: #04556E;
  padding: 1.25em 1.25em;
  margin-bottom: 1.25em;
  border-radius: 1.125em 1.125em 0 0;
}

.dialog-content {
  margin: 0 auto;
  width: 90%;
  max-height: 75vh;
  overflow-y: auto;
}
.dialog-content .box {
  min-height: 100px;
}

.dialog--narrow {
  width: 25%;
}
.dialog--wide {
  width: 56.5%;
  min-width: 1090px;
}
.dialog--wide > .dialog-content {
  width: 99%;
}

.dialog--full {
  width: 98%;
  min-width: 90vw;
}
.dialog--full > .dialog-content {
  width: 99%;
  max-height: 90vh;
}

.headerBar {
  background: -webkit-linear-gradient(#db473d, #db473d) top repeat;
  background: linear-gradient(#db473d, #db473d) top repeat;
  color: #FFFFFF;
}

.headerBar-item {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.headerBar-link {
  color: #FFFFFF;
}
.headerBar-link:hover {
  color: #989a99;
}

@media screen and (max-width: 800px) {
  .inlineList {
    text-align: center;
  }
}

.inlineList-item {
  vertical-align: top;
  display: inline-block;
  margin-right: 1.125em;
  margin-bottom: 1.125em;
}
.inlineList-item:last-child {
  margin-right: 0;
}
.inlineList-item select {
  min-width: 0;
}

.inlineList--small .inlineList-item {
  margin-right: 0.5625em;
  margin-bottom: 0.5625em;
}

.inlineList--large .inlineList-item {
  margin-right: 3.125em;
  margin-bottom: 3.125em;
}

@media screen and (max-width: 480px) {
  .inlineList--singleLine {
    text-align: left;
  }
}

/* If you can guarantee a single line for all the items (think responsive!) then use this to strip any bottom padding from items */
.inlineList--singleLine .inlineList-item {
  margin-bottom: 0;
}

.inlineList-item:last-child {
  margin-right: 0;
}

@font-face {
  font-family: "font-awesome";
  src: url("../../Content/fonts/fontawesome/fontawesome-webfont.eot");
  src: url("../../Content/fonts/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../../Content/fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("../../Content/fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("../../Content/fonts/fontawesome/fontawesome-webfont.svg#font-awesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
    Default size of <textarea>s - Generally they look bad when no dimensions are specified.
    Override these values on individual needs as it's likely the amount text required from user will differ too
*/
/* Form Fields */
/* Inputs */
/* Buttons */
.form {
  /* background-color: $form-backgroundColor; */
}

.form--slim {
  max-width: 35.75rem;
}

.form-field {
  clear: left;
  margin-bottom: 0.4375em;
}
.form-field:after {
  content: "";
  display: table;
  clear: both;
}
.form-field.pull-right {
  float: right;
}
.form-field.pull-left {
  float: left;
}
.form-field div.pull-left {
  float: left;
}
.form-field div.pull-right {
  min-width: 160px;
  float: right;
}
.form-field textarea[data-val=true],
.form-field input[data-val=true],
.form-field select[data-val=true] {
  border-right-color: #db473d;
  border-right-width: 2px;
}
.form-field textarea[data-val=true].not-required,
.form-field input[data-val=true].not-required,
.form-field select[data-val=true].not-required {
  border-right-color: #eae8e9;
  border-right-width: 1px;
}

.form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
}
.form-row .form-field-inline {
  margin-left: 10px;
  margin-right: 10px;
}

.form-iconHolder {
  position: relative;
}

.form--centered {
  background-color: #FFFFFF;
}

.form--centered .form-field {
  width: 17.3125rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 2.4375em;
}

.form--centered .form-header {
  margin-bottom: 2.4375em;
}

.form-field--noLabel:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .form-field--noLabel {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .form-field--noLabel {
    margin-left: 135px;
  }
}
.form-field--noLabel.pull-right {
  float: right;
  margin-left: 0;
}
.form-field--noLabel.no-indent {
  margin-left: 0;
}

.form--meeting .form-field-label {
  text-align: right;
  padding-right: 1.25em;
}

.form-field-label {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
}
@media screen and (max-width: 1024px) {
  .form-field-label {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .form-field-label {
    /* Align the label text central to opposing form input (Counter's the padding applied to <input>s */
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    float: left;
    width: 135px;
  }
}
.form-field-label.narrow {
  width: 70px;
}
.form-field-label.wide {
  width: 160px;
}
.form-field-label.wider {
  width: 190px;
}
.form-field-label.tall {
  min-height: 80px;
}
.form-field-label.auto {
  width: auto;
}
.box-header .form-field-label {
  color: #FFFFFF;
}
.form-field-label.sr-only {
  display: none;
}

.form-field-validationError {
  color: #db473d;
  font-family: "Trebuchet MS";
  font-size: 0.6875rem;
  line-height: 1.1123983681rem;
  clear: left;
}
@media screen and (min-width: 1025px) {
  .form-field-validationError {
    display: block;
    margin-left: 135px;
    margin-top: 0.4375em;
  }
}

/*
    No left margin needed to compensate for label space in these scenarios
*/
.form-field--noLabel .form-field-validationError,
.form--centered .form-field-validationError {
  text-align: left;
  margin-left: 0;
}

.form-field-input {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.0254290412rem;
  min-width: 10.625rem;
  max-width: 20.9375rem;
  padding: 0.4375rem;
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .form-field-input {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .form-field-input {
    width: 100%;
  }
}

.form-field-input--textarea {
  margin: 0;
  vertical-align: bottom;
}
@media screen and (min-width: 1025px) {
  .form-field-input--textarea {
    width: 100%;
    max-width: 456;
    min-height: 12rem;
  }
}
.form-field-input--textarea.shallow {
  min-height: 6rem;
}
.form-field-input--textarea.narrow {
  max-width: 10.8125rem;
}

.form-field-input--aux {
  margin-left: 135px;
}

.form-field-input--ownLine--narrow {
  clear: left;
  float: none;
  display: block;
  width: 18.3125rem;
}

.form-field-input--ownLine--long {
  width: 29.5rem;
}

.form-field-input--bitShorter {
  min-width: 9.875rem;
  width: 9.875rem;
  max-width: 20.9375rem;
}

@media screen and (min-width: 1025px) {
  .form-field-input--short {
    width: 5.625rem;
  }
}

@media screen and (min-width: 1025px) {
  .form-field-input--base {
    width: 9.375rem;
    max-width: 20.9375rem;
  }
}

@media screen and (min-width: 1025px) {
  .form-field-input--long {
    width: 21.0625rem;
    max-width: 20.9375rem;
  }
}

@media screen and (min-width: 1025px) {
  .form-field-input--narrow {
    min-width: 9.875rem;
    width: 9.875rem;
    max-width: 20.9375rem;
  }
}

.form-iconHolder .form-field-input {
  padding-left: 1.84375rem;
}

.form--centered .form-iconHolder .form-field-input {
  padding-left: 2.3125rem;
}

.form-field-icon {
  position: absolute;
  top: 0.375rem;
  left: 8.96875rem;
}
.form-field-icon.narrow {
  left: 4.90625rem;
}

.form-field--noLabel .form-field-icon {
  left: 0.53125rem;
}

.form-field--unfixedLabel .form-field-icon {
  position: relative;
  float: left;
  left: 1.375rem;
}

.form--centered .form-field-icon {
  top: 1rem;
  left: 0.875rem;
}

.form-field-icon--user {
  background-image: url(../../Images/filetypeicons/sprite.png);
  background-position: -120px -78px;
  width: 15px;
  height: 17px;
}

.form-field-icon--key {
  background-image: url(../../Images/filetypeicons/sprite.png);
  background-position: -120px -61px;
  width: 15px;
  height: 17px;
}

.form-field-icon--calendar {
  background-image: url(../../Images/filetypeicons/sprite.png);
  background-position: -120px -44px;
  width: 15px;
  height: 17px;
}

.form-field-icon--text {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  height: 1.0625rem;
  color: #989a99;
  width: 0.9375rem;
  height: 1.0625rem;
}

.form-field--noSpaceBottom {
  margin-bottom: 0;
}

.form--centered .form-field-input {
  width: 100%;
}

.form--centered .form-footer {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .form--centered .form-footer .unit-block-item1 {
    margin-bottom: 2.4375em;
  }
}

.form-field-input--text,
.form-field-input--textarea,
.form-field-input--currency,
.form-field-input--select,
.form-field-input--search,
.form-field-input--number,
.form-field-input--email,
.form-field-input--date,
.form-field-input--password,
.form-field-input--tel {
  border: solid #eae8e9 1px;
  border-bottom: solid #eae8e9 3px;
}

.form--centered .form-field-input--text,
.form--centered .form-field-input--select,
.form--centered .form-field-input--search,
.form--centered .form-field-input--password {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.form-field-input--select {
  min-width: 20.9375rem;
}
.form-field-input--select.narrow {
  min-width: 5rem;
  max-width: 10rem;
}

.form-field-input--radio {
  display: none;
}

.form-field-label--radio {
  cursor: pointer;
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  width: auto;
  min-width: 75px;
}

.form-field-label--radio:before {
  content: " ";
  display: inline-block;
  border: solid #eae8e9 1px;
  border-bottom: solid #eae8e9 3px;
  margin-right: 0.4375rem;
  text-align: center;
  color: #989a99;
  font-weight: 700;
  cursor: pointer;
  min-width: 0.875rem;
  padding: 0.0625rem 0.25rem;
  vertical-align: middle;
  border-radius: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .form-field-label--radio:before {
    font-family: "Trebuchet MS";
    font-size: 1.0625rem;
    line-height: 1.7191611144rem;
    padding: 0.0625rem 0.25rem;
    min-width: 1.125rem;
  }
}
.required .form-field-label--radio:before {
  border-right-color: #db473d;
  border-right-width: 2px;
}

.form-field-label--radioAfter {
  width: 10.3125rem;
}
.form-field-label--radioAfter:after {
  float: right;
  content: " ";
  display: inline-block;
  border: solid #eae8e9 1px;
  border-bottom: solid #eae8e9 3px;
  margin-right: 0.4375rem;
  text-align: center;
  color: #989a99;
  font-weight: 700;
  cursor: pointer;
  min-width: 0.875rem;
  padding: 0.0625rem 0.25rem;
  vertical-align: middle;
  border-radius: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .form-field-label--radioAfter:after {
    font-family: "Trebuchet MS";
    font-size: 1.0625rem;
    line-height: 1.7191611144rem;
    padding: 0.0625rem 0.25rem;
    min-width: 1.125rem;
  }
}
.required .form-field-label--radioAfter:after {
  border-right-color: #db473d;
  border-right-width: 2px;
}

.form-field-input--radio:checked + .form-field-label--radioAfter:after,
.form-field-input--radio:checked ~ .form-field-label--radioAfter:after,
.form-field-input--radio:checked + .form-field-label--radio:before,
.form-field-input--radio:checked ~ .form-field-label--radio:before {
  content: "•";
}

.form-field-label--checkbox-labelText {
  display: inline-block;
  vertical-align: middle;
}

.form-field-input--checkbox {
  display: none;
}

.form-field-label--checkbox {
  cursor: pointer;
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  width: auto;
  min-width: 160px;
}
.form-field-label--checkbox.noWidth {
  min-width: 0 !important;
}
.form-field-label--checkbox ~ .readForm-field-value {
  clear: left;
  margin-left: 32px;
  padding-top: 0;
  position: relative;
  top: -11px;
  opacity: 0.5;
}

.form-field-label--checkbox:before {
  content: " ";
  display: inline-block;
  border: solid #eae8e9 1px;
  border-bottom: solid #eae8e9 3px;
  margin-right: 0.4375rem;
  text-align: center;
  color: #989a99;
  font-weight: 700;
  cursor: pointer;
  min-width: 0.875rem;
  padding: 0.0625rem 0.25rem;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .form-field-label--checkbox:before {
    font-family: "Trebuchet MS";
    font-size: 1.0625rem;
    line-height: 1.7191611144rem;
    padding: 0.125rem 0.25rem;
    min-width: 1.125rem;
  }
}
.required .form-field-label--checkbox:before {
  border-right-color: #db473d;
  border-right-width: 2px;
}

.form-field-label--checkboxAfter {
  width: 10.3125rem;
}
.form-field-label--checkboxAfter:after {
  float: right;
  content: " ";
  display: inline-block;
  border: solid #eae8e9 1px;
  border-bottom: solid #eae8e9 3px;
  margin-right: 0.4375rem;
  text-align: center;
  color: #989a99;
  font-weight: 700;
  cursor: pointer;
  min-width: 0.875rem;
  padding: 0.0625rem 0.25rem;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .form-field-label--checkboxAfter:after {
    font-family: "Trebuchet MS";
    font-size: 1.0625rem;
    line-height: 1.7191611144rem;
    padding: 0.125rem 0.25rem;
    min-width: 1.125rem;
  }
}
.required .form-field-label--checkboxAfter:after {
  border-right-color: #db473d;
  border-right-width: 2px;
}

.form--meeting .form-field-label--checkboxAfter {
  padding-right: 0;
}
.form--meeting .form-field-label--checkboxAfter:after {
  margin-left: 1.25em;
}

.form-field-input--checkbox:checked + .form-field-label--checkboxAfter:after,
.form-field-input--checkbox:checked ~ .form-field-label--checkboxAfter:after,
.form-field-input--checkbox:checked + .form-field-label--checkbox:before,
.form-field-input--checkbox:checked ~ .form-field-label--checkbox:before {
  content: "✓";
}

.form-field-input--checkbox.input-validation-error + .form-field-label--checkbox:before,
.form-field-input--checkbox.input-validation-error ~ .form-field-label--checkbox:before {
  background-color: #f2dede;
  border-color: #ebccd1;
}

.form-field-label--checkbox-labelText {
  display: inline-block;
  vertical-align: middle;
}

.time-stamp {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  float: left;
  position: relative;
  top: -10px;
  left: 31px;
  color: #666666;
  margin-bottom: -10px;
}

.form-field--username:after {
  background-image: url(../../Images/filetypeicons/sprite.png);
  background-position: -120px -78px;
  width: 15px;
  height: 17px;
}

@media screen and (max-width: 480px) {
  .form-field-button {
    display: inline-block;
    margin-bottom: 1em;
  }
  .form-field-button:last-child {
    margin-bottom: 0;
  }
}

.form-field-button--clear {
  background-color: #989a99;
}
.form-field-button--clear:hover {
  background-color: #666666;
}
@media screen and (max-width: 480px) {
  .form-field-button--clear {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .form-field-button--submit {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .form-field-button--add {
    width: 100%;
  }
}

/*
    "input-validation-error" class is ASP.NET MVC specific otherwise use the "--invalid" modifier
*/
.form-field-input--invalid,
.form-field-input.input-validation-error {
  background-color: #f2dede;
  border-color: #ebccd1;
}

.table-circle {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: relative;
  top: 3px;
  margin: 0 auto;
}
.table-circle.status-good {
  background-color: #73bdaa;
}
.table-circle.status-warn {
  background-color: #ffae00;
}
.table-circle.status-bad {
  background-color: #db473d;
}

.form-field--unfixedLabel .form-field-label {
  width: auto;
  margin-right: 1.25em;
}

.radioYesNoCompleteDate .form-field-label {
  width: 195px;
}
.radioYesNoCompleteDate .form-field-label--radio {
  min-width: 60px;
  width: auto;
}
.radioYesNoCompleteDate .form-field-label--checkbox {
  min-width: 140px;
  width: auto;
}

.radio-group {
  margin-right: 10px;
  float: left;
}

.chosen-container {
  height: auto;
  min-width: 10.625rem !important;
  max-width: 20.9375rem !important;
  width: auto !important;
}

.chosen-container-single .chosen-single abbr {
  background: url("../../Images/icons/chosen-sprite.png") -42px 1px no-repeat;
}

.chosen-container-single .chosen-single div b {
  background: url("../../Images/icons/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search input[type=text] {
  background: url("../../Images/icons/chosen-sprite.png") no-repeat 100% -20px;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #507ba5;
  background-image: none;
}

.chosen-container-multi .chosen-choices {
  background-image: none;
  border: 1px solid #eae8e9;
  border-bottom: solid #eae8e9 3px;
  max-height: 34px;
}

/*.chosen-container-multi:not(:focus) .chosen-choices {
    overflow: hidden;
    max-height: 38px;
}

.chosen-container-multi:focus-within .chosen-choices {
    height: auto;
    max-height: 200px !important;
}*/
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 32px;
  font-size: 90%;
}

.chosen-container-multi .chosen-choices li.search-choice {
  border: 1px solid rgba(80, 123, 165, 0.75);
  background-color: #507ba5;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  line-height: 20px;
  height: 23px;
  font-size: 0.7rem;
  padding: 1px 20px 1px 5px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url("../../Images/icons/chosen-sprite-light.png") -42px 1px no-repeat;
  top: 6px;
}

.chosen-rtl .chosen-search input[type=text] {
  background: url("../../Images/icons/chosen-sprite.png") no-repeat -30px -20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url("../../Images/icons/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.icon {
  display: inline-block;
}

.icon--information {
  background-image: url(../../Images/filetypeicons/sprite.png);
  background-position: -120px -22px;
  width: 22px;
  height: 22px;
}
.icon--information:hover {
  background-image: url(../../Images/filetypeicons/sprite.png);
  background-position: -120px 0px;
  width: 22px;
  height: 22px;
}

.iconButton {
  display: inline-block;
  text-decoration: none;
  vertical-align: bottom;
}
.iconButton .iconButton-labelText {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.4375em;
}
.iconButton .iconButton-labelText--wide {
  padding-right: 2.4375em;
}
.iconButton .icon {
  display: table-cell;
}
.iconButton.edit {
  overflow: hidden;
  padding-left: 20px;
  width: 20px;
  height: 20px;
  position: relative;
}
.iconButton.edit:before {
  font-family: "font-awesome";
  content: "\f040";
  display: inline-block;
  margin-right: 10px;
  color: #04556E;
  font-weight: normal;
  font-size: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}
.iconButton.view {
  overflow: hidden;
  padding-left: 20px;
  width: 20px;
  height: 20px;
  position: relative;
}
.iconButton.view:before {
  font-family: "font-awesome";
  content: "\f05a";
  display: inline-block;
  margin-right: 10px;
  color: #04556E;
  font-weight: normal;
  font-size: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}
.iconButton.copy {
  overflow: hidden;
  padding-left: 20px;
  width: 20px;
  height: 20px;
  position: relative;
}
.iconButton.copy:before {
  font-family: "font-awesome";
  content: "\f24d";
  display: inline-block;
  margin-right: 10px;
  color: #73bdaa;
  font-weight: normal;
  font-size: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}
.iconButton.delete {
  overflow: hidden;
  padding-left: 20px;
  width: 20px;
  height: 20px;
  position: relative;
}
.iconButton.delete:before {
  font-family: "font-awesome";
  content: "\f057";
  display: inline-block;
  margin-right: 10px;
  color: #db473d;
  font-weight: normal;
  font-size: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}
.iconButton.booking {
  overflow: hidden;
  padding-left: 20px;
  width: 20px;
  height: 20px;
  position: relative;
}
.iconButton.booking:before {
  font-family: "font-awesome";
  content: "\f1ec";
  display: inline-block;
  margin-right: 10px;
  color: #73bdaa;
  font-weight: normal;
  font-size: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}
.iconButton.versions {
  overflow: hidden;
  padding-left: 20px;
  width: 20px;
  height: 20px;
  position: relative;
}
.iconButton.versions:before {
  font-family: "font-awesome";
  content: "\f16c";
  display: inline-block;
  margin-right: 10px;
  color: #73bdaa;
  font-weight: normal;
  font-size: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}
.iconButton.excel {
  overflow: hidden;
  padding-left: 20px;
  width: 20px;
  height: 20px;
  position: relative;
}
.iconButton.excel:before {
  font-family: "font-awesome";
  content: "\f1c3";
  display: inline-block;
  margin-right: 10px;
  color: #73bdaa;
  font-weight: normal;
  font-size: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}

/* Image Blocks */
.imageBlocks-image {
  border: solid #FFFFFF 10px;
}

.nameValueList {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
}

.nameValueList--long .nameValueList-item-name {
  display: inline-block;
  width: 8.125rem;
}

.nameValueList--medium .nameValueList-item-name {
  display: inline-block;
  width: 6.25rem;
}

.nameValueList--meeting .nameValueList-item-name {
  text-align: right;
}

.nameValueList-item-name {
  display: inline-block;
  vertical-align: top;
}

.nameValueList-item-name:after {
  content: ": ";
}

.navigation-link {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  color: #FFFFFF;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: inline-block;
  font-weight: 700;
}
.navigation-link:first-child {
  padding-left: 0;
}
.navigation-link:last-child {
  padding-right: 0;
}
.navigation-link:hover {
  cursor: pointer;
  color: #c0cfdf;
}
.navigation-link.home-icon {
  text-indent: -500px;
  overflow: hidden;
  position: relative;
  width: 30px;
}
.navigation-link.home-icon:before {
  font-family: font-awesome;
  content: "\f0e4";
  font-size: 1.7em;
  font-weight: normal;
  position: absolute;
  top: 7px;
  left: 5px;
  text-indent: 0;
}

/* Handling sub navigation, e.g. reveal on rollover */
.navigation > .sectionBlock {
  position: initial;
}

.navigation-link {
  vertical-align: top;
}

.navigation-holder {
  font-weight: 700;
  vertical-align: top;
  position: relative;
  display: inline-block;
}
.navigation-holder:hover .navigation-subNavigation {
  display: block;
}
.navigation-holder > .navigation-link {
  padding-left: 1.5em;
}

.navigation-subNavigation {
  background: linear-gradient(#2e6294, #003365);
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
}
.navigation-subNavigation > .navigation-link {
  display: block;
  min-width: 235px;
  padding: 0.4375em 1.5em;
}

.notesList-item {
  margin-bottom: 0.3125em;
}
@media screen and (min-width: 481px) {
  .notesList-item {
    max-width: 167.8125em;
    margin-left: auto;
    margin-right: auto;
  }
  .notesList-item:after {
    content: "";
    display: table;
    clear: both;
  }
  .notesList-item .notesList-item-user {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .notesList-item .notesList-item-user:last-child {
    margin-right: 0;
  }
  .notesList-item .notesList-item-addedAt {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .notesList-item .notesList-item-addedAt:last-child {
    margin-right: 0;
  }
  .notesList-item .notesList-item-noteText {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .notesList-item .notesList-item-noteText:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .notesList-item .notesList-item-user,
.notesList-item .notesList-item-addedAt {
    width: 50%;
    font-weight: 700;
  }
  .notesList-item .notesList-item-noteText {
    clear: both;
    width: 100%;
    border-bottom: solid #c0cfdf 1px;
    padding-bottom: 0.4375em;
    margin-bottom: 0.5625em;
  }
}

.notesList-item-noteText {
  overflow: hidden;
}

.paging-pageButton {
  background-color: #4f7ca5;
}

@media screen and (max-width: 480px) {
  .paging .paging-item {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .paging .paging-item--prev,
.paging .paging-item--next,
.paging .paging-item.is-active {
    display: inline-block;
  }
}

.report {
  background: #FFFFFF;
  border-radius: 1.125em;
  overflow: hidden;
}

.report--alternatingRows .report-group > .report-row:nth-child(even) {
  background: #eae8e9;
}

.report-group {
  border-bottom: solid #CCCCCC 1px;
}
.report-group:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.report-group > .report-row {
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
}

.report-group-title {
  font-family: "Trebuchet MS";
  font-size: 1.0625rem;
  line-height: 1.7191611144rem;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  display: inline-block;
  border-top: solid #000000 3px;
  border-bottom: solid #000000 3px;
  width: 100%;
}

.report-row-field {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 1.25em;
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
}
.report-row-field:last-child {
  margin-right: 0;
}

.report-header .report-header-field {
  font-weight: 700;
  margin-bottom: 0.5625em;
}

.report-checkbox:before {
  margin-right: 0.4375em;
  border: solid #CCCCCC 1px;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.report-checkbox--off:before {
  content: "×";
}

.report-checkbox--on:before {
  content: "✓";
}

/*
 * Name: reportTable
 * Description: Tabular data that appears in reports
*/
@page report {
  size: landscape;
}
@media print {
  .print-title {
    position: absolute;
    top: -60px;
    right: 20px;
    text-align: right;
  }
  .print-title h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.4em;
  }

  table {
    page-break-inside: auto;
  }

  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
}
.reportTable {
  margin: 0 auto;
  width: 98%;
  border-collapse: separate;
  border-spacing: 1px;
}
.reportTable.spaceBottom {
  margin: 0 auto 1.25em;
}
@media print {
  .reportTable {
    page: report;
  }
}

.reportTable-row.print-show {
  display: none;
}
@media print {
  .reportTable-row {
    page-break-inside: avoid;
  }
}
.reportTable-row th {
  padding: 0.7%;
  border: 1px solid #fff;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
}
.reportTable-row td {
  padding: 0.7%;
  max-width: 660px;
}
.reportTable-row td:empty {
  border-color: #fff;
  background-color: #fff;
}
.reportTable-row td strong {
  font-weight: bold;
}
.reportTable-row td.indent {
  width: 5%;
  background-color: transparent;
}
@media print {
  .reportTable-row td {
    page-break-inside: avoid;
  }
}
.reportTable-row:nth-child(odd) td {
  background-color: #f9f9f9;
}
.reportTable-row:nth-child(odd) td:empty {
  border-color: #fff;
  background-color: #fff;
}
.reportTable-row:nth-child(odd) td.indent {
  width: 5%;
  background-color: transparent;
}

.reportTable-row-headerCell,
.reportTable-row-headerCell2,
.reportTable-row-cell {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  padding-right: 1.5em;
  vertical-align: middle;
}
.reportTable-row-headerCell.vTop,
.reportTable-row-headerCell2.vTop,
.reportTable-row-cell.vTop {
  vertical-align: top;
}
.reportTable-row-headerCell.nowrap,
.reportTable-row-headerCell2.nowrap,
.reportTable-row-cell.nowrap {
  white-space: nowrap;
}

.reportTable-row-headerCell,
.reportTable-row-headerCell2 {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .searchForm {
    text-align: center;
  }
  .searchForm .searchForm-searchTextBox {
    width: 65%;
  }
}

.searchForm-searchTextBox {
  width: 80%;
}

.searchResults {
  color: #04556E;
  display: inline-block;
  padding-top: 0.4375em;
}

.searchResults-text {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
}

.searchResults-numberOfResults {
  font-weight: 700;
}

.searchResults-searchTerm {
  font-weight: 700;
}

/*
 * Single file drag and drop upload
*/
.singleFileDndUpload {
  width: 120px;
}

.singleFileDndUpload-dragArea {
  height: 120px;
  width: 120px;
  border: dashed #989a99 1px;
  text-align: center;
  margin-bottom: 0.5625em;
}
.singleFileDndUpload-dragArea.is-linkable {
  cursor: pointer;
}

.singleFileDndUpload-dragArea-label,
.singleFileDndUpload-dragArea-openDialog {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 0.7512300668rem;
  text-transform: uppercase;
  color: #989a99;
}

.singleFileDndUpload-dragArea-openDialog {
  text-decoration: underline;
}
.singleFileDndUpload-dragArea-openDialog:hover {
  cursor: pointer;
  color: #666666;
}

.siteHeader {
  background-color: #FFFFFF;
  height: 97.5px;
  width: 100%;
}

.siteHeader-clientLogo {
  position: relative;
  top: 16.25px;
  max-height: 75px;
  max-width: 100%;
  height: auto;
}

.siteHeader-fishmediaLogo {
  float: right;
  position: relative;
  top: 25.25px;
}

/*
    Component: .table
    Description: Use this for standard tabular information

*/
/*
    Name: Mixins
    Description: Utility mixins (Split into individual files if functionality starts to cover multiple concerns)
*/
/*
    Helps line up elements (like .button) to site above baseline
*/
.table {
  clear: both;
}
@media screen and (max-width: 1024px) {
  .table {
    overflow-x: auto;
  }
}

.table--withBorder {
  border: solid #04556E 1px;
  border-radius: 1.125em;
  overflow: hidden;
}

.table-headerRow {
  background-color: #04556E;
  color: #FFFFFF;
}

.table-headerRow-headerCell {
  font-style: italic;
  font-weight: bold;
  text-align: left;
  font-size: 13;
  padding: 0.3125rem 0.5rem !important;
}
.table-headerRow-headerCell.is-sorted--descending:after {
  content: "(desc)";
}
.table-headerRow-headerCell.is-sorted--ascending:after {
  content: "(asc)";
}
.table-headerRow-headerCell.large-padding {
  padding: 0.73125em;
}

.table-headerRow-headerCell-link {
  color: #FFFFFF;
}
.table-headerRow-headerCell-link:hover {
  color: #FFFFFF;
}

.table-row {
  background-color: #FFFFFF;
}
.table-row:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-row.spacer {
  background-color: transparent;
}
.table-row.status-past td {
  opacity: 0.5;
}
.table-row.is-current td {
  background-color: #d6e9c6;
}
.table-row td.indent {
  width: 5%;
}
.table-row td.addToCopy > div {
  max-width: 30px;
  overflow: hidden;
}
.table-row.table-content-middle td {
  vertical-align: middle;
}

.table-row-cell {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  color: #124270;
  padding: 0.3125rem 0.5rem;
}
.table-row-cell > a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 801px) {
  .table-row-cell > a[href^="tel:"] {
    text-decoration: none;
    cursor: default;
  }
}
.table-row-cell.spacer {
  background-color: transparent;
}
.table-row-cell.status-Information, .table-row-cell.status-Warning, .table-row-cell.status-Error {
  width: 30px;
}
.table-row-cell.status-Information div, .table-row-cell.status-Warning div, .table-row-cell.status-Error div {
  display: none;
}
.table-row-cell.status-Information:before, .table-row-cell.status-Warning:before, .table-row-cell.status-Error:before {
  font-family: font-awesome;
  content: "\f015";
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
  position: relative;
  top: 3px;
  left: 1px;
  text-indent: 0;
  width: 30px;
  display: inline-block;
}
.table-row-cell.status-Information:before {
  content: "\f05a";
  color: #04556E;
}
.table-row-cell.status-Warning:before {
  content: "\f071";
  color: #fbb800;
}
.table-row-cell.status-Error:before {
  content: "\f12a";
  color: #db473d;
}
.table-row-cell.status-Holdiay, .table-row-cell.status-Unavailable, .table-row-cell.status-Actor {
  width: 30px;
}
.table-row-cell.status-Holdiay div, .table-row-cell.status-Unavailable div, .table-row-cell.status-Actor div {
  display: none;
}
.table-row-cell.status-Holdiay:before, .table-row-cell.status-Unavailable:before, .table-row-cell.status-Actor:before {
  font-family: font-awesome;
  content: "\f015";
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
  position: relative;
  top: 3px;
  left: 1px;
  text-indent: 0;
  width: 30px;
  display: inline-block;
}
.table-row-cell.status-Holdiay:before {
  content: "\f072";
  color: #fbb800;
}
.table-row-cell.status-Unavailable:before {
  content: "\f05e";
  color: #db473d;
}
.table-row-cell.status-Actor:before {
  content: "\f2be";
  color: #73bdaa;
}
.table-row-cell.activity-PreActivity, .table-row-cell.activity-Delivery, .table-row-cell.activity-PostActivity {
  width: 30px;
}
.table-row-cell.activity-PreActivity div, .table-row-cell.activity-Delivery div, .table-row-cell.activity-PostActivity div {
  display: none;
}
.table-row-cell.activity-PreActivity:before, .table-row-cell.activity-Delivery:before, .table-row-cell.activity-PostActivity:before {
  font-family: font-awesome;
  content: "\f0ea";
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  position: relative;
  top: 1px;
  left: 1px;
  text-indent: 0;
  width: 30px;
  display: inline-block;
  color: #ffae00;
}
.table-row-cell.activity-Delivery:before {
  content: "\f0c0";
  color: #73bdaa;
}
.table-row-cell.activity-PostActivity:before {
  content: "\f15c";
  color: #db473d;
}

.table-row-cell--grouphead {
  background-color: #c0cfdf;
  font-size: 13;
  padding: 0.3125rem 0.5rem;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .table-row.is-linkable:hover {
    cursor: pointer;
    background-color: #c0cfdf;
  }
}

/* "Stick" button columns to the far right of the table */
.table-row-cell--1Button {
  width: 7%;
  text-align: center;
}

.table-row-cell--iconButtons {
  text-align: right;
  width: auto;
  white-space: nowrap;
}

.table-row-cell--2Buttons {
  width: 10%;
  white-space: nowrap;
}

.event-tooltip,
.LineManagerDetails-tooltip,
.MentorDetails-tooltip {
  position: absolute;
  z-index: 9999;
  min-height: 120px;
  min-width: 120px;
  left: 5%;
  margin: 0 0 0 0px;
  /*bottom: 35px;*/
  background: #fff;
  opacity: 0;
  border: 1px solid #cccccc;
  box-shadow: 3px 4px 21px rgba(0, 0, 0, 0.38);
  /*border-radius: 6px;*/
  pointer-events: none;
  padding: 0.75em 1em 1.15em;
  text-align: left;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.5s, transform 0.5s;
}
.event-tooltip.showing,
.LineManagerDetails-tooltip.showing,
.MentorDetails-tooltip.showing {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.event-tooltip:before, .event-tooltip:after,
.LineManagerDetails-tooltip:before,
.LineManagerDetails-tooltip:after,
.MentorDetails-tooltip:before,
.MentorDetails-tooltip:after {
  top: 100%;
  left: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.event-tooltip:after,
.LineManagerDetails-tooltip:after,
.MentorDetails-tooltip:after {
  border-color: rgba(245, 245, 245, 0);
  border-top-color: #f5f5f5;
  border-width: 8px;
  margin-left: -8px;
}
.event-tooltip:before,
.LineManagerDetails-tooltip:before,
.MentorDetails-tooltip:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #cccccc;
  border-width: 9px;
  margin-left: -9px;
}
.event-tooltip .tooltip-item,
.LineManagerDetails-tooltip .tooltip-item,
.MentorDetails-tooltip .tooltip-item {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px;
  min-width: 175px;
  font-size: 0.8125rem;
}
.event-tooltip .tooltip-item:last-child,
.LineManagerDetails-tooltip .tooltip-item:last-child,
.MentorDetails-tooltip .tooltip-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.event-tooltip .tooltip-item label,
.LineManagerDetails-tooltip .tooltip-item label,
.MentorDetails-tooltip .tooltip-item label {
  display: inline-block;
  font-weight: bold;
  min-width: 65px;
}
.event-tooltip .event-time,
.LineManagerDetails-tooltip .event-time,
.MentorDetails-tooltip .event-time {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #757575;
  padding: 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  margin-bottom: 5px;
  line-height: 22px;
}
.event-tooltip .event-time i,
.LineManagerDetails-tooltip .event-time i,
.MentorDetails-tooltip .event-time i {
  margin-right: 5px;
}
.event-tooltip .event-name,
.LineManagerDetails-tooltip .event-name,
.MentorDetails-tooltip .event-name {
  line-height: 20px;
  margin-bottom: 6px;
  color: #df7512;
  font-weight: bold;
  font-size: 0.9375rem;
}
.event-tooltip .event-image img,
.LineManagerDetails-tooltip .event-image img,
.MentorDetails-tooltip .event-image img {
  width: 100%;
  margin-bottom: 6px;
  border: 1px solid #EEE;
}
.event-tooltip .event-intro,
.LineManagerDetails-tooltip .event-intro,
.MentorDetails-tooltip .event-intro {
  font-size: 14px;
}

.LineManagerDetails-tooltip,
.MentorDetails-tooltip {
  pointer-events: all;
}
.LineManagerDetails-tooltip:before, .LineManagerDetails-tooltip:after,
.MentorDetails-tooltip:before,
.MentorDetails-tooltip:after {
  top: auto;
  bottom: 100%;
}
.LineManagerDetails-tooltip:after,
.MentorDetails-tooltip:after {
  border-color: rgba(245, 245, 245, 0);
  border-top-color: transparent;
  border-bottom-color: #f5f5f5;
}
.LineManagerDetails-tooltip:before,
.MentorDetails-tooltip:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: transparent;
  border-bottom-color: #cccccc;
}
.LineManagerDetails-tooltip .tooltip-item:hover,
.MentorDetails-tooltip .tooltip-item:hover {
  background-color: #cccccc;
  cursor: pointer;
}

#availabilityCalendar .fc-event .fc-content {
  display: inline-block;
  white-space: normal;
  padding-top: 5px;
  padding-left: 30px;
  min-height: 15px;
  max-height: 35px;
  font-size: 0.9em;
}
#availabilityCalendar .fc-event .fc-content:before {
  font-family: font-awesome;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  text-indent: 0;
  width: 30px;
  display: inline-block;
  position: absolute;
  left: 0px;
}
#availabilityCalendar .fc-event.status-Unavailable .fc-content:before {
  content: "\f05e";
  color: #db473d;
}
#availabilityCalendar .fc-event.status-Holdiay .fc-content:before {
  content: "\f072";
  color: #fbb800;
}
#availabilityCalendar .fc-event.status-preActivity .fc-content:before {
  content: "\f0ea";
  color: #ffae00;
}
#availabilityCalendar .fc-event.status-deliveryActivity .fc-content:before {
  content: "\f0c0";
  color: #73bdaa;
}
#availabilityCalendar .fc-event.status-postActivity .fc-content:before {
  content: "\f15c";
  color: #db473d;
}

.readForm-field {
  max-width: 167.8125em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid #FFFFFF 1px;
  padding: 0.4375em;
}
.readForm-field:after {
  content: "";
  display: table;
  clear: both;
}
.readForm-field:after {
  content: "";
  display: table;
  clear: both;
}
.readForm-field.pull-right {
  float: right;
}
.readForm-field div.pull-left {
  float: left;
}
.readForm-field div.pull-right {
  min-width: 120px;
  float: right;
}
.readForm-field.nopadding {
  padding: 0;
}

.readForm-field-label {
  font-family: "Trebuchet MS";
  font-size: 1.0625rem;
  line-height: 1.7191611144rem;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 801px) {
  .readForm-field-label {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .readForm-field-label:last-child {
    margin-right: 0;
  }
}
.readForm-field-label.auto {
  width: auto !important;
  max-width: none !important;
}
.readForm-field-label.wide {
  width: 14.375rem;
}

.readForm-field-value {
  /* Label and Value are different sizes - value text is smaller so apply more padding to compensate making it align vertically with with label */
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  font-weight: normal;
}
@media screen and (min-width: 801px) {
  .readForm-field-value {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .readForm-field-value:last-child {
    margin-right: 0;
  }
}
.readForm-field-value.auto {
  width: auto !important;
  max-width: none !important;
}

.hasChanged {
  background-color: #fdf9bf;
}
.hasChanged .readForm-field,
.hasChanged .readForm-field-label,
.hasChanged .readForm-field-value {
  background-color: transparent;
  color: #db473d !important;
}

/*header {
	.readForm-field-label {
		@include font($size: $fontSize-large);
	}

	.readForm-field-value {
		@include font($size: $fontSize-large);
	}
}*/
.readForm-field--attention .readForm-field-label {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.readForm-field--attention .readForm-field-value {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.readForm-field--strong.is-linkable {
  cursor: pointer;
}
.readForm-field--strong.is-linkable:hover {
  background-color: #e3e8f3;
}
.readForm-field--strong.is-linkable:hover a {
  color: #04556E;
}

.readForm-field--noLabel:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 801px) {
  .readForm-field--noLabel .readForm-field-value {
    margin-left: 34.1192171993%;
  }
}
.readForm-field--noLabel.pull-right {
  float: right;
  margin-left: 0;
}

.radioYesNoCompleteDate .readForm-field-label {
  width: 195px;
}
.radioYesNoCompleteDate .readForm-field-label--radio {
  min-width: 60px;
  width: auto;
}
.radioYesNoCompleteDate .readForm-field-label--checkbox {
  min-width: 140px;
  width: auto;
}

.programmeActivity .readForm-field {
  padding: 0.25em;
}
.programmeActivity .readForm-field .readForm-field-label {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
}
.programmeActivity .readForm-field div.pull-left {
  max-width: 370px;
  width: 100%;
}
.programmeActivity .readForm-field div.pull-left .readForm-field-label {
  min-width: 165px;
}
.programmeActivity .readForm-field div.pull-left .readForm-field-value {
  padding-top: 0;
  width: auto !important;
  max-width: none !important;
}
.programmeActivity .readForm-field div.pull-right .readForm-field-label {
  min-width: 50px;
}
.programmeActivity .readForm-field div.pull-right .readForm-field-value {
  padding-top: 0;
  width: auto !important;
  max-width: none !important;
}
.programmeActivity .readForm-field .time-stamp {
  top: auto;
  left: auto;
}

.readForm-field {
  background-color: #FFFFFF;
  color: #04556E;
}

.readForm-field--strong {
  background-color: #c0cfdf;
  color: #04556E;
}

.readForm-field--attention {
  background-color: #04556E;
  color: #FFFFFF;
  font-style: italic;
}

.alt-row {
  background-color: #c0cfdf;
}
.alt-row .unit-block-item1 .readForm-field,
.alt-row .unit-block-item2 .readForm-field,
.alt-row .unit-block-item3 .readForm-field {
  background-color: #c0cfdf;
  color: #04556E;
  border-bottom: 0;
}
.alt-row .unit-block-item1 .readForm-field,
.alt-row .unit-block-item2 .readForm-field {
  text-align: left;
}

/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../../Content/fonts/fontawesome/fa-brands-400.eot");
  src: url("../../Content/fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../Content/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../../Content/fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../../Content/fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../../Content/fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../../Content/fonts/fontawesome/fa-regular-400.eot");
  src: url("../../Content/fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../Content/fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../../Content/fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../../Content/fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../../Content/fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../../Content/fonts/fontawesome/fa-solid-900.eot");
  src: url("../../Content/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../Content/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../../Content/fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../../Content/fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../../Content/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

@media print {
  .navigation,
.page-header-authStatus {
    display: none;
  }
}
.overlay-open {
  overflow: hidden;
}

.deligate-details-content {
  float: left;
  width: 49%;
}
.deligate-details-content:before {
  float: left;
  position: relative;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  display: inline-block;
  color: #73bdaa;
  margin-right: 10px;
}
.deligate-details-content .form-field {
  clear: none !important;
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
}
.deligate-details-content .form-field span.display-value {
  padding-top: 9px;
  display: inline-block;
}
.deligate-details-content .form-field-label--checkbox {
  min-width: 0;
}

.report-thumb {
  min-width: 160px;
}
.report-thumb a {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
}
.report-thumb a img {
  max-width: 20px;
  position: relative;
  top: 5px;
}
.warnings {
  position: relative;
}
.warnings span {
  display: none;
}
.warnings:before {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  content: "\f071";
  display: inline-block;
  color: #ffae00;
  margin-right: 10px;
}
.warnings .warning-list {
  display: none;
  position: absolute;
  bottom: 15px;
  right: 15px;
  min-width: 375px;
  background-color: #fdf9bf;
  color: black;
  padding: 0.75em;
}
.warnings .warning-list p {
  font-size: 0.9em;
}
.warnings .warning-list ul {
  margin: 1em 0.25em;
}
.warnings .warning-list ul li {
  background-color: rgba(255, 255, 255, 0.5);
}
.warnings .warning-list ul li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.75);
}
.warnings .warning-list .warning {
  text-align: left;
}
.warnings .warning-list .warning div {
  white-space: nowrap;
}
.warnings .warning-list .warning div.activity {
  padding-left: 30px;
  position: relative;
}
.warnings .warning-list .warning div.activity:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  text-indent: 0;
  width: 30px;
  display: inline-block;
  content: "\f0c0";
  color: #db473d;
  position: absolute;
  left: 0px;
}
.warnings .warning-list .warning div.availability-1, .warnings .warning-list .warning div.availability-2, .warnings .warning-list .warning div.availability-3 {
  padding-left: 30px;
  position: relative;
}
.warnings .warning-list .warning div.availability-1:before, .warnings .warning-list .warning div.availability-2:before, .warnings .warning-list .warning div.availability-3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  text-indent: 0;
  width: 30px;
  display: inline-block;
  position: absolute;
  left: 0px;
}
.warnings .warning-list .warning div.availability-1:before {
  content: "\f072";
  color: #fbb800;
}
.warnings .warning-list .warning div.availability-2:before {
  content: "\f05e";
  color: #db473d;
}
.warnings .warning-list .warning div.availability-3:before {
  content: "\f2be";
  color: #73bdaa;
}
.warnings:hover .warning-list {
  display: block;
}

.termsConditionsLink {
  position: relative;
  top: 11px;
  left: 5px;
  font-size: 0.85em;
}

.readTermsConditionsLink {
  position: relative;
  top: 5px;
  left: 15px;
  font-size: 0.85em;
}

.programme-list-notification {
  margin-bottom: 1em;
}
.programme-list-notification .alert {
  padding: 0.5em 1.25em;
  margin: 0.25em 0;
}

#map-holder {
  height: 65vh;
  width: 100%;
  min-height: 450px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1.25rem;
}

.mb-2 {
  margin-bottom: 2.4375rem;
}

.mb-3 {
  margin-bottom: 4.875rem;
}

.mb-4 {
  margin-bottom: 7.3125rem;
}

.mb-5 {
  margin-bottom: 9.75rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1.25rem;
}

.mt-2 {
  margin-top: 2.4375rem;
}

.mt-3 {
  margin-top: 4.875rem;
}

.mt-4 {
  margin-top: 7.3125rem;
}

.mt-5 {
  margin-top: 9.75rem;
}

.table-headerRow-headerCell {
  padding: 0.125rem;
}

.spaceTop--large {
  margin-top: 4.875rem;
}

/* report */
.report-group-title {
  font-family: "Trebuchet MS";
  font-size: 1.375rem;
  line-height: 2.2247967363rem;
  background: #000000;
  color: #FFFFFF;
}
@media print {
  .report-group-title {
    font-family: "Trebuchet MS";
    font-size: 1.0625rem;
    line-height: 1.7191611144rem;
    -webkit-print-color-adjust: exact;
  }
}

.report-row-emphasis .report-row-field {
  font-family: "Trebuchet MS";
  font-size: 1.0625rem;
  line-height: 1.7191611144rem;
}
@media print {
  .report-row-emphasis .report-row-field {
    font-family: "Trebuchet MS";
    font-size: 0.75rem;
    line-height: 1.2135254925rem;
    font-weight: 700;
  }
}

@media print {
  .report--incidents .report-group .report-header-field {
    font-family: "Trebuchet MS";
    font-size: 0.75rem;
    line-height: 1.2135254925rem;
  }
  .report--incidents .report-group .report-row-field {
    font-family: "Trebuchet MS";
    font-size: 0.6875rem;
    line-height: 1.1123983681rem;
  }
}
.report--incidents .report-group .report-header-field {
  display: inline-block;
  margin-right: 1.25rem;
}
.report--incidents .report-group > .report-header .report-header-field:first-child, .report--incidents .report-group > .report-row .report-row-field:first-child {
  width: 140px;
}
@media print {
  .report--incidents .report-group > .report-header .report-header-field:first-child, .report--incidents .report-group > .report-row .report-row-field:first-child {
    width: 90px;
  }
}
.report--incidents .report-group .report-row:nth-child(1) .report-row-field:nth-child(2) {
  width: 178px;
}
@media print {
  .report--incidents .report-group .report-row:nth-child(1) .report-row-field:nth-child(2) {
    width: 94px;
  }
}
.report--incidents .report-group .report-row:nth-child(1) .report-row-field:nth-child(3) {
  width: 140px;
}
@media print {
  .report--incidents .report-group .report-row:nth-child(1) .report-row-field:nth-child(3) {
    width: 75px;
  }
}
.report--incidents .report-group .report-row:nth-child(2) .report-row-field:nth-child(2) {
  width: 325px;
}
@media print {
  .report--incidents .report-group .report-row:nth-child(2) .report-row-field:nth-child(2) {
    width: 130px;
  }
}
.report--incidents .report-group .reportTable {
  margin: 0 auto;
  width: 98%;
  /*.reportTable-row:nth-child(2) .reportTable-row-cell:nth-child(2) {
      vertical-align: top;
      width: 154px;
      @media print {
          width: 83px;
      }
  }*/
}
.report--incidents .report-group .reportTable .reportTable-row .reportTable-row-headerCell {
  vertical-align: top;
  width: 120px;
}
@media print {
  .report--incidents .report-group .reportTable .reportTable-row .reportTable-row-headerCell {
    font-family: "Trebuchet MS";
    font-size: 0.6875rem;
    line-height: 1.1123983681rem;
    width: 70px;
  }
}
@media print {
  .report--incidents .report-group .reportTable .reportTable-row-cell {
    font-family: "Trebuchet MS";
    font-size: 0.6875rem;
    line-height: 1.1123983681rem;
  }
}

@media print {
  .report--incidents-summary .report-group .report-header-field {
    font-family: "Trebuchet MS";
    font-size: 0.75rem;
    line-height: 1.2135254925rem;
  }
  .report--incidents-summary .report-group .report-row-field {
    font-family: "Trebuchet MS";
    font-size: 0.6875rem;
    line-height: 1.1123983681rem;
  }
}
.report--incidents-summary .report-group .report-header-field {
  display: inline-block;
  margin-right: 1.25rem;
}
.report--incidents-summary .report-group > .report-header .report-header-field:first-child, .report--incidents-summary .report-group > .report-row .report-row-field:first-child {
  width: 60px;
}
@media print {
  .report--incidents-summary .report-group > .report-header .report-header-field:first-child, .report--incidents-summary .report-group > .report-row .report-row-field:first-child {
    width: 50px;
  }
}
.report--incidents-summary .report-group .report-row:nth-child(1) .report-row-field:nth-child(2) {
  width: 178px;
}
@media print {
  .report--incidents-summary .report-group .report-row:nth-child(1) .report-row-field:nth-child(2) {
    width: 94px;
  }
}
.report--incidents-summary .report-group .report-row:nth-child(1) .report-row-field:nth-child(3) {
  width: 140px;
}
@media print {
  .report--incidents-summary .report-group .report-row:nth-child(1) .report-row-field:nth-child(3) {
    width: 75px;
  }
}
.report--incidents-summary .report-group .report-row:nth-child(2) .report-row-field:nth-child(2) {
  width: 325px;
}
@media print {
  .report--incidents-summary .report-group .report-row:nth-child(2) .report-row-field:nth-child(2) {
    width: 130px;
  }
}
.report--incidents-summary .report-group .reportTable .reportTable-row .reportTable-row-headerCell {
  vertical-align: top;
  width: 120px;
}
@media print {
  .report--incidents-summary .report-group .reportTable .reportTable-row .reportTable-row-headerCell {
    font-family: "Trebuchet MS";
    font-size: 0.6875rem;
    line-height: 1.1123983681rem;
    width: 70px;
  }
}
@media print {
  .report--incidents-summary .report-group .reportTable .reportTable-row-cell {
    font-family: "Trebuchet MS";
    font-size: 0.6875rem;
    line-height: 1.1123983681rem;
  }
}
.report--incidents-summary .report-group .reportTable .reportTable-row:nth-child(2) .reportTable-row-cell:nth-child(2) {
  vertical-align: top;
  width: 154px;
}
@media print {
  .report--incidents-summary .report-group .reportTable .reportTable-row:nth-child(2) .reportTable-row-cell:nth-child(2) {
    width: 83px;
  }
}

.inlineList--medium .inlineList-item {
  width: 115px;
}
@media print {
  .inlineList--medium .inlineList-item {
    width: 65px;
  }
}

/* .comments */
.comments .comments-item {
  display: inline-block;
}
.comments .comments-date,
.comments .comments-text {
  font-family: "Trebuchet MS";
  font-size: 0.8125rem;
  line-height: 1.3146526169rem;
  float: left;
}
@media print {
  .comments .comments-date,
.comments .comments-text {
    font-family: "Trebuchet MS";
    font-size: 0.6875rem;
    line-height: 1.1123983681rem;
  }
}
.comments .comments-date {
  width: 11%;
}
.comments .comments-text {
  width: 89%;
}

/* Questionable styles - should be revisited with a better solution */
.makeNotesBoxASizeThatMakesBothColumnsEqualHeightOnSalesPage {
  height: 240px;
}

.makeSalesProgressFit {
  width: 81%;
}

@media print {
  .siteHeader-fishmediaLogo,
.headerBar,
.button,
.print-hide {
    display: none;
  }

  /* .unit */
  /* needs to be better managed but Bourbon Neat is putting "screen" on media queries using @media mixin */
  .unit-block--2items {
    max-width: 167.8125em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .unit-block--2items:after {
    content: "";
    display: table;
    clear: both;
  }
  .unit-block--2items .unit-block-item1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
    text-align: left;
  }
  .unit-block--2items .unit-block-item1:last-child {
    margin-right: 0;
  }
  .unit-block--2items .unit-block-item2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    text-align: right;
  }
  .unit-block--2items .unit-block-item2:last-child {
    margin-right: 0;
  }

  .unit-block--3items {
    max-width: 167.8125em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .unit-block--3items:after {
    content: "";
    display: table;
    clear: both;
  }
  .unit-block--3items:after {
    content: "";
    display: table;
    clear: both;
  }
  .unit-block--3items .unit-block-item1 {
    display: inline-block;
    width: 30%;
    text-align: left;
    float: left;
  }
  .unit-block--3items .unit-block-item2 {
    display: inline-block;
    width: 40%;
    text-align: center;
    vertical-align: top;
    float: left;
  }
  .unit-block--3items .unit-block-item3 {
    display: inline-block;
    width: 30%;
    text-align: right;
    vertical-align: top;
    float: right;
  }

  .unit-block--halfAndHalf {
    max-width: 167.8125em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .unit-block--halfAndHalf:after {
    content: "";
    display: table;
    clear: both;
  }
  .unit-block--halfAndHalf .unit-block-item1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .unit-block--halfAndHalf .unit-block-item1:last-child {
    margin-right: 0;
  }
  .unit-block--halfAndHalf .unit-block-item2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .unit-block--halfAndHalf .unit-block-item2:last-child {
    margin-right: 0;
  }

  .readForm-field-label {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }

  .readForm-field-label:last-child {
    margin-right: 0;
  }

  .readForm-field-value {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }

  .readForm-field-value:last-child {
    margin-right: 0;
  }

  .print-no-gutters {
    padding-left: 0;
    padding-right: 0;
  }

  .print-noSpaceTop {
    margin-top: 0;
  }

  .print-block {
    float: none;
    text-align: left;
  }
}
.clear {
  clear: both;
}

@media screen and (min-width: 1025px) {
  .maxWidth--1of4 {
    max-width: 25%;
  }
}

@media screen and (min-width: 1025px) {
  .maxWidth--0_5of4 {
    max-width: 12.5%;
  }
}

@media screen and (min-width: 1025px) {
  .maxWidth--1_5of4 {
    max-width: 37.5%;
  }
}

.is-busy.table-row {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 42px;
  background-image: url("http://localhost:49871/images/general/clock-large.svg");
  opacity: 0.2;
}
.is-busy.clock {
  background-repeat: no-repeat;
  background-position: right;
  background-size: 22px;
  background-image: url("http://localhost:49871/images/general/clock_grey.svg");
}

.transitionAll {
  transition: all 0.5s;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.table-row.is-target,
.table-row:target {
  color: #FFFFFF;
  background-color: #ebccd1;
}
.table-row.is-target:hover,
.table-row:target:hover {
  background-color: #f2dede;
}

.status-Yes {
  color: #73bdaa;
  font-weight: bold;
}

.status-No {
  color: #db473d;
  font-weight: bold;
}

.is-hidden {
  display: none;
}

.pass_show {
  position: relative;
}
.pass_show .input-group-append {
  width: auto;
  position: absolute;
  color: gray;
  top: 18px;
  right: 24px;
}
.pass_show .form-field-input {
  padding-right: 50px;
}