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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

* {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-outline-style: none;
  outline-style: none;
  outline: none; }

button {
  cursor: pointer;
  border: none; }

.clear {
  clear: both; }

body {
  font-size: 10px;
  -webkit-font-smoothing: antialiased; }

header, footer, section {
  float: left;
  width: 100%; }

.container {
  width: 100%;
  max-width: 1325px;
  margin: 0 auto; }

.left-aligned {
  text-align: left; }

.right-aligned {
  text-align: right; }

.center-aligned {
  text-align: center; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

[class*='size-'] {
  float: left;
  min-height: 1px; }
  [class*='size-'].pull-right {
    float: right; }

.size-lg-1 {
  width: 8.33%; }

.size-lg-2 {
  width: 16.66%; }

.size-lg-3 {
  width: 25%; }

.size-lg-4 {
  width: 33.33%; }

.size-lg-5 {
  width: 41.66%; }

.size-lg-6 {
  width: 50%; }

.size-lg-7 {
  width: 58.33%; }

.size-lg-8 {
  width: 66.66%; }

.size-lg-9 {
  width: 75%; }

.size-lg-10 {
  width: 83.33%; }

.size-lg-11 {
  width: 91.66%; }

.size-lg-12 {
  width: 100%; }

.size-lg-hide {
  display: none; }

.size-lg-block {
  display: block; }

.size-lg-inline {
  display: inline; }

.size-lg-inline-block {
  display: inline-block; }

@media only screen and (max-width: 1279px) {
  .size-lr-1 {
    width: 8.33%; }
  .size-lr-2 {
    width: 16.66%; }
  .size-lr-3 {
    width: 25%; }
  .size-lr-4 {
    width: 33.33%; }
  .size-lr-5 {
    width: 41.66%; }
  .size-lr-6 {
    width: 50%; }
  .size-lr-7 {
    width: 58.33%; }
  .size-lr-8 {
    width: 66.66%; }
  .size-lr-9 {
    width: 75%; }
  .size-lr-10 {
    width: 83.33%; }
  .size-lr-11 {
    width: 91.66%; }
  .size-lr-12 {
    width: 100%; }
  .size-lr-hide {
    display: none; }
  .size-lr-block {
    display: block; }
  .size-lr-inline {
    display: inline; }
  .size-lr-inline-block {
    display: inline-block; } }

@media only screen and (max-width: 1023px) {
  .size-md-1 {
    width: 8.33%; }
  .size-md-2 {
    width: 16.66%; }
  .size-md-3 {
    width: 25%; }
  .size-md-4 {
    width: 33.33%; }
  .size-md-5 {
    width: 41.66%; }
  .size-md-6 {
    width: 50%; }
  .size-md-7 {
    width: 58.33%; }
  .size-md-8 {
    width: 66.66%; }
  .size-md-9 {
    width: 75%; }
  .size-md-10 {
    width: 83.33%; }
  .size-md-11 {
    width: 91.66%; }
  .size-md-12 {
    width: 100%; }
  .size-md-hide {
    display: none; }
  .size-md-block {
    display: block; }
  .size-md-inline {
    display: inline; }
  .size-md-inline-block {
    display: inline-block; } }

@media only screen and (max-width: 767px) {
  .size-sm-1 {
    width: 8.33%; }
  .size-sm-2 {
    width: 16.66%; }
  .size-sm-3 {
    width: 25%; }
  .size-sm-4 {
    width: 33.33%; }
  .size-sm-5 {
    width: 41.66%; }
  .size-sm-6 {
    width: 50%; }
  .size-sm-7 {
    width: 58.33%; }
  .size-sm-8 {
    width: 66.66%; }
  .size-sm-9 {
    width: 75%; }
  .size-sm-10 {
    width: 83.33%; }
  .size-sm-11 {
    width: 91.66%; }
  .size-sm-12 {
    width: 100%; }
  .size-sm-hide {
    display: none; }
  .size-sm-block {
    display: block; }
  .size-sm-inline {
    display: inline; }
  .size-sm-inline-block {
    display: inline-block; } }

@media only screen and (max-width: 479px) {
  .size-xs-1 {
    width: 8.33%; }
  .size-xs-2 {
    width: 16.66%; }
  .size-xs-3 {
    width: 25%; }
  .size-xs-4 {
    width: 33.33%; }
  .size-xs-5 {
    width: 41.66%; }
  .size-xs-6 {
    width: 50%; }
  .size-xs-7 {
    width: 58.33%; }
  .size-xs-8 {
    width: 66.66%; }
  .size-xs-9 {
    width: 75%; }
  .size-xs-10 {
    width: 83.33%; }
  .size-xs-11 {
    width: 91.66%; }
  .size-xs-12 {
    width: 100%; }
  .size-xs-hide {
    display: none; }
  .size-xs-block {
    display: block; }
  .size-xs-inline {
    display: inline; }
  .size-xs-inline-block {
    display: inline-block; } }

@media only screen and (max-width: 374px) {
  .size-xxs-1 {
    width: 8.33%; }
  .size-xxs-2 {
    width: 16.66%; }
  .size-xxs-3 {
    width: 25%; }
  .size-xxs-4 {
    width: 33.33%; }
  .size-xxs-5 {
    width: 41.66%; }
  .size-xxs-6 {
    width: 50%; }
  .size-xxs-7 {
    width: 58.33%; }
  .size-xxs-8 {
    width: 66.66%; }
  .size-xxs-9 {
    width: 75%; }
  .size-xxs-10 {
    width: 83.33%; }
  .size-xxs-11 {
    width: 91.66%; }
  .size-xxs-12 {
    width: 100%; }
  .size-xxs-hide {
    display: none; }
  .size-xxs-block {
    display: block; }
  .size-xxs-inline {
    display: inline; }
  .size-xxs-inline-block {
    display: inline-block; } }

.accordion .heading {
  cursor: pointer; }

.accordion .content {
  display: none; }

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg img, .wysiwyg iframe, .wysiwyg embed, .wysiwyg object, .wysiwyg table, .wysiwyg hr {
  margin-bottom: 15px; }

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-weight: bold; }

.wysiwyg h2 {
  font-size: 420%; }

.wysiwyg h3 {
  font-size: 360%; }

.wysiwyg h4 {
  font-size: 300%; }

.wysiwyg h5 {
  font-size: 240%; }

.wysiwyg h6 {
  font-size: 180%; }

.wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg table {
  font-size: 160%; }

.wysiwyg a {
  text-decoration: underline; }
  .wysiwyg a:hover {
    text-decoration: none; }

.wysiwyg strong {
  font-weight: bold; }

.wysiwyg em {
  font-style: italic; }

.wysiwyg u {
  text-decoration: underline; }

.wysiwyg ul, .wysiwyg ol {
  list-style: disc outside none;
  padding-left: 20px; }
  .wysiwyg ul ul, .wysiwyg ul ol, .wysiwyg ol ul, .wysiwyg ol ol {
    font-size: 100%;
    margin-bottom: 0; }

.wysiwyg ol {
  list-style-type: decimal; }
  .wysiwyg ol ol {
    list-style-type: lower-alpha; }

.wysiwyg img, .wysiwyg iframe, .wysiwyg embed, .wysiwyg object {
  max-width: 100%;
  margin-right: 15px; }

.wysiwyg table {
  width: 100%;
  text-align: left; }
  .wysiwyg table th, .wysiwyg table td {
    padding: 5px 10px;
    border: 1px solid #ccc; }
  .wysiwyg table thead {
    font-weight: bold;
    background-color: #f2f2f2; }
  .wysiwyg table th {
    font-weight: bold;
    background-color: #f2f2f2; }
  .wysiwyg table p {
    font-size: 100%; }

.wysiwyg :last-child, .wysiwyg:last-child {
  margin-bottom: 0; }

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  .lightbox .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8; }
  .lightbox .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    width: 95%;
    max-width: 600px;
    max-height: 90%; }

.responsive-video {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.responsive-video iframe, .responsive-video object, .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.no-scroll {
  overflow: hidden; }

@font-face {
  font-family: 'FSElliott-Regular';
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Regular.eot?#iefix") format("embedded-opentype"), url("/_Content/fonts/FSElliott/FSElliotWeb-Regular.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'FSElliott-Thin';
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Thin.eot");
  /* IE9 Compat Modes */
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Thin.eot?#iefix") format("embedded-opentype"), url("/_Content/fonts/FSElliott/FSElliotWeb-Thin.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'FSElliott-Light';
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Light.eot");
  /* IE9 Compat Modes */
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Light.eot?#iefix") format("embedded-opentype"), url("/_Content/fonts/FSElliott/FSElliotWeb-Light.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'FSElliott-Bold';
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Bold.eot?#iefix") format("embedded-opentype"), url("/_Content/fonts/FSElliott/FSElliotWeb-Bold.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'FSElliott-Heavy';
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Heavy.eot");
  /* IE9 Compat Modes */
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Heavy.eot?#iefix") format("embedded-opentype"), url("/_Content/fonts/FSElliott/FSElliotWeb-Heavy.woff") format("woff");
  /* Pretty Modern Browsers */ }

html, body {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #262626;
  line-height: 1.35;
  font-family: "FSElliott-Light", arial, sans-serif;
  font-size: 11px; }

body.auth-page #main-content.full {
  height: calc(100% - 110px); }

body.fixed-header {
  padding-top: 110px; }
  body.fixed-header header {
    position: fixed;
    top: 0;
    left: 0; }
  body.fixed-header .nav-bg {
    top: 110px;
    height: calc(100% - 110px); }

header {
  float: left;
  width: 100%;
  height: 110px;
  background-color: white;
  padding: 0 30px;
  z-index: 9999;
  box-shadow: 0px -7px 2px 5px black;
  border-bottom: 1px solid #f1ebf3; }
  header .logo {
    padding: 17.5px 0;
    width: 290px;
    float: left;
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%; }
    header .logo img {
      float: left;
      width: 100%; }
      header .logo img:last-child {
        float: left;
        width: 120px; }
    header .logo .ktn-logo {
      width: 45px;
      margin-right: 5px; }
    header .logo .text {
      margin-top: -4px;
      font-family: "FSElliott-Regular", arial, sans-serif;
      font-size: 180%;
      color: #005327; }
      header .logo .text sup {
        vertical-align: super;
        font-size: smaller; }
  header .controls {
    float: right; }
    header .controls a {
      float: left;
      padding: 21px 0;
      color: #005327;
      width: 195px;
      transition: color 0.3s;
      line-height: 1.2; }
      header .controls a span {
        width: 100%;
        text-align: center;
        font-family: "FSElliott-Bold", arial, sans-serif;
        font-size: 14px;
        float: left;
        border-left: 2px solid #f1ebf3;
        padding: 7px 10px;
        text-transform: uppercase;
        letter-spacing: 1px; }
        header .controls a span i {
          float: left;
          width: 100%;
          padding-bottom: 5px;
          font-size: 28px; }
        header .controls a span sub {
          margin: 0 3px; }
      header .controls a:hover {
        color: #005327; }
      header .controls a.large {
        padding: 15.5px 0; }
      header .controls a .loading-icon {
        display: none; }
      header .controls a.disabled {
        cursor: not-allowed;
        opacity: 0.7; }
        header .controls a.disabled:hover {
          color: #005327; }
      header .controls a.loading i {
        display: none; }
      header .controls a.loading .loading-icon {
        display: inline-block; }
      header .controls a:first-child span {
        border-left-color: transparent; }
    header .controls .theme-btns {
      display: none; }
    header .controls .project-btns {
      display: none; }
    header .controls .roadmap-btns {
      display: none; }

.mob-menu {
  display: none;
  float: left;
  padding-top: 41px; }
  .mob-menu .nav-btn {
    float: right;
    margin-right: 55px;
    width: 28px;
    color: #005327;
    height: 28px;
    max-height: 28px;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out; }
    .mob-menu .nav-btn span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #005327;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .mob-menu .nav-btn span:nth-child(1) {
        top: 0px; }
      .mob-menu .nav-btn span:nth-child(2), .mob-menu .nav-btn span:nth-child(3) {
        top: 10px; }
      .mob-menu .nav-btn span:nth-child(4) {
        top: 20px; }
    .mob-menu .nav-btn.open span:nth-child(1) {
      top: 0;
      width: 0%;
      left: 50%; }
    .mob-menu .nav-btn.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .mob-menu .nav-btn.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .mob-menu .nav-btn.open span:nth-child(4) {
      top: 20px;
      width: 0%;
      left: 50%; }

.nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  height: 100%;
  background-color: #005327; }

nav {
  float: left;
  width: 230px;
  background-color: #005327; }
  nav a {
    float: left;
    width: 100%;
    margin-top: -1px;
    color: white;
    padding: 0 15px;
    font-family: "FSElliott-Bold", arial, sans-serif;
    font-size: 160%;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s; }
    nav a i {
      position: absolute;
      top: 24px;
      left: 0;
      font-size: 24px; }
    nav a span {
      width: 100%;
      display: inline-block;
      padding: 25px 0;
      padding-left: 40px;
      border-top: 1px solid #00e600;
      min-width: 176px; }
    nav a:hover, nav a.active {
      background-color: #003813; }
    nav a:last-child span {
      border-bottom: 1px solid #00e600; }
  nav .nav-heading {
    float: left;
    width: 100%;
    margin-top: -1px;
    padding: 15px 25px;
    background-color: #009640;
    color: white;
    font-family: "FSElliott-Bold", arial, sans-serif;
    font-size: 160%;
    text-transform: uppercase;
    z-index: 1; }
    nav .nav-heading:first-child {
      margin-top: 0; }
  nav .profile-box {
    padding: 30px 15px;
    color: white; }
    nav .profile-box img {
      width: 120px;
      height: 120px; }

#main-content {
  float: right;
  width: calc(100% - 230px);
  height: auto;
  padding: 30px; }
  #main-content.full {
    width: 100%; }

.breadcrumb {
  margin-bottom: 20px;
  font-size: 130%; }
  .breadcrumb a {
    color: #262626;
    text-decoration: none; }
  .breadcrumb a[href]:hover {
    text-decoration: underline; }
  .breadcrumb span {
    color: #005327;
    font-family: "FSElliott-Bold", arial, sans-serif; }

.heading-1, .heading-2 {
  margin-bottom: 20px;
  color: #005327;
  font-family: "FSElliott-Bold", arial, sans-serif; }
  .heading-1.w-description, .heading-2.w-description {
    margin-bottom: 0; }
  .heading-1.w-search, .heading-2.w-search {
    top: 9px; }
  .heading-1.w-btn, .heading-2.w-btn {
    margin-bottom: 25px; }
  .heading-1.error, .heading-2.error {
    color: #ed135c; }
  .heading-1 a, .heading-2 a {
    color: #005327;
    text-decoration: none;
    transition: color 0.3s; }
    .heading-1 a:hover, .heading-2 a:hover {
      color: #005327; }

.heading-1 {
  font-size: 260%; }

.heading-2 {
  font-size: 200%; }

.heading-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  top: -2px;
  margin-left: 5px;
  font-size: 16px;
  background-color: #005327;
  color: white !important;
  text-align: center;
  border-radius: 50%;
  transition: background-color 0.3s; }
  .heading-circle:hover {
    background-color: #005327; }
  .heading-circle.primary {
    background-color: #558dad; }
    .heading-circle.primary:hover {
      background-color: #0b3c5b; }
  .heading-circle.success {
    background-color: #66ad55; }
    .heading-circle.success:hover {
      background-color: #0b5b29; }
  .heading-circle.warning {
    background-color: #edc713; }
    .heading-circle.warning:hover {
      background-color: #bb9b02; }
  .heading-circle.error {
    background-color: #ed135c; }
    .heading-circle.error:hover {
      background-color: #a50c3f; }

.heading-description {
  margin-bottom: 20px; }

.standard-text {
  font-size: 150%; }
  .standard-text strong {
    font-family: "FSElliott-Bold", arial, sans-serif; }
  .standard-text .larger {
    font-size: 110%; }
  .standard-text .purple {
    color: #005327; }
  .standard-text.center-aligned {
    text-align: center; }

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg img, .wysiwyg iframe, .wysiwyg embed, .wysiwyg object, .wysiwyg table, .wysiwyg hr, .wysiwyg figure {
  margin-bottom: 20px; }

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-bottom: 10px;
  font-family: "FSElliott-Bold", arial, sans-serif;
  color: #005327; }
  .wysiwyg h2.black, .wysiwyg h3.black, .wysiwyg h4.black, .wysiwyg h5.black, .wysiwyg h6.black {
    color: #262626; }

.wysiwyg h2 {
  font-size: 200%; }

.wysiwyg h3 {
  font-size: 180%; }

.wysiwyg h4 {
  font-size: 160%; }

.wysiwyg h5 {
  font-size: 150%; }

.wysiwyg h6 {
  font-size: 150%;
  text-decoration: underline;
  font-family: "FSElliott-Light", arial, sans-serif; }

.wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg table {
  font-size: 150%; }

.wysiwyg a {
  color: #005327;
  text-decoration: none;
  transition: color 0.3s; }
  .wysiwyg a:hover {
    color: #005327; }

.wysiwyg strong {
  font-family: "FSElliott-Bold", arial, sans-serif; }

.wysiwyg ol {
  padding-left: 15px; }

.wysiwyg ul ol, .wysiwyg ol ol {
  padding-left: 20px; }

.wysiwyg table th {
  background-color: #005327;
  color: white;
  font-family: "FSElliott-Bold", arial, sans-serif;
  border-color: #005327; }

.area-container, .area-block {
  margin-bottom: 30px; }
  .area-container:last-child, .area-block:last-child {
    margin-bottom: 0; }

.area-container {
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px; }
  .area-container .area-block {
    margin-bottom: 0;
    padding: 0 15px; }
  .area-container.w-header {
    display: flex;
    flex-direction: row; }
    .area-container.w-header .area-block {
      display: flex; }

.area {
  padding: 30px 40px;
  background-color: white; }

.generic-form .row {
  float: left;
  width: calc(100% + 40px);
  margin-left: -20px; }
  .generic-form .row:last-child .field, .generic-form .row:last-of-type .field {
    margin-bottom: 0; }

.generic-form .field {
  margin-bottom: 30px;
  padding: 0 20px; }
  .generic-form .field .file-display {
    margin-top: 0;
    margin-bottom: 20px; }
    .generic-form .field .file-display li strong {
      font-size: 16px; }
  .generic-form .field .button-container {
    margin-top: 0; }
  .generic-form .field .remove {
    font-size: 90%;
    color: #ed135c;
    cursor: pointer;
    transition: color 0.3s;
    margin-left: 5px; }
    .generic-form .field .remove:hover {
      color: #a50c3f; }
  .generic-form .field.error {
    padding: 15px 30px 15px 30px;
    border: 2px solid #ed135c;
    background-color: #fcdce7;
    color: #262626; }
  .generic-form .field.double:first-child {
    border-right-width: 1px; }
  .generic-form .field.double:last-child {
    border-left-width: 1px; }
  .generic-form .field.flex-field {
    display: flex;
    flex-wrap: wrap; }
    .generic-form .field.flex-field .checkbox-description-field {
      margin-bottom: 20px; }
      .generic-form .field.flex-field .checkbox-description-field:last-child {
        margin-bottom: 0; }
  .generic-form .field p {
    float: left;
    font-size: 140%;
    font-family: "FSElliott-Regular", arial, sans-serif; }

.generic-form .title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 160%;
  font-family: "FSElliott-Bold", arial, sans-serif; }
  .generic-form .title .extra-info {
    top: 2px;
    color: #005327;
    font-family: "FSElliott-Light", arial, sans-serif;
    font-size: 90%; }
    .generic-form .title .extra-info.full-width {
      top: 0;
      margin-top: 10px; }
  .generic-form .title a {
    color: #005327;
    text-decoration: underline; }
    .generic-form .title a:hover {
      text-decoration: none; }
  .generic-form .title .purple {
    color: #782a90; }
  .generic-form .title.or {
    margin-bottom: 20px; }

.generic-form .sub-title {
  margin-bottom: 10px; }
  .generic-form .sub-title.large {
    margin-bottom: 20px; }

.generic-form .required {
  color: #ed135c; }

.generic-form input[type="text"], .generic-form input[type="search"], .generic-form input[type="password"], .generic-form input[type="email"], .generic-form input[type="date"], .generic-form textarea {
  float: left;
  width: 100%;
  padding: 13px 15px;
  background-color: #f1f1f1;
  font-size: 150%;
  color: #262626;
  font-family: "FSElliott-Light", arial, sans-serif;
  border: 1px solid transparent;
  transition: border-color 0.3s; }
  .generic-form input[type="text"]:disabled, .generic-form input[type="search"]:disabled, .generic-form input[type="password"]:disabled, .generic-form input[type="email"]:disabled, .generic-form input[type="date"]:disabled, .generic-form textarea:disabled {
    cursor: not-allowed; }
    .generic-form input[type="text"]:disabled:focus, .generic-form input[type="search"]:disabled:focus, .generic-form input[type="password"]:disabled:focus, .generic-form input[type="email"]:disabled:focus, .generic-form input[type="date"]:disabled:focus, .generic-form textarea:disabled:focus {
      border-color: transparent; }
  .generic-form input[type="text"].date, .generic-form input[type="search"].date, .generic-form input[type="password"].date, .generic-form input[type="email"].date, .generic-form input[type="date"].date, .generic-form textarea.date {
    color: #005327;
    letter-spacing: 2px; }
  .generic-form input[type="text"]:focus, .generic-form input[type="search"]:focus, .generic-form input[type="password"]:focus, .generic-form input[type="email"]:focus, .generic-form input[type="date"]:focus, .generic-form textarea:focus {
    border-color: #005327; }
  .generic-form input[type="text"].white, .generic-form input[type="search"].white, .generic-form input[type="password"].white, .generic-form input[type="email"].white, .generic-form input[type="date"].white, .generic-form textarea.white {
    background-color: white; }

.generic-form input.date::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #005327; }

.generic-form input.date::-moz-placeholder {
  /* Firefox 19+ */
  color: #005327; }

.generic-form input.date:-ms-input-placeholder {
  /* IE 10+ */
  color: #005327; }

.generic-form input.date:-moz-placeholder {
  /* Firefox 18- */
  color: #005327; }

.generic-form input[type="password"] {
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 330%;
  font-family: "FSElliott-Bold", arial, sans-serif; }

.generic-form textarea {
  min-height: 125px;
  resize: vertical; }

.generic-form .field-validation-error, .generic-form .field-validation-valid {
  display: inline-block;
  margin-top: 10px; }

.generic-form .field-validation-error {
  width: 100%;
  font-size: 15px;
  color: #262626;
  font-family: "FSElliott-Bold", arial, sans-serif; }

.generic-form .icon-field .icon {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 220%;
  color: #005327;
  z-index: 1; }

.generic-form .icon-field input {
  padding-right: 50px; }

.generic-form .disabled-field .icon {
  display: none;
  position: absolute;
  top: 13px;
  right: 15px;
  color: #005327;
  font-size: 190%;
  z-index: 1; }

.generic-form .disabled-field.disabled .icon {
  display: inline-block; }

.generic-form .disabled-field.disabled input {
  padding-right: 50px; }

.generic-form .multi-select-container .arrow {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 220%;
  color: #005327;
  z-index: 1;
  pointer-events: none; }

.generic-form .select2-container {
  width: 100% !important; }
  .generic-form .select2-container .select2-selection--single, .generic-form .select2-container .select2-selection--multiple {
    min-height: 45px;
    border: none; }
    .generic-form .select2-container .select2-selection--single .select2-selection__rendered, .generic-form .select2-container .select2-selection--multiple .select2-selection__rendered {
      padding: 0 50px 0 15px;
      color: #005327;
      font-size: 15px;
      line-height: 45px;
      background-color: #f1f1f1;
      min-height: 47px;
      border: 1px solid #9c9c9c;
      transition: border-color 0.3s; }
    .generic-form .select2-container .select2-selection--single .select2-selection__arrow, .generic-form .select2-container .select2-selection--multiple .select2-selection__arrow {
      display: none; }
  .generic-form .select2-container .select2-selection--multiple .select2-selection__choice {
    margin-top: 8px;
    height: 30px;
    line-height: 30px; }
  .generic-form .select2-container.select2-container--focus .select2-selection--single .select2-selection__rendered, .generic-form .select2-container.select2-container--focus .select2-selection--multiple .select2-selection__rendered, .generic-form .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered, .generic-form .select2-container.select2-container--open .select2-selection--multiple .select2-selection__rendered {
    border-color: #005327; }

.generic-form .search {
  margin-bottom: 15px; }
  .generic-form .search.filter .select2-container .select2-selection__rendered {
    background-color: white; }
  .generic-form .search.in-form input {
    background-color: #f1f1f1; }
  .generic-form .search input {
    background-color: white;
    padding-right: 50px; }
  .generic-form .search button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: #005327;
    text-align: center;
    padding: 12px; }
    .generic-form .search button i {
      font-size: 21px; }
    .generic-form .search button:hover {
      color: #005327; }

.generic-form.table-fields input[type="text"], .generic-form.table-fields input[type="search"], .generic-form.table-fields input[type="password"], .generic-form.table-fields input[type="email"], .generic-form.table-fields input[type="date"], .generic-form.table-fields textarea {
  font-size: 120%;
  padding: 3px 25px 4px 5px; }

.generic-form.table-fields .custom-select .arrow {
  font-size: 140%;
  top: 5px;
  right: 5px; }

.pic-form {
  padding-right: 40px; }
  .pic-form .field {
    width: 100%; }
    .pic-form .field .title {
      margin-top: 8px; }

.user-form .button-container {
  padding-top: 42px;
  padding-right: 20px; }

.select2-dropdown {
  border-color: #005327 !important; }

.select2-results__option {
  color: #262626;
  font-size: 13px; }

.ui-timepicker-wrapper {
  width: 150px !important; }

.ui-timepicker-list {
  font-size: 15px; }

.field-validation-error, .field-validation-valid {
  color: #ed135c;
  font-size: 140%; }

.custom-select input[type="text"] {
  padding-right: 50px;
  color: #005327; }

.custom-select .arrow {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 220%;
  color: #005327; }

.custom-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
  cursor: pointer;
  z-index: 1; }
  .custom-select select:focus + input {
    border-color: #005327; }

.custom-select.highlight select + input {
  border-color: #005327; }

.custom-checkbox label {
  display: inline-block;
  height: 30px;
  padding-left: 55px;
  cursor: pointer; }
  .custom-checkbox label a {
    color: #005327;
    text-decoration: none;
    transition: color 0.3s; }
    .custom-checkbox label a:hover {
      color: #005327; }

.custom-checkbox .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  color: white;
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  transition: background-color 0.3s; }
  .custom-checkbox .box i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s; }

.custom-checkbox .text {
  top: 4px;
  font-size: 16px; }
  .custom-checkbox .text strong {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    padding-right: 5px; }
  .custom-checkbox .text span {
    display: block; }

.custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0; }
  .custom-checkbox input:checked + label .box, .custom-checkbox input:checked + input + label .box {
    background-color: #005327; }
    .custom-checkbox input:checked + label .box i, .custom-checkbox input:checked + input + label .box i {
      opacity: 1; }

.custom-checkbox.radio .box {
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 110%;
  line-height: 20px; }

.checkbox-row {
  margin-bottom: 30px; }
  .checkbox-row .custom-checkbox {
    padding-right: 20px; }
  .checkbox-row:last-child {
    margin-bottom: 0; }

.checkbox-area {
  margin-bottom: 30px; }
  .checkbox-area .custom-checkbox {
    margin-bottom: 10px; }
    .checkbox-area .custom-checkbox:last-child {
      margin-bottom: 0; }

.custom-switch {
  width: 47px;
  height: 25px; }
  .custom-switch input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0; }
  .custom-switch .outer {
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color: #e1e4e9;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s; }
  .custom-switch .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    transition: left 0.2s; }
  .custom-switch input:checked + .outer {
    background-color: #005327;
    border-color: #005327; }
    .custom-switch input:checked + .outer .inner {
      left: calc(100% - 23px); }
  .custom-switch.green input:checked + .outer {
    background-color: #66ad55;
    border-color: #66ad55; }
  .custom-switch.orange input:checked + .outer {
    background-color: #edc713;
    border-color: #edc713; }
  .custom-switch.red input:checked + .outer {
    background-color: #ed135c;
    border-color: #ed135c; }

.custom-file-uploader input[type="text"] {
  padding-right: 120px; }

.custom-file-uploader input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 47px;
  opacity: 0;
  -webkit-appearance: none;
  cursor: pointer; }

.custom-file-uploader button {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0 25px;
  height: 37px;
  line-height: 37px;
  background-color: #005327;
  color: white;
  font-size: 150%;
  transition: background-color 0.3s; }

.custom-file-uploader:hover button {
  background-color: #003813; }

.custom-search input[type="text"] {
  padding-right: 140px; }

.custom-search button {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0 25px;
  height: 37px;
  line-height: 37px;
  background-color: #005327;
  color: white;
  font-size: 150%;
  transition: background-color 0.3s; }

.character-limit p {
  float: left;
  width: 100%;
  margin-top: 5px;
  color: #666;
  font-size: 140%; }

.file-button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
  cursor: pointer; }

.file-button .btn {
  margin: 0; }

.file-button:hover .btn {
  background-color: #005327; }

.file-dl {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-left: 3px;
  color: white;
  background-color: #66ad55;
  transition: background-color 0.3s;
  border-radius: 50%;
  text-align: center;
  font-size: 75%;
  top: -1px;
  text-decoration: none; }
  .file-dl:hover {
    background-color: #0b5b29; }

.file-display {
  margin-top: 20px; }
  .file-display li {
    float: left;
    width: 100%;
    font-size: 150%; }
    .file-display li strong {
      font-family: "FSElliott-Bold", arial, sans-serif; }
  .file-display .remove-file {
    font-size: 90%;
    color: #ed135c;
    cursor: pointer;
    transition: color 0.3s; }
    .file-display .remove-file:hover {
      color: #a50c3f; }

.form-message {
  padding: 20px 30px 20px 90px;
  border: 2px solid #1313ed;
  background-color: #dcdefc; }
  .form-message .icon {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -11px;
    color: #1313ed;
    font-size: 220%; }
  .form-message p {
    width: 100%;
    font-size: 150%;
    color: #62595c; }
    .form-message p a {
      color: #262626;
      text-decoration: underline; }
      .form-message p a:hover {
        text-decoration: none; }
    .form-message p strong {
      font-family: "FSElliott-Bold", arial, sans-serif; }
  .form-message.success {
    border-color: #66ad55;
    background-color: #ddfcdc; }
    .form-message.success .icon {
      color: #66ad55; }
  .form-message.warning {
    border-color: #edc713;
    background-color: #fcf6dc; }
    .form-message.warning .icon {
      color: #edc713; }
  .form-message.error {
    border-color: #ed135c;
    background-color: #fcdce7; }
    .form-message.error .icon {
      color: #ed135c; }
  .form-message .custom-checkbox {
    margin-top: 10px; }

.button-container .btn {
  margin-right: 15px; }

.button-container.right .btn {
  margin-right: 0;
  margin-left: 15px; }

.button-container.top {
  margin-bottom: 20px; }

.button-container.bottom {
  margin-top: 20px; }

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #005327;
  color: white;
  font-family: "FSElliott-Bold", arial, sans-serif;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s; }
  .btn i {
    font-size: 150%; }
    .btn i.pull-left {
      margin-right: 5px; }
    .btn i.pull-right {
      margin-left: 5px; }
  .btn .text {
    top: 2px;
    line-height: 18px; }
  .btn:hover {
    background-color: #003813; }
  .btn.no-icon {
    padding: 10px 35px 13px; }
  .btn .loading-icon {
    display: none; }
  .btn.disabled {
    cursor: not-allowed;
    opacity: 0.7; }
    .btn.disabled:hover {
      background-color: #005327; }
      .btn.disabled:hover.default {
        background-color: #b8b8b8; }
      .btn.disabled:hover.success {
        background-color: #66ad55; }
      .btn.disabled:hover.warning {
        background-color: #edc713; }
  .btn.loading i {
    display: none; }
  .btn.loading .loading-icon {
    display: inline-block; }
  .btn.default {
    background-color: #b8b8b8; }
    .btn.default:hover {
      background-color: #929292; }
  .btn.primary {
    background-color: #558dad; }
    .btn.primary:hover {
      background-color: #0b3c5b; }
  .btn.success {
    background-color: #66ad55; }
    .btn.success:hover {
      background-color: #0b5b29; }
  .btn.warning {
    background-color: #edc713; }
    .btn.warning:hover {
      background-color: #bb9b02; }
  .btn.error {
    background-color: #ed135c; }
    .btn.error:hover {
      background-color: #a50c3f; }
  .btn.small {
    padding: 5px 15px;
    font-size: 13px; }
  .btn.extra-small {
    padding: 5px 15px;
    font-size: 11px; }
    .btn.extra-small i {
      font-size: 120%; }
  .btn.blue {
    background-color: #5266ba; }
    .btn.blue:hover {
      background-color: #2c3768; }

.content-padding {
  padding: 0 15px; }

.table-list {
  float: left;
  width: 100%;
  border: 1px solid transparent;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .table-list .item {
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0; }
    .table-list .item:nth-child(odd) {
      background-color: #f5f5f5; }
    .table-list .item.heading {
      background-color: #005327;
      color: white;
      font-family: "FSElliott-Bold", arial, sans-serif;
      text-align: left; }
    .table-list .item .profile-pic {
      float: left;
      display: block;
      margin: 0; }
  .table-list p {
    font-size: 15px; }
    .table-list p a {
      color: #f5f5f5;
      text-decoration: none; }
      .table-list p a:hover {
        color: #66ad55; }
      .table-list p a.purple {
        color: #005327; }
        .table-list p a.purple:hover {
          color: #005327; }
    .table-list p strong {
      font-family: "FSElliott-Bold", arial, sans-serif; }
  .table-list .button-container .btn {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px; }
  .table-list .button-container.right .btn {
    margin-right: 0;
    margin-left: 10px; }
  .table-list .btn {
    min-width: 78px; }
    .table-list .btn i {
      margin-right: 5px; }

table.table-list .item {
  float: none;
  padding: 0; }
  table.table-list .item th, table.table-list .item td {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle; }
  table.table-list .item .checkbox {
    width: 30px;
    height: 30px; }
  table.table-list .item .custom-checkbox, table.table-list .item .custom-radio {
    top: 0; }
    table.table-list .item .custom-checkbox .box, table.table-list .item .custom-radio .box {
      background-color: #e7e7e7; }
    table.table-list .item .custom-checkbox label, table.table-list .item .custom-radio label {
      padding-left: 30px; }
    table.table-list .item .custom-checkbox input:checked + label .box, table.table-list .item .custom-radio input:checked + label .box {
      background-color: #005327; }

table.table-list tbody .item:nth-child(odd) {
  background-color: white; }

table.table-list tbody .item:nth-child(even) {
  background-color: #f5f5f5; }
  table.table-list tbody .item:nth-child(even) .custom-select input {
    background-color: white; }

table.table-list .sort {
  display: none;
  position: absolute;
  right: 3px;
  top: 14px;
  font-size: 140%; }
  table.table-list .sort.sort-default {
    display: block; }

table.table-list .sorting_asc .sort.sort-default {
  display: none; }

table.table-list .sorting_asc .sort.sort-ascending {
  display: block; }

table.table-list .sorting_desc .sort.sort-default {
  display: none; }

table.table-list .sorting_desc .sort.sort-descending {
  display: block; }

table.table-list .no-sorting {
  cursor: auto !important; }

table.table-list .sort-row {
  padding-left: 30px;
  cursor: pointer; }
  table.table-list .sort-row .sort {
    right: auto;
    left: 15px; }

table.table-list.multiselect .sort-row .sort {
  top: 18px; }

.dataTables_info {
  float: left;
  margin-top: 15px;
  font-size: 140%; }

.dataTables_paginate {
  float: right;
  margin-top: 10px; }
  .dataTables_paginate .paginate_button {
    float: left;
    padding: 3px 10px;
    margin-left: 5px;
    font-size: 140%;
    cursor: pointer;
    background-color: white;
    color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    color: #444; }
    .dataTables_paginate .paginate_button.current {
      font-family: "FSElliott-Bold", arial, sans-serif; }
    .dataTables_paginate .paginate_button:hover, .dataTables_paginate .paginate_button.current {
      background-color: #177bbb;
      color: white; }

.dataTables_length {
  float: left;
  margin-bottom: 10px;
  font-size: 140%; }

.dataTables_filter {
  float: right;
  margin-bottom: 10px;
  font-size: 140%; }
  .dataTables_filter input {
    margin-left: 5px;
    font-family: "FSElliott-Light", arial, sans-serif;
    font-size: 140%;
    background-color: white; }

.dataTables_empty {
  padding: 15px;
  font-size: 140%; }

.pagination {
  float: right;
  margin-top: 5px; }
  .pagination [class*='PagedList'] {
    line-height: 22px; }
  .pagination .item {
    float: left; }
    .pagination .item.active a {
      text-decoration: underline; }
    .pagination .item.disabled {
      display: none; }
    .pagination .item.PagedList-skipToLast, .pagination .item .PagedList-skipToFirst {
      letter-spacing: -1.5px; }
    .pagination .item a {
      float: left;
      color: #262626;
      text-decoration: none;
      font-size: 160%;
      padding: 0 2.5px; }
      .pagination .item a:hover {
        text-decoration: underline; }

.user-type {
  padding-right: 30px;
  margin-right: 30px;
  text-align: center;
  border-right: 2px solid #f1f1f1; }
  .user-type .circle {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    background-color: #005327;
    color: white;
    font-size: 160%;
    font-family: "FSElliott-Bold", arial, sans-serif;
    border-radius: 50%; }
  .user-type .text {
    margin-top: 5px;
    font-family: "FSElliott-Bold", arial, sans-serif;
    color: #005327; }

.tab-switch {
  padding-top: 11px; }
  .tab-switch a {
    background-color: grey; }
    .tab-switch a.no-icon {
      padding: 6px 10px 9px; }
    .tab-switch a:hover {
      background-color: #005327; }
    .tab-switch a.active {
      background-color: #005327; }

.actions-list {
  margin-bottom: 30px;
  background-color: white; }
  .actions-list.page .item:hover {
    color: #262626; }
  .actions-list .item {
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 2px solid #f1f1f1;
    transition: border-color 0s;
    cursor: pointer;
    color: #262626; }
    .actions-list .item:last-child {
      border-bottom: transparent; }
      .actions-list .item:last-child.active {
        border-bottom: 2px solid #005327; }
    .actions-list .item .expanded {
      display: none; }
    .actions-list .item .retracted {
      display: inline-block; }
    .actions-list .item.active {
      border-color: #005327; }
      .actions-list .item.active .text {
        max-height: none; }
      .actions-list .item.active .files {
        max-height: none; }
      .actions-list .item.active .expanded {
        display: inline-block; }
      .actions-list .item.active .retracted {
        display: none; }
  .actions-list .item-content {
    padding: 18px 40px; }
  .actions-list .date {
    float: left;
    width: 100px;
    color: #005327;
    font-size: 130%;
    letter-spacing: 2px;
    top: 1px; }
  .actions-list .text {
    float: left;
    width: calc(100% - 100px);
    margin-bottom: 5px;
    max-height: 98px;
    overflow: hidden; }
    .actions-list .text .action-title {
      display: block;
      margin-bottom: 10px; }
    .actions-list .text strong {
      font-size: 16px; }
  .actions-list:last-child {
    margin-bottom: 0; }
  .actions-list .tag {
    float: left;
    padding: 5px 10px;
    border: 1px solid #005327;
    font-size: 120%;
    font-family: "FSElliott-Bold", arial, sans-serif;
    margin-left: 10px; }
    .actions-list .tag:first-of-type {
      margin-left: 100px; }
    .actions-list .tag:nth-child(2) {
      border-color: #edc713; }
    .actions-list .tag:nth-child(3) {
      border-color: #5266ba; }
  .actions-list .btn {
    padding: 6px 10px;
    font-size: 120%;
    margin-left: 10px; }
    .actions-list .btn i {
      font-size: 140%;
      top: 1px; }
      .actions-list .btn i:last-child {
        display: none; }
    .actions-list .btn .text {
      float: none;
      width: auto;
      top: 0; }
    .actions-list .btn sub:last-child {
      display: none; }
  .actions-list .files {
    padding-left: 100px;
    margin-bottom: 10px;
    max-height: 22px;
    overflow: hidden;
    /*.file-dl {
            font-size: 90%;
            margin-right: 10px;
            color: $primary;
            text-decoration: none;
            transition: color 0.3s;

            &:hover {
                color: $primary-hover;
            }
        }*/ }
    .actions-list .files .file-dl {
      display: inline-block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      margin: 0 10px 0 3px;
      color: white;
      background-color: #66ad55;
      transition: background-color 0.3s;
      border-radius: 50%;
      text-align: center;
      font-size: 75%;
      top: -1px;
      text-decoration: none; }
      .actions-list .files .file-dl:hover {
        background-color: #0b5b29; }

.projects-list .item {
  background-color: white;
  border-bottom: 1px solid #dbdbdb; }
  .projects-list .item:last-child {
    border-bottom: 1px solid transparent; }
  .projects-list .item.static .heading {
    cursor: auto; }
    .projects-list .item.static .heading:hover {
      background-color: #e8e9ea; }
  .projects-list .item .btn {
    margin: 0 10px; }
    .projects-list .item .btn:first-of-type {
      margin-right: 0; }

.projects-list .heading {
  padding: 17px 20px;
  background-color: #e8e9ea;
  transition: 0.3s background-color;
  cursor: pointer; }
  .projects-list .heading:hover {
    background-color: #d8d8d8; }
  .projects-list .heading i {
    margin-left: 5px; }
  .projects-list .heading .arrow {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 24px;
    color: #005327;
    transform: translateY(-50%); }
    .projects-list .heading .arrow:first-of-type {
      display: none; }
  .projects-list .heading .btn {
    padding: 12px 20px;
    top: 3px; }

.projects-list h4 {
  float: left;
  width: calc(100% - 300px);
  padding: 0;
  padding-left: 50px;
  margin-bottom: 0; }
  .projects-list h4 sub {
    float: left;
    width: 100%;
    color: #005327; }
    .projects-list h4 sub i {
      font-size: 15px; }
  .projects-list h4 span {
    float: left;
    font-size: 14px;
    padding-right: 10PX; }
    .projects-list h4 span:last-child {
      float: left; }

.projects-list .info {
  padding: 20px 0 20px;
  display: none;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb; }

.projects-list p {
  float: left;
  width: 100%; }
  .projects-list p.date {
    color: #005327; }

.projects-list .row {
  margin-left: 0;
  width: 100%; }
  .projects-list .row .field {
    margin-bottom: 20px; }
  .projects-list .row:last-child .field {
    margin-bottom: 0; }

.stage-view {
  padding: 20px 35px;
  margin-bottom: 30px;
  background-color: white; }
  .stage-view .item {
    float: left;
    padding: 0 10px;
    width: 20%;
    text-align: center; }
  .stage-view a {
    text-decoration: none; }
    .stage-view a:hover {
      cursor: pointer; }
      .stage-view a:hover p {
        color: #782a90;
        opacity: 0.7; }
      .stage-view a:hover .circle {
        background-color: #782a90;
        color: white; }
  .stage-view .circle {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-family: "FSElliott-Bold", arial, sans-serif;
    font-size: 180%;
    color: #a7a7a7;
    background-color: #f1f1f1;
    border-radius: 50%; }
    .stage-view .circle.active {
      background-color: #005327;
      color: white; }
  .stage-view p {
    margin-top: 10px;
    font-family: "FSElliott-Bold", arial, sans-serif;
    font-size: 140%;
    color: #d7d7d7; }
    .stage-view p.active {
      color: #005327; }
  .stage-view .line {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f1f1f1; }
    .stage-view .line.active {
      width: 0;
      top: 22px;
      height: 4px;
      background-color: #005327; }
  .stage-view .pointer {
    position: absolute;
    top: 19px;
    width: 3px;
    height: 10px;
    background-color: #f1f1f1; }
    .stage-view .pointer.left {
      left: 0; }
    .stage-view .pointer.right {
      right: 0; }
    .stage-view .pointer.active {
      background-color: #005327; }

.user-details {
  float: left;
  width: calc(100% + 60px);
  margin-left: -30px; }
  .user-details .item {
    margin-bottom: 30px;
    padding: 0 30px;
    border-right: 1px solid #f1f1f1; }
    .user-details .item:last-child {
      border: none; }
    .user-details .item.no-border {
      border: none; }
  .user-details:last-child {
    margin-bottom: 20px; }
  .user-details.no-borders {
    margin-bottom: 0; }
    .user-details.no-borders .item {
      margin-bottom: 20px;
      border: none; }

.accordion {
  border-bottom: 1px solid #dbdbdb; }
  .accordion .heading, .accordion .content {
    float: left;
    width: 100%; }
  .accordion .heading {
    padding: 17px 90px 16px 40px;
    background-color: #e8e9ea;
    transition: background-color 0.3s;
    font-family: "FSElliott-Bold", arial, sans-serif;
    font-size: 180%;
    color: #005327; }
    .accordion .heading .arrow {
      position: absolute;
      top: 19px;
      right: 40px;
      font-size: 130%; }
    .accordion .heading .custom-checkbox {
      position: absolute;
      width: 30px;
      height: 30px;
      top: 14px;
      left: 40px; }
      .accordion .heading .custom-checkbox label {
        width: 30px;
        height: 30px;
        padding-left: 0; }
    .accordion .heading.w-checkbox {
      padding-left: 100px; }
    .accordion .heading:hover {
      background-color: #d8d8d8; }
  .accordion .content {
    padding: 30px 40px 0;
    background-color: white; }
    .accordion .content.no-padding {
      padding: 0; }
    .accordion .content.no-styling {
      padding: 0;
      background-color: transparent; }
  .accordion.active .heading {
    background-color: #d8d8d8; }
  .accordion:last-child {
    border-bottom: none; }
    .accordion:last-child .add-block:last-child {
      margin-bottom: 10px; }
  .accordion .info-column {
    margin-bottom: 30px; }

.info-row {
  float: left;
  width: calc(100% + 50px);
  margin-left: -25px; }
  .info-row .info-column {
    padding: 0 25px;
    border-left: 1px solid #f1f1f1; }
    .info-row .info-column .section {
      padding-bottom: 35px;
      margin-bottom: 35px;
      border-bottom: 1px solid #f1f1f1; }
      .info-row .info-column .section:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; }
    .info-row .info-column:first-child {
      border: none; }
    .info-row .info-column.no-border {
      border-left: none; }
    .info-row .info-column.no-margin {
      margin-bottom: 0; }
    .info-row .info-column.top-bordered {
      padding-top: 30px;
      border: none;
      border-top: 1px solid #f1f1f1; }
  .info-row.bordered {
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1; }

.number-list .number {
  float: left;
  width: 20%;
  max-width: 60px;
  text-align: center;
  font-family: "FSElliott-Bold", arial, sans-serif;
  font-size: 140%;
  line-height: 40px; }
  .number-list .number .circle {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0; }
  .number-list .number.active {
    color: white; }
    .number-list .number.active .circle {
      opacity: 1; }
  .number-list .number.disabled {
    opacity: 0.3; }

.number-list .level-label {
  float: left;
  width: 100%;
  height: 55px;
  margin: 15px 0; }
  .number-list .level-label p {
    padding-bottom: 5px; }
    .number-list .level-label p.red {
      border-bottom: 1px solid #ed135c; }
    .number-list .level-label p.green {
      border-bottom: 1px solid #66ad55; }

.number-list .description {
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 1;
  color: black; }

.number-list .check {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }
  .number-list .check input {
    cursor: pointer; }

.number-list.red .circle {
  background-color: #ed135c; }

.number-list.green .circle {
  background-color: #66ad55; }

.number-list.aligned {
  margin-left: -10px; }

.number-list.switchable .number {
  cursor: pointer;
  transition: color 0.3s; }
  .number-list.switchable .number .circle {
    transition: opacity 0.3s; }
  .number-list.switchable .number:hover {
    color: white; }
    .number-list.switchable .number:hover .circle {
      opacity: 0.5; }
  .number-list.switchable .number.active:hover .circle {
    opacity: 1; }

.side-title-area {
  float: left;
  width: 100%;
  padding-left: 40px;
  border: 2px solid #a9a9a9;
  border-bottom: none; }
  .side-title-area .section {
    float: left;
    width: 100%;
    padding: 30px 40px 0;
    border-bottom: 2px solid #a9a9a9; }
  .side-title-area .side-heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    color: white;
    font-size: 140%;
    font-family: "FSElliott-Bold", arial, sans-serif;
    text-transform: uppercase;
    background-color: #a9a9a9; }
    .side-title-area .side-heading .text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transform: rotate(-90deg);
      left: -53px;
      margin-top: -12px;
      white-space: nowrap; }
      .side-title-area .side-heading .text.larger {
        left: -12px; }
  .side-title-area .info-row .section {
    padding: 0 0 35px;
    border-bottom: 1px solid #f1f1f1 !important; }
    .side-title-area .info-row .section:last-child {
      padding-bottom: 0;
      margin-bottom: 0 !important;
      border-bottom: none !important; }
    .side-title-area .info-row .section.small {
      margin-bottom: 25px;
      padding-bottom: 0;
      border-bottom: none !important; }
  .side-title-area.red {
    border: 2px solid #ed135c;
    border-bottom: none; }
    .side-title-area.red .section {
      border-bottom: 2px solid #ed135c; }
    .side-title-area.red .side-heading {
      background-color: #ed135c; }
    .side-title-area.red .generic-number.inherit {
      background-color: #ed135c; }
    .side-title-area.red .showin-green {
      display: none; }
  .side-title-area.green {
    border: 2px solid #66ad55;
    border-bottom: none; }
    .side-title-area.green .section {
      border-bottom: 2px solid #66ad55; }
    .side-title-area.green .side-heading {
      background-color: #66ad55; }
    .side-title-area.green .generic-number.inherit {
      background-color: #66ad55; }
    .side-title-area.green .showin-red {
      display: none; }
  .side-title-area.padded .section {
    padding-top: 45px;
    padding-bottom: 15px; }

.theme-date {
  margin-top: 20px; }
  .theme-date .text {
    float: left;
    width: 50px;
    margin-top: 12px;
    font-size: 150%; }
  .theme-date input[type="text"] {
    width: calc(100% - 50px); }

.form-block {
  margin-bottom: 30px;
  padding: 30px 40px;
  background-color: white; }
  .form-block.accordion-form {
    border: 2px solid #d8d8d8; }

.action-group {
  padding: 30px 0 20px; }
  .action-group.funding {
    padding-top: 0;
    padding-bottom: 0; }
    .action-group.funding .add-block {
      margin-bottom: 13px; }

.add-block {
  padding: 30px 40px;
  margin-bottom: 10px;
  border: 2px dashed #d8d8d8;
  font-family: "FSElliott-Bold", arial, sans-serif;
  font-size: 140%;
  color: #005327;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s; }
  .add-block i {
    top: 3px;
    margin-right: 10px;
    font-size: 150%; }
  .add-block .text {
    padding: 0 36px;
    line-height: 1.85; }
    .add-block .text i {
      position: absolute;
      top: -1px;
      left: 0;
      transition: opacity 0.3s; }
    .add-block .text sub {
      text-transform: none;
      padding: 0 10px;
      font-family: "FSElliott-Light", arial, sans-serif; }
      .add-block .text sub strong {
        font-family: "FSElliott-Regular", arial, sans-serif; }
  .add-block:hover {
    color: #005327; }
  .add-block:last-child {
    margin-bottom: 30px; }
  .add-block.filled {
    border-style: solid;
    background-color: white; }
    .add-block.filled .text i {
      opacity: 0; }
    .add-block.filled:hover .text i {
      opacity: 1; }

.project-header .header {
  margin-top: 0;
  margin-bottom: 0; }

.project-header .sub-title {
  font-size: 140%;
  font-family: "FSElliott-Bold", arial, sans-serif;
  color: #005327; }
  .project-header .sub-title i {
    top: 3px;
    margin-right: 10px;
    font-size: 150%; }

.project-header .standard-text {
  margin-bottom: 10px; }

.project-header .btn {
  margin-top: 15px; }

.project-header .w-icon {
  padding-right: 30px; }
  .project-header .w-icon .icon {
    position: absolute;
    right: 0;
    top: 7px;
    color: #66ad55; }

.ordered-actions {
  padding-left: 16px;
  list-style: lower-alpha outside none;
  font-size: 150%;
  font-family: "FSElliott-Bold", arial, sans-serif; }
  .ordered-actions li {
    float: left;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 25px; }
    .ordered-actions li:last-child {
      margin-bottom: 0; }
  .ordered-actions .standard-text {
    margin-bottom: 10px;
    font-size: 100%;
    font-family: "FSElliott-Light", arial, sans-serif; }
  .ordered-actions .extra-info {
    display: inline-block;
    margin-right: 35px;
    font-size: 90%;
    font-family: "FSElliott-Light", arial, sans-serif;
    color: #005327; }
    .ordered-actions .extra-info.date {
      letter-spacing: 2px; }
  .ordered-actions.non-ordered {
    list-style: none;
    padding-left: 0; }
    .ordered-actions.non-ordered li {
      padding-left: 0; }
  .ordered-actions .btn.small {
    top: 3px;
    margin-top: -7px; }
  .ordered-actions .action-done {
    float: left;
    color: #66ad55;
    font-size: 150%;
    margin-right: 10px; }

.auth-area {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 800px; }
  .auth-area .logo {
    margin-bottom: 20px; }
  .auth-area .area {
    text-align: left; }

.generic-number {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 140%;
  color: white;
  font-family: "FSElliott-Bold", arial, sans-serif;
  border-radius: 50%; }
  .generic-number.green {
    background-color: #66ad55; }
  .generic-number.red {
    background-color: #ed135c; }

.level-description {
  padding: 0 25px;
  margin-bottom: 30px; }
  .level-description .level {
    float: left;
    width: 90px; }
  .level-description .description {
    float: left;
    width: calc(100% - 90px); }

.dashboard-btns .link {
  float: left;
  width: 100%;
  text-decoration: none;
  background-color: #e8e9ea;
  padding: 25px 20px 28px;
  transition: background-color 0.5s;
  margin-bottom: 20px; }
  .dashboard-btns .link:hover {
    background-color: #d8d8d8; }
  .dashboard-btns .link h4 {
    font-size: 180%;
    text-transform: uppercase; }
  .dashboard-btns .link i {
    float: right;
    top: 2px;
    font-size: 24px; }
    .dashboard-btns .link i:first-child {
      float: none;
      margin-right: 3px; }
  .dashboard-btns .link .standard-text {
    color: #262626;
    padding-left: 5px;
    min-height: 44px; }

.profile-box {
  text-align: center; }
  .profile-box img {
    margin-bottom: 10px;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    border: 5px solid #005327; }
  .profile-box p {
    font-size: 150%; }
    .profile-box p strong {
      font-family: "FSElliott-Bold", arial, sans-serif; }
  .profile-box.edit-page .holder {
    padding-right: 40px; }

.loading-bar {
  width: 100%;
  height: 20px;
  margin-top: 10px;
  border: 1px solid #66ad55;
  border-radius: 3px;
  background-color: #f1f1f1; }
  .loading-bar .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: repeating-linear-gradient(-45deg, #66ad55, #66ad55 11px, #eee 10px, #f1f1f1 20px);
    background-size: 28px 28px;
    animation: move .5s linear infinite; }
  .loading-bar.processing {
    border-color: #558dad; }
    .loading-bar.processing .bar {
      background-image: repeating-linear-gradient(-45deg, #558dad, #558dad 11px, #eee 10px, #f1f1f1 20px); }
  .loading-bar.error {
    border-color: #ed135c; }
    .loading-bar.error .bar {
      background-image: repeating-linear-gradient(-45deg, #ed135c, #ed135c 11px, #eee 10px, #f1f1f1 20px);
      animation: none; }

.loading-text {
  margin-top: 3px;
  font-size: 95%; }
  .loading-text a {
    color: #005327;
    text-decoration: underline; }
    .loading-text a:hover {
      text-decoration: none; }

.redactor-box {
  float: left;
  width: 100%;
  font-size: 150%;
  border: 1px solid #9c9c9c !important; }
  .redactor-box.redactor-focus {
    border: 1px solid #782a90 !important; }
  .redactor-box strong {
    font-weight: bold; }

.header-file-uploader {
  margin: 10px 0 35px; }
  .header-file-uploader .submit-btn {
    margin: 5px 0 0 10px;
    padding-bottom: 9px; }

.date-range {
  padding-right: 20px; }
  .date-range input {
    float: right !important;
    width: calc(30% - 17.5px) !important;
    padding-right: 15px !important;
    text-align: center; }
  .date-range .text {
    float: right;
    margin: 13px 10px;
    font-size: 140%; }

.small-search {
  float: left; }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 28px 0; } }

@media only screen and (max-width: 1200px) {
  header .controls a {
    width: 160px; }
    header .controls a.password {
      width: auto; }
    header .controls a span {
      font-weight: 500;
      font-size: 12px; }
  header .mob-menu {
    display: block; }
  .nav-bg {
    display: none; }
  nav {
    position: fixed;
    top: 110px;
    left: 0;
    width: 270px;
    height: calc(100% - 110px);
    transform: translateX(-100%);
    transition: 0.5s all;
    z-index: 1;
    overflow-y: auto; }
    nav.open {
      transform: translateX(0); }
    nav a {
      padding: 0 31px; }
  nav::-webkit-scrollbar {
    width: 10px;
    background-color: #782a90; }
  nav::-webkit-scrollbar-thumb {
    background: #55106a; }
  #main-content {
    width: 100%; } }

@media only screen and (max-width: 1023px) {
  .portrait-full {
    width: 100%;
    margin-bottom: 30px !important; }
    .portrait-full:last-child {
      margin-bottom: 0 !important; }
  header {
    padding: 0 20px;
    height: 106px; }
    header .mob-menu {
      padding-top: 40px; }
      header .mob-menu .nav-btn {
        margin-right: 45px; }
    header .logo {
      padding: 30px 0; }
      header .logo img {
        float: left;
        width: 100%; }
    header .controls {
      padding-bottom: 0; }
      header .controls a {
        width: 150px;
        padding: 20px 0; }
        header .controls a.large {
          padding: 13px 0; }
        header .controls a:first-child span {
          border-left: none; }
      header .controls .project-btns a {
        width: 25%; }
  nav {
    top: 106px;
    height: calc(100% - 106px); }
  .portrait-remove-border {
    border: none !important; }
  .accordion .heading:hover {
    background-color: #e8e9ea; }
  #main-content {
    padding: 30px 20px; }
  .ordered-actions .extra-info {
    margin-bottom: 20px; }
  .actions-list .tag {
    margin-bottom: 15px; }
  .actions-list .btn {
    float: left; }
    .actions-list .btn:nth-child(3) {
      margin-left: 80px; }
    .actions-list .btn:nth-child(2) {
      float: right; }
  .actions-list.completed .btn {
    float: right !important; }
  .area-container.w-header {
    display: block; }
    .area-container.w-header .area-block {
      display: block; }
  .area-container .area-block {
    margin-bottom: 30px; }
  .dashboard-btns .link {
    margin-bottom: 0; } }

@media only screen and (max-width: 767px) {
  header .logo {
    display: none; } }

@font-face {
  font-family: 'FSElliott-Regular';
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Regular.eot?#iefix") format("embedded-opentype"), url("/_Content/fonts/FSElliott/FSElliotWeb-Regular.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'FSElliott-Thin';
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Thin.eot");
  /* IE9 Compat Modes */
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Thin.eot?#iefix") format("embedded-opentype"), url("/_Content/fonts/FSElliott/FSElliotWeb-Thin.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'FSElliott-Light';
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Light.eot");
  /* IE9 Compat Modes */
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Light.eot?#iefix") format("embedded-opentype"), url("/_Content/fonts/FSElliott/FSElliotWeb-Light.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'FSElliott-Bold';
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Bold.eot?#iefix") format("embedded-opentype"), url("/_Content/fonts/FSElliott/FSElliotWeb-Bold.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'FSElliott-Heavy';
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Heavy.eot");
  /* IE9 Compat Modes */
  src: url("/_Content/fonts/FSElliott/FSElliotWeb-Heavy.eot?#iefix") format("embedded-opentype"), url("/_Content/fonts/FSElliott/FSElliotWeb-Heavy.woff") format("woff");
  /* Pretty Modern Browsers */ }

.print-block {
  display: none; }

.print-inline {
  display: none; }

.print-inline-block {
  display: none; }

@media print {
  nav, .breadcrumb, header .controls, .print-hide {
    display: none !important; }
  .print-block {
    display: block !important; }
  .print-inline {
    display: inline !important; }
  .print-inline-block {
    display: inline-block !important; }
  html, body {
    background: white !important; }
  header {
    height: auto !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #f1f1f1 !important;
    box-shadow: none !important; }
    header .logo {
      padding: 15px 0 !important; }
  #main-content {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important; }
  .accordion .heading {
    border: 1px solid #f1f1f1 !important;
    border-bottom: none !important;
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .accordion .content {
    padding-left: 25px !important;
    padding-right: 25px !important;
    border: 1px solid #f1f1f1 !important; } }
