@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
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, 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; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

/* END OF RESET */
/* Responsive Breakpoints
   ========================================================================== */
/*$mobile: ( max:  767px );
$tablet: ( min:  768px );
$desktop: ( min:  992px );
$widescreen: ( min: 1200px );
$tablet-only: ( min: map-get($tablet, min), max: map-get($desktop, min) - 1 );
$desktop-only: ( min: map-get($desktop, min), max: map-get($widescreen, min) - 1 );*/
/* Sub-section comment block
   ========================================================================== */
/* Usage */
/* Clearfix
  ========================================================================== */
/* Usage */
/* Box Model
  ========================================================================== */
/* Usage */
/* Border Radius
  ========================================================================== */
/* Usage */
/* Opacity
  ========================================================================== */
/* Usage */
/* Center-align a block level element
  ========================================================================== */
/* Usage */
/* Text overflow
  ========================================================================== */
/* Usage */
/* Absolute positioned
  ========================================================================== */
/* Usage */
/* Font Size
  ========================================================================== */
/* Usage */
/* Cross browser inline block
  ========================================================================== */
/* Usage */
/* Text replacement (instead of text-indent)
  ========================================================================== */
/* Usage */
/* Line Height
  ========================================================================== */
/* Usage */
/* Placeholder
  ========================================================================== */
/* Usage */
/* Flexbox Mixins */
/* Mixins */
.visible-android {
  display: none; }

.visible-ios {
  display: none; }

.on-device .visible-android,
.on-device .visible-android {
  display: inherit; }

.device-ios .visible-android {
  display: none !important; }

.device-ios .hidden-ios {
  display: none !important; }

.device-android .hidden-android {
  display: none !important; }

.device-android .visible-ios {
  display: none !important; }

/* @import must be at top of file, otherwise CSS will not work */
/* TYPE */
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #002144;
  font-size: 16px;
  line-height: 22px;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 48px;
  line-height: 65px;
  font-weight: 800; }
  h1.center {
    text-align: center; }
  @media only screen and (min-width: 48.5em) {
    h1 {
      font-size: 60px;
      line-height: 60px; } }

h2 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 300; }
  h2.center {
    text-align: center; }
  @media only screen and (min-width: 48.5em) {
    h2 {
      font-size: 36px;
      line-height: 49px; } }

h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 36px; }
  h3.center {
    text-align: center; }
  @media only screen and (min-width: 48.5em) {
    h3 {
      font-size: 30px;
      line-height: 41px; } }

h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 33px; }
  h4.center {
    text-align: center; }

h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: normal; }
  h5.center {
    text-align: center; }

h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: normal; }
  h6.center {
    text-align: center; }

p {
  padding-bottom: 1.5em;
  line-height: 24px; }
  p.center {
    text-align: center;
    line-height: 26px; }
  p.right {
    text-align: right;
    line-height: 26px; }
  p.tfa-red {
    color: #D60000;
    font-size: 30px;
    font-weight: bold;
    line-height: 41px;
    text-transform: uppercase;
    text-align: left; }
  p.tfa-green {
    color: #0B6506;
    font-size: 30px;
    font-weight: bold;
    line-height: 41px;
    text-transform: uppercase;
    text-align: left; }

strong,
b {
  font-weight: 700; }
  strong em,
  strong i,
  b em,
  b i {
    font-style: italic;
    font-weight: 700; }

em,
i {
  font-style: italic; }
  em strong,
  em b,
  i strong,
  i b {
    font-style: italic;
    font-weight: 700; }

p ~ h4,
p ~ h5,
p ~ h6 {
  padding-top: 1em; }

.theme-hepis a {
  color: #002144; }

.theme-gea a {
  color: #0099bf; }

.theme-fipse a {
  color: #8f274e; }

.theme-isapr a {
  color: #006163; }

.theme-efrs a {
  color: #4c4c8d; }

.theme-hepis a:hover, .theme-hepis a.active {
  color: #444848; }

.theme-gea a:hover, .theme-gea a.active {
  color: #012841; }

.theme-fipse a:hover, .theme-fipse a.active {
  color: #24031c; }

.theme-isapr a:hover, .theme-isapr a.active {
  color: #003539; }

.theme-efrs a:hover, .theme-efrs a.active {
  color: #220F55; }

.page ol,
.page ul {
  counter-reset: li;
  padding: 5px 0;
  margin-bottom: 1em; }
  .page ol li,
  .page ul li {
    position: relative;
    padding: 0 10px 0;
    margin-left: 0.8888em; }
    .page ol li:before,
    .page ul li:before {
      position: absolute;
      content: counter(li, decimal) ".";
      counter-increment: li;
      left: -10px;
      top: 0px;
      font-family: "Open Sans", sans-serif; }

.page ul li:before {
  content: counter(li, disc); }

.page ol li {
  padding-bottom: 0.8em; }

html {
  background: #ffffff; }

body {
  margin: 0 auto;
  position: relative; }

html,
body {
  height: 100%; }

::selection {
  /* WebKit/Blink Browsers */
  color: #ffffff; }
  .theme-hepis ::selection {
    background-color: #002144; }
  .theme-gea ::selection {
    background-color: #0099bf; }
  .theme-fipse ::selection {
    background-color: #8f274e; }
  .theme-isapr ::selection {
    background-color: #006163; }
  .theme-efrs ::selection {
    background-color: #4c4c8d; }

::-moz-selection {
  /* Gecko Browsers */
  color: #ffffff; }
  .theme-hepis ::-moz-selection {
    background-color: #002144; }
  .theme-gea ::-moz-selection {
    background-color: #0099bf; }
  .theme-fipse ::-moz-selection {
    background-color: #8f274e; }
  .theme-isapr ::-moz-selection {
    background-color: #006163; }
  .theme-efrs ::-moz-selection {
    background-color: #4c4c8d; }

::-webkit-input-placeholder {
  color: #002144; }

input:-ms-input-placeholder {
  color: #002144; }

::-ms-input-placeholder {
  color: #002144; }

:-moz-placeholder {
  color: #002144; }

::-moz-placeholder {
  color: #002144; }

::placeholder {
  color: #002144; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  font-family: "Open Sans", sans-serif; }

.container {
  margin: 0 auto;
  width: 100%; }
  .container {
    *zoom: 1; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  @media only screen and (min-width: 48.5em) {
    .container {
      max-width: 1366px;
      padding: 0 80px; } }

.clearfix::after {
  content: " ";
  display: table;
  clear: both; }

* {
  box-sizing: border-box; }

header {
  width: 100%;
  padding: 15px 0; }
  .theme-hepis header {
    background-color: #002144;
    color: #ffffff; }
  .theme-gea header {
    background-color: #0099bf;
    color: #ffffff; }
  .theme-fipse header {
    background-color: #8f274e;
    color: #ffffff; }
  .theme-isapr header {
    background-color: #006163;
    color: #ffffff; }
  .theme-efrs header {
    background-color: #4c4c8d;
    color: #ffffff; }
  header h1 {
    text-align: center;
    display: block; }
    header h1 a,
    header h1 a:hover,
    header h1 a:visited {
      text-decoration: none; }
      .theme-hepis header h1 a, .theme-hepis
      header h1 a:hover, .theme-hepis
      header h1 a:visited {
        color: #ffffff; }
      .theme-gea header h1 a, .theme-gea
      header h1 a:hover, .theme-gea
      header h1 a:visited {
        color: #ffffff; }
      .theme-fipse header h1 a, .theme-fipse
      header h1 a:hover, .theme-fipse
      header h1 a:visited {
        color: #ffffff; }
      .theme-isapr header h1 a, .theme-isapr
      header h1 a:hover, .theme-isapr
      header h1 a:visited {
        color: #ffffff; }
      .theme-efrs header h1 a, .theme-efrs
      header h1 a:hover, .theme-efrs
      header h1 a:visited {
        color: #ffffff; }
  header h2 {
    text-align: center;
    display: block;
    font-size: 25px;
    line-height: 34px; }

.page {
  background: #ffffff;
  padding: 20px; }
  .theme-hepis .page h3 {
    color: #002144; }
  .theme-gea .page h3 {
    color: #012841; }
  .theme-fipse .page h3 {
    color: #24031c; }
  .theme-isapr .page h3 {
    color: #003539; }
  .theme-efrs .page h3 {
    color: #220F55; }
  .page img {
    width: 100%;
    height: auto; }
  .page .container {
    padding: 20px; }
  @media only screen and (max-width: 48.5em) {
    .page figure img {
      width: 100%;
      height: auto; } }
  @media only screen and (min-width: 48.5em) {
    .page {
      min-height: 500px;
      padding: 40px 0; }
      .page .container {
        padding: 20px 40px; } }

footer {
  width: 100%;
  display: block;
  min-height: 200px;
  padding: 20px 0; }
  .theme-hepis footer {
    background-color: #002144;
    color: #ffffff; }
  .theme-gea footer {
    background-color: #012841;
    color: #ffffff; }
  .theme-fipse footer {
    background-color: #24031c;
    color: #ffffff; }
  .theme-isapr footer {
    background-color: #003539;
    color: #ffffff; }
  .theme-efrs footer {
    background-color: #220F55;
    color: #ffffff; }
  footer .container {
    margin: 0 auto;
    padding: 0; }

header .content,
footer .content {
  margin: 0 auto;
  max-width: 960px; }

.foot-area {
  display: flex;
  align-content: center;
  align-items: center;
  max-width: 1366px;
  padding: 0 80px;
  margin: 0 auto;
  flex-wrap: wrap; }
  .foot-area ul,
  .foot-area div {
    flex: 1 0 auto;
    text-align: center; }
  .foot-area .ed-logo {
    flex: 2 0 auto;
    text-align: center; }
  .foot-area .logo {
    max-width: 162px;
    min-width: 162px;
    width: 100%;
    height: auto; }
  .foot-area .statement {
    flex: 0 1 100%;
    padding: 40px 0 10px;
    text-align: center; }
  .foot-area a {
    color: #ffffff;
    text-decoration: none; }
    .foot-area a:hover {
      text-decoration: underline;
      color: #ffffff; }

input,
input[type="text"],
input[type="number"],
input[type="submit"],
input[type="reset"],
input[type="password"],
textarea,
select {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all 0.3s ease;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  height: 40px;
  margin: 5px;
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid;
  display: block;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  max-width: 560px;
  width: 100%; }
  .theme-hepis input, .theme-hepis
  input[type="text"], .theme-hepis
  input[type="number"], .theme-hepis
  input[type="submit"], .theme-hepis
  input[type="reset"], .theme-hepis
  input[type="password"], .theme-hepis
  textarea, .theme-hepis
  select {
    border-color: #444848;
    background-color: rgba(220, 222, 222, 0.8);
    color: #002144; }
  .theme-gea input, .theme-gea
  input[type="text"], .theme-gea
  input[type="number"], .theme-gea
  input[type="submit"], .theme-gea
  input[type="reset"], .theme-gea
  input[type="password"], .theme-gea
  textarea, .theme-gea
  select {
    border-color: #012841;
    background-color: rgba(255, 255, 255, 0.8);
    color: #002144; }
  .theme-fipse input, .theme-fipse
  input[type="text"], .theme-fipse
  input[type="number"], .theme-fipse
  input[type="submit"], .theme-fipse
  input[type="reset"], .theme-fipse
  input[type="password"], .theme-fipse
  textarea, .theme-fipse
  select {
    border-color: #24031c;
    background-color: rgba(255, 255, 255, 0.8);
    color: #002144; }
  .theme-isapr input, .theme-isapr
  input[type="text"], .theme-isapr
  input[type="number"], .theme-isapr
  input[type="submit"], .theme-isapr
  input[type="reset"], .theme-isapr
  input[type="password"], .theme-isapr
  textarea, .theme-isapr
  select {
    border-color: #003539;
    background-color: rgba(255, 255, 255, 0.8);
    color: #002144; }
  .theme-efrs input, .theme-efrs
  input[type="text"], .theme-efrs
  input[type="number"], .theme-efrs
  input[type="submit"], .theme-efrs
  input[type="reset"], .theme-efrs
  input[type="password"], .theme-efrs
  textarea, .theme-efrs
  select {
    border-color: #220F55;
    background-color: rgba(255, 255, 255, 0.8);
    color: #002144; }
  input.multi,
  input[type="text"].multi,
  input[type="number"].multi,
  input[type="submit"].multi,
  input[type="reset"].multi,
  input[type="password"].multi,
  textarea.multi,
  select.multi {
    height: 120px; }

input[type="number"] {
  max-width: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif; }

input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  margin: 0; }
  input[type="checkbox"] + label {
    height: 30px;
    width: 30px;
    margin: 0 auto;
    flex-shrink: 0;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #444848; }
    .theme-hepis input[type="checkbox"] + label {
      border-color: #444848; }
    .theme-gea input[type="checkbox"] + label {
      border-color: #012841; }
    .theme-fipse input[type="checkbox"] + label {
      border-color: #24031c; }
    .theme-isapr input[type="checkbox"] + label {
      border-color: #003539; }
    .theme-efrs input[type="checkbox"] + label {
      border-color: #220F55; }
  .theme-hepis input[type="checkbox"]:checked + label {
    background-color: #666d70; }
  .theme-gea input[type="checkbox"]:checked + label {
    background-color: #00667f; }
  .theme-fipse input[type="checkbox"]:checked + label {
    background-color: #58002f; }
  .theme-isapr input[type="checkbox"]:checked + label {
    background-color: #006163; }
  .theme-efrs input[type="checkbox"]:checked + label {
    background-color: #474F92; }
  input[type="checkbox"]:checked + label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: #ffffff;
    font-size: 28px;
    top: 7px;
    left: 0px; }

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px; }
  .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .toggle-switch input:checked + .slider {
      border: 1px solid; }
      .toggle-switch input:checked + .slider:before {
        -webkit-transform: translateX(23px);
        -ms-transform: translateX(23px);
        transform: translateX(23px); }
        .theme-hepis .toggle-switch input:checked + .slider:before {
          border-color: #002144; }
        .theme-gea .toggle-switch input:checked + .slider:before {
          border-color: #0099bf; }
        .theme-fipse .toggle-switch input:checked + .slider:before {
          border-color: #8f274e; }
        .theme-isapr .toggle-switch input:checked + .slider:before {
          border-color: #006163; }
        .theme-efrs .toggle-switch input:checked + .slider:before {
          border-color: #4c4c8d; }
      .theme-hepis .toggle-switch input:checked + .slider {
        border-color: #444848;
        background-color: #002144; }
      .theme-gea .toggle-switch input:checked + .slider {
        border-color: #012841;
        background-color: #0099bf; }
      .theme-fipse .toggle-switch input:checked + .slider {
        border-color: #24031c;
        background-color: #8f274e; }
      .theme-isapr .toggle-switch input:checked + .slider {
        border-color: #003539;
        background-color: #006163; }
      .theme-efrs .toggle-switch input:checked + .slider {
        border-color: #220F55;
        background-color: #4c4c8d; }
    .theme-hepis .toggle-switch input:checked:focus + .slider {
      box-shadow: 0 0 1px #002144; }
    .theme-gea .toggle-switch input:checked:focus + .slider {
      box-shadow: 0 0 1px #0099bf; }
    .theme-fipse .toggle-switch input:checked:focus + .slider {
      box-shadow: 0 0 1px #8f274e; }
    .theme-isapr .toggle-switch input:checked:focus + .slider {
      box-shadow: 0 0 1px #006163; }
    .theme-efrs .toggle-switch input:checked:focus + .slider {
      box-shadow: 0 0 1px #4c4c8d; }
  .toggle-switch .slider {
    border-radius: 34px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dcdede;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .toggle-switch .slider:before {
      position: absolute;
      border-radius: 50%;
      content: "";
      height: 21px;
      width: 21px;
      left: 0px;
      bottom: 0px;
      border: 1px solid #8b8d8e;
      background-color: white;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .theme-hepis .toggle-switch .slider {
      border-color: #002144;
      background-color: #dcdede; }
    .theme-gea .toggle-switch .slider {
      border-color: #0099bf;
      background-color: #dcdede; }
    .theme-fipse .toggle-switch .slider {
      border-color: #8f274e;
      background-color: #dcdede; }
    .theme-isapr .toggle-switch .slider {
      border-color: #006163;
      background-color: #dcdede; }
    .theme-efrs .toggle-switch .slider {
      border-color: #4c4c8d;
      background-color: #dcdede; }

form input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  width: 0px;
  margin: 0; }
  form input[type="radio"] + label {
    padding-left: 20px;
    margin-bottom: 0;
    line-height: 1; }
    form input[type="radio"] + label:before {
      content: "";
      height: 24px;
      width: 24px;
      top: 8px;
      display: inline-block;
      margin: 0 auto;
      margin-right: 15px;
      border-radius: 50px;
      background-color: #ffffff;
      border: 1px solid #444848; }
      .theme-hepis form input[type="radio"] + label:before {
        border-color: #444848; }
      .theme-gea form input[type="radio"] + label:before {
        border-color: #012841; }
      .theme-fipse form input[type="radio"] + label:before {
        border-color: #24031c; }
      .theme-isapr form input[type="radio"] + label:before {
        border-color: #003539; }
      .theme-efrs form input[type="radio"] + label:before {
        border-color: #220F55; }
  .theme-hepis form input[type="radio"]:checked + label:before {
    background-color: white;
    border-width: 8px; }
  .theme-gea form input[type="radio"]:checked + label:before {
    background-color: white;
    border-width: 8px; }
  .theme-fipse form input[type="radio"]:checked + label:before {
    background-color: white;
    border-width: 8px; }
  .theme-isapr form input[type="radio"]:checked + label:before {
    background-color: white;
    border-width: 8px; }
  .theme-efrs form input[type="radio"]:checked + label:before {
    background-color: white;
    border-width: 8px; }

.acc-slide {
  display: block;
  margin-bottom: 6.25px; }

#content-main {
  width: 100%; }

#q1-error {
  display: none; }

.question {
  font-size: 18px; }

.no-bottom {
  padding: 0; }

.no-overflow {
  overflow: hidden; }

.less-padding {
  padding-bottom: 0.5em; }

.name span {
  font-weight: 400; }

.same-size {
  height: 95px; }
  .theme-hepis .same-size:nth-child(odd) {
    background-color: #dcdede; }
  .theme-gea .same-size:nth-child(odd) {
    background-color: #b1e9f7; }
  .theme-fipse .same-size:nth-child(odd) {
    background-color: #c594b4; }
  .theme-isapr .same-size:nth-child(odd) {
    background-color: #b4eae9; }
  .theme-efrs .same-size:nth-child(odd) {
    background-color: #D5DCFF; }
  .same-size div {
    font-size: 100%; }

.chk-contain {
  position: relative;
  top: 15px;
  display: block;
  margin: 0 auto; }
  .chk-contain input[type="checkbox"]:checked + label:after {
    top: 0; }

.nfo-wide .chk-contain {
  top: 9px; }

.forgot {
  margin: 5px 20px 10px;
  display: block;
  text-align: right; }

.fa-chevron-down,
.fa-calendar-alt {
  position: absolute;
  right: 20px;
  top: 56px;
  pointer-events: none;
  display: inline-block; }

.fa-chevron-down,
.fa-percentage {
  position: absolute;
  right: 20px;
  top: 56px;
  pointer-events: none;
  display: inline-block; }

label {
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0.8em;
  display: block; }

p.error,
span.error,
.field-error {
  color: #D60000;
  font-size: 80%; }

p.success,
span.success,
.field-success {
  color: green;
  font-size: 80%; }

input[type="submit"],
input[type="reset"],
.button,
.upload-btn {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all 0.3s ease;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  height: 50px;
  min-width: 240px;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  text-decoration: none;
  padding: 24px;
  line-height: 1px;
  width: auto;
  border: 0; }
  .theme-hepis input[type="submit"], .theme-hepis
  input[type="reset"], .theme-hepis
  .button, .theme-hepis
  .upload-btn {
    background-color: #002144;
    color: #ffffff; }
    .theme-hepis input[type="submit"]:hover, .theme-hepis
    input[type="reset"]:hover, .theme-hepis
    .button:hover, .theme-hepis
    .upload-btn:hover {
      background-color: #666d70;
      color: #ffffff; }
  .theme-gea input[type="submit"], .theme-gea
  input[type="reset"], .theme-gea
  .button, .theme-gea
  .upload-btn {
    background-color: #0099bf;
    color: #ffffff; }
    .theme-gea input[type="submit"]:hover, .theme-gea
    input[type="reset"]:hover, .theme-gea
    .button:hover, .theme-gea
    .upload-btn:hover {
      background-color: #012841;
      color: #ffffff; }
  .theme-fipse input[type="submit"], .theme-fipse
  input[type="reset"], .theme-fipse
  .button, .theme-fipse
  .upload-btn {
    background-color: #8f274e;
    color: #ffffff; }
    .theme-fipse input[type="submit"]:hover, .theme-fipse
    input[type="reset"]:hover, .theme-fipse
    .button:hover, .theme-fipse
    .upload-btn:hover {
      background-color: #24031c;
      color: #ffffff; }
  .theme-isapr input[type="submit"], .theme-isapr
  input[type="reset"], .theme-isapr
  .button, .theme-isapr
  .upload-btn {
    background-color: #003539;
    color: #ffffff; }
    .theme-isapr input[type="submit"]:hover, .theme-isapr
    input[type="reset"]:hover, .theme-isapr
    .button:hover, .theme-isapr
    .upload-btn:hover {
      background-color: #75c8c6;
      color: #003539; }
  .theme-efrs input[type="submit"], .theme-efrs
  input[type="reset"], .theme-efrs
  .button, .theme-efrs
  .upload-btn {
    background-color: #474F92;
    color: #ffffff; }
    .theme-efrs input[type="submit"]:hover, .theme-efrs
    input[type="reset"]:hover, .theme-efrs
    .button:hover, .theme-efrs
    .upload-btn:hover {
      background-color: #D5DCFF;
      color: #220F55; }
  input[type="submit"] .spreadsheet,
  input[type="reset"] .spreadsheet,
  .button .spreadsheet,
  .upload-btn .spreadsheet {
    color: #ffffff; }
  input[type="submit"].button,
  input[type="reset"].button,
  .button.button,
  .upload-btn.button {
    min-width: 150px;
    color: #ffffff;
    font-size: 16px;
    text-transform: none; }
  input[type="submit"].tight,
  input[type="reset"].tight,
  .button.tight,
  .upload-btn.tight {
    margin: 0;
    margin-top: 0; }
  input[type="submit"].bletter,
  input[type="reset"].bletter,
  .button.bletter,
  .upload-btn.bletter {
    font-size: 16px;
    font-weight: bold;
    text-transform: none; }
  .theme-hepis input[type="submit"].blue, .theme-hepis
  input[type="reset"].blue, .theme-hepis
  .button.blue, .theme-hepis
  .upload-btn.blue {
    background-color: #c7e2ff;
    font-size: 16px; }
  .theme-gea input[type="submit"].blue, .theme-gea
  input[type="reset"].blue, .theme-gea
  .button.blue, .theme-gea
  .upload-btn.blue {
    background-color: #0099bf;
    font-size: 16px; }
  .theme-fipse input[type="submit"].blue, .theme-fipse
  input[type="reset"].blue, .theme-fipse
  .button.blue, .theme-fipse
  .upload-btn.blue {
    background-color: #0099bf;
    font-size: 16px; }
  .theme-isapr input[type="submit"].blue, .theme-isapr
  input[type="reset"].blue, .theme-isapr
  .button.blue, .theme-isapr
  .upload-btn.blue {
    background-color: #0099bf;
    font-size: 16px; }
  .theme-efrs input[type="submit"].blue, .theme-efrs
  input[type="reset"].blue, .theme-efrs
  .button.blue, .theme-efrs
  .upload-btn.blue {
    background-color: #806FD2;
    font-size: 16px; }
  .theme-hepis input[type="submit"].blue:hover, .theme-hepis
  input[type="reset"].blue:hover, .theme-hepis
  .button.blue:hover, .theme-hepis
  .upload-btn.blue:hover {
    background-color: #666d70; }
  .theme-gea input[type="submit"].blue:hover, .theme-gea
  input[type="reset"].blue:hover, .theme-gea
  .button.blue:hover, .theme-gea
  .upload-btn.blue:hover {
    background-color: #012841; }
  .theme-fipse input[type="submit"].blue:hover, .theme-fipse
  input[type="reset"].blue:hover, .theme-fipse
  .button.blue:hover, .theme-fipse
  .upload-btn.blue:hover {
    background-color: #24031c; }
  .theme-isapr input[type="submit"].blue:hover, .theme-isapr
  input[type="reset"].blue:hover, .theme-isapr
  .button.blue:hover, .theme-isapr
  .upload-btn.blue:hover {
    background-color: #75c8c6; }
  .theme-efrs input[type="submit"].blue:hover, .theme-efrs
  input[type="reset"].blue:hover, .theme-efrs
  .button.blue:hover, .theme-efrs
  .upload-btn.blue:hover {
    background-color: #D5DCFF; }

.login-form h6 {
  margin-bottom: 20px;
  margin-left: 20px; }

.login-form form {
  margin: 0 auto;
  max-width: 600px; }
  .login-form form p {
    margin-left: 20px; }
  .login-form form input {
    margin-left: auto;
    margin-right: auto; }
    .login-form form input[type="submit"] {
      display: block; }
  .login-form form label {
    margin: 0.8em 0 0.4em 0px; }

.login-content {
  margin: 60px auto;
  padding: 40px;
  border: 1px solid #8b8d8e; }
  .login-content p {
    text-align: center; }
  .login-content ul {
    margin: 0 auto;
    width: 60%; }

.breadcrumbs ul {
  list-style: none;
  margin: 0 0 55px;
  padding: 0; }
  .breadcrumbs ul li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    line-height: 24px; }
    .theme-hepis .breadcrumbs ul li {
      color: #666d70; }
    .theme-gea .breadcrumbs ul li {
      color: #00667f; }
    .theme-fipse .breadcrumbs ul li {
      color: #58002f; }
    .theme-isapr .breadcrumbs ul li {
      color: #006163; }
    .theme-efrs .breadcrumbs ul li {
      color: #474F92; }
    .breadcrumbs ul li:before {
      content: ""; }
    .breadcrumbs ul li:not(:first-of-type) {
      padding: 0 0 0 30px; }
      .breadcrumbs ul li:not(:first-of-type):before {
        content: "/";
        left: 14px;
        font-weight: normal; }
  .breadcrumbs ul a {
    text-decoration: none;
    font-weight: 300;
    font-style: normal; }
    .theme-hepis .breadcrumbs ul a {
      color: #444848; }
    .theme-gea .breadcrumbs ul a {
      color: #012841; }
    .theme-fipse .breadcrumbs ul a {
      color: #24031c; }
    .theme-isapr .breadcrumbs ul a {
      color: #003539; }
    .theme-efrs .breadcrumbs ul a {
      color: #220F55; }

.side-nav {
  position: initial;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 100px;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all 0.3s ease;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .theme-hepis .side-nav {
    color: #444848;
    background-color: #002144; }
  .theme-gea .side-nav {
    color: #012841;
    background-color: #0099bf; }
  .theme-fipse .side-nav {
    color: #24031c;
    background-color: #8f274e; }
  .theme-isapr .side-nav {
    color: #003539;
    background-color: #75c8c6; }
  .theme-efrs .side-nav {
    color: #220F55;
    background-color: #ABBAFF; }
  .side-nav ul {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all 0.3s ease;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    transition-property: width;
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex; }
    .side-nav ul li {
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -ms-transition: all 0.3s ease;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      transition-property: width;
      margin: 0;
      flex: 0 1 5%;
      width: 100px;
      border-bottom: 2px solid;
      overflow-wrap: break-word;
      word-wrap: break-word;
      max-height: 85px;
      min-height: 85px;
      overflow: hidden; }
      .theme-hepis .side-nav ul li {
        border-bottom-color: #002144; }
        .theme-hepis .side-nav ul li:hover {
          color: #002144;
          background-color: rgba(220, 222, 222, 0.5); }
          .theme-hepis .side-nav ul li:hover a {
            color: #002144; }
      .theme-gea .side-nav ul li {
        border-bottom-color: #002144; }
        .theme-gea .side-nav ul li:hover {
          color: #002144;
          background-color: rgba(177, 233, 247, 0.5); }
          .theme-gea .side-nav ul li:hover a {
            color: #002144; }
      .theme-fipse .side-nav ul li {
        border-bottom-color: #002144; }
        .theme-fipse .side-nav ul li:hover {
          color: #002144;
          background-color: rgba(197, 148, 180, 0.5); }
          .theme-fipse .side-nav ul li:hover a {
            color: #002144; }
      .theme-isapr .side-nav ul li {
        border-bottom-color: #002144; }
        .theme-isapr .side-nav ul li:hover {
          color: #002144;
          background-color: rgba(180, 234, 233, 0.5); }
          .theme-isapr .side-nav ul li:hover a {
            color: #002144; }
      .theme-efrs .side-nav ul li {
        border-bottom-color: #002144; }
        .theme-efrs .side-nav ul li:hover {
          color: #002144;
          background-color: rgba(213, 220, 255, 0.5); }
          .theme-efrs .side-nav ul li:hover a {
            color: #002144; }
      .side-nav ul li:last-of-type .icon-img {
        padding: 20px 0; }
      .side-nav ul li.back-h {
        background-color: #002144; }
        .theme-hepis .side-nav ul li.back-h a {
          color: #ffffff; }
        .theme-hepis .side-nav ul li.back-h:hover {
          color: #002144;
          background-color: rgba(220, 222, 222, 0.5); }
          .theme-hepis .side-nav ul li.back-h:hover a {
            color: #ffffff; }
        .theme-gea .side-nav ul li.back-h a {
          color: #ffffff; }
        .theme-gea .side-nav ul li.back-h:hover {
          color: #002144;
          background-color: rgba(177, 233, 247, 0.5); }
          .theme-gea .side-nav ul li.back-h:hover a {
            color: #ffffff; }
        .theme-fipse .side-nav ul li.back-h a {
          color: #ffffff; }
        .theme-fipse .side-nav ul li.back-h:hover {
          color: #002144;
          background-color: rgba(197, 148, 180, 0.5); }
          .theme-fipse .side-nav ul li.back-h:hover a {
            color: #ffffff; }
        .theme-isapr .side-nav ul li.back-h a {
          color: #ffffff; }
        .theme-isapr .side-nav ul li.back-h:hover {
          color: #002144;
          background-color: rgba(180, 234, 233, 0.5); }
          .theme-isapr .side-nav ul li.back-h:hover a {
            color: #ffffff; }
        .theme-efrs .side-nav ul li.back-h a {
          color: #ffffff; }
        .theme-efrs .side-nav ul li.back-h:hover {
          color: #002144;
          background-color: rgba(213, 220, 255, 0.5); }
          .theme-efrs .side-nav ul li.back-h:hover a {
            color: #ffffff; }
      .theme-hepis .side-nav ul li.disabled:hover a {
        color: #ffffff; }
      .theme-gea .side-nav ul li.disabled:hover a {
        color: #ffffff; }
      .theme-fipse .side-nav ul li.disabled:hover a {
        color: #ffffff; }
      .theme-isapr .side-nav ul li.disabled:hover a {
        color: #ffffff; }
      .theme-efrs .side-nav ul li.disabled:hover a {
        color: #ffffff; }
      .side-nav ul li a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        text-decoration: none;
        hyphens: auto;
        height: 100%;
        display: block;
        display: flex;
        align-content: space-between;
        transition-property: width;
        min-height: 85px;
        line-height: 59px;
        align-items: center;
        overflow: hidden; }
        .theme-hepis .side-nav ul li a {
          color: #ffffff; }
        .theme-gea .side-nav ul li a {
          color: #012841; }
        .theme-fipse .side-nav ul li a {
          color: #24031c; }
        .theme-isapr .side-nav ul li a {
          color: #003539; }
        .theme-efrs .side-nav ul li a {
          color: #220F55; }
        .side-nav ul li a .icon-img {
          -webkit-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s;
          -ms-transition: all 0.3s ease;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s;
          transition-delay: 0.3s;
          flex: 0 1 100px;
          display: flex;
          max-width: 100px;
          width: 100px;
          text-align: center;
          position: relative; }
        .side-nav ul li a .sect {
          flex: 0 1 100px;
          font-size: 20px;
          padding: 10px;
          width: 100%;
          font-weight: bold;
          text-align: center; }
          .side-nav ul li a .sect.ana {
            font-size: 16px;
            line-height: 62px; }
        .side-nav ul li a img {
          margin: 0 auto;
          position: relative;
          top: 0px;
          left: 0;
          max-width: 54px; }
        .side-nav ul li a .text {
          -webkit-transition: visibility ease 0.3s;
          -moz-transition: visibility ease 0.3s;
          -ms-transition: visibility 0.3s ease;
          -o-transition: visibility ease 0.3s;
          transition: visibility ease 0.3s;
          transition-delay: 0.9s;
          transition-property: width;
          flex: 1 2 95%;
          font-size: 22px;
          font-weight: bold;
          line-height: 40px;
          padding: 10px;
          max-width: 372px;
          flex-direction: column; }
        .side-nav ul li a.user {
          color: #ffffff; }
          .side-nav ul li a.user .text {
            max-width: 100%;
            font-size: 18px;
            font-weight: bold;
            line-height: 24px;
            text-transform: uppercase; }
            .side-nav ul li a.user .text .login-nfo {
              font-size: 13px;
              display: block;
              font-weight: normal;
              text-transform: initial; }
              .theme-hepis .side-nav ul li a.user .text .login-nfo {
                color: #dcdede; }
              .theme-gea .side-nav ul li a.user .text .login-nfo {
                color: #b1e9f7; }
              .theme-fipse .side-nav ul li a.user .text .login-nfo {
                color: #c594b4; }
              .theme-isapr .side-nav ul li a.user .text .login-nfo {
                color: #b4eae9; }
              .theme-efrs .side-nav ul li a.user .text .login-nfo {
                color: #D5DCFF; }
      .side-nav ul li.bottom {
        border-bottom: 0;
        margin-top: auto; }
        .side-nav ul li.bottom a .text {
          display: none; }
        .side-nav ul li.bottom a .sect {
          flex: 0 1 100%;
          max-width: 100%;
          text-align: center;
          padding-bottom: 35px;
          font-size: 16px; }
  .side-nav:hover, .side-nav:active, .side-nav:focus, .side-nav.hover {
    width: 360px; }
    .side-nav:hover ul li, .side-nav:active ul li, .side-nav:focus ul li, .side-nav.hover ul li {
      width: 360px; }
      .side-nav:hover ul li a, .side-nav:active ul li a, .side-nav:focus ul li a, .side-nav.hover ul li a {
        width: 360px; }
        .side-nav:hover ul li a .img,
        .side-nav:hover ul li a .sect, .side-nav:active ul li a .img,
        .side-nav:active ul li a .sect, .side-nav:focus ul li a .img,
        .side-nav:focus ul li a .sect, .side-nav.hover ul li a .img,
        .side-nav.hover ul li a .sect {
          max-width: 100px; }
        .side-nav:hover ul li a .text, .side-nav:active ul li a .text, .side-nav:focus ul li a .text, .side-nav.hover ul li a .text {
          visibility: visible;
          display: block; }
      .side-nav:hover ul li.bottom a .text, .side-nav:active ul li.bottom a .text, .side-nav:focus ul li.bottom a .text, .side-nav.hover ul li.bottom a .text {
        display: none; }
      .side-nav:hover ul li.bottom a .sect, .side-nav:active ul li.bottom a .sect, .side-nav:focus ul li.bottom a .sect, .side-nav.hover ul li.bottom a .sect {
        max-width: 100%; }
  .side-nav.admin-nav ul li a .text {
    visibility: hidden;
    display: none; }
  .side-nav.admin-nav ul li a.user .text, .side-nav.isapr-admin-nav ul li a.user .text, .side-nav.efrs-admin-nav ul li a.user .text {
    visibility: hidden;
    display: none; }
    .theme-hepis .side-nav.admin-nav ul li a.user .text .login-nfo, .theme-hepis .side-nav.isapr-admin-nav ul li a.user .text .login-nfo, .theme-hepis .side-nav.efrs-admin-nav ul li a.user .text .login-nfo {
      color: #444848; }
    .theme-gea .side-nav.admin-nav ul li a.user .text .login-nfo, .theme-gea .side-nav.isapr-admin-nav ul li a.user .text .login-nfo, .theme-gea .side-nav.efrs-admin-nav ul li a.user .text .login-nfo {
      color: #012841; }
    .theme-fipse .side-nav.admin-nav ul li a.user .text .login-nfo, .theme-fipse .side-nav.isapr-admin-nav ul li a.user .text .login-nfo, .theme-fipse .side-nav.efrs-admin-nav ul li a.user .text .login-nfo {
      color: #24031c; }
    .theme-isapr .side-nav.admin-nav ul li a.user .text .login-nfo, .theme-isapr .side-nav.isapr-admin-nav ul li a.user .text .login-nfo, .theme-isapr .side-nav.efrs-admin-nav ul li a.user .text .login-nfo {
      color: #003539; }
    .theme-efrs .side-nav.admin-nav ul li a.user .text .login-nfo, .theme-efrs .side-nav.isapr-admin-nav ul li a.user .text .login-nfo, .theme-efrs .side-nav.efrs-admin-nav ul li a.user .text .login-nfo {
      color: #220F55; }
  .side-nav.admin-nav:hover ul li a .text, .side-nav.admin-nav:active ul li a .text, .side-nav.admin-nav:focus ul li a .text, .side-nav.admin-nav.hover ul li a .text, .side-nav.isapr-admin-nav:hover ul li a .text, .side-nav.isapr-admin-nav:active ul li a .text, .side-nav.isapr-admin-nav:focus ul li a .text, .side-nav.isapr-admin-nav.hover ul li a .text, .side-nav.efrs-admin-nav:hover ul li a .text, .side-nav.efrs-admin-nav:active ul li a .text, .side-nav.efrs-admin-nav:focus ul li a .text, .side-nav.efrs-admin-nav.hover ul li a .text {
    visibility: visible;
    display: flex; }
  .side-nav.hepis-nav {
    position: initial; }
    .side-nav.hepis-nav ul {
      display: flex; }
      .side-nav.hepis-nav ul li {
        border-bottom: 4px solid #002144;
        padding: 0;
        flex: 0 1 5%;
        width: 560px; }
        .side-nav.hepis-nav ul li a {
          width: 560px; }
          .side-nav.hepis-nav ul li a .text {
            font-size: 20px;
            line-height: 27px;
            font-weight: normal;
            padding: 10px;
            overflow: hidden;
            min-height: initial; }
          .side-nav.hepis-nav ul li a.user {
            max-height: initial; }
            .side-nav.hepis-nav ul li a.user img {
              vertical-align: middle; }
        .side-nav.hepis-nav ul li.li-hepis {
          background-color: #ffffff !important; }
          .side-nav.hepis-nav ul li.li-hepis a {
            color: #002144; }
        .side-nav.hepis-nav ul li.li-gea {
          background-color: #0099bf !important; }
        .side-nav.hepis-nav ul li.li-hbcu {
          background-color: #63a91f !important; }
        .side-nav.hepis-nav ul li.li-isapr {
          background-color: #006163 !important; }
        .side-nav.hepis-nav ul li.li-efrs {
          background-color: #4c4c8d !important; }
        .side-nav.hepis-nav ul li.li-fipse {
          background-color: #8f274e !important; }
        .side-nav.hepis-nav ul li.li-ana {
          outline: 2px solid white;
          outline-offset: -10px;
          width: 100%; }
          .side-nav.hepis-nav ul li.li-ana .text {
            line-height: 19px; }
        .side-nav.hepis-nav ul li.bottom,
        .side-nav.hepis-nav ul li.bottom a {
          width: 100%; }
    .side-nav.hepis-nav:hover, .side-nav.hepis-nav.hover, .side-nav.hepis-nav:active, .side-nav.hepis-nav:focus {
      width: 560px; }
  .side-nav.inst-user-nav {
    width: 200px;
    position: initial;
    left: 0;
    top: 0; }
  .side-nav.gea-side-nav ul li {
    width: 200px; }
    .theme-hepis .side-nav.gea-side-nav ul li {
      border-bottom-color: #ffffff; }
    .theme-gea .side-nav.gea-side-nav ul li {
      border-bottom-color: #ffffff; }
    .theme-fipse .side-nav.gea-side-nav ul li {
      border-bottom-color: #ffffff; }
    .theme-isapr .side-nav.gea-side-nav ul li {
      border-bottom-color: #ffffff; }
    .theme-efrs .side-nav.gea-side-nav ul li {
      border-bottom-color: #ffffff; }
    .side-nav.gea-side-nav ul li a {
      text-align: center;
      width: 200px; }
      .side-nav.gea-side-nav ul li a .text {
        visibility: visible;
        display: block;
        font-size: 14px;
        line-height: 19px;
        font-weight: normal;
        text-align: center;
        min-height: initial;
        padding: 0px;
        flex-direction: column; }
      .side-nav.gea-side-nav ul li a .icon-img {
        flex: 0 1 200px;
        max-width: 200px;
        width: 200px;
        text-align: center; }
    .side-nav.gea-side-nav ul li.bottom a .text {
      display: none; }
    .side-nav.gea-side-nav ul li.bottom a .sect {
      max-width: 100%; }
    .side-nav.gea-side-nav ul li.back-h {
      background-color: #002144; }
      .theme-hepis .side-nav.gea-side-nav ul li.back-h:hover {
        color: #002144;
        background-color: rgba(220, 222, 222, 0.5); }
      .theme-gea .side-nav.gea-side-nav ul li.back-h:hover {
        color: #002144;
        background-color: rgba(177, 233, 247, 0.5); }
      .theme-fipse .side-nav.gea-side-nav ul li.back-h:hover {
        color: #002144;
        background-color: rgba(197, 148, 180, 0.5); }
      .theme-isapr .side-nav.gea-side-nav ul li.back-h:hover {
        color: #002144;
        background-color: rgba(180, 234, 233, 0.5); }
      .theme-efrs .side-nav.gea-side-nav ul li.back-h:hover {
        color: #002144;
        background-color: rgba(213, 220, 255, 0.5); }
    .side-nav.gea-side-nav ul li.disabled {
      opacity: 1;
      color: rgba(138, 138, 138, 0.4) !important;
      background-color: #dcdede;
      pointer-events: none; }
      .side-nav.gea-side-nav ul li.disabled a {
        color: #8a8a8a; }
      .side-nav.gea-side-nav ul li.disabled:hover a {
        color: #8a8a8a; }
    .side-nav.gea-side-nav ul li.active {
      opacity: 1;
      text-align: center;
      color: #012841 !important;
      background-color: #ffffff;
      pointer-events: none; }
      .side-nav.gea-side-nav ul li.active a {
        color: #012841; }
        .side-nav.gea-side-nav ul li.active a .text {
          font-size: 18px;
          font-weight: bold; }
  .side-nav.efrs-side-nav ul li {
    width: 200px; }
    .theme-hepis .side-nav.efrs-side-nav ul li {
      border-bottom-color: #002144; }
    .theme-gea .side-nav.efrs-side-nav ul li {
      border-bottom-color: #002144; }
    .theme-fipse .side-nav.efrs-side-nav ul li {
      border-bottom-color: #002144; }
    .theme-isapr .side-nav.efrs-side-nav ul li {
      border-bottom-color: #002144; }
    .theme-efrs .side-nav.efrs-side-nav ul li {
      border-bottom-color: #002144; }
    .side-nav.efrs-side-nav ul li a {
      text-align: center;
      width: 200px; }
      .side-nav.efrs-side-nav ul li a .text {
        visibility: visible;
        display: block;
        font-size: 16px;
        line-height: 19px;
        font-weight: normal;
        text-align: center;
        min-height: initial;
        padding: 0px; }
      .side-nav.efrs-side-nav ul li a .icon-img {
        flex: 0 1 200px;
        max-width: 200px;
        width: 200px;
        text-align: center; }
      .side-nav.efrs-side-nav ul li a .section {
        text-decoration: underline;
        font-size: 18px; }
      .side-nav.efrs-side-nav ul li a .subtext {
        font-size: 14px; }
    .side-nav.efrs-side-nav ul li.bottom a .text {
      display: none; }
    .side-nav.efrs-side-nav ul li.bottom a .sect {
      max-width: 100%; }
    .theme-hepis .side-nav.efrs-side-nav ul li.back-h {
      background-color: #444848; }
      .theme-hepis .side-nav.efrs-side-nav ul li.back-h:hover {
        color: #002144;
        background-color: rgba(68, 72, 72, 0.5); }
    .theme-gea .side-nav.efrs-side-nav ul li.back-h {
      background-color: #012841; }
      .theme-gea .side-nav.efrs-side-nav ul li.back-h:hover {
        color: #002144;
        background-color: rgba(1, 40, 65, 0.5); }
    .theme-fipse .side-nav.efrs-side-nav ul li.back-h {
      background-color: #24031c; }
      .theme-fipse .side-nav.efrs-side-nav ul li.back-h:hover {
        color: #002144;
        background-color: rgba(36, 3, 28, 0.5); }
    .theme-isapr .side-nav.efrs-side-nav ul li.back-h {
      background-color: #003539; }
      .theme-isapr .side-nav.efrs-side-nav ul li.back-h:hover {
        color: #002144;
        background-color: rgba(0, 53, 57, 0.5); }
    .theme-efrs .side-nav.efrs-side-nav ul li.back-h {
      background-color: #220F55; }
      .theme-efrs .side-nav.efrs-side-nav ul li.back-h:hover {
        color: #002144;
        background-color: rgba(34, 15, 85, 0.5); }
    .side-nav.efrs-side-nav ul li.disabled {
      opacity: 1;
      color: rgba(138, 138, 138, 0.4) !important;
      background-color: #dcdede;
      pointer-events: none; }
      .side-nav.efrs-side-nav ul li.disabled a {
        color: #8a8a8a; }
      .side-nav.efrs-side-nav ul li.disabled:hover a {
        color: #8a8a8a; }
    .side-nav.efrs-side-nav ul li.active {
      opacity: 1;
      text-align: center;
      color: #012841 !important;
      background-color: #ffffff;
      pointer-events: none; }
      .side-nav.efrs-side-nav ul li.active a {
        color: #012841; }
        .side-nav.efrs-side-nav ul li.active a .text {
          font-size: 18px;
          font-weight: bold; }
  .side-nav.isapr-side-nav {
    position: initial;
    left: 0;
    top: 0; }
    .side-nav.isapr-side-nav ul li {
      width: 200px; }
      .theme-hepis .side-nav.isapr-side-nav ul li {
        border-bottom-color: #ffffff; }
      .theme-gea .side-nav.isapr-side-nav ul li {
        border-bottom-color: #ffffff; }
      .theme-fipse .side-nav.isapr-side-nav ul li {
        border-bottom-color: #ffffff; }
      .theme-isapr .side-nav.isapr-side-nav ul li {
        border-bottom-color: #ffffff; }
      .theme-efrs .side-nav.isapr-side-nav ul li {
        border-bottom-color: #ffffff; }
      .side-nav.isapr-side-nav ul li a {
        text-align: center;
        width: 200px; }
        .theme-hepis .side-nav.isapr-side-nav ul li a:hover {
          color: #444848; }
        .theme-gea .side-nav.isapr-side-nav ul li a:hover {
          color: #012841; }
        .theme-fipse .side-nav.isapr-side-nav ul li a:hover {
          color: #24031c; }
        .theme-isapr .side-nav.isapr-side-nav ul li a:hover {
          color: #003539; }
        .theme-efrs .side-nav.isapr-side-nav ul li a:hover {
          color: #220F55; }
        .side-nav.isapr-side-nav ul li a .text {
          visibility: visible;
          line-height: 1;
          display: flex;
          justify-content: center;
          flex-direction: column;
          text-align: center;
          padding: 0;
          font-size: 16px;
          line-height: 19px;
          font-weight: 400; }
        .side-nav.isapr-side-nav ul li a .title-text {
          font-size: 20px;
          line-height: 28px;
          text-decoration: underline;
          font-weight: 400; }
        .side-nav.isapr-side-nav ul li a .secondary-text {
          display: block;
          text-decoration: none;
          font-size: 14px;
          line-height: 16px;
          font-weight: 400; }
        .side-nav.isapr-side-nav ul li a .icon-img {
          flex: 0 1 200px;
          max-width: 200px;
          width: 200px;
          text-align: center; }
      .side-nav.isapr-side-nav ul li.bottom a .text {
        display: none; }
      .side-nav.isapr-side-nav ul li.bottom a .sect {
        max-width: 100%; }
      .side-nav.isapr-side-nav ul li.back-h {
        background-color: #002144; }
      .side-nav.isapr-side-nav ul li.disabled {
        opacity: 1;
        color: rgba(138, 138, 138, 0.4) !important;
        background-color: #dcdede;
        pointer-events: none; }
        .side-nav.isapr-side-nav ul li.disabled a {
          color: #8a8a8a; }
        .side-nav.isapr-side-nav ul li.disabled:hover a {
          color: #8a8a8a; }
      .side-nav.isapr-side-nav ul li.active {
        opacity: 1;
        text-align: center;
        color: #012841 !important;
        background-color: #ffffff;
        pointer-events: none; }
        .side-nav.isapr-side-nav ul li.active a {
          color: #012841;
          font-weight: bold; }
          .side-nav.isapr-side-nav ul li.active a .text {
            font-size: 18px;
            font-weight: bold; }
            .side-nav.isapr-side-nav ul li.active a .text span {
              font-weight: bold; }
              .side-nav.isapr-side-nav ul li.active a .text span.secondary-text {
                padding: 0 15px; }
  .side-nav.isapr-admin-nav {
    position: initial;
    left: 0;
    top: 0; }
    .side-nav.isapr-admin-nav ul li {
      width: 100%; }
      .theme-hepis .side-nav.isapr-admin-nav ul li {
        border-bottom-color: #ffffff; }
      .theme-gea .side-nav.isapr-admin-nav ul li {
        border-bottom-color: #ffffff; }
      .theme-fipse .side-nav.isapr-admin-nav ul li {
        border-bottom-color: #ffffff; }
      .theme-isapr .side-nav.isapr-admin-nav ul li {
        border-bottom-color: #ffffff; }
      .theme-efrs .side-nav.isapr-admin-nav ul li {
        border-bottom-color: #ffffff; }
      .side-nav.isapr-admin-nav ul li a {
        text-align: center; }
        .theme-hepis .side-nav.isapr-admin-nav ul li a:hover {
          color: #444848; }
        .theme-gea .side-nav.isapr-admin-nav ul li a:hover {
          color: #012841; }
        .theme-fipse .side-nav.isapr-admin-nav ul li a:hover {
          color: #24031c; }
        .theme-isapr .side-nav.isapr-admin-nav ul li a:hover {
          color: #003539; }
        .theme-efrs .side-nav.isapr-admin-nav ul li a:hover {
          color: #220F55; }
        .side-nav.isapr-admin-nav ul li a .text {
          visibility: hidden;
          line-height: 1;
          display: none;
          justify-content: center;
          flex-direction: column;
          text-align: left;
          padding: 0;
          font-size: 20px;
          line-height: 27px;
          font-weight: bold;
          padding-right: 30px; }
        .side-nav.isapr-admin-nav ul li a .icon-img {
          flex: 0 1 200px;
          text-align: center; }
      .side-nav.isapr-admin-nav ul li.bottom a .text {
        display: none; }
      .side-nav.isapr-admin-nav ul li.bottom a .sect {
        max-width: 100%; }
      .side-nav.isapr-admin-nav ul li.back-h {
        background-color: #002144; }
      .side-nav.isapr-admin-nav ul li.disabled {
        opacity: 1;
        color: rgba(138, 138, 138, 0.4) !important;
        background-color: #dcdede;
        pointer-events: none; }
        .side-nav.isapr-admin-nav ul li.disabled a {
          color: #8a8a8a; }
        .side-nav.isapr-admin-nav ul li.disabled:hover a {
          color: #8a8a8a; }
      .side-nav.isapr-admin-nav ul li.active {
        opacity: 1;
        text-align: center;
        color: #012841 !important;
        background-color: #ffffff;
        pointer-events: none; }
        .side-nav.isapr-admin-nav ul li.active a {
          color: #012841; }
          .side-nav.isapr-admin-nav ul li.active a .text {
            font-size: 18px;
            font-weight: bold; }
    .side-nav.isapr-admin-nav:hover ul li a .text, .side-nav.isapr-admin-nav.hover ul li a .text, .side-nav.isapr-admin-nav:active ul li a .text, .side-nav.isapr-admin-nav:focus ul li a .text {
      visibility: visible;
      display: flex; }

.legal {
  border-top: 1px solid;
  padding-top: 20px;
  margin-top: 60px; }
  .theme-hepis .legal {
    border-top-color: #444848; }
  .theme-gea .legal {
    border-top-color: #012841; }
  .theme-fipse .legal {
    border-top-color: #24031c; }
  .theme-isapr .legal {
    border-top-color: #003539; }
  .theme-efrs .legal {
    border-top-color: #220F55; }
  .legal p {
    font-size: 14px;
    line-height: 19px; }

.landing-cards {
  display: flex;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
  justify-content: center; }
  .landing-cards .card {
    flex: 0 1 100%;
    border: 5px solid;
    border-radius: 8px;
    margin: 20px;
    max-width: 440px;
    min-height: 200px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 40px; }
    .theme-hepis .landing-cards .card {
      border-color: #444848;
      background-color: rgba(220, 222, 222, 0.2); }
    .theme-gea .landing-cards .card {
      border-color: #012841;
      background-color: rgba(177, 233, 247, 0.2); }
    .theme-fipse .landing-cards .card {
      border-color: #24031c;
      background-color: rgba(197, 148, 180, 0.2); }
    .theme-isapr .landing-cards .card {
      border-color: #003539;
      background-color: rgba(180, 234, 233, 0.2); }
    .theme-efrs .landing-cards .card {
      border-color: #220F55;
      background-color: rgba(213, 220, 255, 0.2); }
    .landing-cards .card img {
      max-width: 160px;
      max-height: 140px;
      width: auto;
      height: auto;
      display: block;
      margin: 0 auto 30px;
      margin-top: -40px; }
      .landing-cards .card img.ajustd {
        margin-top: -50px; }
    .landing-cards .card h4 {
      color: #ffffff;
      text-align: center;
      font-size: 25px;
      font-weight: bold;
      line-height: 34px;
      min-height: 34px;
      margin-bottom: 20px; }
      .theme-hepis .landing-cards .card h4 {
        background-color: #444848; }
      .theme-gea .landing-cards .card h4 {
        background-color: #012841; }
      .theme-fipse .landing-cards .card h4 {
        background-color: #24031c; }
      .theme-isapr .landing-cards .card h4 {
        background-color: #003539; }
      .theme-efrs .landing-cards .card h4 {
        background-color: #220F55; }
    .landing-cards .card p {
      font-size: 14px;
      line-height: 19px;
      text-align: center;
      margin: 0 auto;
      padding: 10px 20px;
      max-width: 360px; }
      .theme-hepis .landing-cards .card p {
        color: #444848; }
      .theme-gea .landing-cards .card p {
        color: #012841; }
      .theme-fipse .landing-cards .card p {
        color: #24031c; }
      .theme-isapr .landing-cards .card p {
        color: #003539; }
      .theme-efrs .landing-cards .card p {
        color: #220F55; }
  @media only screen and (min-width: 48.5em) {
    .landing-cards .card {
      flex: 1 1 30%;
      max-width: 30%; } }

.settings-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0; }
  .settings-cards .card {
    margin: 30px;
    flex: 0 1 100%;
    border: 0;
    background-color: transparent;
    min-width: 260px;
    max-width: 260px;
    text-decoration: none;
    text-align: center; }
    .settings-cards .card img {
      max-width: 160px;
      max-height: 140px;
      width: auto;
      height: auto;
      display: block;
      margin: 0 auto -35px;
      z-index: 100; }
    .settings-cards .card h4 {
      font-size: 30px;
      font-weight: bold;
      border-radius: 8px;
      line-height: 36px;
      color: #ffffff;
      padding: 55px 60px 20px; }
      .theme-hepis .settings-cards .card h4 {
        background-color: #002144; }
      .theme-gea .settings-cards .card h4 {
        background-color: #0099bf; }
      .theme-fipse .settings-cards .card h4 {
        background-color: #8f274e; }
      .theme-isapr .settings-cards .card h4 {
        background-color: #006163; }
      .theme-efrs .settings-cards .card h4 {
        background-color: #4c4c8d; }
    .settings-cards .card p,
    .settings-cards .card ul,
    .settings-cards .card li {
      color: #002144;
      font-size: 12px;
      text-align: left; }
    .settings-cards .card ul {
      width: 90%;
      margin: 10px auto 0; }
  @media only screen and (min-width: 48.5em) {
    .settings-cards .card {
      flex: 1 1 30%; } }

.table-container {
  border-radius: 3px;
  margin: 15px 0; }
  .table-container .fa-font-awesome-flag {
    font-size: 22px;
    color: #f03400; }
  .table-container .icon-click {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    text-align: center; }
  .table-container .btn-view {
    min-width: auto; }
  .table-container .inst-link {
    font-weight: bold; }
    .theme-hepis .table-container .inst-link {
      color: #444848; }
    .theme-gea .table-container .inst-link {
      color: #012841; }
    .theme-fipse .table-container .inst-link {
      color: #24031c; }
    .theme-isapr .table-container .inst-link {
      color: #003539; }
    .theme-efrs .table-container .inst-link {
      color: #220F55; }
  .table-container .fa-arrow-alt-circle-down,
  .table-container .fa-arrow-alt-circle-right {
    font-size: 30px;
    box-sizing: border-box;
    border: 3px solid;
    border-radius: 50px;
    border-color: transparent;
    cursor: pointer; }
    .theme-hepis .table-container .fa-arrow-alt-circle-down, .theme-hepis
    .table-container .fa-arrow-alt-circle-right {
      color: #666d70; }
      .theme-hepis .table-container .fa-arrow-alt-circle-down:hover, .theme-hepis
      .table-container .fa-arrow-alt-circle-right:hover {
        color: #444848; }
    .theme-gea .table-container .fa-arrow-alt-circle-down, .theme-gea
    .table-container .fa-arrow-alt-circle-right {
      color: #00667f; }
      .theme-gea .table-container .fa-arrow-alt-circle-down:hover, .theme-gea
      .table-container .fa-arrow-alt-circle-right:hover {
        color: #012841; }
    .theme-fipse .table-container .fa-arrow-alt-circle-down, .theme-fipse
    .table-container .fa-arrow-alt-circle-right {
      color: #58002f; }
      .theme-fipse .table-container .fa-arrow-alt-circle-down:hover, .theme-fipse
      .table-container .fa-arrow-alt-circle-right:hover {
        color: #24031c; }
    .theme-isapr .table-container .fa-arrow-alt-circle-down, .theme-isapr
    .table-container .fa-arrow-alt-circle-right {
      color: #006163; }
      .theme-isapr .table-container .fa-arrow-alt-circle-down:hover, .theme-isapr
      .table-container .fa-arrow-alt-circle-right:hover {
        color: #003539; }
    .theme-efrs .table-container .fa-arrow-alt-circle-down, .theme-efrs
    .table-container .fa-arrow-alt-circle-right {
      color: #474F92; }
      .theme-efrs .table-container .fa-arrow-alt-circle-down:hover, .theme-efrs
      .table-container .fa-arrow-alt-circle-right:hover {
        color: #220F55; }
  .table-container .round {
    font-size: 20px;
    line-height: 30px;
    max-width: 34px;
    max-height: 34px;
    width: 28px;
    height: 28px; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  table tbody th {
    color: #ffffff;
    border: 1px solid;
    padding: 14px 10px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px; }
    .theme-hepis table tbody th {
      background-color: #444848; }
    .theme-gea table tbody th {
      background-color: #012841; }
    .theme-fipse table tbody th {
      background-color: #24031c; }
    .theme-isapr table tbody th {
      background-color: #003539; }
    .theme-efrs table tbody th {
      background-color: #220F55; }
    table tbody th a {
      color: #ffffff !important;
      text-decoration: underline; }
      .theme-hepis table tbody th a:hover {
        color: #666d70;
        text-decoration: none; }
      .theme-gea table tbody th a:hover {
        color: #00667f;
        text-decoration: none; }
      .theme-fipse table tbody th a:hover {
        color: #58002f;
        text-decoration: none; }
      .theme-isapr table tbody th a:hover {
        color: #006163;
        text-decoration: none; }
      .theme-efrs table tbody th a:hover {
        color: #474F92;
        text-decoration: none; }
  table tbody tr {
    min-height: 44px; }
    .theme-hepis table tbody tr:nth-of-type(even) {
      background-color: rgba(220, 222, 222, 0.3); }
    .theme-gea table tbody tr:nth-of-type(even) {
      background-color: rgba(177, 233, 247, 0.3); }
    .theme-fipse table tbody tr:nth-of-type(even) {
      background-color: rgba(197, 148, 180, 0.3); }
    .theme-isapr table tbody tr:nth-of-type(even) {
      background-color: rgba(180, 234, 233, 0.3); }
    .theme-efrs table tbody tr:nth-of-type(even) {
      background-color: rgba(213, 220, 255, 0.3); }
    .theme-hepis table tbody tr:nth-of-type(2) {
      background-color: #002144; }
    .theme-gea table tbody tr:nth-of-type(2) {
      background-color: #0099bf; }
    .theme-fipse table tbody tr:nth-of-type(2) {
      background-color: #8f274e; }
    .theme-isapr table tbody tr:nth-of-type(2) {
      background-color: #006163; }
    .theme-efrs table tbody tr:nth-of-type(2) {
      background-color: #4c4c8d; }
    table tbody tr:nth-of-type(2) td {
      font-size: 14px;
      font-weight: 600;
      line-height: 15px;
      color: #ffffff; }
  table tbody td {
    padding: 14px 10px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border: 1px solid;
    vertical-align: middle; }
  table.preli-table {
    margin: 20px auto 70px; }
    table.preli-table th {
      text-align: left;
      font-size: 20px;
      font-weight: bold; }
    .theme-hepis table.preli-table tr:nth-of-type(even) {
      background-color: transparent; }
    .theme-gea table.preli-table tr:nth-of-type(even) {
      background-color: transparent; }
    .theme-fipse table.preli-table tr:nth-of-type(even) {
      background-color: transparent; }
    .theme-isapr table.preli-table tr:nth-of-type(even) {
      background-color: transparent; }
    .theme-efrs table.preli-table tr:nth-of-type(even) {
      background-color: transparent; }
    .theme-hepis table.preli-table tr:nth-of-type(2) {
      background-color: #dcdede; }
    .theme-gea table.preli-table tr:nth-of-type(2) {
      background-color: #b1e9f7; }
    .theme-fipse table.preli-table tr:nth-of-type(2) {
      background-color: #c594b4; }
    .theme-isapr table.preli-table tr:nth-of-type(2) {
      background-color: #b4eae9; }
    .theme-efrs table.preli-table tr:nth-of-type(2) {
      background-color: #D5DCFF; }
    table.preli-table tr:nth-of-type(2) td {
      font-size: 16px;
      font-weight: bold;
      line-height: 22px; }
      .theme-hepis table.preli-table tr:nth-of-type(2) td {
        color: #444848; }
      .theme-gea table.preli-table tr:nth-of-type(2) td {
        color: #012841; }
      .theme-fipse table.preli-table tr:nth-of-type(2) td {
        color: #24031c; }
      .theme-isapr table.preli-table tr:nth-of-type(2) td {
        color: #003539; }
      .theme-efrs table.preli-table tr:nth-of-type(2) td {
        color: #220F55; }
    table.preli-table tr td {
      font-size: 16px;
      line-height: 22px;
      padding: 15px; }
      table.preli-table tr td:first-of-type {
        text-align: left; }
    .theme-hepis table.preli-table tr.darker-row {
      background-color: #666d70; }
    .theme-gea table.preli-table tr.darker-row {
      background-color: #00667f; }
    .theme-fipse table.preli-table tr.darker-row {
      background-color: #58002f; }
    .theme-isapr table.preli-table tr.darker-row {
      background-color: #006163; }
    .theme-efrs table.preli-table tr.darker-row {
      background-color: #474F92; }
    table.preli-table tr.darker-row td {
      color: #ffffff;
      font-weight: 600;
      min-height: 65px; }
      .theme-hepis table.preli-table tr.darker-row td {
        background-color: #666d70; }
      .theme-gea table.preli-table tr.darker-row td {
        background-color: #00667f; }
      .theme-fipse table.preli-table tr.darker-row td {
        background-color: #58002f; }
      .theme-isapr table.preli-table tr.darker-row td {
        background-color: #006163; }
      .theme-efrs table.preli-table tr.darker-row td {
        background-color: #474F92; }
      table.preli-table tr.darker-row td a {
        text-decoration: none;
        color: #ffffff; }
        table.preli-table tr.darker-row td a:hover {
          text-decoration: underline; }
      .theme-hepis table.preli-table tr.darker-row td.light {
        background-color: #002144; }
      .theme-gea table.preli-table tr.darker-row td.light {
        background-color: #0099bf; }
      .theme-fipse table.preli-table tr.darker-row td.light {
        background-color: #8f274e; }
      .theme-isapr table.preli-table tr.darker-row td.light {
        background-color: #003539; }
      .theme-efrs table.preli-table tr.darker-row td.light {
        background-color: #474F92; }
    table.preli-table.generic-table tr td {
      text-align: center; }
    .theme-hepis table.preli-table.generic-table tr:nth-of-type(2) {
      background-color: #666d70; }
    .theme-gea table.preli-table.generic-table tr:nth-of-type(2) {
      background-color: #00667f; }
    .theme-fipse table.preli-table.generic-table tr:nth-of-type(2) {
      background-color: #58002f; }
    .theme-isapr table.preli-table.generic-table tr:nth-of-type(2) {
      background-color: #006163; }
    .theme-efrs table.preli-table.generic-table tr:nth-of-type(2) {
      background-color: #474F92; }
    table.preli-table.generic-table tr:nth-of-type(2) td {
      font-size: 14px;
      font-weight: 600;
      line-height: 15px;
      color: #ffffff; }
    .theme-hepis table.preli-table.generic-table tr:nth-of-type(even) {
      background-color: rgba(220, 222, 222, 0.3); }
    .theme-gea table.preli-table.generic-table tr:nth-of-type(even) {
      background-color: rgba(177, 233, 247, 0.3); }
    .theme-fipse table.preli-table.generic-table tr:nth-of-type(even) {
      background-color: rgba(197, 148, 180, 0.3); }
    .theme-isapr table.preli-table.generic-table tr:nth-of-type(even) {
      background-color: rgba(180, 234, 233, 0.3); }
    .theme-efrs table.preli-table.generic-table tr:nth-of-type(even) {
      background-color: rgba(213, 220, 255, 0.3); }
    table.preli-table.generic-table tr.darker-row.head-r td {
      font-size: 17px;
      font-weight: bold;
      line-height: 15px; }
    table.preli-table.history tr td[colspan="9"] {
      text-align: left; }
    table.preli-table.history tr[class*="show_change_details"] td {
      font-size: 12px !important;
      line-height: 15px !important;
      padding: 5px 10px; }
  table.invest-table {
    margin: 20px auto 70px;
    position: initial;
    border-collapse: collapse; }
    table.invest-table tbody {
      position: initial; }
      table.invest-table tbody th {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        background-color: #464D94;
        line-height: 19px;
        padding: 40px;
        position: initial; }
      table.invest-table tbody tr {
        position: initial; }
        .theme-hepis table.invest-table tbody tr:nth-of-type(2) {
          background-color: rgba(220, 222, 222, 0.3); }
        .theme-gea table.invest-table tbody tr:nth-of-type(2) {
          background-color: rgba(177, 233, 247, 0.3); }
        .theme-fipse table.invest-table tbody tr:nth-of-type(2) {
          background-color: rgba(197, 148, 180, 0.3); }
        .theme-isapr table.invest-table tbody tr:nth-of-type(2) {
          background-color: rgba(180, 234, 233, 0.3); }
        .theme-efrs table.invest-table tbody tr:nth-of-type(2) {
          background-color: rgba(213, 220, 255, 0.3); }
        table.invest-table tbody tr:nth-of-type(2) td {
          color: #002144;
          font-size: 14px;
          line-height: 22px;
          padding: 15px;
          text-align: left;
          font-weight: 600; }
        table.invest-table tbody tr.addRow td {
          text-align: center; }
        table.invest-table tbody tr.addl_other {
          display: none; }
        table.invest-table tbody tr td {
          color: #002144;
          font-size: 14px;
          line-height: 22px;
          padding: 15px;
          text-align: left;
          font-weight: 600;
          border: 0;
          border-left: 1px solid #8b8d8e;
          border-right: 1px solid #8b8d8e; }
    .theme-hepis table.invest-table tfoot {
      background-color: #444848; }
    .theme-gea table.invest-table tfoot {
      background-color: #012841; }
    .theme-fipse table.invest-table tfoot {
      background-color: #24031c; }
    .theme-isapr table.invest-table tfoot {
      background-color: #003539; }
    .theme-efrs table.invest-table tfoot {
      background-color: #220F55; }
    table.invest-table tfoot td {
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      padding: 15px;
      text-align: center;
      font-weight: 600;
      border: 0;
      border-left: 1px solid #8b8d8e;
      border-right: 1px solid #8b8d8e; }
  table.non-bolded tr:nth-of-type(2) td {
    font-weight: normal; }
  table.quik-nfo {
    text-align: center; }
    table.quik-nfo th {
      text-align: center; }
    table.quik-nfo td {
      text-align: center; }
      table.quik-nfo td:first-of-type {
        text-align: center; }
  .theme-hepis table.single-header tbody tr:nth-of-type(2) {
    background-color: rgba(220, 222, 222, 0.3); }
  .theme-gea table.single-header tbody tr:nth-of-type(2) {
    background-color: rgba(177, 233, 247, 0.3); }
  .theme-fipse table.single-header tbody tr:nth-of-type(2) {
    background-color: rgba(197, 148, 180, 0.3); }
  .theme-isapr table.single-header tbody tr:nth-of-type(2) {
    background-color: rgba(180, 234, 233, 0.3); }
  .theme-efrs table.single-header tbody tr:nth-of-type(2) {
    background-color: rgba(213, 220, 255, 0.3); }
  table.single-header tbody tr:nth-of-type(2) td {
    font-weight: inherit;
    font-size: 12px;
    color: #002144; }

.tabs,
.sandd,
.tabs-redux {
  min-width: 320px;
  padding: 50px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .tabs > section,
  .tabs .articles,
  .sandd > section,
  .sandd .articles,
  .tabs-redux > section,
  .tabs-redux .articles {
    display: none;
    padding: 40px 20px;
    flex: 0 1 100%; }
  .tabs .tab-nav,
  .sandd .tab-nav,
  .tabs-redux .tab-nav {
    display: inline-block;
    flex: 1 1 100%;
    margin: 0 0px -1px 0px;
    padding: 15px 40px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border-radius: 6px 6px 0 0;
    font-size: 18px;
    line-height: 26px; }
    .theme-hepis .tabs .tab-nav, .theme-hepis
    .sandd .tab-nav, .theme-hepis
    .tabs-redux .tab-nav {
      background-color: #666d70; }
    .theme-gea .tabs .tab-nav, .theme-gea
    .sandd .tab-nav, .theme-gea
    .tabs-redux .tab-nav {
      background-color: #00667f; }
    .theme-fipse .tabs .tab-nav, .theme-fipse
    .sandd .tab-nav, .theme-fipse
    .tabs-redux .tab-nav {
      background-color: #58002f; }
    .theme-isapr .tabs .tab-nav, .theme-isapr
    .sandd .tab-nav, .theme-isapr
    .tabs-redux .tab-nav {
      background-color: #006163; }
    .theme-efrs .tabs .tab-nav, .theme-efrs
    .sandd .tab-nav, .theme-efrs
    .tabs-redux .tab-nav {
      background-color: #474F92; }
    .tabs .tab-nav:hover,
    .sandd .tab-nav:hover,
    .tabs-redux .tab-nav:hover {
      cursor: pointer; }
    @media only screen and (min-width: 48.5em) {
      .tabs .tab-nav,
      .sandd .tab-nav,
      .tabs-redux .tab-nav {
        flex: 1;
        max-width: 240px; } }
    .tabs .tab-nav + .trigger + .tab-nav,
    .sandd .tab-nav + .trigger + .tab-nav,
    .tabs-redux .tab-nav + .trigger + .tab-nav {
      margin-left: 1%; }
    .tabs .tab-nav + .disabled + .tab-nav,
    .sandd .tab-nav + .disabled + .tab-nav,
    .tabs-redux .tab-nav + .disabled + .tab-nav {
      cursor: not-allowed !important; }
      .theme-hepis .tabs .tab-nav + .disabled + .tab-nav, .theme-hepis
      .sandd .tab-nav + .disabled + .tab-nav, .theme-hepis
      .tabs-redux .tab-nav + .disabled + .tab-nav {
        background-color: #D0D0D0;
        color: #949494; }
      .theme-gea .tabs .tab-nav + .disabled + .tab-nav, .theme-gea
      .sandd .tab-nav + .disabled + .tab-nav, .theme-gea
      .tabs-redux .tab-nav + .disabled + .tab-nav {
        background-color: #D0D0D0;
        color: #949494; }
      .theme-fipse .tabs .tab-nav + .disabled + .tab-nav, .theme-fipse
      .sandd .tab-nav + .disabled + .tab-nav, .theme-fipse
      .tabs-redux .tab-nav + .disabled + .tab-nav {
        background-color: #D0D0D0;
        color: #949494; }
      .theme-isapr .tabs .tab-nav + .disabled + .tab-nav, .theme-isapr
      .sandd .tab-nav + .disabled + .tab-nav, .theme-isapr
      .tabs-redux .tab-nav + .disabled + .tab-nav {
        background-color: #D0D0D0;
        color: #949494; }
      .theme-efrs .tabs .tab-nav + .disabled + .tab-nav, .theme-efrs
      .sandd .tab-nav + .disabled + .tab-nav, .theme-efrs
      .tabs-redux .tab-nav + .disabled + .tab-nav {
        background-color: #D0D0D0;
        color: #949494; }
  .tabs .trigger,
  .sandd .trigger,
  .tabs-redux .trigger {
    display: none; }
    .tabs .trigger:checked + label,
    .sandd .trigger:checked + label,
    .tabs-redux .trigger:checked + label {
      color: #ffffff; }
  .tabs [id^="tab1"]:checked + label,
  .sandd [id^="tab1"]:checked + label,
  .tabs-redux [id^="tab1"]:checked + label {
    font-size: 21px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs [id^="tab1"]:checked + label, .theme-hepis
    .sandd [id^="tab1"]:checked + label, .theme-hepis
    .tabs-redux [id^="tab1"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab1"]:checked + label, .theme-gea
    .sandd [id^="tab1"]:checked + label, .theme-gea
    .tabs-redux [id^="tab1"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab1"]:checked + label, .theme-fipse
    .sandd [id^="tab1"]:checked + label, .theme-fipse
    .tabs-redux [id^="tab1"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab1"]:checked + label, .theme-isapr
    .sandd [id^="tab1"]:checked + label, .theme-isapr
    .tabs-redux [id^="tab1"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab1"]:checked + label, .theme-efrs
    .sandd [id^="tab1"]:checked + label, .theme-efrs
    .tabs-redux [id^="tab1"]:checked + label {
      background-color: #220F55; }
  .tabs [id^="tab2"]:checked + label,
  .sandd [id^="tab2"]:checked + label,
  .tabs-redux [id^="tab2"]:checked + label {
    font-size: 21px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs [id^="tab2"]:checked + label, .theme-hepis
    .sandd [id^="tab2"]:checked + label, .theme-hepis
    .tabs-redux [id^="tab2"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab2"]:checked + label, .theme-gea
    .sandd [id^="tab2"]:checked + label, .theme-gea
    .tabs-redux [id^="tab2"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab2"]:checked + label, .theme-fipse
    .sandd [id^="tab2"]:checked + label, .theme-fipse
    .tabs-redux [id^="tab2"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab2"]:checked + label, .theme-isapr
    .sandd [id^="tab2"]:checked + label, .theme-isapr
    .tabs-redux [id^="tab2"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab2"]:checked + label, .theme-efrs
    .sandd [id^="tab2"]:checked + label, .theme-efrs
    .tabs-redux [id^="tab2"]:checked + label {
      background-color: #220F55; }
  .tabs [id^="tab3"]:checked + label,
  .sandd [id^="tab3"]:checked + label,
  .tabs-redux [id^="tab3"]:checked + label {
    font-size: 21px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs [id^="tab3"]:checked + label, .theme-hepis
    .sandd [id^="tab3"]:checked + label, .theme-hepis
    .tabs-redux [id^="tab3"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab3"]:checked + label, .theme-gea
    .sandd [id^="tab3"]:checked + label, .theme-gea
    .tabs-redux [id^="tab3"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab3"]:checked + label, .theme-fipse
    .sandd [id^="tab3"]:checked + label, .theme-fipse
    .tabs-redux [id^="tab3"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab3"]:checked + label, .theme-isapr
    .sandd [id^="tab3"]:checked + label, .theme-isapr
    .tabs-redux [id^="tab3"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab3"]:checked + label, .theme-efrs
    .sandd [id^="tab3"]:checked + label, .theme-efrs
    .tabs-redux [id^="tab3"]:checked + label {
      background-color: #220F55; }
  .tabs [id^="tab4"]:checked + label,
  .sandd [id^="tab4"]:checked + label,
  .tabs-redux [id^="tab4"]:checked + label {
    font-size: 21px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs [id^="tab4"]:checked + label, .theme-hepis
    .sandd [id^="tab4"]:checked + label, .theme-hepis
    .tabs-redux [id^="tab4"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab4"]:checked + label, .theme-gea
    .sandd [id^="tab4"]:checked + label, .theme-gea
    .tabs-redux [id^="tab4"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab4"]:checked + label, .theme-fipse
    .sandd [id^="tab4"]:checked + label, .theme-fipse
    .tabs-redux [id^="tab4"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab4"]:checked + label, .theme-isapr
    .sandd [id^="tab4"]:checked + label, .theme-isapr
    .tabs-redux [id^="tab4"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab4"]:checked + label, .theme-efrs
    .sandd [id^="tab4"]:checked + label, .theme-efrs
    .tabs-redux [id^="tab4"]:checked + label {
      background-color: #220F55; }
  .tabs [id^="tab5"]:checked + label,
  .sandd [id^="tab5"]:checked + label,
  .tabs-redux [id^="tab5"]:checked + label {
    font-size: 21px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs [id^="tab5"]:checked + label, .theme-hepis
    .sandd [id^="tab5"]:checked + label, .theme-hepis
    .tabs-redux [id^="tab5"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab5"]:checked + label, .theme-gea
    .sandd [id^="tab5"]:checked + label, .theme-gea
    .tabs-redux [id^="tab5"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab5"]:checked + label, .theme-fipse
    .sandd [id^="tab5"]:checked + label, .theme-fipse
    .tabs-redux [id^="tab5"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab5"]:checked + label, .theme-isapr
    .sandd [id^="tab5"]:checked + label, .theme-isapr
    .tabs-redux [id^="tab5"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab5"]:checked + label, .theme-efrs
    .sandd [id^="tab5"]:checked + label, .theme-efrs
    .tabs-redux [id^="tab5"]:checked + label {
      background-color: #220F55; }
  .tabs [id^="tab6"]:checked + label,
  .sandd [id^="tab6"]:checked + label,
  .tabs-redux [id^="tab6"]:checked + label {
    font-size: 21px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs [id^="tab6"]:checked + label, .theme-hepis
    .sandd [id^="tab6"]:checked + label, .theme-hepis
    .tabs-redux [id^="tab6"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab6"]:checked + label, .theme-gea
    .sandd [id^="tab6"]:checked + label, .theme-gea
    .tabs-redux [id^="tab6"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab6"]:checked + label, .theme-fipse
    .sandd [id^="tab6"]:checked + label, .theme-fipse
    .tabs-redux [id^="tab6"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab6"]:checked + label, .theme-isapr
    .sandd [id^="tab6"]:checked + label, .theme-isapr
    .tabs-redux [id^="tab6"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab6"]:checked + label, .theme-efrs
    .sandd [id^="tab6"]:checked + label, .theme-efrs
    .tabs-redux [id^="tab6"]:checked + label {
      background-color: #220F55; }
  .tabs [id^="tab7"]:checked + label,
  .sandd [id^="tab7"]:checked + label,
  .tabs-redux [id^="tab7"]:checked + label {
    font-size: 21px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs [id^="tab7"]:checked + label, .theme-hepis
    .sandd [id^="tab7"]:checked + label, .theme-hepis
    .tabs-redux [id^="tab7"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab7"]:checked + label, .theme-gea
    .sandd [id^="tab7"]:checked + label, .theme-gea
    .tabs-redux [id^="tab7"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab7"]:checked + label, .theme-fipse
    .sandd [id^="tab7"]:checked + label, .theme-fipse
    .tabs-redux [id^="tab7"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab7"]:checked + label, .theme-isapr
    .sandd [id^="tab7"]:checked + label, .theme-isapr
    .tabs-redux [id^="tab7"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab7"]:checked + label, .theme-efrs
    .sandd [id^="tab7"]:checked + label, .theme-efrs
    .tabs-redux [id^="tab7"]:checked + label {
      background-color: #220F55; }
  .tabs [id^="tab8"]:checked + label,
  .sandd [id^="tab8"]:checked + label,
  .tabs-redux [id^="tab8"]:checked + label {
    font-size: 21px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs [id^="tab8"]:checked + label, .theme-hepis
    .sandd [id^="tab8"]:checked + label, .theme-hepis
    .tabs-redux [id^="tab8"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab8"]:checked + label, .theme-gea
    .sandd [id^="tab8"]:checked + label, .theme-gea
    .tabs-redux [id^="tab8"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab8"]:checked + label, .theme-fipse
    .sandd [id^="tab8"]:checked + label, .theme-fipse
    .tabs-redux [id^="tab8"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab8"]:checked + label, .theme-isapr
    .sandd [id^="tab8"]:checked + label, .theme-isapr
    .tabs-redux [id^="tab8"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab8"]:checked + label, .theme-efrs
    .sandd [id^="tab8"]:checked + label, .theme-efrs
    .tabs-redux [id^="tab8"]:checked + label {
      background-color: #220F55; }
  .tabs [id^="tab9"]:checked + label,
  .sandd [id^="tab9"]:checked + label,
  .tabs-redux [id^="tab9"]:checked + label {
    font-size: 21px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs [id^="tab9"]:checked + label, .theme-hepis
    .sandd [id^="tab9"]:checked + label, .theme-hepis
    .tabs-redux [id^="tab9"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab9"]:checked + label, .theme-gea
    .sandd [id^="tab9"]:checked + label, .theme-gea
    .tabs-redux [id^="tab9"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab9"]:checked + label, .theme-fipse
    .sandd [id^="tab9"]:checked + label, .theme-fipse
    .tabs-redux [id^="tab9"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab9"]:checked + label, .theme-isapr
    .sandd [id^="tab9"]:checked + label, .theme-isapr
    .tabs-redux [id^="tab9"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab9"]:checked + label, .theme-efrs
    .sandd [id^="tab9"]:checked + label, .theme-efrs
    .tabs-redux [id^="tab9"]:checked + label {
      background-color: #220F55; }
  .tabs [id^="tab10"]:checked + label,
  .sandd [id^="tab10"]:checked + label,
  .tabs-redux [id^="tab10"]:checked + label {
    font-size: 21px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs [id^="tab10"]:checked + label, .theme-hepis
    .sandd [id^="tab10"]:checked + label, .theme-hepis
    .tabs-redux [id^="tab10"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab10"]:checked + label, .theme-gea
    .sandd [id^="tab10"]:checked + label, .theme-gea
    .tabs-redux [id^="tab10"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab10"]:checked + label, .theme-fipse
    .sandd [id^="tab10"]:checked + label, .theme-fipse
    .tabs-redux [id^="tab10"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab10"]:checked + label, .theme-isapr
    .sandd [id^="tab10"]:checked + label, .theme-isapr
    .tabs-redux [id^="tab10"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab10"]:checked + label, .theme-efrs
    .sandd [id^="tab10"]:checked + label, .theme-efrs
    .tabs-redux [id^="tab10"]:checked + label {
      background-color: #220F55; }
  .tabs [id^="tab1"]:checked ~ [id^="content1"],
  .tabs [id^="tab1-1"]:checked ~ [id^="tab1-1-content"],
  .sandd [id^="tab1"]:checked ~ [id^="content1"],
  .sandd [id^="tab1-1"]:checked ~ [id^="tab1-1-content"],
  .tabs-redux [id^="tab1"]:checked ~ [id^="content1"],
  .tabs-redux [id^="tab1-1"]:checked ~ [id^="tab1-1-content"] {
    display: block; }
    .theme-hepis .tabs [id^="tab1"]:checked ~ [id^="content1"], .theme-hepis
    .tabs [id^="tab1-1"]:checked ~ [id^="tab1-1-content"], .theme-hepis
    .sandd [id^="tab1"]:checked ~ [id^="content1"], .theme-hepis
    .sandd [id^="tab1-1"]:checked ~ [id^="tab1-1-content"], .theme-hepis
    .tabs-redux [id^="tab1"]:checked ~ [id^="content1"], .theme-hepis
    .tabs-redux [id^="tab1-1"]:checked ~ [id^="tab1-1-content"] {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab1"]:checked ~ [id^="content1"], .theme-gea
    .tabs [id^="tab1-1"]:checked ~ [id^="tab1-1-content"], .theme-gea
    .sandd [id^="tab1"]:checked ~ [id^="content1"], .theme-gea
    .sandd [id^="tab1-1"]:checked ~ [id^="tab1-1-content"], .theme-gea
    .tabs-redux [id^="tab1"]:checked ~ [id^="content1"], .theme-gea
    .tabs-redux [id^="tab1-1"]:checked ~ [id^="tab1-1-content"] {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab1"]:checked ~ [id^="content1"], .theme-fipse
    .tabs [id^="tab1-1"]:checked ~ [id^="tab1-1-content"], .theme-fipse
    .sandd [id^="tab1"]:checked ~ [id^="content1"], .theme-fipse
    .sandd [id^="tab1-1"]:checked ~ [id^="tab1-1-content"], .theme-fipse
    .tabs-redux [id^="tab1"]:checked ~ [id^="content1"], .theme-fipse
    .tabs-redux [id^="tab1-1"]:checked ~ [id^="tab1-1-content"] {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab1"]:checked ~ [id^="content1"], .theme-isapr
    .tabs [id^="tab1-1"]:checked ~ [id^="tab1-1-content"], .theme-isapr
    .sandd [id^="tab1"]:checked ~ [id^="content1"], .theme-isapr
    .sandd [id^="tab1-1"]:checked ~ [id^="tab1-1-content"], .theme-isapr
    .tabs-redux [id^="tab1"]:checked ~ [id^="content1"], .theme-isapr
    .tabs-redux [id^="tab1-1"]:checked ~ [id^="tab1-1-content"] {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab1"]:checked ~ [id^="content1"], .theme-efrs
    .tabs [id^="tab1-1"]:checked ~ [id^="tab1-1-content"], .theme-efrs
    .sandd [id^="tab1"]:checked ~ [id^="content1"], .theme-efrs
    .sandd [id^="tab1-1"]:checked ~ [id^="tab1-1-content"], .theme-efrs
    .tabs-redux [id^="tab1"]:checked ~ [id^="content1"], .theme-efrs
    .tabs-redux [id^="tab1-1"]:checked ~ [id^="tab1-1-content"] {
      background-color: #220F55; }
  .tabs [id^="tab2"]:checked ~ [id^="content2"],
  .tabs [id^="tab1-2"]:checked ~ [id^="tab1-2-content"],
  .sandd [id^="tab2"]:checked ~ [id^="content2"],
  .sandd [id^="tab1-2"]:checked ~ [id^="tab1-2-content"],
  .tabs-redux [id^="tab2"]:checked ~ [id^="content2"],
  .tabs-redux [id^="tab1-2"]:checked ~ [id^="tab1-2-content"] {
    display: block; }
    .theme-hepis .tabs [id^="tab2"]:checked ~ [id^="content2"], .theme-hepis
    .tabs [id^="tab1-2"]:checked ~ [id^="tab1-2-content"], .theme-hepis
    .sandd [id^="tab2"]:checked ~ [id^="content2"], .theme-hepis
    .sandd [id^="tab1-2"]:checked ~ [id^="tab1-2-content"], .theme-hepis
    .tabs-redux [id^="tab2"]:checked ~ [id^="content2"], .theme-hepis
    .tabs-redux [id^="tab1-2"]:checked ~ [id^="tab1-2-content"] {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab2"]:checked ~ [id^="content2"], .theme-gea
    .tabs [id^="tab1-2"]:checked ~ [id^="tab1-2-content"], .theme-gea
    .sandd [id^="tab2"]:checked ~ [id^="content2"], .theme-gea
    .sandd [id^="tab1-2"]:checked ~ [id^="tab1-2-content"], .theme-gea
    .tabs-redux [id^="tab2"]:checked ~ [id^="content2"], .theme-gea
    .tabs-redux [id^="tab1-2"]:checked ~ [id^="tab1-2-content"] {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab2"]:checked ~ [id^="content2"], .theme-fipse
    .tabs [id^="tab1-2"]:checked ~ [id^="tab1-2-content"], .theme-fipse
    .sandd [id^="tab2"]:checked ~ [id^="content2"], .theme-fipse
    .sandd [id^="tab1-2"]:checked ~ [id^="tab1-2-content"], .theme-fipse
    .tabs-redux [id^="tab2"]:checked ~ [id^="content2"], .theme-fipse
    .tabs-redux [id^="tab1-2"]:checked ~ [id^="tab1-2-content"] {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab2"]:checked ~ [id^="content2"], .theme-isapr
    .tabs [id^="tab1-2"]:checked ~ [id^="tab1-2-content"], .theme-isapr
    .sandd [id^="tab2"]:checked ~ [id^="content2"], .theme-isapr
    .sandd [id^="tab1-2"]:checked ~ [id^="tab1-2-content"], .theme-isapr
    .tabs-redux [id^="tab2"]:checked ~ [id^="content2"], .theme-isapr
    .tabs-redux [id^="tab1-2"]:checked ~ [id^="tab1-2-content"] {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab2"]:checked ~ [id^="content2"], .theme-efrs
    .tabs [id^="tab1-2"]:checked ~ [id^="tab1-2-content"], .theme-efrs
    .sandd [id^="tab2"]:checked ~ [id^="content2"], .theme-efrs
    .sandd [id^="tab1-2"]:checked ~ [id^="tab1-2-content"], .theme-efrs
    .tabs-redux [id^="tab2"]:checked ~ [id^="content2"], .theme-efrs
    .tabs-redux [id^="tab1-2"]:checked ~ [id^="tab1-2-content"] {
      background-color: #220F55; }
  .tabs [id^="tab3"]:checked ~ [id^="content3"],
  .tabs [id^="tab1-3"]:checked ~ [id^="tab1-3-content"],
  .sandd [id^="tab3"]:checked ~ [id^="content3"],
  .sandd [id^="tab1-3"]:checked ~ [id^="tab1-3-content"],
  .tabs-redux [id^="tab3"]:checked ~ [id^="content3"],
  .tabs-redux [id^="tab1-3"]:checked ~ [id^="tab1-3-content"] {
    display: block; }
    .theme-hepis .tabs [id^="tab3"]:checked ~ [id^="content3"], .theme-hepis
    .tabs [id^="tab1-3"]:checked ~ [id^="tab1-3-content"], .theme-hepis
    .sandd [id^="tab3"]:checked ~ [id^="content3"], .theme-hepis
    .sandd [id^="tab1-3"]:checked ~ [id^="tab1-3-content"], .theme-hepis
    .tabs-redux [id^="tab3"]:checked ~ [id^="content3"], .theme-hepis
    .tabs-redux [id^="tab1-3"]:checked ~ [id^="tab1-3-content"] {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab3"]:checked ~ [id^="content3"], .theme-gea
    .tabs [id^="tab1-3"]:checked ~ [id^="tab1-3-content"], .theme-gea
    .sandd [id^="tab3"]:checked ~ [id^="content3"], .theme-gea
    .sandd [id^="tab1-3"]:checked ~ [id^="tab1-3-content"], .theme-gea
    .tabs-redux [id^="tab3"]:checked ~ [id^="content3"], .theme-gea
    .tabs-redux [id^="tab1-3"]:checked ~ [id^="tab1-3-content"] {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab3"]:checked ~ [id^="content3"], .theme-fipse
    .tabs [id^="tab1-3"]:checked ~ [id^="tab1-3-content"], .theme-fipse
    .sandd [id^="tab3"]:checked ~ [id^="content3"], .theme-fipse
    .sandd [id^="tab1-3"]:checked ~ [id^="tab1-3-content"], .theme-fipse
    .tabs-redux [id^="tab3"]:checked ~ [id^="content3"], .theme-fipse
    .tabs-redux [id^="tab1-3"]:checked ~ [id^="tab1-3-content"] {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab3"]:checked ~ [id^="content3"], .theme-isapr
    .tabs [id^="tab1-3"]:checked ~ [id^="tab1-3-content"], .theme-isapr
    .sandd [id^="tab3"]:checked ~ [id^="content3"], .theme-isapr
    .sandd [id^="tab1-3"]:checked ~ [id^="tab1-3-content"], .theme-isapr
    .tabs-redux [id^="tab3"]:checked ~ [id^="content3"], .theme-isapr
    .tabs-redux [id^="tab1-3"]:checked ~ [id^="tab1-3-content"] {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab3"]:checked ~ [id^="content3"], .theme-efrs
    .tabs [id^="tab1-3"]:checked ~ [id^="tab1-3-content"], .theme-efrs
    .sandd [id^="tab3"]:checked ~ [id^="content3"], .theme-efrs
    .sandd [id^="tab1-3"]:checked ~ [id^="tab1-3-content"], .theme-efrs
    .tabs-redux [id^="tab3"]:checked ~ [id^="content3"], .theme-efrs
    .tabs-redux [id^="tab1-3"]:checked ~ [id^="tab1-3-content"] {
      background-color: #220F55; }
  .tabs [id^="tab4"]:checked ~ [id^="content4"],
  .tabs [id^="tab1-4"]:checked ~ [id^="tab1-4-content"],
  .sandd [id^="tab4"]:checked ~ [id^="content4"],
  .sandd [id^="tab1-4"]:checked ~ [id^="tab1-4-content"],
  .tabs-redux [id^="tab4"]:checked ~ [id^="content4"],
  .tabs-redux [id^="tab1-4"]:checked ~ [id^="tab1-4-content"] {
    display: block; }
    .theme-hepis .tabs [id^="tab4"]:checked ~ [id^="content4"], .theme-hepis
    .tabs [id^="tab1-4"]:checked ~ [id^="tab1-4-content"], .theme-hepis
    .sandd [id^="tab4"]:checked ~ [id^="content4"], .theme-hepis
    .sandd [id^="tab1-4"]:checked ~ [id^="tab1-4-content"], .theme-hepis
    .tabs-redux [id^="tab4"]:checked ~ [id^="content4"], .theme-hepis
    .tabs-redux [id^="tab1-4"]:checked ~ [id^="tab1-4-content"] {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab4"]:checked ~ [id^="content4"], .theme-gea
    .tabs [id^="tab1-4"]:checked ~ [id^="tab1-4-content"], .theme-gea
    .sandd [id^="tab4"]:checked ~ [id^="content4"], .theme-gea
    .sandd [id^="tab1-4"]:checked ~ [id^="tab1-4-content"], .theme-gea
    .tabs-redux [id^="tab4"]:checked ~ [id^="content4"], .theme-gea
    .tabs-redux [id^="tab1-4"]:checked ~ [id^="tab1-4-content"] {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab4"]:checked ~ [id^="content4"], .theme-fipse
    .tabs [id^="tab1-4"]:checked ~ [id^="tab1-4-content"], .theme-fipse
    .sandd [id^="tab4"]:checked ~ [id^="content4"], .theme-fipse
    .sandd [id^="tab1-4"]:checked ~ [id^="tab1-4-content"], .theme-fipse
    .tabs-redux [id^="tab4"]:checked ~ [id^="content4"], .theme-fipse
    .tabs-redux [id^="tab1-4"]:checked ~ [id^="tab1-4-content"] {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab4"]:checked ~ [id^="content4"], .theme-isapr
    .tabs [id^="tab1-4"]:checked ~ [id^="tab1-4-content"], .theme-isapr
    .sandd [id^="tab4"]:checked ~ [id^="content4"], .theme-isapr
    .sandd [id^="tab1-4"]:checked ~ [id^="tab1-4-content"], .theme-isapr
    .tabs-redux [id^="tab4"]:checked ~ [id^="content4"], .theme-isapr
    .tabs-redux [id^="tab1-4"]:checked ~ [id^="tab1-4-content"] {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab4"]:checked ~ [id^="content4"], .theme-efrs
    .tabs [id^="tab1-4"]:checked ~ [id^="tab1-4-content"], .theme-efrs
    .sandd [id^="tab4"]:checked ~ [id^="content4"], .theme-efrs
    .sandd [id^="tab1-4"]:checked ~ [id^="tab1-4-content"], .theme-efrs
    .tabs-redux [id^="tab4"]:checked ~ [id^="content4"], .theme-efrs
    .tabs-redux [id^="tab1-4"]:checked ~ [id^="tab1-4-content"] {
      background-color: #220F55; }
  .tabs [id^="tab5"]:checked ~ [id^="content5"],
  .tabs [id^="tab1-5"]:checked ~ [id^="tab1-5-content"],
  .sandd [id^="tab5"]:checked ~ [id^="content5"],
  .sandd [id^="tab1-5"]:checked ~ [id^="tab1-5-content"],
  .tabs-redux [id^="tab5"]:checked ~ [id^="content5"],
  .tabs-redux [id^="tab1-5"]:checked ~ [id^="tab1-5-content"] {
    display: block; }
    .theme-hepis .tabs [id^="tab5"]:checked ~ [id^="content5"], .theme-hepis
    .tabs [id^="tab1-5"]:checked ~ [id^="tab1-5-content"], .theme-hepis
    .sandd [id^="tab5"]:checked ~ [id^="content5"], .theme-hepis
    .sandd [id^="tab1-5"]:checked ~ [id^="tab1-5-content"], .theme-hepis
    .tabs-redux [id^="tab5"]:checked ~ [id^="content5"], .theme-hepis
    .tabs-redux [id^="tab1-5"]:checked ~ [id^="tab1-5-content"] {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab5"]:checked ~ [id^="content5"], .theme-gea
    .tabs [id^="tab1-5"]:checked ~ [id^="tab1-5-content"], .theme-gea
    .sandd [id^="tab5"]:checked ~ [id^="content5"], .theme-gea
    .sandd [id^="tab1-5"]:checked ~ [id^="tab1-5-content"], .theme-gea
    .tabs-redux [id^="tab5"]:checked ~ [id^="content5"], .theme-gea
    .tabs-redux [id^="tab1-5"]:checked ~ [id^="tab1-5-content"] {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab5"]:checked ~ [id^="content5"], .theme-fipse
    .tabs [id^="tab1-5"]:checked ~ [id^="tab1-5-content"], .theme-fipse
    .sandd [id^="tab5"]:checked ~ [id^="content5"], .theme-fipse
    .sandd [id^="tab1-5"]:checked ~ [id^="tab1-5-content"], .theme-fipse
    .tabs-redux [id^="tab5"]:checked ~ [id^="content5"], .theme-fipse
    .tabs-redux [id^="tab1-5"]:checked ~ [id^="tab1-5-content"] {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab5"]:checked ~ [id^="content5"], .theme-isapr
    .tabs [id^="tab1-5"]:checked ~ [id^="tab1-5-content"], .theme-isapr
    .sandd [id^="tab5"]:checked ~ [id^="content5"], .theme-isapr
    .sandd [id^="tab1-5"]:checked ~ [id^="tab1-5-content"], .theme-isapr
    .tabs-redux [id^="tab5"]:checked ~ [id^="content5"], .theme-isapr
    .tabs-redux [id^="tab1-5"]:checked ~ [id^="tab1-5-content"] {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab5"]:checked ~ [id^="content5"], .theme-efrs
    .tabs [id^="tab1-5"]:checked ~ [id^="tab1-5-content"], .theme-efrs
    .sandd [id^="tab5"]:checked ~ [id^="content5"], .theme-efrs
    .sandd [id^="tab1-5"]:checked ~ [id^="tab1-5-content"], .theme-efrs
    .tabs-redux [id^="tab5"]:checked ~ [id^="content5"], .theme-efrs
    .tabs-redux [id^="tab1-5"]:checked ~ [id^="tab1-5-content"] {
      background-color: #220F55; }
  .tabs [id^="tab6"]:checked ~ [id^="content6"],
  .tabs [id^="tab1-6"]:checked ~ [id^="tab1-6-content"],
  .sandd [id^="tab6"]:checked ~ [id^="content6"],
  .sandd [id^="tab1-6"]:checked ~ [id^="tab1-6-content"],
  .tabs-redux [id^="tab6"]:checked ~ [id^="content6"],
  .tabs-redux [id^="tab1-6"]:checked ~ [id^="tab1-6-content"] {
    display: block; }
    .theme-hepis .tabs [id^="tab6"]:checked ~ [id^="content6"], .theme-hepis
    .tabs [id^="tab1-6"]:checked ~ [id^="tab1-6-content"], .theme-hepis
    .sandd [id^="tab6"]:checked ~ [id^="content6"], .theme-hepis
    .sandd [id^="tab1-6"]:checked ~ [id^="tab1-6-content"], .theme-hepis
    .tabs-redux [id^="tab6"]:checked ~ [id^="content6"], .theme-hepis
    .tabs-redux [id^="tab1-6"]:checked ~ [id^="tab1-6-content"] {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab6"]:checked ~ [id^="content6"], .theme-gea
    .tabs [id^="tab1-6"]:checked ~ [id^="tab1-6-content"], .theme-gea
    .sandd [id^="tab6"]:checked ~ [id^="content6"], .theme-gea
    .sandd [id^="tab1-6"]:checked ~ [id^="tab1-6-content"], .theme-gea
    .tabs-redux [id^="tab6"]:checked ~ [id^="content6"], .theme-gea
    .tabs-redux [id^="tab1-6"]:checked ~ [id^="tab1-6-content"] {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab6"]:checked ~ [id^="content6"], .theme-fipse
    .tabs [id^="tab1-6"]:checked ~ [id^="tab1-6-content"], .theme-fipse
    .sandd [id^="tab6"]:checked ~ [id^="content6"], .theme-fipse
    .sandd [id^="tab1-6"]:checked ~ [id^="tab1-6-content"], .theme-fipse
    .tabs-redux [id^="tab6"]:checked ~ [id^="content6"], .theme-fipse
    .tabs-redux [id^="tab1-6"]:checked ~ [id^="tab1-6-content"] {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab6"]:checked ~ [id^="content6"], .theme-isapr
    .tabs [id^="tab1-6"]:checked ~ [id^="tab1-6-content"], .theme-isapr
    .sandd [id^="tab6"]:checked ~ [id^="content6"], .theme-isapr
    .sandd [id^="tab1-6"]:checked ~ [id^="tab1-6-content"], .theme-isapr
    .tabs-redux [id^="tab6"]:checked ~ [id^="content6"], .theme-isapr
    .tabs-redux [id^="tab1-6"]:checked ~ [id^="tab1-6-content"] {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab6"]:checked ~ [id^="content6"], .theme-efrs
    .tabs [id^="tab1-6"]:checked ~ [id^="tab1-6-content"], .theme-efrs
    .sandd [id^="tab6"]:checked ~ [id^="content6"], .theme-efrs
    .sandd [id^="tab1-6"]:checked ~ [id^="tab1-6-content"], .theme-efrs
    .tabs-redux [id^="tab6"]:checked ~ [id^="content6"], .theme-efrs
    .tabs-redux [id^="tab1-6"]:checked ~ [id^="tab1-6-content"] {
      background-color: #220F55; }
  .tabs [id^="tab7"]:checked ~ [id^="content7"],
  .tabs [id^="tab1-7"]:checked ~ [id^="tab1-7-content"],
  .sandd [id^="tab7"]:checked ~ [id^="content7"],
  .sandd [id^="tab1-7"]:checked ~ [id^="tab1-7-content"],
  .tabs-redux [id^="tab7"]:checked ~ [id^="content7"],
  .tabs-redux [id^="tab1-7"]:checked ~ [id^="tab1-7-content"] {
    display: block; }
    .theme-hepis .tabs [id^="tab7"]:checked ~ [id^="content7"], .theme-hepis
    .tabs [id^="tab1-7"]:checked ~ [id^="tab1-7-content"], .theme-hepis
    .sandd [id^="tab7"]:checked ~ [id^="content7"], .theme-hepis
    .sandd [id^="tab1-7"]:checked ~ [id^="tab1-7-content"], .theme-hepis
    .tabs-redux [id^="tab7"]:checked ~ [id^="content7"], .theme-hepis
    .tabs-redux [id^="tab1-7"]:checked ~ [id^="tab1-7-content"] {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab7"]:checked ~ [id^="content7"], .theme-gea
    .tabs [id^="tab1-7"]:checked ~ [id^="tab1-7-content"], .theme-gea
    .sandd [id^="tab7"]:checked ~ [id^="content7"], .theme-gea
    .sandd [id^="tab1-7"]:checked ~ [id^="tab1-7-content"], .theme-gea
    .tabs-redux [id^="tab7"]:checked ~ [id^="content7"], .theme-gea
    .tabs-redux [id^="tab1-7"]:checked ~ [id^="tab1-7-content"] {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab7"]:checked ~ [id^="content7"], .theme-fipse
    .tabs [id^="tab1-7"]:checked ~ [id^="tab1-7-content"], .theme-fipse
    .sandd [id^="tab7"]:checked ~ [id^="content7"], .theme-fipse
    .sandd [id^="tab1-7"]:checked ~ [id^="tab1-7-content"], .theme-fipse
    .tabs-redux [id^="tab7"]:checked ~ [id^="content7"], .theme-fipse
    .tabs-redux [id^="tab1-7"]:checked ~ [id^="tab1-7-content"] {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab7"]:checked ~ [id^="content7"], .theme-isapr
    .tabs [id^="tab1-7"]:checked ~ [id^="tab1-7-content"], .theme-isapr
    .sandd [id^="tab7"]:checked ~ [id^="content7"], .theme-isapr
    .sandd [id^="tab1-7"]:checked ~ [id^="tab1-7-content"], .theme-isapr
    .tabs-redux [id^="tab7"]:checked ~ [id^="content7"], .theme-isapr
    .tabs-redux [id^="tab1-7"]:checked ~ [id^="tab1-7-content"] {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab7"]:checked ~ [id^="content7"], .theme-efrs
    .tabs [id^="tab1-7"]:checked ~ [id^="tab1-7-content"], .theme-efrs
    .sandd [id^="tab7"]:checked ~ [id^="content7"], .theme-efrs
    .sandd [id^="tab1-7"]:checked ~ [id^="tab1-7-content"], .theme-efrs
    .tabs-redux [id^="tab7"]:checked ~ [id^="content7"], .theme-efrs
    .tabs-redux [id^="tab1-7"]:checked ~ [id^="tab1-7-content"] {
      background-color: #220F55; }
  .tabs [id^="tab8"]:checked ~ [id^="content8"],
  .tabs [id^="tab1-8"]:checked ~ [id^="tab1-8-content"],
  .sandd [id^="tab8"]:checked ~ [id^="content8"],
  .sandd [id^="tab1-8"]:checked ~ [id^="tab1-8-content"],
  .tabs-redux [id^="tab8"]:checked ~ [id^="content8"],
  .tabs-redux [id^="tab1-8"]:checked ~ [id^="tab1-8-content"] {
    display: block; }
    .theme-hepis .tabs [id^="tab8"]:checked ~ [id^="content8"], .theme-hepis
    .tabs [id^="tab1-8"]:checked ~ [id^="tab1-8-content"], .theme-hepis
    .sandd [id^="tab8"]:checked ~ [id^="content8"], .theme-hepis
    .sandd [id^="tab1-8"]:checked ~ [id^="tab1-8-content"], .theme-hepis
    .tabs-redux [id^="tab8"]:checked ~ [id^="content8"], .theme-hepis
    .tabs-redux [id^="tab1-8"]:checked ~ [id^="tab1-8-content"] {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab8"]:checked ~ [id^="content8"], .theme-gea
    .tabs [id^="tab1-8"]:checked ~ [id^="tab1-8-content"], .theme-gea
    .sandd [id^="tab8"]:checked ~ [id^="content8"], .theme-gea
    .sandd [id^="tab1-8"]:checked ~ [id^="tab1-8-content"], .theme-gea
    .tabs-redux [id^="tab8"]:checked ~ [id^="content8"], .theme-gea
    .tabs-redux [id^="tab1-8"]:checked ~ [id^="tab1-8-content"] {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab8"]:checked ~ [id^="content8"], .theme-fipse
    .tabs [id^="tab1-8"]:checked ~ [id^="tab1-8-content"], .theme-fipse
    .sandd [id^="tab8"]:checked ~ [id^="content8"], .theme-fipse
    .sandd [id^="tab1-8"]:checked ~ [id^="tab1-8-content"], .theme-fipse
    .tabs-redux [id^="tab8"]:checked ~ [id^="content8"], .theme-fipse
    .tabs-redux [id^="tab1-8"]:checked ~ [id^="tab1-8-content"] {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab8"]:checked ~ [id^="content8"], .theme-isapr
    .tabs [id^="tab1-8"]:checked ~ [id^="tab1-8-content"], .theme-isapr
    .sandd [id^="tab8"]:checked ~ [id^="content8"], .theme-isapr
    .sandd [id^="tab1-8"]:checked ~ [id^="tab1-8-content"], .theme-isapr
    .tabs-redux [id^="tab8"]:checked ~ [id^="content8"], .theme-isapr
    .tabs-redux [id^="tab1-8"]:checked ~ [id^="tab1-8-content"] {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab8"]:checked ~ [id^="content8"], .theme-efrs
    .tabs [id^="tab1-8"]:checked ~ [id^="tab1-8-content"], .theme-efrs
    .sandd [id^="tab8"]:checked ~ [id^="content8"], .theme-efrs
    .sandd [id^="tab1-8"]:checked ~ [id^="tab1-8-content"], .theme-efrs
    .tabs-redux [id^="tab8"]:checked ~ [id^="content8"], .theme-efrs
    .tabs-redux [id^="tab1-8"]:checked ~ [id^="tab1-8-content"] {
      background-color: #220F55; }
  .tabs [id^="tab9"]:checked ~ [id^="content9"],
  .tabs [id^="tab1-9"]:checked ~ [id^="tab1-9-content"],
  .sandd [id^="tab9"]:checked ~ [id^="content9"],
  .sandd [id^="tab1-9"]:checked ~ [id^="tab1-9-content"],
  .tabs-redux [id^="tab9"]:checked ~ [id^="content9"],
  .tabs-redux [id^="tab1-9"]:checked ~ [id^="tab1-9-content"] {
    display: block; }
    .theme-hepis .tabs [id^="tab9"]:checked ~ [id^="content9"], .theme-hepis
    .tabs [id^="tab1-9"]:checked ~ [id^="tab1-9-content"], .theme-hepis
    .sandd [id^="tab9"]:checked ~ [id^="content9"], .theme-hepis
    .sandd [id^="tab1-9"]:checked ~ [id^="tab1-9-content"], .theme-hepis
    .tabs-redux [id^="tab9"]:checked ~ [id^="content9"], .theme-hepis
    .tabs-redux [id^="tab1-9"]:checked ~ [id^="tab1-9-content"] {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab9"]:checked ~ [id^="content9"], .theme-gea
    .tabs [id^="tab1-9"]:checked ~ [id^="tab1-9-content"], .theme-gea
    .sandd [id^="tab9"]:checked ~ [id^="content9"], .theme-gea
    .sandd [id^="tab1-9"]:checked ~ [id^="tab1-9-content"], .theme-gea
    .tabs-redux [id^="tab9"]:checked ~ [id^="content9"], .theme-gea
    .tabs-redux [id^="tab1-9"]:checked ~ [id^="tab1-9-content"] {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab9"]:checked ~ [id^="content9"], .theme-fipse
    .tabs [id^="tab1-9"]:checked ~ [id^="tab1-9-content"], .theme-fipse
    .sandd [id^="tab9"]:checked ~ [id^="content9"], .theme-fipse
    .sandd [id^="tab1-9"]:checked ~ [id^="tab1-9-content"], .theme-fipse
    .tabs-redux [id^="tab9"]:checked ~ [id^="content9"], .theme-fipse
    .tabs-redux [id^="tab1-9"]:checked ~ [id^="tab1-9-content"] {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab9"]:checked ~ [id^="content9"], .theme-isapr
    .tabs [id^="tab1-9"]:checked ~ [id^="tab1-9-content"], .theme-isapr
    .sandd [id^="tab9"]:checked ~ [id^="content9"], .theme-isapr
    .sandd [id^="tab1-9"]:checked ~ [id^="tab1-9-content"], .theme-isapr
    .tabs-redux [id^="tab9"]:checked ~ [id^="content9"], .theme-isapr
    .tabs-redux [id^="tab1-9"]:checked ~ [id^="tab1-9-content"] {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab9"]:checked ~ [id^="content9"], .theme-efrs
    .tabs [id^="tab1-9"]:checked ~ [id^="tab1-9-content"], .theme-efrs
    .sandd [id^="tab9"]:checked ~ [id^="content9"], .theme-efrs
    .sandd [id^="tab1-9"]:checked ~ [id^="tab1-9-content"], .theme-efrs
    .tabs-redux [id^="tab9"]:checked ~ [id^="content9"], .theme-efrs
    .tabs-redux [id^="tab1-9"]:checked ~ [id^="tab1-9-content"] {
      background-color: #220F55; }
  .tabs [id^="tab10"]:checked ~ [id^="content10"],
  .tabs [id^="tab1-10"]:checked ~ [id^="tab1-10-content"],
  .sandd [id^="tab10"]:checked ~ [id^="content10"],
  .sandd [id^="tab1-10"]:checked ~ [id^="tab1-10-content"],
  .tabs-redux [id^="tab10"]:checked ~ [id^="content10"],
  .tabs-redux [id^="tab1-10"]:checked ~ [id^="tab1-10-content"] {
    display: block; }
    .theme-hepis .tabs [id^="tab10"]:checked ~ [id^="content10"], .theme-hepis
    .tabs [id^="tab1-10"]:checked ~ [id^="tab1-10-content"], .theme-hepis
    .sandd [id^="tab10"]:checked ~ [id^="content10"], .theme-hepis
    .sandd [id^="tab1-10"]:checked ~ [id^="tab1-10-content"], .theme-hepis
    .tabs-redux [id^="tab10"]:checked ~ [id^="content10"], .theme-hepis
    .tabs-redux [id^="tab1-10"]:checked ~ [id^="tab1-10-content"] {
      background-color: #444848; }
    .theme-gea .tabs [id^="tab10"]:checked ~ [id^="content10"], .theme-gea
    .tabs [id^="tab1-10"]:checked ~ [id^="tab1-10-content"], .theme-gea
    .sandd [id^="tab10"]:checked ~ [id^="content10"], .theme-gea
    .sandd [id^="tab1-10"]:checked ~ [id^="tab1-10-content"], .theme-gea
    .tabs-redux [id^="tab10"]:checked ~ [id^="content10"], .theme-gea
    .tabs-redux [id^="tab1-10"]:checked ~ [id^="tab1-10-content"] {
      background-color: #012841; }
    .theme-fipse .tabs [id^="tab10"]:checked ~ [id^="content10"], .theme-fipse
    .tabs [id^="tab1-10"]:checked ~ [id^="tab1-10-content"], .theme-fipse
    .sandd [id^="tab10"]:checked ~ [id^="content10"], .theme-fipse
    .sandd [id^="tab1-10"]:checked ~ [id^="tab1-10-content"], .theme-fipse
    .tabs-redux [id^="tab10"]:checked ~ [id^="content10"], .theme-fipse
    .tabs-redux [id^="tab1-10"]:checked ~ [id^="tab1-10-content"] {
      background-color: #24031c; }
    .theme-isapr .tabs [id^="tab10"]:checked ~ [id^="content10"], .theme-isapr
    .tabs [id^="tab1-10"]:checked ~ [id^="tab1-10-content"], .theme-isapr
    .sandd [id^="tab10"]:checked ~ [id^="content10"], .theme-isapr
    .sandd [id^="tab1-10"]:checked ~ [id^="tab1-10-content"], .theme-isapr
    .tabs-redux [id^="tab10"]:checked ~ [id^="content10"], .theme-isapr
    .tabs-redux [id^="tab1-10"]:checked ~ [id^="tab1-10-content"] {
      background-color: #003539; }
    .theme-efrs .tabs [id^="tab10"]:checked ~ [id^="content10"], .theme-efrs
    .tabs [id^="tab1-10"]:checked ~ [id^="tab1-10-content"], .theme-efrs
    .sandd [id^="tab10"]:checked ~ [id^="content10"], .theme-efrs
    .sandd [id^="tab1-10"]:checked ~ [id^="tab1-10-content"], .theme-efrs
    .tabs-redux [id^="tab10"]:checked ~ [id^="content10"], .theme-efrs
    .tabs-redux [id^="tab1-10"]:checked ~ [id^="tab1-10-content"] {
      background-color: #220F55; }
  .tabs .tab-form,
  .tabs form,
  .sandd .tab-form,
  .sandd form,
  .tabs-redux .tab-form,
  .tabs-redux form {
    background: #ffffff;
    padding-bottom: 50px; }
    .tabs .tab-form + .tab-form,
    .tabs .tab-form + form,
    .tabs form + .tab-form,
    .tabs form + form,
    .sandd .tab-form + .tab-form,
    .sandd .tab-form + form,
    .sandd form + .tab-form,
    .sandd form + form,
    .tabs-redux .tab-form + .tab-form,
    .tabs-redux .tab-form + form,
    .tabs-redux form + .tab-form,
    .tabs-redux form + form {
      margin-top: 50px;
      margin-bottom: 40px; }
  .tabs table,
  .sandd table,
  .tabs-redux table {
    background: #ffffff; }
    .theme-hepis .tabs table.preli-table tr:nth-of-type(2), .theme-hepis
    .sandd table.preli-table tr:nth-of-type(2), .theme-hepis
    .tabs-redux table.preli-table tr:nth-of-type(2) {
      background-color: #ffffff; }
    .theme-gea .tabs table.preli-table tr:nth-of-type(2), .theme-gea
    .sandd table.preli-table tr:nth-of-type(2), .theme-gea
    .tabs-redux table.preli-table tr:nth-of-type(2) {
      background-color: #ffffff; }
    .theme-fipse .tabs table.preli-table tr:nth-of-type(2), .theme-fipse
    .sandd table.preli-table tr:nth-of-type(2), .theme-fipse
    .tabs-redux table.preli-table tr:nth-of-type(2) {
      background-color: #ffffff; }
    .theme-isapr .tabs table.preli-table tr:nth-of-type(2), .theme-isapr
    .sandd table.preli-table tr:nth-of-type(2), .theme-isapr
    .tabs-redux table.preli-table tr:nth-of-type(2) {
      background-color: #ffffff; }
    .theme-efrs .tabs table.preli-table tr:nth-of-type(2), .theme-efrs
    .sandd table.preli-table tr:nth-of-type(2), .theme-efrs
    .tabs-redux table.preli-table tr:nth-of-type(2) {
      background-color: #ffffff; }
  .tabs .inside-cont-whitebg,
  .sandd .inside-cont-whitebg,
  .tabs-redux .inside-cont-whitebg {
    background: #ffffff;
    padding: 40px; }
    .tabs .inside-cont-whitebg hr,
    .sandd .inside-cont-whitebg hr,
    .tabs-redux .inside-cont-whitebg hr {
      border-width: 1.5px;
      border-style: double; }
      .theme-hepis .tabs .inside-cont-whitebg hr, .theme-hepis
      .sandd .inside-cont-whitebg hr, .theme-hepis
      .tabs-redux .inside-cont-whitebg hr {
        border-color: #444848; }
      .theme-gea .tabs .inside-cont-whitebg hr, .theme-gea
      .sandd .inside-cont-whitebg hr, .theme-gea
      .tabs-redux .inside-cont-whitebg hr {
        border-color: #012841; }
      .theme-fipse .tabs .inside-cont-whitebg hr, .theme-fipse
      .sandd .inside-cont-whitebg hr, .theme-fipse
      .tabs-redux .inside-cont-whitebg hr {
        border-color: #24031c; }
      .theme-isapr .tabs .inside-cont-whitebg hr, .theme-isapr
      .sandd .inside-cont-whitebg hr, .theme-isapr
      .tabs-redux .inside-cont-whitebg hr {
        border-color: #003539; }
      .theme-efrs .tabs .inside-cont-whitebg hr, .theme-efrs
      .sandd .inside-cont-whitebg hr, .theme-efrs
      .tabs-redux .inside-cont-whitebg hr {
        border-color: #220F55; }
      .tabs .inside-cont-whitebg hr + h2,
      .sandd .inside-cont-whitebg hr + h2,
      .tabs-redux .inside-cont-whitebg hr + h2 {
        padding-top: 30px; }
  @media only screen and (min-width: 48.5em) {
    .tabs.sets .tab-nav,
    .sandd.sets .tab-nav,
    .tabs-redux.sets .tab-nav {
      max-width: 33%;
      color: #ffffff; } }
  .theme-hepis .tabs.sets .tab-nav, .theme-hepis
  .sandd.sets .tab-nav, .theme-hepis
  .tabs-redux.sets .tab-nav {
    background-color: #002144; }
  .theme-gea .tabs.sets .tab-nav, .theme-gea
  .sandd.sets .tab-nav, .theme-gea
  .tabs-redux.sets .tab-nav {
    background-color: #0099bf; }
  .theme-fipse .tabs.sets .tab-nav, .theme-fipse
  .sandd.sets .tab-nav, .theme-fipse
  .tabs-redux.sets .tab-nav {
    background-color: #8f274e; }
  .theme-isapr .tabs.sets .tab-nav, .theme-isapr
  .sandd.sets .tab-nav, .theme-isapr
  .tabs-redux.sets .tab-nav {
    background-color: #003539; }
  .theme-efrs .tabs.sets .tab-nav, .theme-efrs
  .sandd.sets .tab-nav, .theme-efrs
  .tabs-redux.sets .tab-nav {
    background-color: #474F92; }
  .tabs.sets section,
  .sandd.sets section,
  .tabs-redux.sets section {
    padding: 10px; }
  .tabs.sets [id^="tab1"]:checked + label,
  .sandd.sets [id^="tab1"]:checked + label,
  .tabs-redux.sets [id^="tab1"]:checked + label {
    font-size: 25px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs.sets [id^="tab1"]:checked + label, .theme-hepis
    .sandd.sets [id^="tab1"]:checked + label, .theme-hepis
    .tabs-redux.sets [id^="tab1"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab1"]:checked + label, .theme-gea
    .sandd.sets [id^="tab1"]:checked + label, .theme-gea
    .tabs-redux.sets [id^="tab1"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab1"]:checked + label, .theme-fipse
    .sandd.sets [id^="tab1"]:checked + label, .theme-fipse
    .tabs-redux.sets [id^="tab1"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab1"]:checked + label, .theme-isapr
    .sandd.sets [id^="tab1"]:checked + label, .theme-isapr
    .tabs-redux.sets [id^="tab1"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab1"]:checked + label, .theme-efrs
    .sandd.sets [id^="tab1"]:checked + label, .theme-efrs
    .tabs-redux.sets [id^="tab1"]:checked + label {
      background-color: #220F55; }
  .tabs.sets [id^="tab2"]:checked + label,
  .sandd.sets [id^="tab2"]:checked + label,
  .tabs-redux.sets [id^="tab2"]:checked + label {
    font-size: 25px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs.sets [id^="tab2"]:checked + label, .theme-hepis
    .sandd.sets [id^="tab2"]:checked + label, .theme-hepis
    .tabs-redux.sets [id^="tab2"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab2"]:checked + label, .theme-gea
    .sandd.sets [id^="tab2"]:checked + label, .theme-gea
    .tabs-redux.sets [id^="tab2"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab2"]:checked + label, .theme-fipse
    .sandd.sets [id^="tab2"]:checked + label, .theme-fipse
    .tabs-redux.sets [id^="tab2"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab2"]:checked + label, .theme-isapr
    .sandd.sets [id^="tab2"]:checked + label, .theme-isapr
    .tabs-redux.sets [id^="tab2"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab2"]:checked + label, .theme-efrs
    .sandd.sets [id^="tab2"]:checked + label, .theme-efrs
    .tabs-redux.sets [id^="tab2"]:checked + label {
      background-color: #220F55; }
  .tabs.sets [id^="tab3"]:checked + label,
  .sandd.sets [id^="tab3"]:checked + label,
  .tabs-redux.sets [id^="tab3"]:checked + label {
    font-size: 25px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs.sets [id^="tab3"]:checked + label, .theme-hepis
    .sandd.sets [id^="tab3"]:checked + label, .theme-hepis
    .tabs-redux.sets [id^="tab3"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab3"]:checked + label, .theme-gea
    .sandd.sets [id^="tab3"]:checked + label, .theme-gea
    .tabs-redux.sets [id^="tab3"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab3"]:checked + label, .theme-fipse
    .sandd.sets [id^="tab3"]:checked + label, .theme-fipse
    .tabs-redux.sets [id^="tab3"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab3"]:checked + label, .theme-isapr
    .sandd.sets [id^="tab3"]:checked + label, .theme-isapr
    .tabs-redux.sets [id^="tab3"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab3"]:checked + label, .theme-efrs
    .sandd.sets [id^="tab3"]:checked + label, .theme-efrs
    .tabs-redux.sets [id^="tab3"]:checked + label {
      background-color: #220F55; }
  .tabs.sets [id^="tab4"]:checked + label,
  .sandd.sets [id^="tab4"]:checked + label,
  .tabs-redux.sets [id^="tab4"]:checked + label {
    font-size: 25px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs.sets [id^="tab4"]:checked + label, .theme-hepis
    .sandd.sets [id^="tab4"]:checked + label, .theme-hepis
    .tabs-redux.sets [id^="tab4"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab4"]:checked + label, .theme-gea
    .sandd.sets [id^="tab4"]:checked + label, .theme-gea
    .tabs-redux.sets [id^="tab4"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab4"]:checked + label, .theme-fipse
    .sandd.sets [id^="tab4"]:checked + label, .theme-fipse
    .tabs-redux.sets [id^="tab4"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab4"]:checked + label, .theme-isapr
    .sandd.sets [id^="tab4"]:checked + label, .theme-isapr
    .tabs-redux.sets [id^="tab4"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab4"]:checked + label, .theme-efrs
    .sandd.sets [id^="tab4"]:checked + label, .theme-efrs
    .tabs-redux.sets [id^="tab4"]:checked + label {
      background-color: #220F55; }
  .tabs.sets [id^="tab5"]:checked + label,
  .sandd.sets [id^="tab5"]:checked + label,
  .tabs-redux.sets [id^="tab5"]:checked + label {
    font-size: 25px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs.sets [id^="tab5"]:checked + label, .theme-hepis
    .sandd.sets [id^="tab5"]:checked + label, .theme-hepis
    .tabs-redux.sets [id^="tab5"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab5"]:checked + label, .theme-gea
    .sandd.sets [id^="tab5"]:checked + label, .theme-gea
    .tabs-redux.sets [id^="tab5"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab5"]:checked + label, .theme-fipse
    .sandd.sets [id^="tab5"]:checked + label, .theme-fipse
    .tabs-redux.sets [id^="tab5"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab5"]:checked + label, .theme-isapr
    .sandd.sets [id^="tab5"]:checked + label, .theme-isapr
    .tabs-redux.sets [id^="tab5"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab5"]:checked + label, .theme-efrs
    .sandd.sets [id^="tab5"]:checked + label, .theme-efrs
    .tabs-redux.sets [id^="tab5"]:checked + label {
      background-color: #220F55; }
  .tabs.sets [id^="tab6"]:checked + label,
  .sandd.sets [id^="tab6"]:checked + label,
  .tabs-redux.sets [id^="tab6"]:checked + label {
    font-size: 25px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs.sets [id^="tab6"]:checked + label, .theme-hepis
    .sandd.sets [id^="tab6"]:checked + label, .theme-hepis
    .tabs-redux.sets [id^="tab6"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab6"]:checked + label, .theme-gea
    .sandd.sets [id^="tab6"]:checked + label, .theme-gea
    .tabs-redux.sets [id^="tab6"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab6"]:checked + label, .theme-fipse
    .sandd.sets [id^="tab6"]:checked + label, .theme-fipse
    .tabs-redux.sets [id^="tab6"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab6"]:checked + label, .theme-isapr
    .sandd.sets [id^="tab6"]:checked + label, .theme-isapr
    .tabs-redux.sets [id^="tab6"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab6"]:checked + label, .theme-efrs
    .sandd.sets [id^="tab6"]:checked + label, .theme-efrs
    .tabs-redux.sets [id^="tab6"]:checked + label {
      background-color: #220F55; }
  .tabs.sets [id^="tab7"]:checked + label,
  .sandd.sets [id^="tab7"]:checked + label,
  .tabs-redux.sets [id^="tab7"]:checked + label {
    font-size: 25px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs.sets [id^="tab7"]:checked + label, .theme-hepis
    .sandd.sets [id^="tab7"]:checked + label, .theme-hepis
    .tabs-redux.sets [id^="tab7"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab7"]:checked + label, .theme-gea
    .sandd.sets [id^="tab7"]:checked + label, .theme-gea
    .tabs-redux.sets [id^="tab7"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab7"]:checked + label, .theme-fipse
    .sandd.sets [id^="tab7"]:checked + label, .theme-fipse
    .tabs-redux.sets [id^="tab7"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab7"]:checked + label, .theme-isapr
    .sandd.sets [id^="tab7"]:checked + label, .theme-isapr
    .tabs-redux.sets [id^="tab7"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab7"]:checked + label, .theme-efrs
    .sandd.sets [id^="tab7"]:checked + label, .theme-efrs
    .tabs-redux.sets [id^="tab7"]:checked + label {
      background-color: #220F55; }
  .tabs.sets [id^="tab8"]:checked + label,
  .sandd.sets [id^="tab8"]:checked + label,
  .tabs-redux.sets [id^="tab8"]:checked + label {
    font-size: 25px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs.sets [id^="tab8"]:checked + label, .theme-hepis
    .sandd.sets [id^="tab8"]:checked + label, .theme-hepis
    .tabs-redux.sets [id^="tab8"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab8"]:checked + label, .theme-gea
    .sandd.sets [id^="tab8"]:checked + label, .theme-gea
    .tabs-redux.sets [id^="tab8"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab8"]:checked + label, .theme-fipse
    .sandd.sets [id^="tab8"]:checked + label, .theme-fipse
    .tabs-redux.sets [id^="tab8"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab8"]:checked + label, .theme-isapr
    .sandd.sets [id^="tab8"]:checked + label, .theme-isapr
    .tabs-redux.sets [id^="tab8"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab8"]:checked + label, .theme-efrs
    .sandd.sets [id^="tab8"]:checked + label, .theme-efrs
    .tabs-redux.sets [id^="tab8"]:checked + label {
      background-color: #220F55; }
  .tabs.sets [id^="tab9"]:checked + label,
  .sandd.sets [id^="tab9"]:checked + label,
  .tabs-redux.sets [id^="tab9"]:checked + label {
    font-size: 25px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs.sets [id^="tab9"]:checked + label, .theme-hepis
    .sandd.sets [id^="tab9"]:checked + label, .theme-hepis
    .tabs-redux.sets [id^="tab9"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab9"]:checked + label, .theme-gea
    .sandd.sets [id^="tab9"]:checked + label, .theme-gea
    .tabs-redux.sets [id^="tab9"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab9"]:checked + label, .theme-fipse
    .sandd.sets [id^="tab9"]:checked + label, .theme-fipse
    .tabs-redux.sets [id^="tab9"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab9"]:checked + label, .theme-isapr
    .sandd.sets [id^="tab9"]:checked + label, .theme-isapr
    .tabs-redux.sets [id^="tab9"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab9"]:checked + label, .theme-efrs
    .sandd.sets [id^="tab9"]:checked + label, .theme-efrs
    .tabs-redux.sets [id^="tab9"]:checked + label {
      background-color: #220F55; }
  .tabs.sets [id^="tab10"]:checked + label,
  .sandd.sets [id^="tab10"]:checked + label,
  .tabs-redux.sets [id^="tab10"]:checked + label {
    font-size: 25px;
    font-weight: bold;
    line-height: 26px; }
    .theme-hepis .tabs.sets [id^="tab10"]:checked + label, .theme-hepis
    .sandd.sets [id^="tab10"]:checked + label, .theme-hepis
    .tabs-redux.sets [id^="tab10"]:checked + label {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab10"]:checked + label, .theme-gea
    .sandd.sets [id^="tab10"]:checked + label, .theme-gea
    .tabs-redux.sets [id^="tab10"]:checked + label {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab10"]:checked + label, .theme-fipse
    .sandd.sets [id^="tab10"]:checked + label, .theme-fipse
    .tabs-redux.sets [id^="tab10"]:checked + label {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab10"]:checked + label, .theme-isapr
    .sandd.sets [id^="tab10"]:checked + label, .theme-isapr
    .tabs-redux.sets [id^="tab10"]:checked + label {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab10"]:checked + label, .theme-efrs
    .sandd.sets [id^="tab10"]:checked + label, .theme-efrs
    .tabs-redux.sets [id^="tab10"]:checked + label {
      background-color: #220F55; }
  .tabs.sets [id^="tab1"]:checked ~ [id^="content1"],
  .sandd.sets [id^="tab1"]:checked ~ [id^="content1"],
  .tabs-redux.sets [id^="tab1"]:checked ~ [id^="content1"] {
    display: block; }
    .theme-hepis .tabs.sets [id^="tab1"]:checked ~ [id^="content1"], .theme-hepis
    .sandd.sets [id^="tab1"]:checked ~ [id^="content1"], .theme-hepis
    .tabs-redux.sets [id^="tab1"]:checked ~ [id^="content1"] {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab1"]:checked ~ [id^="content1"], .theme-gea
    .sandd.sets [id^="tab1"]:checked ~ [id^="content1"], .theme-gea
    .tabs-redux.sets [id^="tab1"]:checked ~ [id^="content1"] {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab1"]:checked ~ [id^="content1"], .theme-fipse
    .sandd.sets [id^="tab1"]:checked ~ [id^="content1"], .theme-fipse
    .tabs-redux.sets [id^="tab1"]:checked ~ [id^="content1"] {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab1"]:checked ~ [id^="content1"], .theme-isapr
    .sandd.sets [id^="tab1"]:checked ~ [id^="content1"], .theme-isapr
    .tabs-redux.sets [id^="tab1"]:checked ~ [id^="content1"] {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab1"]:checked ~ [id^="content1"], .theme-efrs
    .sandd.sets [id^="tab1"]:checked ~ [id^="content1"], .theme-efrs
    .tabs-redux.sets [id^="tab1"]:checked ~ [id^="content1"] {
      background-color: #220F55; }
  .tabs.sets [id^="tab2"]:checked ~ [id^="content2"],
  .sandd.sets [id^="tab2"]:checked ~ [id^="content2"],
  .tabs-redux.sets [id^="tab2"]:checked ~ [id^="content2"] {
    display: block; }
    .theme-hepis .tabs.sets [id^="tab2"]:checked ~ [id^="content2"], .theme-hepis
    .sandd.sets [id^="tab2"]:checked ~ [id^="content2"], .theme-hepis
    .tabs-redux.sets [id^="tab2"]:checked ~ [id^="content2"] {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab2"]:checked ~ [id^="content2"], .theme-gea
    .sandd.sets [id^="tab2"]:checked ~ [id^="content2"], .theme-gea
    .tabs-redux.sets [id^="tab2"]:checked ~ [id^="content2"] {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab2"]:checked ~ [id^="content2"], .theme-fipse
    .sandd.sets [id^="tab2"]:checked ~ [id^="content2"], .theme-fipse
    .tabs-redux.sets [id^="tab2"]:checked ~ [id^="content2"] {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab2"]:checked ~ [id^="content2"], .theme-isapr
    .sandd.sets [id^="tab2"]:checked ~ [id^="content2"], .theme-isapr
    .tabs-redux.sets [id^="tab2"]:checked ~ [id^="content2"] {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab2"]:checked ~ [id^="content2"], .theme-efrs
    .sandd.sets [id^="tab2"]:checked ~ [id^="content2"], .theme-efrs
    .tabs-redux.sets [id^="tab2"]:checked ~ [id^="content2"] {
      background-color: #220F55; }
  .tabs.sets [id^="tab3"]:checked ~ [id^="content3"],
  .sandd.sets [id^="tab3"]:checked ~ [id^="content3"],
  .tabs-redux.sets [id^="tab3"]:checked ~ [id^="content3"] {
    display: block; }
    .theme-hepis .tabs.sets [id^="tab3"]:checked ~ [id^="content3"], .theme-hepis
    .sandd.sets [id^="tab3"]:checked ~ [id^="content3"], .theme-hepis
    .tabs-redux.sets [id^="tab3"]:checked ~ [id^="content3"] {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab3"]:checked ~ [id^="content3"], .theme-gea
    .sandd.sets [id^="tab3"]:checked ~ [id^="content3"], .theme-gea
    .tabs-redux.sets [id^="tab3"]:checked ~ [id^="content3"] {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab3"]:checked ~ [id^="content3"], .theme-fipse
    .sandd.sets [id^="tab3"]:checked ~ [id^="content3"], .theme-fipse
    .tabs-redux.sets [id^="tab3"]:checked ~ [id^="content3"] {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab3"]:checked ~ [id^="content3"], .theme-isapr
    .sandd.sets [id^="tab3"]:checked ~ [id^="content3"], .theme-isapr
    .tabs-redux.sets [id^="tab3"]:checked ~ [id^="content3"] {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab3"]:checked ~ [id^="content3"], .theme-efrs
    .sandd.sets [id^="tab3"]:checked ~ [id^="content3"], .theme-efrs
    .tabs-redux.sets [id^="tab3"]:checked ~ [id^="content3"] {
      background-color: #220F55; }
  .tabs.sets [id^="tab4"]:checked ~ [id^="content4"],
  .sandd.sets [id^="tab4"]:checked ~ [id^="content4"],
  .tabs-redux.sets [id^="tab4"]:checked ~ [id^="content4"] {
    display: block; }
    .theme-hepis .tabs.sets [id^="tab4"]:checked ~ [id^="content4"], .theme-hepis
    .sandd.sets [id^="tab4"]:checked ~ [id^="content4"], .theme-hepis
    .tabs-redux.sets [id^="tab4"]:checked ~ [id^="content4"] {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab4"]:checked ~ [id^="content4"], .theme-gea
    .sandd.sets [id^="tab4"]:checked ~ [id^="content4"], .theme-gea
    .tabs-redux.sets [id^="tab4"]:checked ~ [id^="content4"] {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab4"]:checked ~ [id^="content4"], .theme-fipse
    .sandd.sets [id^="tab4"]:checked ~ [id^="content4"], .theme-fipse
    .tabs-redux.sets [id^="tab4"]:checked ~ [id^="content4"] {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab4"]:checked ~ [id^="content4"], .theme-isapr
    .sandd.sets [id^="tab4"]:checked ~ [id^="content4"], .theme-isapr
    .tabs-redux.sets [id^="tab4"]:checked ~ [id^="content4"] {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab4"]:checked ~ [id^="content4"], .theme-efrs
    .sandd.sets [id^="tab4"]:checked ~ [id^="content4"], .theme-efrs
    .tabs-redux.sets [id^="tab4"]:checked ~ [id^="content4"] {
      background-color: #220F55; }
  .tabs.sets [id^="tab5"]:checked ~ [id^="content5"],
  .sandd.sets [id^="tab5"]:checked ~ [id^="content5"],
  .tabs-redux.sets [id^="tab5"]:checked ~ [id^="content5"] {
    display: block; }
    .theme-hepis .tabs.sets [id^="tab5"]:checked ~ [id^="content5"], .theme-hepis
    .sandd.sets [id^="tab5"]:checked ~ [id^="content5"], .theme-hepis
    .tabs-redux.sets [id^="tab5"]:checked ~ [id^="content5"] {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab5"]:checked ~ [id^="content5"], .theme-gea
    .sandd.sets [id^="tab5"]:checked ~ [id^="content5"], .theme-gea
    .tabs-redux.sets [id^="tab5"]:checked ~ [id^="content5"] {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab5"]:checked ~ [id^="content5"], .theme-fipse
    .sandd.sets [id^="tab5"]:checked ~ [id^="content5"], .theme-fipse
    .tabs-redux.sets [id^="tab5"]:checked ~ [id^="content5"] {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab5"]:checked ~ [id^="content5"], .theme-isapr
    .sandd.sets [id^="tab5"]:checked ~ [id^="content5"], .theme-isapr
    .tabs-redux.sets [id^="tab5"]:checked ~ [id^="content5"] {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab5"]:checked ~ [id^="content5"], .theme-efrs
    .sandd.sets [id^="tab5"]:checked ~ [id^="content5"], .theme-efrs
    .tabs-redux.sets [id^="tab5"]:checked ~ [id^="content5"] {
      background-color: #220F55; }
  .tabs.sets [id^="tab6"]:checked ~ [id^="content6"],
  .sandd.sets [id^="tab6"]:checked ~ [id^="content6"],
  .tabs-redux.sets [id^="tab6"]:checked ~ [id^="content6"] {
    display: block; }
    .theme-hepis .tabs.sets [id^="tab6"]:checked ~ [id^="content6"], .theme-hepis
    .sandd.sets [id^="tab6"]:checked ~ [id^="content6"], .theme-hepis
    .tabs-redux.sets [id^="tab6"]:checked ~ [id^="content6"] {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab6"]:checked ~ [id^="content6"], .theme-gea
    .sandd.sets [id^="tab6"]:checked ~ [id^="content6"], .theme-gea
    .tabs-redux.sets [id^="tab6"]:checked ~ [id^="content6"] {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab6"]:checked ~ [id^="content6"], .theme-fipse
    .sandd.sets [id^="tab6"]:checked ~ [id^="content6"], .theme-fipse
    .tabs-redux.sets [id^="tab6"]:checked ~ [id^="content6"] {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab6"]:checked ~ [id^="content6"], .theme-isapr
    .sandd.sets [id^="tab6"]:checked ~ [id^="content6"], .theme-isapr
    .tabs-redux.sets [id^="tab6"]:checked ~ [id^="content6"] {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab6"]:checked ~ [id^="content6"], .theme-efrs
    .sandd.sets [id^="tab6"]:checked ~ [id^="content6"], .theme-efrs
    .tabs-redux.sets [id^="tab6"]:checked ~ [id^="content6"] {
      background-color: #220F55; }
  .tabs.sets [id^="tab7"]:checked ~ [id^="content7"],
  .sandd.sets [id^="tab7"]:checked ~ [id^="content7"],
  .tabs-redux.sets [id^="tab7"]:checked ~ [id^="content7"] {
    display: block; }
    .theme-hepis .tabs.sets [id^="tab7"]:checked ~ [id^="content7"], .theme-hepis
    .sandd.sets [id^="tab7"]:checked ~ [id^="content7"], .theme-hepis
    .tabs-redux.sets [id^="tab7"]:checked ~ [id^="content7"] {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab7"]:checked ~ [id^="content7"], .theme-gea
    .sandd.sets [id^="tab7"]:checked ~ [id^="content7"], .theme-gea
    .tabs-redux.sets [id^="tab7"]:checked ~ [id^="content7"] {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab7"]:checked ~ [id^="content7"], .theme-fipse
    .sandd.sets [id^="tab7"]:checked ~ [id^="content7"], .theme-fipse
    .tabs-redux.sets [id^="tab7"]:checked ~ [id^="content7"] {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab7"]:checked ~ [id^="content7"], .theme-isapr
    .sandd.sets [id^="tab7"]:checked ~ [id^="content7"], .theme-isapr
    .tabs-redux.sets [id^="tab7"]:checked ~ [id^="content7"] {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab7"]:checked ~ [id^="content7"], .theme-efrs
    .sandd.sets [id^="tab7"]:checked ~ [id^="content7"], .theme-efrs
    .tabs-redux.sets [id^="tab7"]:checked ~ [id^="content7"] {
      background-color: #220F55; }
  .tabs.sets [id^="tab8"]:checked ~ [id^="content8"],
  .sandd.sets [id^="tab8"]:checked ~ [id^="content8"],
  .tabs-redux.sets [id^="tab8"]:checked ~ [id^="content8"] {
    display: block; }
    .theme-hepis .tabs.sets [id^="tab8"]:checked ~ [id^="content8"], .theme-hepis
    .sandd.sets [id^="tab8"]:checked ~ [id^="content8"], .theme-hepis
    .tabs-redux.sets [id^="tab8"]:checked ~ [id^="content8"] {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab8"]:checked ~ [id^="content8"], .theme-gea
    .sandd.sets [id^="tab8"]:checked ~ [id^="content8"], .theme-gea
    .tabs-redux.sets [id^="tab8"]:checked ~ [id^="content8"] {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab8"]:checked ~ [id^="content8"], .theme-fipse
    .sandd.sets [id^="tab8"]:checked ~ [id^="content8"], .theme-fipse
    .tabs-redux.sets [id^="tab8"]:checked ~ [id^="content8"] {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab8"]:checked ~ [id^="content8"], .theme-isapr
    .sandd.sets [id^="tab8"]:checked ~ [id^="content8"], .theme-isapr
    .tabs-redux.sets [id^="tab8"]:checked ~ [id^="content8"] {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab8"]:checked ~ [id^="content8"], .theme-efrs
    .sandd.sets [id^="tab8"]:checked ~ [id^="content8"], .theme-efrs
    .tabs-redux.sets [id^="tab8"]:checked ~ [id^="content8"] {
      background-color: #220F55; }
  .tabs.sets [id^="tab9"]:checked ~ [id^="content9"],
  .sandd.sets [id^="tab9"]:checked ~ [id^="content9"],
  .tabs-redux.sets [id^="tab9"]:checked ~ [id^="content9"] {
    display: block; }
    .theme-hepis .tabs.sets [id^="tab9"]:checked ~ [id^="content9"], .theme-hepis
    .sandd.sets [id^="tab9"]:checked ~ [id^="content9"], .theme-hepis
    .tabs-redux.sets [id^="tab9"]:checked ~ [id^="content9"] {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab9"]:checked ~ [id^="content9"], .theme-gea
    .sandd.sets [id^="tab9"]:checked ~ [id^="content9"], .theme-gea
    .tabs-redux.sets [id^="tab9"]:checked ~ [id^="content9"] {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab9"]:checked ~ [id^="content9"], .theme-fipse
    .sandd.sets [id^="tab9"]:checked ~ [id^="content9"], .theme-fipse
    .tabs-redux.sets [id^="tab9"]:checked ~ [id^="content9"] {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab9"]:checked ~ [id^="content9"], .theme-isapr
    .sandd.sets [id^="tab9"]:checked ~ [id^="content9"], .theme-isapr
    .tabs-redux.sets [id^="tab9"]:checked ~ [id^="content9"] {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab9"]:checked ~ [id^="content9"], .theme-efrs
    .sandd.sets [id^="tab9"]:checked ~ [id^="content9"], .theme-efrs
    .tabs-redux.sets [id^="tab9"]:checked ~ [id^="content9"] {
      background-color: #220F55; }
  .tabs.sets [id^="tab10"]:checked ~ [id^="content10"],
  .sandd.sets [id^="tab10"]:checked ~ [id^="content10"],
  .tabs-redux.sets [id^="tab10"]:checked ~ [id^="content10"] {
    display: block; }
    .theme-hepis .tabs.sets [id^="tab10"]:checked ~ [id^="content10"], .theme-hepis
    .sandd.sets [id^="tab10"]:checked ~ [id^="content10"], .theme-hepis
    .tabs-redux.sets [id^="tab10"]:checked ~ [id^="content10"] {
      background-color: #444848; }
    .theme-gea .tabs.sets [id^="tab10"]:checked ~ [id^="content10"], .theme-gea
    .sandd.sets [id^="tab10"]:checked ~ [id^="content10"], .theme-gea
    .tabs-redux.sets [id^="tab10"]:checked ~ [id^="content10"] {
      background-color: #012841; }
    .theme-fipse .tabs.sets [id^="tab10"]:checked ~ [id^="content10"], .theme-fipse
    .sandd.sets [id^="tab10"]:checked ~ [id^="content10"], .theme-fipse
    .tabs-redux.sets [id^="tab10"]:checked ~ [id^="content10"] {
      background-color: #24031c; }
    .theme-isapr .tabs.sets [id^="tab10"]:checked ~ [id^="content10"], .theme-isapr
    .sandd.sets [id^="tab10"]:checked ~ [id^="content10"], .theme-isapr
    .tabs-redux.sets [id^="tab10"]:checked ~ [id^="content10"] {
      background-color: #003539; }
    .theme-efrs .tabs.sets [id^="tab10"]:checked ~ [id^="content10"], .theme-efrs
    .sandd.sets [id^="tab10"]:checked ~ [id^="content10"], .theme-efrs
    .tabs-redux.sets [id^="tab10"]:checked ~ [id^="content10"] {
      background-color: #220F55; }
  .tabs.sets .inside-cont,
  .sandd.sets .inside-cont,
  .tabs-redux.sets .inside-cont {
    background: #ffffff; }
  .tabs.inst .tab-nav,
  .sandd.inst .tab-nav,
  .tabs-redux.inst .tab-nav {
    max-width: inherit;
    margin-right: 10px; }
    .tabs.inst .tab-nav:last-of-type,
    .sandd.inst .tab-nav:last-of-type,
    .tabs-redux.inst .tab-nav:last-of-type {
      margin-right: 0px; }
    @media only screen and (min-width: 48.5em) {
      .tabs.inst .tab-nav,
      .sandd.inst .tab-nav,
      .tabs-redux.inst .tab-nav {
        flex: 1;
        max-width: inherit; } }
  .tabs.inst section,
  .sandd.inst section,
  .tabs-redux.inst section {
    padding: 10px; }
    .tabs.inst section h2,
    .sandd.inst section h2,
    .tabs-redux.inst section h2 {
      font-size: 30px;
      font-weight: 300; }
    .tabs.inst section .inside-cont,
    .sandd.inst section .inside-cont,
    .tabs-redux.inst section .inside-cont {
      background: #ffffff;
      padding: 40px;
      border-radius: 7px; }
      .tabs.inst section .inside-cont h2.mb,
      .sandd.inst section .inside-cont h2.mb,
      .tabs-redux.inst section .inside-cont h2.mb {
        padding-bottom: 15px; }
  .tabs.inst .f-right .num-css,
  .sandd.inst .f-right .num-css,
  .tabs-redux.inst .f-right .num-css {
    max-width: 65%;
    margin: 0 0 0 auto;
    display: block;
    text-align: right; }

.tabs .trigger + .condensed,
.tabs #tab1:checked + .condensed,
.tabs #tab2:checked + .condensed,
.tabs #tab3:checked + .condensed,
.tabs #tab4:checked + .condensed,
.tabs #tab5:checked + .condensed {
  font-size: 20px;
  line-height: 21px;
  padding: 20px 5px; }

.row, .sub-head {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }
  .row.header, .header.sub-head {
    color: #ffffff;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px; }
    .row.header span, .header.sub-head span {
      font-weight: normal; }
    .theme-hepis .row.header, .theme-hepis .header.sub-head {
      background-color: #444848; }
    .theme-gea .row.header, .theme-gea .header.sub-head {
      background-color: #012841; }
    .theme-fipse .row.header, .theme-fipse .header.sub-head {
      background-color: #24031c; }
    .theme-isapr .row.header, .theme-isapr .header.sub-head {
      background-color: #003539; }
    .theme-efrs .row.header, .theme-efrs .header.sub-head {
      background-color: #220F55; }
    .row.header + .row, .header.sub-head + .row, .row.header + .sub-head, .header.sub-head + .sub-head {
      padding-top: 30px; }
  .row.buttons, .buttons.sub-head {
    justify-content: center; }
    .row.buttons .field, .buttons.sub-head .field {
      text-align: center; }
    .row.buttons input[type="submit"], .buttons.sub-head input[type="submit"],
    .row.buttons input[type="reset"],
    .buttons.sub-head input[type="reset"] {
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      max-width: 400px; }
      .theme-hepis .row.buttons input[type="submit"], .theme-hepis .buttons.sub-head input[type="submit"], .theme-hepis .row.buttons input[type="reset"], .theme-hepis .buttons.sub-head input[type="reset"] {
        background-color: #002144;
        color: #ffffff; }
        .theme-hepis .row.buttons input[type="submit"]:hover, .theme-hepis .buttons.sub-head input[type="submit"]:hover, .theme-hepis .row.buttons input[type="reset"]:hover, .theme-hepis .buttons.sub-head input[type="reset"]:hover {
          background-color: #666d70; }
      .theme-gea .row.buttons input[type="submit"], .theme-gea .buttons.sub-head input[type="submit"], .theme-gea .row.buttons input[type="reset"], .theme-gea .buttons.sub-head input[type="reset"] {
        background-color: #0099bf;
        color: #ffffff; }
        .theme-gea .row.buttons input[type="submit"]:hover, .theme-gea .buttons.sub-head input[type="submit"]:hover, .theme-gea .row.buttons input[type="reset"]:hover, .theme-gea .buttons.sub-head input[type="reset"]:hover {
          background-color: #00667f; }
      .theme-fipse .row.buttons input[type="submit"], .theme-fipse .buttons.sub-head input[type="submit"], .theme-fipse .row.buttons input[type="reset"], .theme-fipse .buttons.sub-head input[type="reset"] {
        background-color: #8f274e;
        color: #ffffff; }
        .theme-fipse .row.buttons input[type="submit"]:hover, .theme-fipse .buttons.sub-head input[type="submit"]:hover, .theme-fipse .row.buttons input[type="reset"]:hover, .theme-fipse .buttons.sub-head input[type="reset"]:hover {
          background-color: #58002f; }
      .theme-isapr .row.buttons input[type="submit"], .theme-isapr .buttons.sub-head input[type="submit"], .theme-isapr .row.buttons input[type="reset"], .theme-isapr .buttons.sub-head input[type="reset"] {
        background-color: #006163;
        color: #ffffff; }
        .theme-isapr .row.buttons input[type="submit"]:hover, .theme-isapr .buttons.sub-head input[type="submit"]:hover, .theme-isapr .row.buttons input[type="reset"]:hover, .theme-isapr .buttons.sub-head input[type="reset"]:hover {
          background-color: #006163; }
      .theme-efrs .row.buttons input[type="submit"], .theme-efrs .buttons.sub-head input[type="submit"], .theme-efrs .row.buttons input[type="reset"], .theme-efrs .buttons.sub-head input[type="reset"] {
        background-color: #4c4c8d;
        color: #ffffff; }
        .theme-efrs .row.buttons input[type="submit"]:hover, .theme-efrs .buttons.sub-head input[type="submit"]:hover, .theme-efrs .row.buttons input[type="reset"]:hover, .theme-efrs .buttons.sub-head input[type="reset"]:hover {
          background-color: #474F92; }
    .row.buttons.btn-waiver input[type="submit"], .buttons.btn-waiver.sub-head input[type="submit"],
    .row.buttons.btn-waiver input[type="reset"],
    .buttons.btn-waiver.sub-head input[type="reset"] {
      text-align: center;
      max-width: 500px; }
      .theme-hepis .row.buttons.btn-waiver input[type="submit"], .theme-hepis .buttons.btn-waiver.sub-head input[type="submit"], .theme-hepis .row.buttons.btn-waiver input[type="reset"], .theme-hepis .buttons.btn-waiver.sub-head input[type="reset"] {
        background-color: #666d70;
        color: #ffffff; }
        .theme-hepis .row.buttons.btn-waiver input[type="submit"]:hover, .theme-hepis .buttons.btn-waiver.sub-head input[type="submit"]:hover, .theme-hepis .row.buttons.btn-waiver input[type="reset"]:hover, .theme-hepis .buttons.btn-waiver.sub-head input[type="reset"]:hover {
          background-color: #dcdede;
          color: #444848; }
      .theme-gea .row.buttons.btn-waiver input[type="submit"], .theme-gea .buttons.btn-waiver.sub-head input[type="submit"], .theme-gea .row.buttons.btn-waiver input[type="reset"], .theme-gea .buttons.btn-waiver.sub-head input[type="reset"] {
        background-color: #00667f;
        color: #ffffff; }
        .theme-gea .row.buttons.btn-waiver input[type="submit"]:hover, .theme-gea .buttons.btn-waiver.sub-head input[type="submit"]:hover, .theme-gea .row.buttons.btn-waiver input[type="reset"]:hover, .theme-gea .buttons.btn-waiver.sub-head input[type="reset"]:hover {
          background-color: #b1e9f7;
          color: #012841; }
      .theme-fipse .row.buttons.btn-waiver input[type="submit"], .theme-fipse .buttons.btn-waiver.sub-head input[type="submit"], .theme-fipse .row.buttons.btn-waiver input[type="reset"], .theme-fipse .buttons.btn-waiver.sub-head input[type="reset"] {
        background-color: #58002f;
        color: #ffffff; }
        .theme-fipse .row.buttons.btn-waiver input[type="submit"]:hover, .theme-fipse .buttons.btn-waiver.sub-head input[type="submit"]:hover, .theme-fipse .row.buttons.btn-waiver input[type="reset"]:hover, .theme-fipse .buttons.btn-waiver.sub-head input[type="reset"]:hover {
          background-color: #c594b4;
          color: #24031c; }
      .theme-isapr .row.buttons.btn-waiver input[type="submit"], .theme-isapr .buttons.btn-waiver.sub-head input[type="submit"], .theme-isapr .row.buttons.btn-waiver input[type="reset"], .theme-isapr .buttons.btn-waiver.sub-head input[type="reset"] {
        background-color: #006163;
        color: #ffffff; }
        .theme-isapr .row.buttons.btn-waiver input[type="submit"]:hover, .theme-isapr .buttons.btn-waiver.sub-head input[type="submit"]:hover, .theme-isapr .row.buttons.btn-waiver input[type="reset"]:hover, .theme-isapr .buttons.btn-waiver.sub-head input[type="reset"]:hover {
          background-color: #b4eae9;
          color: #003539; }
      .theme-efrs .row.buttons.btn-waiver input[type="submit"], .theme-efrs .buttons.btn-waiver.sub-head input[type="submit"], .theme-efrs .row.buttons.btn-waiver input[type="reset"], .theme-efrs .buttons.btn-waiver.sub-head input[type="reset"] {
        background-color: #474F92;
        color: #ffffff; }
        .theme-efrs .row.buttons.btn-waiver input[type="submit"]:hover, .theme-efrs .buttons.btn-waiver.sub-head input[type="submit"]:hover, .theme-efrs .row.buttons.btn-waiver input[type="reset"]:hover, .theme-efrs .buttons.btn-waiver.sub-head input[type="reset"]:hover {
          background-color: #D5DCFF;
          color: #220F55; }
    .row.buttons.top-margin, .buttons.top-margin.sub-head {
      margin-top: 75px; }
    .row.buttons.top-padding, .buttons.top-padding.sub-head {
      padding-top: 15px; }
  .row .field, .sub-head .field {
    flex: 1 0 100%; }
    .row .field input[type="text"], .sub-head .field input[type="text"] {
      max-width: initial; }
    .row .field .fa-chevron-down, .sub-head .field .fa-chevron-down,
    .row .field .fa-calendar-alt,
    .sub-head .field .fa-calendar-alt {
      right: -5px;
      top: 36px;
      padding: 11px 8px;
      border-radius: 0px 4px 4px 0px;
      z-index: 1;
      pointer-events: none;
      display: inline-block; }
      .theme-hepis .row .field .fa-chevron-down, .theme-hepis .sub-head .field .fa-chevron-down, .theme-hepis .row .field .fa-calendar-alt, .theme-hepis .sub-head .field .fa-calendar-alt {
        background-color: #444848; }
      .theme-gea .row .field .fa-chevron-down, .theme-gea .sub-head .field .fa-chevron-down, .theme-gea .row .field .fa-calendar-alt, .theme-gea .sub-head .field .fa-calendar-alt {
        background-color: #012841; }
      .theme-fipse .row .field .fa-chevron-down, .theme-fipse .sub-head .field .fa-chevron-down, .theme-fipse .row .field .fa-calendar-alt, .theme-fipse .sub-head .field .fa-calendar-alt {
        background-color: #24031c; }
      .theme-isapr .row .field .fa-chevron-down, .theme-isapr .sub-head .field .fa-chevron-down, .theme-isapr .row .field .fa-calendar-alt, .theme-isapr .sub-head .field .fa-calendar-alt {
        background-color: #003539; }
      .theme-efrs .row .field .fa-chevron-down, .theme-efrs .sub-head .field .fa-chevron-down, .theme-efrs .row .field .fa-calendar-alt, .theme-efrs .sub-head .field .fa-calendar-alt {
        background-color: #220F55; }
    .row .field .fa-chevron-down, .sub-head .field .fa-chevron-down,
    .row .field .fa-percentage,
    .sub-head .field .fa-percentage {
      right: -5px;
      top: 36px;
      padding: 11px 8px;
      border-radius: 0px 4px 4px 0px;
      z-index: 1;
      pointer-events: none;
      display: inline-block; }
    .row .field label, .sub-head .field label {
      margin-bottom: 0;
      font-size: 16px; }
    .row .field.numbers, .sub-head .field.numbers {
      flex: 0 1 20px;
      font-weight: bold; }
    .row .field.wide, .sub-head .field.wide {
      flex: 1 1 100%; }
    .row .field.term, .sub-head .field.term {
      font-size: 14px; }
    .row .field .field-error, .sub-head .field .field-error {
      text-align: right;
      clear: both; }
    .row .field.f-right, .sub-head .field.f-right {
      text-align: right;
      flex: 1 0 auto; }
    .row .field.equal-field-widths input[type="text"], .sub-head .field.equal-field-widths input[type="text"] {
      min-width: 300px;
      max-width: 300px;
      float: right; }
    .row .field label.input-dollar-label, .sub-head .field label.input-dollar-label {
      margin-bottom: 0;
      font-size: 16px;
      padding-top: 10px;
      display: inline-block;
      font-style: normal; }
  @media only screen and (min-width: 48.5em) {
    .row, .sub-head {
      flex-wrap: nowrap; }
      .row .field, .sub-head .field {
        flex: 1 1 auto; }
        .row .field.wider, .sub-head .field.wider {
          flex: 3 1 auto; }
        .row .field + .field, .sub-head .field + .field {
          margin-left: 40px; }
        .row .field.numbers + .field, .sub-head .field.numbers + .field {
          margin-left: 10px; } }

.sub-head {
  padding-left: 0 !important; }

.help-ta-indent {
  margin-left: 40px; }

.sub-system-header:hover {
  cursor: pointer; }

.inst .row, .inst .sub-head {
  align-items: center;
  padding: 5px 20px;
  margin: 10px 0; }
  .inst .row.header, .inst .header.sub-head {
    margin-top: 30px;
    padding: 10px 20px; }
  .inst .row.sub, .inst .sub.sub-head {
    align-items: baseline;
    padding: 5px 20px 5px 40px; }
  .inst .row.highl, .inst .highl.sub-head {
    font-weight: bold; }
    .theme-hepis .inst .row.highl, .theme-hepis .inst .highl.sub-head {
      background-color: #dcdede; }
    .theme-gea .inst .row.highl, .theme-gea .inst .highl.sub-head {
      background-color: #b1e9f7; }
    .theme-fipse .inst .row.highl, .theme-fipse .inst .highl.sub-head {
      background-color: #c594b4; }
    .theme-isapr .inst .row.highl, .theme-isapr .inst .highl.sub-head {
      background-color: #b4eae9; }
    .theme-efrs .inst .row.highl, .theme-efrs .inst .highl.sub-head {
      background-color: #D5DCFF; }
    .inst .row.highl input, .inst .highl.sub-head input {
      border-color: transparent; }
  .inst .row.buttons input, .inst .buttons.sub-head input {
    font-weight: bold;
    min-width: 250px;
    max-width: auto; }

.inst .subber {
  padding-left: 40px; }

.inst .subber-hl {
  margin-left: 50px;
  font-style: italic; }

.inst .subber-er {
  padding-left: 100px; }

.inst .more-nfo {
  margin-left: 100px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  flex-wrap: wrap; }
  @media only screen and (min-width: 48.5em) {
    .inst .more-nfo .row, .inst .more-nfo .sub-head {
      flex-wrap: wrap; } }
  .theme-hepis .inst .more-nfo {
    color: #444848; }
  .theme-gea .inst .more-nfo {
    color: #012841; }
  .theme-fipse .inst .more-nfo {
    color: #24031c; }
  .theme-isapr .inst .more-nfo {
    color: #003539; }
  .theme-efrs .inst .more-nfo {
    color: #220F55; }
  .inst .more-nfo p {
    padding-bottom: 0.8em;
    line-height: 1.4; }
  .inst .more-nfo .field.txta, .inst .more-nfo .field.uplda {
    position: relative; }
    .inst .more-nfo .field.txta label, .inst .more-nfo .field.uplda label {
      font-weight: normal;
      font-size: 16px; }
    .inst .more-nfo .field.txta textarea, .inst .more-nfo .field.uplda textarea {
      width: 97%;
      max-width: initial;
      min-height: 200px;
      display: block;
      box-sizing: border-box;
      padding: 15px;
      appearance: none;
      border: 1px solid;
      border-radius: 4px; }
      .theme-hepis .inst .more-nfo .field.txta textarea, .theme-hepis .inst .more-nfo .field.uplda textarea {
        color: #444848; }
      .theme-gea .inst .more-nfo .field.txta textarea, .theme-gea .inst .more-nfo .field.uplda textarea {
        color: #012841; }
      .theme-fipse .inst .more-nfo .field.txta textarea, .theme-fipse .inst .more-nfo .field.uplda textarea {
        color: #24031c; }
      .theme-isapr .inst .more-nfo .field.txta textarea, .theme-isapr .inst .more-nfo .field.uplda textarea {
        color: #003539; }
      .theme-efrs .inst .more-nfo .field.txta textarea, .theme-efrs .inst .more-nfo .field.uplda textarea {
        color: #220F55; }
      .inst .more-nfo .field.txta textarea.smaller, .inst .more-nfo .field.uplda textarea.smaller {
        min-height: 125px; }
    .inst .more-nfo .field.txta .edit-link, .inst .more-nfo .field.uplda .edit-link {
      position: absolute;
      z-index: 999999;
      right: 25px;
      top: 15px;
      font-size: 12px;
      text-decoration: none;
      text-align: center;
      display: block;
      line-height: 1.1;
      opacity: 0.6; }
      .inst .more-nfo .field.txta .edit-link i, .inst .more-nfo .field.uplda .edit-link i {
        font-family: "Font Awesome 5 Free";
        font-size: 25px;
        display: block; }
        .theme-hepis .inst .more-nfo .field.txta .edit-link i, .theme-hepis .inst .more-nfo .field.uplda .edit-link i {
          color: #002144; }
        .theme-gea .inst .more-nfo .field.txta .edit-link i, .theme-gea .inst .more-nfo .field.uplda .edit-link i {
          color: #0099bf; }
        .theme-fipse .inst .more-nfo .field.txta .edit-link i, .theme-fipse .inst .more-nfo .field.uplda .edit-link i {
          color: #8f274e; }
        .theme-isapr .inst .more-nfo .field.txta .edit-link i, .theme-isapr .inst .more-nfo .field.uplda .edit-link i {
          color: #006163; }
        .theme-efrs .inst .more-nfo .field.txta .edit-link i, .theme-efrs .inst .more-nfo .field.uplda .edit-link i {
          color: #4c4c8d; }
      .inst .more-nfo .field.txta .edit-link:hover, .inst .more-nfo .field.uplda .edit-link:hover {
        opacity: 1; }
    .inst .more-nfo .field.txta .upload-btn, .inst .more-nfo .field.uplda .upload-btn {
      margin: 10px auto;
      width: 97%;
      height: auto;
      display: block;
      text-align: center;
      padding: 12px;
      color: #ffffff;
      text-transform: none; }
      .inst .more-nfo .field.txta .upload-btn i, .inst .more-nfo .field.uplda .upload-btn i {
        font-size: 25px;
        margin-right: 5px; }
  .inst .more-nfo .field + .uplda {
    margin-left: 10px; }

.inst .rowtotal {
  margin: 20px 0 50px 60px;
  color: #341C34;
  font-weight: bold;
  font-style: italic; }

.nopadd {
  padding: 5px 0; }

.OPEID h4 {
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  display: block;
  padding: 50px 0 0px 0; }
  .OPEID h4 + h4 {
    font-weight: 300;
    padding: 20px 0 30px 0; }

.page .pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
  margin-bottom: 20px; }
  .page .pagination .pages ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
  .page .pagination i {
    height: 25px;
    width: 15px;
    font-size: 25px; }
  .page .pagination li {
    margin: 0; }
    .page .pagination li:before {
      content: ""; }
    .page .pagination li a {
      text-decoration: none;
      color: #444848;
      border-radius: 25px;
      padding: 2px 8.5px;
      margin: 0px; }
      .theme-hepis .page .pagination li a:hover {
        color: #444848;
        text-decoration: underline; }
      .theme-gea .page .pagination li a:hover {
        color: #012841;
        text-decoration: underline; }
      .theme-fipse .page .pagination li a:hover {
        color: #24031c;
        text-decoration: underline; }
      .theme-isapr .page .pagination li a:hover {
        color: #003539;
        text-decoration: underline; }
      .theme-efrs .page .pagination li a:hover {
        color: #220F55;
        text-decoration: underline; }
      .theme-hepis .page .pagination li a i {
        color: #002144; }
      .theme-gea .page .pagination li a i {
        color: #0099bf; }
      .theme-fipse .page .pagination li a i {
        color: #8f274e; }
      .theme-isapr .page .pagination li a i {
        color: #006163; }
      .theme-efrs .page .pagination li a i {
        color: #4c4c8d; }
      .page .pagination li a i + i {
        margin-left: -6px; }
      .theme-hepis .page .pagination li a:hover i {
        color: #444848; }
      .theme-gea .page .pagination li a:hover i {
        color: #012841; }
      .theme-fipse .page .pagination li a:hover i {
        color: #24031c; }
      .theme-isapr .page .pagination li a:hover i {
        color: #003539; }
      .theme-efrs .page .pagination li a:hover i {
        color: #220F55; }
    .page .pagination li.active a {
      color: #ffffff; }
      .theme-hepis .page .pagination li.active a {
        background-color: #002144; }
        .theme-hepis .page .pagination li.active a:hover {
          background-color: #444848;
          color: #ffffff; }
      .theme-gea .page .pagination li.active a {
        background-color: #0099bf; }
        .theme-gea .page .pagination li.active a:hover {
          background-color: #012841;
          color: #ffffff; }
      .theme-fipse .page .pagination li.active a {
        background-color: #8f274e; }
        .theme-fipse .page .pagination li.active a:hover {
          background-color: #24031c;
          color: #ffffff; }
      .theme-isapr .page .pagination li.active a {
        background-color: #006163; }
        .theme-isapr .page .pagination li.active a:hover {
          background-color: #003539;
          color: #ffffff; }
      .theme-efrs .page .pagination li.active a {
        background-color: #4c4c8d; }
        .theme-efrs .page .pagination li.active a:hover {
          background-color: #220F55;
          color: #ffffff; }

.pag-contain {
  text-align: center;
  max-width: 860px;
  margin: 30px auto; }
  .pag-contain .more-pages {
    display: flex;
    align-content: space-between;
    justify-content: center; }
    .pag-contain .more-pages a {
      flex: 1; }
      .theme-hepis .pag-contain .more-pages a {
        color: #444848; }
        .theme-hepis .pag-contain .more-pages a:hover {
          text-decoration: none;
          color: #002144; }
      .theme-gea .pag-contain .more-pages a {
        color: #444848; }
        .theme-gea .pag-contain .more-pages a:hover {
          text-decoration: none;
          color: #0099bf; }
      .theme-fipse .pag-contain .more-pages a {
        color: #444848; }
        .theme-fipse .pag-contain .more-pages a:hover {
          text-decoration: none;
          color: #8f274e; }
      .theme-isapr .pag-contain .more-pages a {
        color: #444848; }
        .theme-isapr .pag-contain .more-pages a:hover {
          text-decoration: none;
          color: #006163; }
      .theme-efrs .pag-contain .more-pages a {
        color: #444848; }
        .theme-efrs .pag-contain .more-pages a:hover {
          text-decoration: none;
          color: #4c4c8d; }

.analysis-cards {
  display: flex;
  align-items: center;
  align-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0; }
  .analysis-cards .card {
    flex: 0 1 30%;
    border: 1px solid #012841;
    border-radius: 8px;
    margin: 15px;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -0.12px;
    min-height: 275px;
    line-height: 24px;
    text-align: center;
    max-width: 340px; }
    .analysis-cards .card img {
      padding-top: 15px; }
    .theme-hepis .analysis-cards .card {
      border-color: #444848;
      background-color: #ffffff; }
    .theme-gea .analysis-cards .card {
      border-color: #012841;
      background-color: #ffffff; }
    .theme-fipse .analysis-cards .card {
      border-color: #24031c;
      background-color: #ffffff; }
    .theme-isapr .analysis-cards .card {
      border-color: #003539;
      background-color: #ffffff; }
    .theme-efrs .analysis-cards .card {
      border-color: #220F55;
      background-color: #ffffff; }

.lo {
  background: #444848;
  padding: 3px 10px;
  font-size: 12px;
  margin: 0 10px;
  border-radius: 3px; }
  .lo a,
  .lo a:visited,
  .lo a.active {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    display: inline-block; }

ul.site-list {
  padding: 0 60px; }
  ul.site-list li {
    margin-bottom: 15px; }
    ul.site-list li a {
      font-weight: bold;
      text-decoration: none; }

.pop {
  border: 5px solid;
  border-radius: 8px;
  max-width: 560px;
  text-decoration: none;
  text-align: center; }
  .theme-hepis .pop {
    border-color: #dcdede;
    background-color: #002144; }
  .theme-gea .pop {
    border-color: #b1e9f7;
    background-color: #012841; }
  .theme-fipse .pop {
    border-color: #c594b4;
    background-color: #24031c; }
  .theme-isapr .pop {
    border-color: #b4eae9;
    background-color: #003539; }
  .theme-efrs .pop {
    border-color: #D5DCFF;
    background-color: #220F55; }
  .pop img {
    max-width: 160px;
    max-height: 140px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 30px;
    margin-top: -40px; }
  .pop h4 {
    color: #ffffff;
    min-height: 34px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding-top: 30px; }
  .pop p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    padding: 10px 20px 15px;
    max-width: 360px; }
  .pop .pop-btn {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all 0.3s ease;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #ffffff;
    min-width: 200px;
    height: 50px;
    border-radius: 8px;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    padding: 15px 0;
    color: #002144;
    margin-bottom: 35px;
    box-shadow: 0 0 0 2px #002144; }
    .pop .pop-btn:hover {
      background: #dcdede;
      box-shadow: 0 0 0 2px #ffffff; }

#pop-modal,
.modal {
  background: rgba(0, 33, 68, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  top: 0;
  left: 0; }

.alert-modal-content {
  width: 560px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto; }

#authy_help_tabs,
#login_via_authy {
  border: 0; }
  #authy_help_tabs .authy-logo,
  #login_via_authy .authy-logo {
    max-width: 296px;
    height: auto;
    margin: 10px auto;
    display: block; }
  #authy_help_tabs #advance_authy_help_tab,
  #login_via_authy #advance_authy_help_tab {
    margin: 10px auto;
    display: inline-block; }
  #authy_help_tabs #authy_help_controls,
  #login_via_authy #authy_help_controls {
    background: transparent;
    text-align: center;
    border: 0;
    display: flex;
    justify-content: center; }
    #authy_help_tabs #authy_help_controls li,
    #login_via_authy #authy_help_controls li {
      border-radius: 50px;
      max-width: 17px;
      margin: 10px;
      border: 0;
      background-color: #0099bf;
      border-color: #0099bf; }
      #authy_help_tabs #authy_help_controls li.ui-tabs-active,
      #login_via_authy #authy_help_controls li.ui-tabs-active {
        background-color: #002144;
        border-color: #002144; }
  #authy_help_tabs img,
  #login_via_authy img {
    width: 100%;
    height: auto;
    margin: 0px auto; }
  #authy_help_tabs .sep-buttons,
  #login_via_authy .sep-buttons {
    display: flex;
    justify-content: space-between; }
  #authy_help_tabs .tfa-buttons,
  #login_via_authy .tfa-buttons {
    text-align: center; }
    #authy_help_tabs .tfa-buttons img,
    #login_via_authy .tfa-buttons img {
      max-height: 40px;
      width: auto;
      display: inline-block;
      margin: 5px; }
    #authy_help_tabs .tfa-buttons .button,
    #login_via_authy .tfa-buttons .button {
      margin: 0px auto 10px;
      text-transform: uppercase; }
      #authy_help_tabs .tfa-buttons .button.green,
      #login_via_authy .tfa-buttons .button.green {
        background-color: #0B6506; }
        #authy_help_tabs .tfa-buttons .button.green:hover,
        #login_via_authy .tfa-buttons .button.green:hover {
          background-color: rgba(11, 101, 6, 0.75); }
      #authy_help_tabs .tfa-buttons .button.red,
      #login_via_authy .tfa-buttons .button.red {
        background-color: #D60000; }
      #authy_help_tabs .tfa-buttons .button.tfa-back,
      #login_via_authy .tfa-buttons .button.tfa-back {
        background-color: #ffffff;
        border: 1px solid #111111;
        color: #111111; }
        #authy_help_tabs .tfa-buttons .button.tfa-back:hover,
        #login_via_authy .tfa-buttons .button.tfa-back:hover {
          background-color: #111111;
          color: #ffffff; }
      #authy_help_tabs .tfa-buttons .button + .button,
      #login_via_authy .tfa-buttons .button + .button {
        margin-left: 40px; }
  #authy_help_tabs .help-tab-title,
  #login_via_authy .help-tab-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: center; }
  #authy_help_tabs .field_error,
  #authy_help_tabs #authy_acct_form_msg,
  #login_via_authy .field_error,
  #login_via_authy #authy_acct_form_msg {
    color: #D60000;
    font-size: 80%;
    flex: 1 1 100%; }
  #authy_help_tabs .fa-spin,
  #login_via_authy .fa-spin {
    position: absolute;
    right: 15%;
    top: 35%;
    height: inherit;
    width: inherit; }
  #authy_help_tabs .ui-tabs-panel,
  #login_via_authy .ui-tabs-panel {
    padding: 0; }
  #authy_help_tabs .tfax,
  #login_via_authy .tfax {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #authy_help_tabs .tfax .full,
    #login_via_authy .tfax .full {
      flex: 1 1 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      #authy_help_tabs .tfax .full p,
      #login_via_authy .tfax .full p {
        text-align: center;
        font-size: 20px;
        line-height: 27px; }
        #authy_help_tabs .tfax .full p.fullp,
        #login_via_authy .tfax .full p.fullp {
          flex: 1 1 100%;
          width: 100%; }
      #authy_help_tabs .tfax .full input,
      #login_via_authy .tfax .full input {
        flex: 1 1 100%; }
      #authy_help_tabs .tfax .full.fwrap,
      #login_via_authy .tfax .full.fwrap {
        flex-wrap: wrap;
        margin: 20px auto; }
      #authy_help_tabs .tfax .full.load,
      #login_via_authy .tfax .full.load {
        align-items: center; }
        #authy_help_tabs .tfax .full.load .loading-icon,
        #login_via_authy .tfax .full.load .loading-icon {
          flex: 0 0 100px;
          margin-left: 23.5%; }
        #authy_help_tabs .tfax .full.load p,
        #login_via_authy .tfax .full.load p {
          flex: 1 0 auto;
          text-align: left; }
    #authy_help_tabs .tfax .flabel,
    #login_via_authy .tfax .flabel {
      margin: 0 auto;
      font-size: 20px;
      font-style: italic;
      line-height: 27px;
      text-align: center;
      padding-bottom: 0; }
      #authy_help_tabs .tfax .flabel + input,
      #login_via_authy .tfax .flabel + input {
        margin: 0 auto; }
    #authy_help_tabs .tfax .title,
    #login_via_authy .tfax .title {
      text-align: center;
      text-transform: uppercase;
      border-bottom: 1px solid #111111;
      margin-bottom: 0.5em;
      width: 100%; }
    #authy_help_tabs .tfax .left,
    #authy_help_tabs .tfax .right,
    #login_via_authy .tfax .left,
    #login_via_authy .tfax .right {
      flex: 1 1 45%;
      max-width: 50%;
      margin: 0 10px; }
      #authy_help_tabs .tfax .left p,
      #authy_help_tabs .tfax .right p,
      #login_via_authy .tfax .left p,
      #login_via_authy .tfax .right p {
        text-align: center;
        font-size: 20px;
        line-height: 27px; }
    #authy_help_tabs .tfax img,
    #login_via_authy .tfax img {
      width: 100%;
      margin: 0 auto;
      height: auto;
      display: block;
      padding: 10px; }
      #authy_help_tabs .tfax img.sign,
      #login_via_authy .tfax img.sign {
        width: 73px;
        height: 74px;
        display: inline-block;
        vertical-align: middle; }
    #authy_help_tabs .tfax .thirds .left,
    #authy_help_tabs .tfax .thirds .right,
    #authy_help_tabs .tfax .thirds .middle,
    #login_via_authy .tfax .thirds .left,
    #login_via_authy .tfax .thirds .right,
    #login_via_authy .tfax .thirds .middle {
      flex: 1 1 30%;
      max-width: 33%;
      margin: 0 auto; }
      #authy_help_tabs .tfax .thirds .left img.sign,
      #authy_help_tabs .tfax .thirds .right img.sign,
      #authy_help_tabs .tfax .thirds .middle img.sign,
      #login_via_authy .tfax .thirds .left img.sign,
      #login_via_authy .tfax .thirds .right img.sign,
      #login_via_authy .tfax .thirds .middle img.sign {
        float: left;
        display: block;
        padding-top: 0; }
    #authy_help_tabs .tfax .thirds p,
    #login_via_authy .tfax .thirds p {
      text-align: left;
      font-size: 20px;
      line-height: 27px; }

.tfa,
.tfa-modal-content {
  max-width: 1060px;
  border-color: transparent !important; }

.tfa-modal-content {
  min-width: 1060px;
  box-shadow: 0px 0px 0px 1px rgba(220, 222, 222, 0.5);
  border-radius: 8px; }
  .tfa-modal-content .tfa {
    border-radius: 8px 8px 0 0;
    padding: 20px 0 10px;
    position: relative; }
    .tfa-modal-content .tfa h4 {
      padding: 0 40px;
      margin-bottom: 0;
      font-size: 30px;
      font-weight: bold;
      line-height: 30px; }
    .tfa-modal-content .tfa .close-modal {
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer; }
      .tfa-modal-content .tfa .close-modal img {
        width: 45px;
        height: 45px;
        margin: 12px; }
  .tfa-modal-content p.title-msg {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    padding: 20px 100px; }
  .tfa-modal-content form#form_select_method {
    width: 100%; }
    .tfa-modal-content form#form_select_method table tr {
      display: flex; }
      .tfa-modal-content form#form_select_method table tr td {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
        border: 0; }
        .tfa-modal-content form#form_select_method table tr td h4 {
          background-color: rgba(0, 153, 191, 0.25);
          position: relative;
          margin-bottom: 20px;
          font-size: 20px;
          font-weight: bold;
          line-height: 30px;
          padding: 5px; }
          .tfa-modal-content form#form_select_method table tr td h4 span {
            display: block; }
            .tfa-modal-content form#form_select_method table tr td h4 span + span {
              font-size: 13px;
              position: absolute;
              top: 100%;
              width: 100%;
              color: #de0f8c; }
        .tfa-modal-content form#form_select_method table tr td p {
          margin-top: auto;
          text-align: center;
          padding: 20px;
          font-size: 16px;
          line-height: 20px; }
        .tfa-modal-content form#form_select_method table tr td .button {
          margin: 20px auto 0;
          font-size: 15px;
          font-weight: bold;
          line-height: 20px;
          padding: 14px 20px; }
        .tfa-modal-content form#form_select_method table tr td:nth-of-type(2) {
          border-left: 1px solid #444848;
          border-right: 1px solid #444848; }

.pop-msg {
  background: #ffffff;
  border: 4px solid #002144;
  border-radius: 0 0 8px 8px;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 22px;
  min-height: 200px; }
  .pop-msg p {
    padding-bottom: 10px; }
  .pop-msg .noted {
    font-size: 14px;
    text-decoration: underline; }
  .pop-msg .ph {
    font-size: 30px;
    font-weight: bold;
    line-height: 41px;
    text-align: center;
    display: block; }
  .pop-msg .welc {
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    padding-top: 50px; }
  .pop-msg .breaker-p {
    border-top: 1px solid #444848;
    margin: 20px 0 0;
    padding-top: 20px; }
  .pop-msg form {
    text-align: center;
    width: 80%;
    margin: 10px auto; }
    .pop-msg form label {
      display: inline-block;
      font-weight: normal;
      cursor: pointer; }
      .pop-msg form label:before {
        content: "";
        height: 28px;
        width: 29.13px;
        border: 2px solid #002144;
        background: #ffffff;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all 0.3s ease;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border-radius: 50px; }
    .pop-msg form input[type="radio"] {
      -webkit-appearance: none;
      appearance: none;
      box-shadow: none; }
      .pop-msg form input[type="radio"] + label:before {
        top: -2px; }
    .pop-msg form input[type="radio"]:checked + label::before {
      box-shadow: inset 0px 0px 0px 5px white;
      background: #002144; }
    .pop-msg form input[type="submit"] {
      margin: 20px auto; }
    .pop-msg form input[type="text"] {
      max-width: 100%; }
    .pop-msg form .row, .pop-msg form .sub-head {
      text-align: left; }
      .pop-msg form .row.center, .pop-msg form .center.sub-head {
        text-align: center; }

#content-main {
  min-height: 65vh;
  width: 100%; }

.disabled {
  opacity: 0.65;
  cursor: not-allowed !important; }

.newline-center {
  text-align: center;
  width: 100%; }

.filter-stats {
  border: 4px solid;
  margin-top: 20px;
  padding: 20px 20px 10px 20px;
  border-radius: 6px; }
  .theme-hepis .filter-stats {
    border-color: #002144;
    background-color: #dcdede; }
  .theme-gea .filter-stats {
    border-color: #0099bf;
    background-color: #b1e9f7; }
  .theme-fipse .filter-stats {
    border-color: #8f274e;
    background-color: #c594b4; }
  .theme-isapr .filter-stats {
    border-color: #006163;
    background-color: #b4eae9; }
  .theme-efrs .filter-stats {
    border-color: #4c4c8d;
    background-color: #D5DCFF; }
  .filter-stats ul {
    display: flex;
    justify-content: center;
    align-content: center; }
    .filter-stats ul li {
      border: 2px solid;
      border-radius: 4px;
      min-width: 100px;
      margin-left: 1.666em;
      display: flex;
      cursor: pointer;
      flex-direction: column;
      justify-content: flex-end; }
      .filter-stats ul li:before {
        content: ""; }
      .filter-stats ul li span {
        display: block;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        line-height: 15px;
        padding: 5px 0; }
        .theme-hepis .filter-stats ul li span {
          border-color: #444848; }
        .theme-gea .filter-stats ul li span {
          border-color: #012841; }
        .theme-fipse .filter-stats ul li span {
          border-color: #24031c; }
        .theme-isapr .filter-stats ul li span {
          border-color: #003539; }
        .theme-efrs .filter-stats ul li span {
          border-color: #220F55; }
        .filter-stats ul li span.numbers {
          min-height: 40px;
          font-size: 36px;
          line-height: 22px;
          align-self: flex-end;
          align-items: center;
          font-weight: normal;
          text-decoration: underline;
          width: 100%;
          margin: 10px 0 5px; }
      .theme-hepis .filter-stats ul li {
        border-color: #444848;
        background-color: #ffffff; }
        .theme-hepis .filter-stats ul li:hover {
          background-color: #666d70;
          color: #ffffff; }
      .theme-gea .filter-stats ul li {
        border-color: #012841;
        background-color: #ffffff; }
        .theme-gea .filter-stats ul li:hover {
          background-color: #00667f;
          color: #ffffff; }
      .theme-fipse .filter-stats ul li {
        border-color: #24031c;
        background-color: #ffffff; }
        .theme-fipse .filter-stats ul li:hover {
          background-color: #58002f;
          color: #ffffff; }
      .theme-isapr .filter-stats ul li {
        border-color: #003539;
        background-color: #ffffff; }
        .theme-isapr .filter-stats ul li:hover {
          background-color: #006163;
          color: #ffffff; }
      .theme-efrs .filter-stats ul li {
        border-color: #220F55;
        background-color: #ffffff; }
        .theme-efrs .filter-stats ul li:hover {
          background-color: #474F92;
          color: #ffffff; }
      .theme-hepis .filter-stats ul li:nth-of-type(even) {
        border-color: #002144; }
      .theme-gea .filter-stats ul li:nth-of-type(even) {
        border-color: #0099bf; }
      .theme-fipse .filter-stats ul li:nth-of-type(even) {
        border-color: #8f274e; }
      .theme-isapr .filter-stats ul li:nth-of-type(even) {
        border-color: #006163; }
      .theme-efrs .filter-stats ul li:nth-of-type(even) {
        border-color: #4c4c8d; }
  .filter-stats h4 {
    text-align: center;
    background-color: #ffffff;
    margin-top: -40px;
    padding-bottom: 20px;
    width: 65%;
    margin: -40px auto 0; }
    .filter-stats h4 span {
      text-transform: uppercase; }
      .theme-hepis .filter-stats h4 span {
        color: #666d70; }
      .theme-gea .filter-stats h4 span {
        color: #00667f; }
      .theme-fipse .filter-stats h4 span {
        color: #58002f; }
      .theme-isapr .filter-stats h4 span {
        color: #006163; }
      .theme-efrs .filter-stats h4 span {
        color: #474F92; }
  .theme-hepis .filter-stats {
    border-color: #c7e2ff; }
  .theme-gea .filter-stats {
    border-color: #0099bf; }
  .theme-fipse .filter-stats {
    border-color: #0099bf; }
  .theme-isapr .filter-stats {
    border-color: #0099bf; }
  .theme-efrs .filter-stats {
    border-color: #806FD2; }

.cen4 {
  margin: 30px auto 0;
  display: block;
  text-align: center; }

.sandd {
  width: 100%;
  padding: 30px 0;
  margin-top: 30px; }
  .theme-hepis .sandd {
    border-top-color: #444848; }
  .theme-gea .sandd {
    border-top-color: #012841; }
  .theme-fipse .sandd {
    border-top-color: #24031c; }
  .theme-isapr .sandd {
    border-top-color: #003539; }
  .theme-efrs .sandd {
    border-top-color: #220F55; }
  .sandd .row, .sandd .sub-head {
    width: 100%;
    padding: 0; }
    .sandd .row .field, .sandd .sub-head .field {
      flex: auto; }
      .sandd .row .field .fa-chevron-down, .sandd .sub-head .field .fa-chevron-down,
      .sandd .row .field .fa-search,
      .sandd .sub-head .field .fa-search,
      .sandd .row .field .fa-calendar-alt,
      .sandd .sub-head .field .fa-calendar-alt {
        position: absolute;
        right: -5px;
        top: 1px;
        padding: 6px 8px;
        color: #ffffff;
        border-radius: 0px 4px 4px 0px;
        z-index: 1;
        cursor: pointer;
        pointer-events: none;
        display: inline-block; }
        .theme-hepis .sandd .row .field .fa-chevron-down, .theme-hepis .sandd .sub-head .field .fa-chevron-down, .theme-hepis .sandd .row .field .fa-search, .theme-hepis .sandd .sub-head .field .fa-search, .theme-hepis .sandd .row .field .fa-calendar-alt, .theme-hepis .sandd .sub-head .field .fa-calendar-alt {
          background-color: #444848; }
          .theme-hepis .sandd .row .field .fa-chevron-down:hover, .theme-hepis .sandd .sub-head .field .fa-chevron-down:hover, .theme-hepis .sandd .row .field .fa-search:hover, .theme-hepis .sandd .sub-head .field .fa-search:hover, .theme-hepis .sandd .row .field .fa-calendar-alt:hover, .theme-hepis .sandd .sub-head .field .fa-calendar-alt:hover {
            background-color: #666d70; }
        .theme-gea .sandd .row .field .fa-chevron-down, .theme-gea .sandd .sub-head .field .fa-chevron-down, .theme-gea .sandd .row .field .fa-search, .theme-gea .sandd .sub-head .field .fa-search, .theme-gea .sandd .row .field .fa-calendar-alt, .theme-gea .sandd .sub-head .field .fa-calendar-alt {
          background-color: #012841; }
          .theme-gea .sandd .row .field .fa-chevron-down:hover, .theme-gea .sandd .sub-head .field .fa-chevron-down:hover, .theme-gea .sandd .row .field .fa-search:hover, .theme-gea .sandd .sub-head .field .fa-search:hover, .theme-gea .sandd .row .field .fa-calendar-alt:hover, .theme-gea .sandd .sub-head .field .fa-calendar-alt:hover {
            background-color: #012841; }
        .theme-fipse .sandd .row .field .fa-chevron-down, .theme-fipse .sandd .sub-head .field .fa-chevron-down, .theme-fipse .sandd .row .field .fa-search, .theme-fipse .sandd .sub-head .field .fa-search, .theme-fipse .sandd .row .field .fa-calendar-alt, .theme-fipse .sandd .sub-head .field .fa-calendar-alt {
          background-color: #24031c; }
          .theme-fipse .sandd .row .field .fa-chevron-down:hover, .theme-fipse .sandd .sub-head .field .fa-chevron-down:hover, .theme-fipse .sandd .row .field .fa-search:hover, .theme-fipse .sandd .sub-head .field .fa-search:hover, .theme-fipse .sandd .row .field .fa-calendar-alt:hover, .theme-fipse .sandd .sub-head .field .fa-calendar-alt:hover {
            background-color: #24031c; }
        .theme-isapr .sandd .row .field .fa-chevron-down, .theme-isapr .sandd .sub-head .field .fa-chevron-down, .theme-isapr .sandd .row .field .fa-search, .theme-isapr .sandd .sub-head .field .fa-search, .theme-isapr .sandd .row .field .fa-calendar-alt, .theme-isapr .sandd .sub-head .field .fa-calendar-alt {
          background-color: #003539; }
          .theme-isapr .sandd .row .field .fa-chevron-down:hover, .theme-isapr .sandd .sub-head .field .fa-chevron-down:hover, .theme-isapr .sandd .row .field .fa-search:hover, .theme-isapr .sandd .sub-head .field .fa-search:hover, .theme-isapr .sandd .row .field .fa-calendar-alt:hover, .theme-isapr .sandd .sub-head .field .fa-calendar-alt:hover {
            background-color: #75c8c6; }
        .theme-efrs .sandd .row .field .fa-chevron-down, .theme-efrs .sandd .sub-head .field .fa-chevron-down, .theme-efrs .sandd .row .field .fa-search, .theme-efrs .sandd .sub-head .field .fa-search, .theme-efrs .sandd .row .field .fa-calendar-alt, .theme-efrs .sandd .sub-head .field .fa-calendar-alt {
          background-color: #220F55; }
          .theme-efrs .sandd .row .field .fa-chevron-down:hover, .theme-efrs .sandd .sub-head .field .fa-chevron-down:hover, .theme-efrs .sandd .row .field .fa-search:hover, .theme-efrs .sandd .sub-head .field .fa-search:hover, .theme-efrs .sandd .row .field .fa-calendar-alt:hover, .theme-efrs .sandd .sub-head .field .fa-calendar-alt:hover {
            background-color: #D5DCFF; }
      .sandd .row .field .fa-chevron-down, .sandd .sub-head .field .fa-chevron-down,
      .sandd .row .field .fa-search,
      .sandd .sub-head .field .fa-search,
      .sandd .row .field .fa-percentage,
      .sandd .sub-head .field .fa-percentage {
        position: absolute;
        right: -5px;
        top: 1px;
        padding: 6px 8px;
        color: #ffffff;
        border-radius: 0px 4px 4px 0px;
        z-index: 1;
        cursor: pointer;
        pointer-events: none;
        display: inline-block; }
        .theme-hepis .sandd .row .field .fa-chevron-down, .theme-hepis .sandd .sub-head .field .fa-chevron-down, .theme-hepis .sandd .row .field .fa-search, .theme-hepis .sandd .sub-head .field .fa-search, .theme-hepis .sandd .row .field .fa-percentage, .theme-hepis .sandd .sub-head .field .fa-percentage {
          background-color: #444848; }
          .theme-hepis .sandd .row .field .fa-chevron-down:hover, .theme-hepis .sandd .sub-head .field .fa-chevron-down:hover, .theme-hepis .sandd .row .field .fa-search:hover, .theme-hepis .sandd .sub-head .field .fa-search:hover, .theme-hepis .sandd .row .field .fa-percentage:hover, .theme-hepis .sandd .sub-head .field .fa-percentage:hover {
            background-color: #666d70; }
        .theme-gea .sandd .row .field .fa-chevron-down, .theme-gea .sandd .sub-head .field .fa-chevron-down, .theme-gea .sandd .row .field .fa-search, .theme-gea .sandd .sub-head .field .fa-search, .theme-gea .sandd .row .field .fa-percentage, .theme-gea .sandd .sub-head .field .fa-percentage {
          background-color: #012841; }
          .theme-gea .sandd .row .field .fa-chevron-down:hover, .theme-gea .sandd .sub-head .field .fa-chevron-down:hover, .theme-gea .sandd .row .field .fa-search:hover, .theme-gea .sandd .sub-head .field .fa-search:hover, .theme-gea .sandd .row .field .fa-percentage:hover, .theme-gea .sandd .sub-head .field .fa-percentage:hover {
            background-color: #012841; }
        .theme-fipse .sandd .row .field .fa-chevron-down, .theme-fipse .sandd .sub-head .field .fa-chevron-down, .theme-fipse .sandd .row .field .fa-search, .theme-fipse .sandd .sub-head .field .fa-search, .theme-fipse .sandd .row .field .fa-percentage, .theme-fipse .sandd .sub-head .field .fa-percentage {
          background-color: #24031c; }
          .theme-fipse .sandd .row .field .fa-chevron-down:hover, .theme-fipse .sandd .sub-head .field .fa-chevron-down:hover, .theme-fipse .sandd .row .field .fa-search:hover, .theme-fipse .sandd .sub-head .field .fa-search:hover, .theme-fipse .sandd .row .field .fa-percentage:hover, .theme-fipse .sandd .sub-head .field .fa-percentage:hover {
            background-color: #24031c; }
        .theme-isapr .sandd .row .field .fa-chevron-down, .theme-isapr .sandd .sub-head .field .fa-chevron-down, .theme-isapr .sandd .row .field .fa-search, .theme-isapr .sandd .sub-head .field .fa-search, .theme-isapr .sandd .row .field .fa-percentage, .theme-isapr .sandd .sub-head .field .fa-percentage {
          background-color: #003539; }
          .theme-isapr .sandd .row .field .fa-chevron-down:hover, .theme-isapr .sandd .sub-head .field .fa-chevron-down:hover, .theme-isapr .sandd .row .field .fa-search:hover, .theme-isapr .sandd .sub-head .field .fa-search:hover, .theme-isapr .sandd .row .field .fa-percentage:hover, .theme-isapr .sandd .sub-head .field .fa-percentage:hover {
            background-color: #75c8c6; }
        .theme-efrs .sandd .row .field .fa-chevron-down, .theme-efrs .sandd .sub-head .field .fa-chevron-down, .theme-efrs .sandd .row .field .fa-search, .theme-efrs .sandd .sub-head .field .fa-search, .theme-efrs .sandd .row .field .fa-percentage, .theme-efrs .sandd .sub-head .field .fa-percentage {
          background-color: #220F55; }
          .theme-efrs .sandd .row .field .fa-chevron-down:hover, .theme-efrs .sandd .sub-head .field .fa-chevron-down:hover, .theme-efrs .sandd .row .field .fa-search:hover, .theme-efrs .sandd .sub-head .field .fa-search:hover, .theme-efrs .sandd .row .field .fa-percentage:hover, .theme-efrs .sandd .sub-head .field .fa-percentage:hover {
            background-color: #D5DCFF; }
      .sandd .row .field.wider, .sandd .sub-head .field.wider {
        flex-grow: 4; }
      
      .sandd .row .field .fa-search,
      .sandd .sub-head .field .fa-search {
        padding: 8px 18px;
        font-size: 22px; }
      .sandd .row .field select, .sandd .sub-head .field select {
        font-size: 13px;
        height: 30px; }
      .sandd .row .field input[type="text"], .sandd .sub-head .field input[type="text"] {
        font-size: 13px; }
    .sandd .row + .row, .sandd .sub-head + .row, .sandd .row + .sub-head, .sandd .sub-head + .sub-head {
      margin-top: 30px; }
  .sandd label {
    font-size: 13px;
    line-height: 15px;
    margin-left: 5px; }
  .sandd .option-container {
    position: relative; }
  .sandd.set-cont {
    border: 0;
    display: block; }
    .sandd.set-cont .row .field select, .sandd.set-cont .sub-head .field select {
      height: 34px; }

.accordion-container {
  margin: 0 0 25px 0; }
  .accordion-container h2 {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #ffffff; }
  .accordion-container .header-cont {
    padding: 8px 0;
    text-align: center; }
    .theme-hepis .accordion-container .header-cont {
      background-color: #666d70; }
    .theme-gea .accordion-container .header-cont {
      background-color: #00667f; }
    .theme-fipse .accordion-container .header-cont {
      background-color: #58002f; }
    .theme-isapr .accordion-container .header-cont {
      background-color: #006163; }
    .theme-efrs .accordion-container .header-cont {
      background-color: #474F92; }
  .accordion-container ul.accordion {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #002144;
    padding: 0 0 50px 0;
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0; }
    .accordion-container ul.accordion > li {
      animation: flipdown 0.5s ease both;
      position: relative;
      padding: 0;
      margin: 0; }
      .accordion-container ul.accordion > li:nth-of-type(1) {
        animation-delay: 0.5s; }
      .accordion-container ul.accordion > li:nth-of-type(2) {
        animation-delay: 0.75s; }
      .accordion-container ul.accordion > li:nth-of-type(3) {
        animation-delay: 1s; }
      .accordion-container ul.accordion > li:last-of-type {
        padding-bottom: 0; }
      .accordion-container ul.accordion > li input[type="checkbox"] {
        position: absolute;
        cursor: pointer;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0; }
        .accordion-container ul.accordion > li input[type="checkbox"]:checked ~ .body-cont {
          margin-top: 0;
          max-height: 0;
          opacity: 0; }
        .accordion-container ul.accordion > li input[type="checkbox"]:checked ~ .header-cont > i:before {
          content: "\f078";
          top: 2px; }
      .accordion-container ul.accordion > li:before {
        content: ""; }
  .accordion-container .body-cont {
    transition: all 0.25s ease-in-out;
    position: relative;
    overflow: hidden;
    opacity: 1;
    z-index: 2;
    padding-bottom: 0; }
  .accordion-container .header-cont {
    border-bottom: 1px solid #002144; }
    .accordion-container .header-cont i,
    .accordion-container .header-cont h2 {
      display: inline-block; }
    .accordion-container .header-cont i {
      background: #ffffff;
      border-radius: 50px;
      padding: 6px 5px;
      font-size: 20px;
      line-height: 15px;
      margin-right: 5px; }
      .theme-hepis .accordion-container .header-cont i {
        color: #666d70; }
      .theme-gea .accordion-container .header-cont i {
        color: #00667f; }
      .theme-fipse .accordion-container .header-cont i {
        color: #58002f; }
      .theme-isapr .accordion-container .header-cont i {
        color: #006163; }
      .theme-efrs .accordion-container .header-cont i {
        color: #474F92; }
  .accordion-container .row, .accordion-container .sub-head {
    justify-content: space-between;
    justify-items: center;
    padding: 0; }
    .accordion-container .row.key, .accordion-container .key.sub-head {
      border-bottom: 1px solid #002144; }
      .accordion-container .row.key .field, .accordion-container .key.sub-head .field {
        text-align: center; }
    .accordion-container .row .field, .accordion-container .sub-head .field {
      padding: 10px 15px;
      font-size: 12px;
      line-height: 16px; }
      .accordion-container .row .field + .field, .accordion-container .sub-head .field + .field {
        margin-left: auto; }

@keyframes "flipdown" {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }

#gea-eligibility_reports-page .container {
  max-width: 1366px;
  margin-left: 60px; }

#gea-institution_list-page .container {
  max-width: 1400px; }

.inst-user .container {
  max-width: 1200px; }

#gea-institution_details-page .tabs .tab-nav {
  max-width: 230px; }

.round {
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  vertical-align: middle;
  max-width: 34px;
  max-height: 34px;
  width: 34px;
  height: 34px;
  background-color: #dcdede; }
  .round.red {
    color: #ffffff;
    background-color: #910000; }
  .round.yellow {
    color: #002144;
    background-color: #faaa2a; }
  .round.green {
    color: #ffffff;
    background-color: #0B6506; }
  .round.purple {
    color: #ffffff;
    background-color: #7438af; }
  .round.blue {
    color: #ffffff;
    background-color: #00667f; }
  .round.orange {
    color: #ffffff;
    background-color: #f46f4f; }
  .round.grey {
    color: #ffffff;
    background-color: #adadad; }
  .round.double {
    font-size: 14px; }

.no-round {
  background-color: transparent;
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  max-width: 34px;
  max-height: 34px;
  width: 34px;
  height: 34px; }
  .no-round.red {
    color: #910000; }
  .no-round.yellow {
    color: #faaa2a; }
  .no-round.green {
    color: #0B6506; }
  .no-round.purple {
    color: #7438af; }
  .no-round.blue {
    color: #00667f; }
  .no-round.grey {
    color: #adadad; }
  .no-round.orange {
    color: #f46f4f; }
  .no-round.double {
    font-size: 14px; }

#form_institution_list {
  padding-bottom: 0px;
  width: 1366px; }
  #form_institution_list .buttons input {
    margin: 0 40px 0 0; }

.thres-cont {
  display: flex; }
  .thres-cont > div {
    flex: 1;
    font-size: 13px;
    line-height: 18px; }
    .thres-cont > div p {
      line-height: 17px; }
  .thres-cont h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    padding: 7px;
    text-align: center; }
    .theme-hepis .thres-cont h3 {
      background-color: #dcdede; }
    .theme-gea .thres-cont h3 {
      background-color: #b1e9f7; }
    .theme-fipse .thres-cont h3 {
      background-color: #c594b4; }
    .theme-isapr .thres-cont h3 {
      background-color: #b4eae9; }
    .theme-efrs .thres-cont h3 {
      background-color: #D5DCFF; }
  .thres-cont .per {
    border-right: 1px solid #8b8d8e;
    flex: 1.75; }
    .thres-cont .per div {
      padding: 15px 10px; }
  .thres-cont .censet div {
    padding: 40px; }
    .thres-cont .censet div table {
      width: 75%;
      margin: 0 auto; }
      .thres-cont .censet div table th,
      .thres-cont .censet div table tr,
      .thres-cont .censet div table td {
        background-color: transparent;
        color: #002144;
        text-align: left;
        border: 0;
        padding: 0; }
      .thres-cont .censet div table td {
        font-weight: normal;
        padding: 5px 0;
        font-size: 12px;
        line-height: 14px; }

.flex-box {
  flex: 1; }
  .flex-box-container {
    display: flex; }

.elig-table .round {
  line-height: 25px;
  width: 25px;
  height: 25px; }

.elig-table tbody tr td,
.elig-table tbody tr th {
  font-size: 12px;
  line-height: 15px;
  padding: 4px; }

.elig-table tbody tr.head-r td {
  padding: 5px 10px; }

.theme-hepis .elig-table tbody tr .trigged-td {
  border-color: #444848; }

.theme-gea .elig-table tbody tr .trigged-td {
  border-color: #012841; }

.theme-fipse .elig-table tbody tr .trigged-td {
  border-color: #24031c; }

.theme-isapr .elig-table tbody tr .trigged-td {
  border-color: #003539; }

.theme-efrs .elig-table tbody tr .trigged-td {
  border-color: #220F55; }

.theme-hepis .elig-table tbody tr.darker-row {
  background-color: #666d70; }

.theme-gea .elig-table tbody tr.darker-row {
  background-color: #00667f; }

.theme-fipse .elig-table tbody tr.darker-row {
  background-color: #58002f; }

.theme-isapr .elig-table tbody tr.darker-row {
  background-color: #006163; }

.theme-efrs .elig-table tbody tr.darker-row {
  background-color: #474F92; }

.elig-table tbody tr.darker-row td {
  color: #ffffff;
  font-weight: 600;
  min-height: 65px; }
  .theme-hepis .elig-table tbody tr.darker-row td {
    background-color: #666d70; }
  .theme-gea .elig-table tbody tr.darker-row td {
    background-color: #00667f; }
  .theme-fipse .elig-table tbody tr.darker-row td {
    background-color: #58002f; }
  .theme-isapr .elig-table tbody tr.darker-row td {
    background-color: #006163; }
  .theme-efrs .elig-table tbody tr.darker-row td {
    background-color: #474F92; }
  .elig-table tbody tr.darker-row td a {
    text-decoration: none;
    color: #ffffff; }
    .elig-table tbody tr.darker-row td a:hover {
      text-decoration: underline; }
  .theme-hepis .elig-table tbody tr.darker-row td.light {
    background-color: #002144; }
  .theme-gea .elig-table tbody tr.darker-row td.light {
    background-color: #0099bf; }
  .theme-fipse .elig-table tbody tr.darker-row td.light {
    background-color: #8f274e; }
  .theme-isapr .elig-table tbody tr.darker-row td.light {
    background-color: #003539; }
  .theme-efrs .elig-table tbody tr.darker-row td.light {
    background-color: #474F92; }

.elig-table tbody tr.hidden-info th,
.elig-table tbody tr.hidden-info td {
  background-color: #dcdede;
  border: 0; }
  .elig-table tbody tr.hidden-info th.nfo,
  .elig-table tbody tr.hidden-info td.nfo {
    background-color: #ffffff;
    border: 3px solid; }
    .theme-hepis .elig-table tbody tr.hidden-info th.nfo, .theme-hepis
    .elig-table tbody tr.hidden-info td.nfo {
      border-color: #444848; }
    .theme-gea .elig-table tbody tr.hidden-info th.nfo, .theme-gea
    .elig-table tbody tr.hidden-info td.nfo {
      border-color: #012841; }
    .theme-fipse .elig-table tbody tr.hidden-info th.nfo, .theme-fipse
    .elig-table tbody tr.hidden-info td.nfo {
      border-color: #24031c; }
    .theme-isapr .elig-table tbody tr.hidden-info th.nfo, .theme-isapr
    .elig-table tbody tr.hidden-info td.nfo {
      border-color: #003539; }
    .theme-efrs .elig-table tbody tr.hidden-info th.nfo, .theme-efrs
    .elig-table tbody tr.hidden-info td.nfo {
      border-color: #220F55; }

.elig-table tbody tr:nth-of-type(even) {
  background-color: transparent; }

.theme-hepis .elig-table tbody tr:not(.hidden-info):not(.head-r):nth-of-type(4n - 2) {
  background-color: #ffffff; }

.theme-gea .elig-table tbody tr:not(.hidden-info):not(.head-r):nth-of-type(4n - 2) {
  background-color: #ffffff; }

.theme-fipse .elig-table tbody tr:not(.hidden-info):not(.head-r):nth-of-type(4n - 2) {
  background-color: #ffffff; }

.theme-isapr .elig-table tbody tr:not(.hidden-info):not(.head-r):nth-of-type(4n - 2) {
  background-color: #ffffff; }

.theme-efrs .elig-table tbody tr:not(.hidden-info):not(.head-r):nth-of-type(4n - 2) {
  background-color: #ffffff; }

.more-content {
  width: 250px;
  padding: 0 10px; }
  .more-content .text {
    display: block;
    font-weight: bold;
    text-align: left; }
    .more-content .text i:before {
      content: "\f0da";
      margin-right: 3px;
      font-size: 16px; }
    .more-content .text.trigged i:before {
      content: "\f0d7"; }
  .more-content .hidden-content {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    top: 100%; }
  .more-content .trigger {
    cursor: pointer;
    position: relative; }
    .more-content .trigger .text:hover .hidden-content {
      display: block; }

.nfo {
  padding: 0 !important; }
  .nfo-container {
    font-size: 11px;
    display: flex;
    flex-direction: column; }
  .nfo-head {
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    font-weight: bold; }
    .theme-hepis .nfo-head {
      background-color: #666d70; }
    .theme-gea .nfo-head {
      background-color: #00667f; }
    .theme-fipse .nfo-head {
      background-color: #58002f; }
    .theme-isapr .nfo-head {
      background-color: #006163; }
    .theme-efrs .nfo-head {
      background-color: #474F92; }
  .nfo-data {
    display: flex;
    flex-wrap: wrap; }
    .theme-hepis .nfo-data:nth-of-type(even) {
      background-color: #dcdede; }
    .theme-gea .nfo-data:nth-of-type(even) {
      background-color: #b1e9f7; }
    .theme-fipse .nfo-data:nth-of-type(even) {
      background-color: #c594b4; }
    .theme-isapr .nfo-data:nth-of-type(even) {
      background-color: #b4eae9; }
    .theme-efrs .nfo-data:nth-of-type(even) {
      background-color: #D5DCFF; }
  .nfo-left {
    flex: 0 1 70%;
    text-align: left;
    padding: 2px;
    padding-left: 10px; }
  .nfo-right {
    flex: 0 1 30%;
    font-weight: bold;
    text-align: right;
    padding: 2px;
    padding-right: 10px; }
  .nfo-foot {
    padding: 10px 30px;
    border-top: 2px solid;
    background: #ffffff; }
    .theme-hepis .nfo-foot {
      border-top-color: #666d70; }
    .theme-gea .nfo-foot {
      border-top-color: #00667f; }
    .theme-fipse .nfo-foot {
      border-top-color: #58002f; }
    .theme-isapr .nfo-foot {
      border-top-color: #006163; }
    .theme-efrs .nfo-foot {
      border-top-color: #474F92; }
    .nfo-foot a {
      padding: 2px 0;
      font-weight: bold;
      text-decoration: none;
      border-radius: 3px;
      display: block; }
      .theme-hepis .nfo-foot a {
        background-color: #666d70;
        color: #ffffff; }
        .theme-hepis .nfo-foot a:hover {
          background-color: #444848; }
      .theme-gea .nfo-foot a {
        background-color: #00667f;
        color: #ffffff; }
        .theme-gea .nfo-foot a:hover {
          background-color: #012841; }
      .theme-fipse .nfo-foot a {
        background-color: #58002f;
        color: #ffffff; }
        .theme-fipse .nfo-foot a:hover {
          background-color: #24031c; }
      .theme-isapr .nfo-foot a {
        background-color: #006163;
        color: #ffffff; }
        .theme-isapr .nfo-foot a:hover {
          background-color: #003539; }
      .theme-efrs .nfo-foot a {
        background-color: #474F92;
        color: #ffffff; }
        .theme-efrs .nfo-foot a:hover {
          background-color: #220F55; }

.inner-flex {
  display: flex; }

.inner-flex-1 {
  flex: 1 auto; }
  @media only screen and (min-width: 48.5em) {
    .inner-flex-1 {
      flex: 1; } }

.inner-flex-change-1,
.inner-flex-v {
  flex-direction: column; }
  @media only screen and (min-width: 48.5em) {
    .inner-flex-change-1,
    .inner-flex-v {
      flex-direction: row; } }

.inner-flex-change-2 {
  flex-direction: row; }
  @media only screen and (min-width: 48.5em) {
    .inner-flex-change-2 {
      flex-direction: column; } }

.inner-tabs {
  position: relative;
  padding: 40px 60px; }
  .inner-tabs h3 {
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: 36px; }
  .inner-tabs .row .field .fa-chevron-down, .inner-tabs .sub-head .field .fa-chevron-down {
    right: -6px;
    top: -1px; }
  .inner-tabs .row .field .fa-calendar-alt, .inner-tabs .sub-head .field .fa-calendar-alt {
    right: -6px;
    top: -1px; }
  .inner-tabs .row .field .fa-percentage, .inner-tabs .sub-head .field .fa-percentage {
    right: -6px;
    top: -1px; }

.tabbed-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  padding-bottom: 20px;
  padding-right: 30px;
  background-color: #ffffff;
  opacity: 0;
  height: 1px;
  overflow: hidden; }

.tabbed-container.tabbed-container-active {
  position: relative;
  z-index: 2;
  opacity: 1;
  height: auto; }

.theme-hepis .tabbed-nav {
  background-color: #dcdede; }

.theme-gea .tabbed-nav {
  background-color: #b1e9f7; }

.theme-fipse .tabbed-nav {
  background-color: #c594b4; }

.theme-isapr .tabbed-nav {
  background-color: #b4eae9; }

.theme-efrs .tabbed-nav {
  background-color: #D5DCFF; }

.tabbed-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .tabbed-nav ul li {
    margin-left: 0;
    flex: 1;
    padding: 0;
    border-bottom: 2px solid; }
    .theme-hepis .tabbed-nav ul li {
      border-color: #444848; }
    .theme-gea .tabbed-nav ul li {
      border-color: #012841; }
    .theme-fipse .tabbed-nav ul li {
      border-color: #24031c; }
    .theme-isapr .tabbed-nav ul li {
      border-color: #003539; }
    .theme-efrs .tabbed-nav ul li {
      border-color: #220F55; }
    .tabbed-nav ul li:before {
      content: counter(li, none); }
    .tabbed-nav ul li a {
      display: block;
      padding: 40px 10px;
      padding-right: 30px;
      text-decoration: none;
      color: #ffffff; }
      .theme-hepis .tabbed-nav ul li a {
        color: #444848; }
      .theme-gea .tabbed-nav ul li a {
        color: #012841; }
      .theme-fipse .tabbed-nav ul li a {
        color: #24031c; }
      .theme-isapr .tabbed-nav ul li a {
        color: #003539; }
      .theme-efrs .tabbed-nav ul li a {
        color: #220F55; }
      @media only screen and (min-width: 48.5em) {
        .tabbed-nav ul li a {
          max-width: 165px; } }
      .tabbed-nav ul li a.nav-active {
        font-weight: bold;
        position: relative; }
        .theme-hepis .tabbed-nav ul li a.nav-active {
          background-color: #444848;
          color: #ffffff; }
        .theme-gea .tabbed-nav ul li a.nav-active {
          background-color: #012841;
          color: #ffffff; }
        .theme-fipse .tabbed-nav ul li a.nav-active {
          background-color: #24031c;
          color: #ffffff; }
        .theme-isapr .tabbed-nav ul li a.nav-active {
          background-color: #003539;
          color: #ffffff; }
        .theme-efrs .tabbed-nav ul li a.nav-active {
          background-color: #220F55;
          color: #ffffff; }
        .tabbed-nav ul li a.nav-active:before {
          content: "\f0d9";
          font-family: "Font Awesome 5 Free";
          position: absolute;
          right: -2px;
          top: 40%;
          font-size: 60px; }

.set-cont {
  padding: 20px 10px;
  font-size: 20px; }
  .set-cont .row, .set-cont .sub-head {
    padding: 15px 0px;
    align-items: center; }
    .set-cont .row.header, .set-cont .header.sub-head {
      padding: 5px 20px; }
    .set-cont .row.ckbx .field:first-of-type, .set-cont .ckbx.sub-head .field:first-of-type {
      flex: 0 1 5%; }
    .set-cont .row.ckbx .field:last-of-type, .set-cont .ckbx.sub-head .field:last-of-type {
      flex: 1 1 95%; }
    .set-cont .row.ckbx .field ul, .set-cont .ckbx.sub-head .field ul {
      font-size: 16px; }
    .set-cont .row .field .hasDatepicker + i, .set-cont .sub-head .field .hasDatepicker + i {
      position: absolute;
      right: 2px;
      top: 11px;
      font-size: 26px;
      cursor: pointer;
      pointer-events: none; }
      .theme-hepis .set-cont .row .field .hasDatepicker + i, .theme-hepis .set-cont .sub-head .field .hasDatepicker + i {
        color: #444848; }
      .theme-gea .set-cont .row .field .hasDatepicker + i, .theme-gea .set-cont .sub-head .field .hasDatepicker + i {
        color: #012841; }
      .theme-fipse .set-cont .row .field .hasDatepicker + i, .theme-fipse .set-cont .sub-head .field .hasDatepicker + i {
        color: #24031c; }
      .theme-isapr .set-cont .row .field .hasDatepicker + i, .theme-isapr .set-cont .sub-head .field .hasDatepicker + i {
        color: #003539; }
      .theme-efrs .set-cont .row .field .hasDatepicker + i, .theme-efrs .set-cont .sub-head .field .hasDatepicker + i {
        color: #220F55; }
    .set-cont .row .field .button, .set-cont .sub-head .field .button {
      margin: 10px auto; }
    .set-cont .row .field.txta, .set-cont .sub-head .field.txta {
      position: relative; }
      .set-cont .row .field.txta label, .set-cont .sub-head .field.txta label {
        font-weight: normal;
        font-size: 16px; }
      .set-cont .row .field.txta textarea, .set-cont .sub-head .field.txta textarea {
        width: 100%;
        max-width: initial;
        min-height: 200px;
        display: block;
        box-sizing: border-box;
        padding: 15px;
        appearance: none;
        border: 1px solid;
        border-radius: 4px; }
        .theme-hepis .set-cont .row .field.txta textarea, .theme-hepis .set-cont .sub-head .field.txta textarea {
          color: #444848; }
        .theme-gea .set-cont .row .field.txta textarea, .theme-gea .set-cont .sub-head .field.txta textarea {
          color: #012841; }
        .theme-fipse .set-cont .row .field.txta textarea, .theme-fipse .set-cont .sub-head .field.txta textarea {
          color: #24031c; }
        .theme-isapr .set-cont .row .field.txta textarea, .theme-isapr .set-cont .sub-head .field.txta textarea {
          color: #003539; }
        .theme-efrs .set-cont .row .field.txta textarea, .theme-efrs .set-cont .sub-head .field.txta textarea {
          color: #220F55; }
        .set-cont .row .field.txta textarea.smaller, .set-cont .sub-head .field.txta textarea.smaller {
          min-height: 125px; }
  .theme-hepis .set-cont table tbody tr:nth-of-type(2) {
    background-color: rgba(220, 222, 222, 0.3); }
  .theme-gea .set-cont table tbody tr:nth-of-type(2) {
    background-color: rgba(177, 233, 247, 0.3); }
  .theme-fipse .set-cont table tbody tr:nth-of-type(2) {
    background-color: rgba(197, 148, 180, 0.3); }
  .theme-isapr .set-cont table tbody tr:nth-of-type(2) {
    background-color: rgba(180, 234, 233, 0.3); }
  .theme-efrs .set-cont table tbody tr:nth-of-type(2) {
    background-color: rgba(213, 220, 255, 0.3); }
  .set-cont table tbody tr td {
    color: #002144;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    padding: 7px 10px; }

.nor {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  padding: 2px 15px;
  text-decoration: none;
  border-radius: 4px;
  margin-left: 20px; }
  .theme-hepis .nor {
    background-color: #002144;
    color: #ffffff; }
    .theme-hepis .nor:hover {
      background-color: #666d70;
      color: #ffffff; }
  .theme-gea .nor {
    background-color: #0099bf;
    color: #ffffff; }
    .theme-gea .nor:hover {
      background-color: #012841;
      color: #ffffff; }
  .theme-fipse .nor {
    background-color: #8f274e;
    color: #ffffff; }
    .theme-fipse .nor:hover {
      background-color: #24031c;
      color: #ffffff; }
  .theme-isapr .nor {
    background-color: #006163;
    color: #ffffff; }
    .theme-isapr .nor:hover {
      background-color: #75c8c6;
      color: #ffffff; }
  .theme-efrs .nor {
    background-color: #4c4c8d;
    color: #ffffff; }
    .theme-efrs .nor:hover {
      background-color: #D5DCFF;
      color: #ffffff; }

p.sml {
  padding: 15px 0;
  font-size: 16px;
  line-height: 22px; }

.txta.single {
  position: relative; }
  .txta.single label {
    font-size: 20px;
    font-weight: bold;
    line-height: 43px; }
  .txta.single textarea {
    width: 97%;
    max-width: initial;
    min-height: 200px;
    display: block;
    box-sizing: border-box;
    padding: 15px;
    appearance: none;
    border: 1px solid;
    border-radius: 4px; }
    .theme-hepis .txta.single textarea {
      color: #444848; }
    .theme-gea .txta.single textarea {
      color: #012841; }
    .theme-fipse .txta.single textarea {
      color: #24031c; }
    .theme-isapr .txta.single textarea {
      color: #003539; }
    .theme-efrs .txta.single textarea {
      color: #220F55; }
    .txta.single textarea.smaller {
      min-height: 125px; }

.ui-datepicker-calendar tbody tr {
  background-color: transparent !important;
  border: 1px solid; }
  .theme-hepis .ui-datepicker-calendar tbody tr {
    color: #444848; }
  .theme-gea .ui-datepicker-calendar tbody tr {
    color: #012841; }
  .theme-fipse .ui-datepicker-calendar tbody tr {
    color: #24031c; }
  .theme-isapr .ui-datepicker-calendar tbody tr {
    color: #003539; }
  .theme-efrs .ui-datepicker-calendar tbody tr {
    color: #220F55; }

.filters-container-matrix {
  display: flex;
  align-items: center; }
  .filters-container-matrix .fleft {
    flex: 0 1 21%;
    min-width: 250px; }
    .filters-container-matrix .fleft .button {
      margin: 25px 0; }
  .filters-container-matrix .fright {
    font-size: 20px;
    line-height: 45px;
    padding: 20px 0;
    margin-left: 30px; }
    .filters-container-matrix .fright p {
      padding-bottom: 0.25em; }
  .filters-container-matrix .spreadsheet {
    color: #ffffff;
    font-size: 18px;
    text-transform: none;
    min-width: auto; }
    .theme-hepis .filters-container-matrix .spreadsheet {
      background-color: #444848; }
      .theme-hepis .filters-container-matrix .spreadsheet:hover {
        background-color: #666d70; }
    .theme-gea .filters-container-matrix .spreadsheet {
      background-color: #012841; }
      .theme-gea .filters-container-matrix .spreadsheet:hover {
        background-color: #00667f; }
    .theme-fipse .filters-container-matrix .spreadsheet {
      background-color: #24031c; }
      .theme-fipse .filters-container-matrix .spreadsheet:hover {
        background-color: #58002f; }
    .theme-isapr .filters-container-matrix .spreadsheet {
      background-color: #003539; }
      .theme-isapr .filters-container-matrix .spreadsheet:hover {
        background-color: #006163; }
    .theme-efrs .filters-container-matrix .spreadsheet {
      background-color: #220F55; }
      .theme-efrs .filters-container-matrix .spreadsheet:hover {
        background-color: #474F92; }
    .filters-container-matrix .spreadsheet:active, .filters-container-matrix .spreadsheet:hover, .filters-container-matrix .spreadsheet:visited {
      color: #ffffff; }
  .filters-container-matrix .remove_filter {
    border-radius: 50px;
    text-decoration: none;
    margin: 0 5px;
    margin-left: 15px; }
    .theme-hepis .filters-container-matrix .remove_filter {
      color: #444848; }
      .theme-hepis .filters-container-matrix .remove_filter:hover {
        color: #666d70; }
    .theme-gea .filters-container-matrix .remove_filter {
      color: #012841; }
      .theme-gea .filters-container-matrix .remove_filter:hover {
        color: #00667f; }
    .theme-fipse .filters-container-matrix .remove_filter {
      color: #24031c; }
      .theme-fipse .filters-container-matrix .remove_filter:hover {
        color: #58002f; }
    .theme-isapr .filters-container-matrix .remove_filter {
      color: #003539; }
      .theme-isapr .filters-container-matrix .remove_filter:hover {
        color: #006163; }
    .theme-efrs .filters-container-matrix .remove_filter {
      color: #220F55; }
      .theme-efrs .filters-container-matrix .remove_filter:hover {
        color: #474F92; }
  .filters-container-matrix .ftype {
    font-size: 16px;
    line-height: 30px;
    padding: 0px 7px;
    border-radius: 3px;
    margin: 5px 10px;
    display: inline-block; }
    .theme-hepis .filters-container-matrix .ftype {
      background-color: #dcdede; }
    .theme-gea .filters-container-matrix .ftype {
      background-color: #b1e9f7; }
    .theme-fipse .filters-container-matrix .ftype {
      background-color: #c594b4; }
    .theme-isapr .filters-container-matrix .ftype {
      background-color: #b4eae9; }
    .theme-efrs .filters-container-matrix .ftype {
      background-color: #D5DCFF; }
    .filters-container-matrix .ftype a {
      cursor: pointer; }
      .filters-container-matrix .ftype a i {
        color: white; }
        .filters-container-matrix .ftype a i:hover {
          color: white; }

.bold {
  font-weight: bold; }

.italics {
  font-style: italic; }

.pink {
  color: #de0f8c;
  font-size: 11px; }

.red {
  color: #D60000; }

.hidden-form {
  display: none; }

.shown-form {
  display: block; }

.blast-2,
.blast-3,
.blast-4 {
  padding: 30px 0;
  border-top: 1px solid;
  margin-top: 30px; }
  .theme-hepis .blast-2, .theme-hepis
  .blast-3, .theme-hepis
  .blast-4 {
    border-top-color: #444848; }
  .theme-gea .blast-2, .theme-gea
  .blast-3, .theme-gea
  .blast-4 {
    border-top-color: #012841; }
  .theme-fipse .blast-2, .theme-fipse
  .blast-3, .theme-fipse
  .blast-4 {
    border-top-color: #24031c; }
  .theme-isapr .blast-2, .theme-isapr
  .blast-3, .theme-isapr
  .blast-4 {
    border-top-color: #003539; }
  .theme-efrs .blast-2, .theme-efrs
  .blast-3, .theme-efrs
  .blast-4 {
    border-top-color: #220F55; }

.hidden {
  display: none; }

.loading-overlay {
  position: fixed;
  z-index: 99999;
  height: 100%;
  min-height: 100vh;
  width: 100vw;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none; }
  .loading-overlay div {
    top: calc(50% - 210px);
    left: calc(50% - 53px);
    display: inline;
    position: sticky;
    width: 115px; }
  .loading-overlay span {
    font-size: 150px;
    color: white; }
  .loading-overlay .one {
    opacity: 0;
    -webkit-animation: blink 1.3s infinite;
    -webkit-animation-delay: 0s;
    animation: blink 1.3s infinite;
    animation-delay: 0s; }
  .loading-overlay .two {
    opacity: 0;
    -webkit-animation: blink 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: blink 1.3s infinite;
    animation-delay: 0.2s; }
  .loading-overlay .three {
    opacity: 0;
    -webkit-animation: blink 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: blink 1.3s infinite;
    animation-delay: 0.3s; }

@keyframes blink {
  0% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

.loading {
  font-size: 100px;
  margin: 0 auto;
  display: block;
  text-align: center; }
  .theme-hepis .loading {
    background-color: #002144; }
  .theme-gea .loading {
    background-color: #0099bf; }
  .theme-fipse .loading {
    background-color: #8f274e; }
  .theme-isapr .loading {
    background-color: #006163; }
  .theme-efrs .loading {
    background-color: #4c4c8d; }
  .loading span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both; }
    .loading span:nth-child(2) {
      animation-delay: 0.2s; }
    .loading span:nth-child(3) {
      animation-delay: 0.4s; }

.first-time-nfo {
  border-radius: 4px;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 50px auto; }
  .theme-hepis .first-time-nfo {
    background-color: #444848;
    color: #ffffff; }
  .theme-gea .first-time-nfo {
    background-color: #012841;
    color: #ffffff; }
  .theme-fipse .first-time-nfo {
    background-color: #24031c;
    color: #ffffff; }
  .theme-isapr .first-time-nfo {
    background-color: #003539;
    color: #ffffff; }
  .theme-efrs .first-time-nfo {
    background-color: #220F55;
    color: #ffffff; }
  .first-time-nfo .button {
    margin: 10px auto;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffffff; }
    .theme-hepis .first-time-nfo .button {
      color: #444848; }
      .theme-hepis .first-time-nfo .button:hover {
        background-color: #dcdede; }
    .theme-gea .first-time-nfo .button {
      color: #012841; }
      .theme-gea .first-time-nfo .button:hover {
        background-color: #b1e9f7; }
    .theme-fipse .first-time-nfo .button {
      color: #24031c; }
      .theme-fipse .first-time-nfo .button:hover {
        background-color: #c594b4; }
    .theme-isapr .first-time-nfo .button {
      color: #003539; }
      .theme-isapr .first-time-nfo .button:hover {
        background-color: #b4eae9; }
    .theme-efrs .first-time-nfo .button {
      color: #220F55; }
      .theme-efrs .first-time-nfo .button:hover {
        background-color: #D5DCFF; }

.inst-title-area {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  border: 3px solid;
  margin: 0 0 25px 0;
  border-radius: 5px; }
  .theme-hepis .inst-title-area {
    border-color: #666d70; }
  .theme-gea .inst-title-area {
    border-color: #00667f; }
  .theme-fipse .inst-title-area {
    border-color: #58002f; }
  .theme-isapr .inst-title-area {
    border-color: #006163; }
  .theme-efrs .inst-title-area {
    border-color: #474F92; }
  .inst-title-area p {
    line-height: 40px;
    padding-bottom: 0;
    font-size: 18px; }
    .theme-hepis .inst-title-area p {
      background-color: #dcdede; }
    .theme-gea .inst-title-area p {
      background-color: #b1e9f7; }
    .theme-fipse .inst-title-area p {
      background-color: #c594b4; }
    .theme-isapr .inst-title-area p {
      background-color: #b4eae9; }
    .theme-efrs .inst-title-area p {
      background-color: #D5DCFF; }
  .inst-title-area .line-one,
  .inst-title-area .line-two {
    padding: 5px 25px;
    display: flex; }
    .inst-title-area .line-one .line-left,
    .inst-title-area .line-two .line-left {
      flex: 1;
      width: 50%;
      text-align: left;
      line-height: normal; }
    .inst-title-area .line-one .line-right,
    .inst-title-area .line-two .line-right {
      flex: 1;
      width: 50%;
      text-align: left;
      line-height: normal; }
  .inst-title-area .title-key {
    font-size: 15px;
    font-weight: lighter; }
  .inst-title-area .title-value {
    font-size: 15px; }

.eli-sta {
  text-align: center;
  line-height: 27px;
  font-weight: bold;
  font-size: 20px;
  padding: 10px; }
  .eli-sta .round {
    display: inline-block; }
  .eli-sta .no-round {
    background: transparent;
    display: inline-block; }
  .eli-sta .eli-tex {
    display: inline-block;
    margin: 0 5px; }

.addl-nfo .pheading {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0.5em; }

.btn-container {
  display: flex;
  padding: 30px 0; }
  .btn-container .button {
    flex: 1 1 auto;
    text-align: center;
    margin: 0 20px; }
  .btn-container.single .button {
    flex: 0 1 auto;
    padding: 25px 50px;
    margin: 0 auto; }

.eli-letter {
  margin: 40px 20px;
  padding: 70px 100px;
  border: 1px solid;
  border-color: #8b8d8e; }
  .eli-letter .letter-nfo {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    padding: 25px 0; }
  .eli-letter .letter-head {
    display: flex;
    align-content: center;
    align-items: center; }
    .eli-letter .letter-head .letter-logo {
      max-width: 125px;
      max-height: 125px;
      height: auto;
      vertical-align: middle; }
    .eli-letter .letter-head .letter-head-text {
      margin-left: 20px; }

.underline {
  text-decoration: underline; }

.small {
  font-size: 80%; }

.textarea-wrap {
  white-space: pre-line; }

.withline {
  font-size: 20px;
  font-weight: bold;
  line-height: 43px;
  border-bottom: 1px solid #8b8d8e;
  display: block;
  margin-bottom: 20px; }
  .withline:not(:first-of-type) {
    margin-top: 40px; }

.file {
  text-decoration: none;
  flex: 2 1 90%;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center; }
  .file-list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0; }
  .file-container {
    margin: 5px 10px;
    flex: 1 1 30%;
    max-width: 60%;
    display: flex;
    border-radius: 4px; }
    .theme-hepis .file-container {
      background-color: #dcdede; }
    .theme-gea .file-container {
      background-color: #b1e9f7; }
    .theme-fipse .file-container {
      background-color: #c594b4; }
    .theme-isapr .file-container {
      background-color: #b4eae9; }
    .theme-efrs .file-container {
      background-color: #D5DCFF; }
    .file-container .delete-file-anchor {
      flex: 1 1 10%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .file-container span {
      word-break: break-word; }
    .file-container i.download-file {
      padding: 2px 4px;
      margin-right: 4px; }
    .file-container i.delete-file,
    .file-container i.percent {
      border-radius: 20px;
      font-size: 12px;
      padding: 2px 4px;
      margin-right: 5px;
      display: block; }
      .theme-hepis .file-container i.delete-file, .theme-hepis
      .file-container i.percent {
        background-color: #444848;
        color: #dcdede; }
        .theme-hepis .file-container i.delete-file:hover, .theme-hepis
        .file-container i.percent:hover {
          color: #dcdede;
          background-color: #666d70; }
      .theme-gea .file-container i.delete-file, .theme-gea
      .file-container i.percent {
        background-color: #012841;
        color: #b1e9f7; }
        .theme-gea .file-container i.delete-file:hover, .theme-gea
        .file-container i.percent:hover {
          color: #b1e9f7;
          background-color: #00667f; }
      .theme-fipse .file-container i.delete-file, .theme-fipse
      .file-container i.percent {
        background-color: #24031c;
        color: #c594b4; }
        .theme-fipse .file-container i.delete-file:hover, .theme-fipse
        .file-container i.percent:hover {
          color: #c594b4;
          background-color: #58002f; }
      .theme-isapr .file-container i.delete-file, .theme-isapr
      .file-container i.percent {
        background-color: #003539;
        color: #b4eae9; }
        .theme-isapr .file-container i.delete-file:hover, .theme-isapr
        .file-container i.percent:hover {
          color: #b4eae9;
          background-color: #006163; }
      .theme-efrs .file-container i.delete-file, .theme-efrs
      .file-container i.percent {
        background-color: #220F55;
        color: #D5DCFF; }
        .theme-efrs .file-container i.delete-file:hover, .theme-efrs
        .file-container i.percent:hover {
          color: #D5DCFF;
          background-color: #474F92; }
    .file-container i.percent {
      margin-top: 5px;
      margin-right: 5px; }

#gea-institution_eligiblity_letter-page .btn-container .button {
  margin: 0 10px; }

.alert-modal-content.wider-popup {
  max-width: 90%;
  width: 90%; }
  .alert-modal-content.wider-popup .pop-box {
    box-shadow: 0px 0px 0px 1px rgba(68, 72, 72, 0.5); }
  .alert-modal-content.wider-popup .pop {
    max-width: 80%;
    margin: 0 auto;
    border-width: 3px; }
    .alert-modal-content.wider-popup .pop h4 {
      padding-top: 20px; }
    .alert-modal-content.wider-popup .pop p,
    .alert-modal-content.wider-popup .pop ul {
      text-align: left;
      max-width: 100%;
      color: #ffffff;
      padding: 10px 20px 15px;
      list-style-type: disc; }
    .alert-modal-content.wider-popup .pop ul li {
      margin-left: 20px; }

#gea-institution_home-page .preli-table td {
  text-align: left; }

.mini-card {
  flex: 1 1 30%;
  max-width: 30%;
  margin: 20px; }
  .mini-card-container {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-end;
    list-style: none; }
  .mini-card-body {
    padding: 20px;
    border: 1px solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between; }
    .theme-hepis .mini-card-body {
      border-color: #444848; }
    .theme-gea .mini-card-body {
      border-color: #012841; }
    .theme-fipse .mini-card-body {
      border-color: #24031c; }
    .theme-isapr .mini-card-body {
      border-color: #003539; }
    .theme-efrs .mini-card-body {
      border-color: #220F55; }
    .mini-card-body .row, .mini-card-body .sub-head {
      padding: 0;
      justify-content: space-between;
      width: 100%; }
      .mini-card-body .row .fa-chevron-down, .mini-card-body .sub-head .fa-chevron-down,
      .mini-card-body .row .fa-calendar-alt,
      .mini-card-body .sub-head .fa-calendar-alt {
        top: 1px; }
      .mini-card-body .row .fa-chevron-down, .mini-card-body .sub-head .fa-chevron-down,
      .mini-card-body .row .fa-percentage,
      .mini-card-body .sub-head .fa-percentage {
        top: 1px; }
    .mini-card-body .field {
      font-size: 16px;
      line-height: 22px; }
      .mini-card-body .field + .field {
        text-align: right; }
  .mini-card-header {
    border-radius: 4px 4px 0 0;
    border: 1px solid;
    padding: 10px 20px 0 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 43px;
    color: #ffffff; }
    .theme-hepis .mini-card-header {
      border-color: #444848;
      background-color: #444848; }
    .theme-gea .mini-card-header {
      border-color: #012841;
      background-color: #012841; }
    .theme-fipse .mini-card-header {
      border-color: #24031c;
      background-color: #24031c; }
    .theme-isapr .mini-card-header {
      border-color: #003539;
      background-color: #003539; }
    .theme-efrs .mini-card-header {
      border-color: #220F55;
      background-color: #220F55; }
  .mini-card:after {
    content: "";
    flex: auto; }
  .mini-card:before {
    content: counter(li, none) !important; }

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header-flex span {
    flex: 1; }
    .header-flex span.header-title {
      text-align: left;
      font-size: 22px;
      font-weight: bold;
      line-height: 30px;
      padding-left: 10px; }
    .header-flex span.header-button {
      text-align: right; }
      .header-flex span.header-button .btn-container {
        padding: 5px 0; }
        .header-flex span.header-button .btn-container .button {
          margin: 0;
          margin-left: auto;
          margin-right: 10px;
          font-size: 20px;
          font-weight: bold; }
          .theme-hepis .header-flex span.header-button .btn-container .button {
            background-color: #ffffff;
            color: #444848 !important; }
            .theme-hepis .header-flex span.header-button .btn-container .button:hover {
              background-color: #666d70;
              color: #ffffff !important; }
          .theme-gea .header-flex span.header-button .btn-container .button {
            background-color: #ffffff;
            color: #012841 !important; }
            .theme-gea .header-flex span.header-button .btn-container .button:hover {
              background-color: #00667f;
              color: #ffffff !important; }
          .theme-fipse .header-flex span.header-button .btn-container .button {
            background-color: #ffffff;
            color: #24031c !important; }
            .theme-fipse .header-flex span.header-button .btn-container .button:hover {
              background-color: #58002f;
              color: #ffffff !important; }
          .theme-isapr .header-flex span.header-button .btn-container .button {
            background-color: #ffffff;
            color: #003539 !important; }
            .theme-isapr .header-flex span.header-button .btn-container .button:hover {
              background-color: #006163;
              color: #ffffff !important; }
          .theme-efrs .header-flex span.header-button .btn-container .button {
            background-color: #ffffff;
            color: #220F55 !important; }
            .theme-efrs .header-flex span.header-button .btn-container .button:hover {
              background-color: #474F92;
              color: #ffffff !important; }

.exp-link {
  display: flex;
  position: relative;
  border-radius: 3px;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0 auto;
  max-width: 130px;
  align-items: center; }
  .theme-hepis .exp-link {
    background-color: #002144;
    color: #444848; }
  .theme-gea .exp-link {
    background-color: #0099bf;
    color: #012841; }
  .theme-fipse .exp-link {
    background-color: #8f274e;
    color: #24031c; }
  .theme-isapr .exp-link {
    background-color: #006163;
    color: #003539; }
  .theme-efrs .exp-link {
    background-color: #4c4c8d;
    color: #220F55; }
  .exp-link i {
    position: relative;
    display: inline-block;
    border-radius: 50px;
    padding: 6px 5px;
    font-size: 20px;
    line-height: 15px;
    margin-right: 10px;
    left: 0;
    top: 0; }
    .theme-hepis .exp-link i {
      background: #ffffff;
      color: #002144; }
    .theme-gea .exp-link i {
      background: #ffffff;
      color: #0099bf; }
    .theme-fipse .exp-link i {
      background: #ffffff;
      color: #8f274e; }
    .theme-isapr .exp-link i {
      background: #ffffff;
      color: #006163; }
    .theme-efrs .exp-link i {
      background: #ffffff;
      color: #4c4c8d; }
  .exp-link span {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    line-height: 22px;
    text-align: center; }

.content-nav {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 10px; }
  .theme-hepis .content-nav {
    background-color: #444848; }
  .theme-gea .content-nav {
    background-color: #012841; }
  .theme-fipse .content-nav {
    background-color: #24031c; }
  .theme-isapr .content-nav {
    background-color: #003539; }
  .theme-efrs .content-nav {
    background-color: #220F55; }
  .content-nav a {
    text-align: center;
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 0px 20px;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    line-height: 24px;
    text-align: center; }
    .content-nav a:last-of-type {
      border-right: 0; }
    .content-nav a:hover, .content-nav a.active, .content-nav a:visited {
      color: #ffffff;
      text-decoration: underline; }

.home-options,
.nu {
  display: flex; }
  .home-options .util-options,
  .nu .util-options {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    align-content: center; }
  .home-options .new-user,
  .home-options .doc-links,
  .nu .new-user,
  .nu .doc-links {
    padding: 30px 10px;
    border-radius: 4px;
    border: 3px solid;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    text-align: center; }
    .theme-hepis .home-options .new-user, .theme-hepis
    .home-options .doc-links, .theme-hepis
    .nu .new-user, .theme-hepis
    .nu .doc-links {
      border-color: #c7e2ff;
      background-color: rgba(199, 226, 255, 0.65); }
    .theme-gea .home-options .new-user, .theme-gea
    .home-options .doc-links, .theme-gea
    .nu .new-user, .theme-gea
    .nu .doc-links {
      border-color: #0099bf;
      background-color: rgba(0, 153, 191, 0.65); }
    .theme-fipse .home-options .new-user, .theme-fipse
    .home-options .doc-links, .theme-fipse
    .nu .new-user, .theme-fipse
    .nu .doc-links {
      border-color: #0099bf;
      background-color: rgba(0, 153, 191, 0.65); }
    .theme-isapr .home-options .new-user, .theme-isapr
    .home-options .doc-links, .theme-isapr
    .nu .new-user, .theme-isapr
    .nu .doc-links {
      border-color: #0099bf;
      background-color: rgba(0, 153, 191, 0.65); }
    .theme-efrs .home-options .new-user, .theme-efrs
    .home-options .doc-links, .theme-efrs
    .nu .new-user, .theme-efrs
    .nu .doc-links {
      border-color: #806FD2;
      background-color: rgba(128, 111, 210, 0.65); }
    .home-options .new-user p,
    .home-options .doc-links p,
    .nu .new-user p,
    .nu .doc-links p {
      padding: 10px; }
      .home-options .new-user p span,
      .home-options .doc-links p span,
      .nu .new-user p span,
      .nu .doc-links p span {
        font-size: 16px;
        display: block;
        font-weight: normal;
        padding: 0 10px; }
    .home-options .new-user .button,
    .home-options .doc-links .button,
    .nu .new-user .button,
    .nu .doc-links .button {
      margin: 10px auto; }
  .home-options .doc-links a,
  .nu .doc-links a {
    font-size: 16px;
    display: block;
    font-weight: normal;
    padding: 0; }
  .home-options .login-form,
  .nu .login-form {
    flex: 2;
    margin-left: 40px;
    padding: 30px;
    border-radius: 4px;
    border: 3px solid; }
    .theme-hepis .home-options .login-form, .theme-hepis
    .nu .login-form {
      border-color: #c7e2ff; }
    .theme-gea .home-options .login-form, .theme-gea
    .nu .login-form {
      border-color: #0099bf; }
    .theme-fipse .home-options .login-form, .theme-fipse
    .nu .login-form {
      border-color: #0099bf; }
    .theme-isapr .home-options .login-form, .theme-isapr
    .nu .login-form {
      border-color: #0099bf; }
    .theme-efrs .home-options .login-form, .theme-efrs
    .nu .login-form {
      border-color: #806FD2; }
    .home-options .login-form h3,
    .nu .login-form h3 {
      font-size: 20px;
      font-weight: bold;
      line-height: 27px;
      text-align: center; }

.help-links {
  display: flex;
  justify-content: space-between; }
  .help-links a:nth-of-type(2) {
    text-align: right; }

.site-table {
  border: 1px solid;
  border-radius: 4px; }
  .theme-hepis .site-table {
    border-color: #444848; }
  .theme-gea .site-table {
    border-color: #012841; }
  .theme-fipse .site-table {
    border-color: #24031c; }
  .theme-isapr .site-table {
    border-color: #003539; }
  .theme-efrs .site-table {
    border-color: #220F55; }
  .site-table-row {
    display: flex;
    border-bottom: 1px solid; }
    .theme-hepis .site-table-row {
      border-color: #444848; }
    .theme-gea .site-table-row {
      border-color: #012841; }
    .theme-fipse .site-table-row {
      border-color: #24031c; }
    .theme-isapr .site-table-row {
      border-color: #003539; }
    .theme-efrs .site-table-row {
      border-color: #220F55; }
    .site-table-row:last-of-type {
      border: none; }
    .site-table-row.header {
      font-weight: bold; }
      .theme-hepis .site-table-row.header {
        background-color: #444848;
        color: #ffffff; }
      .theme-gea .site-table-row.header {
        background-color: #012841;
        color: #ffffff; }
      .theme-fipse .site-table-row.header {
        background-color: #24031c;
        color: #ffffff; }
      .theme-isapr .site-table-row.header {
        background-color: #003539;
        color: #ffffff; }
      .theme-efrs .site-table-row.header {
        background-color: #220F55;
        color: #ffffff; }
      .site-table-row.header div {
        padding: 10px;
        line-height: 14px; }
    .site-table-row div {
      text-align: center;
      width: 100%;
      padding: 15px;
      font-size: 90%;
      border-right: 1px solid; }
      .theme-hepis .site-table-row div {
        border-color: #444848; }
      .theme-gea .site-table-row div {
        border-color: #012841; }
      .theme-fipse .site-table-row div {
        border-color: #24031c; }
      .theme-isapr .site-table-row div {
        border-color: #003539; }
      .theme-efrs .site-table-row div {
        border-color: #220F55; }
      .site-table-row div.flex-grow {
        flex: 1 0 75%; }
      .site-table-row div:last-of-type {
        border: none; }
      .theme-hepis .site-table-row div a {
        border-color: #444848; }
      .theme-gea .site-table-row div a {
        border-color: #012841; }
      .theme-fipse .site-table-row div a {
        border-color: #24031c; }
      .theme-isapr .site-table-row div a {
        border-color: #003539; }
      .theme-efrs .site-table-row div a {
        border-color: #220F55; }
      .site-table-row div .btn-enter {
        margin: 0px auto;
        display: block;
        padding: 10px;
        max-width: 65%;
        border-radius: 4px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase; }
        .theme-hepis .site-table-row div .btn-enter {
          background-color: #666d70;
          color: #444848;
          color: white; }
          .theme-hepis .site-table-row div .btn-enter:hover {
            background-color: #444848;
            color: white; }
        .theme-gea .site-table-row div .btn-enter {
          background-color: #00667f;
          color: #012841;
          color: white; }
          .theme-gea .site-table-row div .btn-enter:hover {
            background-color: #012841;
            color: white; }
        .theme-fipse .site-table-row div .btn-enter {
          background-color: #58002f;
          color: #24031c;
          color: white; }
          .theme-fipse .site-table-row div .btn-enter:hover {
            background-color: #24031c;
            color: white; }
        .theme-isapr .site-table-row div .btn-enter {
          background-color: #006163;
          color: #003539;
          color: white; }
          .theme-isapr .site-table-row div .btn-enter:hover {
            background-color: #003539;
            color: white; }
        .theme-efrs .site-table-row div .btn-enter {
          background-color: #474F92;
          color: #220F55;
          color: white; }
          .theme-efrs .site-table-row div .btn-enter:hover {
            background-color: #220F55;
            color: white; }

.theme-hepis .theme-gea.container-table {
  border: 3px solid;
  padding-bottom: 40px;
  background-color: rgba(0, 153, 191, 0.1);
  border-color: #0099bf;
  border-radius: 4px;
  margin-bottom: 40px; }
  .theme-hepis .theme-gea.container-table .site-table {
    background-color: #ffffff; }

.theme-hepis .theme-isapr.container-table {
  border: 3px solid;
  padding-bottom: 40px;
  background-color: rgba(0, 97, 99, 0.1);
  border-color: #006163;
  border-radius: 4px;
  margin-bottom: 40px; }
  .theme-hepis .theme-isapr.container-table .site-table {
    background-color: #ffffff; }

.theme-hepis .theme-isapr .site-table-row.header {
  display: flex;
  align-items: center; }

.theme-hepis .theme-efrs.container-table {
  border: 3px solid;
  padding-bottom: 40px;
  background-color: rgba(76, 76, 141, 0.1);
  border-color: #4c4c8d;
  border-radius: 4px;
  margin-bottom: 40px; }
  .theme-hepis .theme-efrs.container-table .site-table {
    background-color: #ffffff; }

.theme-hepis .theme-fipse.container-table {
  border: 3px solid;
  padding-bottom: 40px;
  background-color: rgba(143, 39, 78, 0.1);
  border-color: #8f274e;
  border-radius: 4px;
  margin-bottom: 40px; }
  .theme-hepis .theme-fipse.container-table .site-table {
    background-color: #ffffff; }

.theme-hepis .theme-fipse .fipse-rowhead {
  background-color: #58002f !important; }

.radiobtn {
  cursor: pointer; }
  .radiobtn input {
    display: none; }
    .radiobtn input + span {
      line-height: 20px;
      height: 20px;
      padding-left: 20px;
      display: block;
      position: relative; }
      .radiobtn input + span:not(:empty) {
        padding-left: 28px; }
      .radiobtn input + span:before, .radiobtn input + span:after {
        content: "";
        width: 20px;
        height: 20px;
        display: block;
        border-radius: 50%;
        left: 0%;
        top: 0%;
        position: absolute; }
      .radiobtn input + span:before {
        transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2); }
        .theme-hepis .radiobtn input + span:before {
          background: #666d70; }
        .theme-gea .radiobtn input + span:before {
          background: #00667f; }
        .theme-fipse .radiobtn input + span:before {
          background: #58002f; }
        .theme-isapr .radiobtn input + span:before {
          background: #006163; }
        .theme-efrs .radiobtn input + span:before {
          background: #474F92; }
      .radiobtn input + span:after {
        background: #fff;
        transform: scale(0.78);
        transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4); }
    .radiobtn input:checked + span:before {
      transform: scale(1.04); }
      .theme-hepis .radiobtn input:checked + span:before {
        background: #002144; }
      .theme-gea .radiobtn input:checked + span:before {
        background: #0099bf; }
      .theme-fipse .radiobtn input:checked + span:before {
        background: #8f274e; }
      .theme-isapr .radiobtn input:checked + span:before {
        background: #006163; }
      .theme-efrs .radiobtn input:checked + span:before {
        background: #4c4c8d; }
    .radiobtn input:checked + span:after {
      transform: scale(0.4);
      transition: transform 0.3s ease; }
  .radiobtn:hover input + span:before {
    transform: scale(0.92); }
  .radiobtn:hover input + span:after {
    transform: scale(0.74); }
  .radiobtn:hover input:checked + span:after {
    transform: scale(0.4); }

.radiobtn.account input + span:before, .radiobtn.account input + span:after {
  left: 50%;
  top: 50%; }

.loading-icon {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto; }
  .loading-icon div {
    position: absolute;
    border: 4px solid;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
    .loading-icon div:nth-child(2) {
      animation-delay: -0.5s; }
    .theme-hepis .loading-icon div {
      border-color: #0B6506; }
    .theme-gea .loading-icon div {
      border-color: #0B6506; }
    .theme-fipse .loading-icon div {
      border-color: #0B6506; }
    .theme-isapr .loading-icon div {
      border-color: #0B6506; }
    .theme-efrs .loading-icon div {
      border-color: #0B6506; }

@keyframes lds-ripple {
  0% {
    top: 48px;
    left: 48px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 96px;
    height: 96px;
    opacity: 0; } }

.redtext .redimp {
  color: #D60000;
  text-transform: uppercase; }

.nu-layout {
  display: flex;
  flex-wrap: nowrap; }
  .nu-layout .nu-side {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto; }
  .nu-layout .nu-body {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .nu-layout .nu-body .page .container {
      margin-left: 20px; }

#news-and-alerts.nu-callout {
  background: white;
  padding: 0;
  margin-top: 30px; }
  #news-and-alerts.nu-callout h5 {
    border: none; }
  #news-and-alerts.nu-callout p {
    line-height: normal;
    padding-bottom: 0;
    font-weight: normal; }
    #news-and-alerts.nu-callout p span.bold {
      font-weight: bold; }

.dash-title-area {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  border: 3px solid;
  margin: 0 0 25px 0;
  border-radius: 5px; }
  .theme-hepis .dash-title-area {
    border-color: #666d70; }
  .theme-gea .dash-title-area {
    border-color: #00667f; }
  .theme-fipse .dash-title-area {
    border-color: #58002f; }
  .theme-isapr .dash-title-area {
    border-color: #006163; }
  .theme-efrs .dash-title-area {
    border-color: #474F92; }
  .dash-title-area p {
    line-height: 40px;
    padding-bottom: 0;
    font-size: 18px; }
    .theme-hepis .dash-title-area p {
      background-color: #dcdede; }
    .theme-gea .dash-title-area p {
      background-color: #b1e9f7; }
    .theme-fipse .dash-title-area p {
      background-color: #c594b4; }
    .theme-isapr .dash-title-area p {
      background-color: #b4eae9; }
    .theme-efrs .dash-title-area p {
      background-color: #D5DCFF; }
  .dash-title-area .line-one,
  .dash-title-area .line-two,
  .dash-title-area .line-three {
    padding: 5px 25px;
    display: flex; }
    .dash-title-area .line-one .line-left,
    .dash-title-area .line-two .line-left,
    .dash-title-area .line-three .line-left {
      flex: 1;
      width: 50%;
      text-align: left;
      line-height: normal; }
    .dash-title-area .line-one .line-right,
    .dash-title-area .line-two .line-right,
    .dash-title-area .line-three .line-right {
      flex: 1;
      width: 50%;
      text-align: left;
      line-height: normal; }
  .dash-title-area .title-key {
    font-size: 15px;
    font-weight: lighter; }
  .dash-title-area .title-value {
    font-size: 15px; }

.row .flex2, .sub-head .flex2 {
  flex: 2; }

.faq {
  padding: 50px 20px 0px 20px; }
  .faq .answer {
    display: none;
    padding: 25px 20px; }
  .faq span {
    cursor: pointer; }
    .faq span:after {
      content: "+";
      float: right;
      font-weight: bold; }
  .faq .header {
    cursor: pointer; }
  .faq.open span:after {
    content: "-"; }

.question {
  font-size: 18px; }

.helpdrop {
  position: relative; }
  .helpdrop select {
    max-width: 100%; }

.option-container {
  position: relative; }
  .option-container .helpchev {
    cursor: pointer;
    top: 0; }
  .option-container select {
    cursor: pointer; }

.red {
  color: #D60000; }

.green {
  color: #0B6506; }

.dark-lime-green {
  color: #05c54e; }

.radio-container {
  display: flex;
  justify-content: space-between;
  padding-right: 150px;
  padding-top: 18px; }
  .radio-container input[type="radio"] {
    margin-right: 10px;
    padding: 12.5px; }
  .radio-container p {
    padding-right: 25px; }

.textarea-section {
  width: 100%;
  max-width: none;
  max-width: initial;
  min-height: 200px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid;
  border-radius: 4px;
  font-size: 14px;
  resize: none; }

.textarea-section-small {
  width: 97%;
  max-width: none;
  max-width: initial;
  min-height: 75px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid;
  border-radius: 4px;
  font-size: 14px;
  resize: none; }

.row label, .sub-head label {
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0em;
  display: block;
  padding-right: 0px; }

.green-bg {
  font-weight: bold;
  color: #ffffff; }
  .theme-hepis .green-bg {
    background-color: #444848; }
  .theme-gea .green-bg {
    background-color: #012841; }
  .theme-fipse .green-bg {
    background-color: #24031c; }
  .theme-isapr .green-bg {
    background-color: #003539; }
  .theme-efrs .green-bg {
    background-color: #220F55; }

.inside-cont .row, .inside-cont .sub-head {
  margin-bottom: 25px; }
  .inside-cont .row.less-bottom, .inside-cont .less-bottom.sub-head {
    margin-bottom: 0; }

.inside-cont .RRS-Container {
  margin-bottom: 0; }

.no-line {
  text-decoration: none;
  color: #ffffff !important; }
  .no-line:hover {
    text-decoration: underline; }

.no-line.current-tab:hover {
  text-decoration: none; }

.read-more,
.read-less {
  cursor: pointer; }
  .read-more span,
  .read-less span {
    text-decoration: underline; }
  .read-more i,
  .read-less i {
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    transition: 1s; }
  .read-more .fa-chevron-down,
  .read-less .fa-chevron-down {
    background-color: none !important;
    color: black; }
  .read-more .row, .read-more .sub-head,
  .read-less .row,
  .read-less .sub-head {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; }
    .read-more .row span, .read-more .sub-head span,
    .read-less .row span,
    .read-less .sub-head span {
      text-align: center; }

.read-more-hidden {
  display: none; }

.read-less {
  display: none; }

.invisible {
  transition: 1s; }

.visible {
  transition: 1s; }

.theme-hepis .light-green-bg {
  background-color: rgba(220, 222, 222, 0.6); }

.theme-gea .light-green-bg {
  background-color: rgba(177, 233, 247, 0.6); }

.theme-fipse .light-green-bg {
  background-color: rgba(197, 148, 180, 0.6); }

.theme-isapr .light-green-bg {
  background-color: rgba(180, 234, 233, 0.6); }

.theme-efrs .light-green-bg {
  background-color: rgba(213, 220, 255, 0.6); }

.light-green-bg input[type="text"] {
  margin: 0; }

.light-green-bg textarea {
  margin: 5px 0; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0 !important; }

.no-top {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border-right: none !important; }

.theme-isapr form .row .field .fa-chevron-down, .theme-isapr form .sub-head .field .fa-chevron-down,
.theme-isapr form .row .field .fa-calendar-alt,
.theme-isapr form .sub-head .field .fa-calendar-alt {
  right: -5px;
  top: -1px;
  padding: 11px 8px; }

.theme-isapr form .row.fixdown .field select, .theme-isapr form .fixdown.sub-head .field select {
  height: 40px; }

.theme-isapr form .row.fixdown .field .fa-chevron-down, .theme-isapr form .fixdown.sub-head .field .fa-chevron-down,
.theme-isapr form .row.fixdown .field .fa-calendar-alt,
.theme-isapr form .fixdown.sub-head .field .fa-calendar-alt {
  top: 0px;
  right: -5px;
  padding: 12px 8px; }

.theme-isapr form#form_isapr_3_3c .row .field .fa-chevron-down, .theme-isapr form#form_isapr_3_3c .sub-head .field .fa-chevron-down,
.theme-isapr form#form_isapr_3_3c .row .field .fa-calendar-alt,
.theme-isapr form#form_isapr_3_3c .sub-head .field .fa-calendar-alt, .theme-isapr form#form_isapr_2_2_4 .row .field .fa-chevron-down, .theme-isapr form#form_isapr_2_2_4 .sub-head .field .fa-chevron-down,
.theme-isapr form#form_isapr_2_2_4 .row .field .fa-calendar-alt,
.theme-isapr form#form_isapr_2_2_4 .sub-head .field .fa-calendar-alt {
  top: 1px; }

.theme-isapr form#form_grantee_profile .row .field .fa-chevron-down, .theme-isapr form#form_grantee_profile .sub-head .field .fa-chevron-down,
.theme-isapr form#form_grantee_profile .row .field .fa-calendar-alt,
.theme-isapr form#form_grantee_profile .sub-head .field .fa-calendar-alt {
  top: 1px;
  padding: 9px 8px; }

.theme-isapr#isapr-email-page .row .field .fa-chevron-down, .theme-isapr#isapr-email-page .sub-head .field .fa-chevron-down,
.theme-isapr#isapr-email-page .row .field .fa-calendar-alt,
.theme-isapr#isapr-email-page .sub-head .field .fa-calendar-alt {
  top: -1px; }

.theme-isapr#isapr-admin-page .row .field .fa-chevron-down, .theme-isapr#isapr-admin-page .sub-head .field .fa-chevron-down,
.theme-isapr#isapr-admin-page .row .field .fa-calendar-alt,
.theme-isapr#isapr-admin-page .sub-head .field .fa-calendar-alt {
  top: 36px; }

.theme-isapr#isapr-project_director_update_history-page .option-container input,
.theme-isapr#isapr-project_director_update_history-page .option-container select {
  max-width: initial; }

.theme-isapr#isapr-grant_interim_section_A-page .row .field .fa-chevron-down, .theme-isapr#isapr-grant_interim_section_A-page .sub-head .field .fa-chevron-down,
.theme-isapr#isapr-grant_interim_section_A-page .row .field .fa-calendar-alt,
.theme-isapr#isapr-grant_interim_section_A-page .sub-head .field .fa-calendar-alt {
  top: 6px; }

#form_contact_us .row .field .fa-chevron-down, #form_contact_us .sub-head .field .fa-chevron-down,
#form_contact_us .row .field .fa-calendar-alt,
#form_contact_us .sub-head .field .fa-calendar-alt,
.form-FAO-1m .row .field .fa-chevron-down,
.form-FAO-1m .sub-head .field .fa-chevron-down,
.form-FAO-1m .row .field .fa-calendar-alt,
.form-FAO-1m .sub-head .field .fa-calendar-alt,
#form_new_activity .row .field .fa-chevron-down,
#form_new_activity .sub-head .field .fa-chevron-down,
#form_new_activity .row .field .fa-calendar-alt,
#form_new_activity .sub-head .field .fa-calendar-alt {
  top: 1px; }

#isapr-grant_apr_grant_identification-page p.header-text {
  padding-bottom: 0;
  padding-top: 1.5em;
  font-size: 14px; }

#form_grant_apr_grantee_info .row .field .fa-chevron-down, #form_grant_apr_grantee_info .sub-head .field .fa-chevron-down,
#form_grant_apr_grantee_info .row .field .fa-calendar-alt,
#form_grant_apr_grantee_info .sub-head .field .fa-calendar-alt {
  padding: 10px 8px;
  top: 0px;
  right: -5px; }

#form_grant_apr_grantee_info .uneditable-fields {
  text-align: left; }

[id^="content1"] .fa-chevron-down,
[id^="content1"] .fa-calendar-alt {
  right: -5px;
  top: 6px;
  padding: 11px 8px; }
  .theme-hepis [id^="content1"] .fa-chevron-down, .theme-hepis
  [id^="content1"] .fa-calendar-alt {
    background-color: #444848;
    color: #ffffff; }
  .theme-gea [id^="content1"] .fa-chevron-down, .theme-gea
  [id^="content1"] .fa-calendar-alt {
    background-color: #012841;
    color: #ffffff; }
  .theme-fipse [id^="content1"] .fa-chevron-down, .theme-fipse
  [id^="content1"] .fa-calendar-alt {
    background-color: #24031c;
    color: #ffffff; }
  .theme-isapr [id^="content1"] .fa-chevron-down, .theme-isapr
  [id^="content1"] .fa-calendar-alt {
    background-color: #003539;
    color: #ffffff; }
  .theme-efrs [id^="content1"] .fa-chevron-down, .theme-efrs
  [id^="content1"] .fa-calendar-alt {
    background-color: #220F55;
    color: #ffffff; }

[id^="content1"] .light-green-bg .option-container .fa-chevron-down {
  top: 1px; }

[id^="content1"] .light-green-bg .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  [id^="content1"] .light-green-bg .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }
  [id^="content1"] .light-green-bg .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    [id^="content1"] .light-green-bg .option-container-flex .special + .name {
      margin-right: 20px; }

.ed-user [id^="content1"] .fa-calendar-alt {
  top: 6px;
  padding: 6px 8px; }

[id^="content2"] .fa-chevron-down,
[id^="content2"] .fa-calendar-alt {
  right: -5px;
  top: 6px;
  padding: 11px 8px; }
  .theme-hepis [id^="content2"] .fa-chevron-down, .theme-hepis
  [id^="content2"] .fa-calendar-alt {
    background-color: #444848;
    color: #ffffff; }
  .theme-gea [id^="content2"] .fa-chevron-down, .theme-gea
  [id^="content2"] .fa-calendar-alt {
    background-color: #012841;
    color: #ffffff; }
  .theme-fipse [id^="content2"] .fa-chevron-down, .theme-fipse
  [id^="content2"] .fa-calendar-alt {
    background-color: #24031c;
    color: #ffffff; }
  .theme-isapr [id^="content2"] .fa-chevron-down, .theme-isapr
  [id^="content2"] .fa-calendar-alt {
    background-color: #003539;
    color: #ffffff; }
  .theme-efrs [id^="content2"] .fa-chevron-down, .theme-efrs
  [id^="content2"] .fa-calendar-alt {
    background-color: #220F55;
    color: #ffffff; }

[id^="content2"] .light-green-bg .option-container .fa-chevron-down {
  top: 1px; }

[id^="content2"] .light-green-bg .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  [id^="content2"] .light-green-bg .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }
  [id^="content2"] .light-green-bg .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    [id^="content2"] .light-green-bg .option-container-flex .special + .name {
      margin-right: 20px; }

.ed-user [id^="content2"] .fa-calendar-alt {
  top: 6px;
  padding: 6px 8px; }

[id^="content3"] .fa-chevron-down,
[id^="content3"] .fa-calendar-alt {
  right: -5px;
  top: 6px;
  padding: 11px 8px; }
  .theme-hepis [id^="content3"] .fa-chevron-down, .theme-hepis
  [id^="content3"] .fa-calendar-alt {
    background-color: #444848;
    color: #ffffff; }
  .theme-gea [id^="content3"] .fa-chevron-down, .theme-gea
  [id^="content3"] .fa-calendar-alt {
    background-color: #012841;
    color: #ffffff; }
  .theme-fipse [id^="content3"] .fa-chevron-down, .theme-fipse
  [id^="content3"] .fa-calendar-alt {
    background-color: #24031c;
    color: #ffffff; }
  .theme-isapr [id^="content3"] .fa-chevron-down, .theme-isapr
  [id^="content3"] .fa-calendar-alt {
    background-color: #003539;
    color: #ffffff; }
  .theme-efrs [id^="content3"] .fa-chevron-down, .theme-efrs
  [id^="content3"] .fa-calendar-alt {
    background-color: #220F55;
    color: #ffffff; }

[id^="content3"] .light-green-bg .option-container .fa-chevron-down {
  top: 1px; }

[id^="content3"] .light-green-bg .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  [id^="content3"] .light-green-bg .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }
  [id^="content3"] .light-green-bg .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    [id^="content3"] .light-green-bg .option-container-flex .special + .name {
      margin-right: 20px; }

.ed-user [id^="content3"] .fa-calendar-alt {
  top: 6px;
  padding: 6px 8px; }

[id^="content4"] .fa-chevron-down,
[id^="content4"] .fa-calendar-alt {
  right: -5px;
  top: 6px;
  padding: 11px 8px; }
  .theme-hepis [id^="content4"] .fa-chevron-down, .theme-hepis
  [id^="content4"] .fa-calendar-alt {
    background-color: #444848;
    color: #ffffff; }
  .theme-gea [id^="content4"] .fa-chevron-down, .theme-gea
  [id^="content4"] .fa-calendar-alt {
    background-color: #012841;
    color: #ffffff; }
  .theme-fipse [id^="content4"] .fa-chevron-down, .theme-fipse
  [id^="content4"] .fa-calendar-alt {
    background-color: #24031c;
    color: #ffffff; }
  .theme-isapr [id^="content4"] .fa-chevron-down, .theme-isapr
  [id^="content4"] .fa-calendar-alt {
    background-color: #003539;
    color: #ffffff; }
  .theme-efrs [id^="content4"] .fa-chevron-down, .theme-efrs
  [id^="content4"] .fa-calendar-alt {
    background-color: #220F55;
    color: #ffffff; }

[id^="content4"] .light-green-bg .option-container .fa-chevron-down {
  top: 1px; }

[id^="content4"] .light-green-bg .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  [id^="content4"] .light-green-bg .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }
  [id^="content4"] .light-green-bg .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    [id^="content4"] .light-green-bg .option-container-flex .special + .name {
      margin-right: 20px; }

.ed-user [id^="content4"] .fa-calendar-alt {
  top: 6px;
  padding: 6px 8px; }

[id^="content5"] .fa-chevron-down,
[id^="content5"] .fa-calendar-alt {
  right: -5px;
  top: 6px;
  padding: 11px 8px; }
  .theme-hepis [id^="content5"] .fa-chevron-down, .theme-hepis
  [id^="content5"] .fa-calendar-alt {
    background-color: #444848;
    color: #ffffff; }
  .theme-gea [id^="content5"] .fa-chevron-down, .theme-gea
  [id^="content5"] .fa-calendar-alt {
    background-color: #012841;
    color: #ffffff; }
  .theme-fipse [id^="content5"] .fa-chevron-down, .theme-fipse
  [id^="content5"] .fa-calendar-alt {
    background-color: #24031c;
    color: #ffffff; }
  .theme-isapr [id^="content5"] .fa-chevron-down, .theme-isapr
  [id^="content5"] .fa-calendar-alt {
    background-color: #003539;
    color: #ffffff; }
  .theme-efrs [id^="content5"] .fa-chevron-down, .theme-efrs
  [id^="content5"] .fa-calendar-alt {
    background-color: #220F55;
    color: #ffffff; }

[id^="content5"] .light-green-bg .option-container .fa-chevron-down {
  top: 1px; }

[id^="content5"] .light-green-bg .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  [id^="content5"] .light-green-bg .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }
  [id^="content5"] .light-green-bg .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    [id^="content5"] .light-green-bg .option-container-flex .special + .name {
      margin-right: 20px; }

.ed-user [id^="content5"] .fa-calendar-alt {
  top: 6px;
  padding: 6px 8px; }

[id^="content6"] .fa-chevron-down,
[id^="content6"] .fa-calendar-alt {
  right: -5px;
  top: 6px;
  padding: 11px 8px; }
  .theme-hepis [id^="content6"] .fa-chevron-down, .theme-hepis
  [id^="content6"] .fa-calendar-alt {
    background-color: #444848;
    color: #ffffff; }
  .theme-gea [id^="content6"] .fa-chevron-down, .theme-gea
  [id^="content6"] .fa-calendar-alt {
    background-color: #012841;
    color: #ffffff; }
  .theme-fipse [id^="content6"] .fa-chevron-down, .theme-fipse
  [id^="content6"] .fa-calendar-alt {
    background-color: #24031c;
    color: #ffffff; }
  .theme-isapr [id^="content6"] .fa-chevron-down, .theme-isapr
  [id^="content6"] .fa-calendar-alt {
    background-color: #003539;
    color: #ffffff; }
  .theme-efrs [id^="content6"] .fa-chevron-down, .theme-efrs
  [id^="content6"] .fa-calendar-alt {
    background-color: #220F55;
    color: #ffffff; }

[id^="content6"] .light-green-bg .option-container .fa-chevron-down {
  top: 1px; }

[id^="content6"] .light-green-bg .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  [id^="content6"] .light-green-bg .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }
  [id^="content6"] .light-green-bg .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    [id^="content6"] .light-green-bg .option-container-flex .special + .name {
      margin-right: 20px; }

.ed-user [id^="content6"] .fa-calendar-alt {
  top: 6px;
  padding: 6px 8px; }

[id^="content7"] .fa-chevron-down,
[id^="content7"] .fa-calendar-alt {
  right: -5px;
  top: 6px;
  padding: 11px 8px; }
  .theme-hepis [id^="content7"] .fa-chevron-down, .theme-hepis
  [id^="content7"] .fa-calendar-alt {
    background-color: #444848;
    color: #ffffff; }
  .theme-gea [id^="content7"] .fa-chevron-down, .theme-gea
  [id^="content7"] .fa-calendar-alt {
    background-color: #012841;
    color: #ffffff; }
  .theme-fipse [id^="content7"] .fa-chevron-down, .theme-fipse
  [id^="content7"] .fa-calendar-alt {
    background-color: #24031c;
    color: #ffffff; }
  .theme-isapr [id^="content7"] .fa-chevron-down, .theme-isapr
  [id^="content7"] .fa-calendar-alt {
    background-color: #003539;
    color: #ffffff; }
  .theme-efrs [id^="content7"] .fa-chevron-down, .theme-efrs
  [id^="content7"] .fa-calendar-alt {
    background-color: #220F55;
    color: #ffffff; }

[id^="content7"] .light-green-bg .option-container .fa-chevron-down {
  top: 1px; }

[id^="content7"] .light-green-bg .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  [id^="content7"] .light-green-bg .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }
  [id^="content7"] .light-green-bg .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    [id^="content7"] .light-green-bg .option-container-flex .special + .name {
      margin-right: 20px; }

.ed-user [id^="content7"] .fa-calendar-alt {
  top: 6px;
  padding: 6px 8px; }

[id^="content8"] .fa-chevron-down,
[id^="content8"] .fa-calendar-alt {
  right: -5px;
  top: 6px;
  padding: 11px 8px; }
  .theme-hepis [id^="content8"] .fa-chevron-down, .theme-hepis
  [id^="content8"] .fa-calendar-alt {
    background-color: #444848;
    color: #ffffff; }
  .theme-gea [id^="content8"] .fa-chevron-down, .theme-gea
  [id^="content8"] .fa-calendar-alt {
    background-color: #012841;
    color: #ffffff; }
  .theme-fipse [id^="content8"] .fa-chevron-down, .theme-fipse
  [id^="content8"] .fa-calendar-alt {
    background-color: #24031c;
    color: #ffffff; }
  .theme-isapr [id^="content8"] .fa-chevron-down, .theme-isapr
  [id^="content8"] .fa-calendar-alt {
    background-color: #003539;
    color: #ffffff; }
  .theme-efrs [id^="content8"] .fa-chevron-down, .theme-efrs
  [id^="content8"] .fa-calendar-alt {
    background-color: #220F55;
    color: #ffffff; }

[id^="content8"] .light-green-bg .option-container .fa-chevron-down {
  top: 1px; }

[id^="content8"] .light-green-bg .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  [id^="content8"] .light-green-bg .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }
  [id^="content8"] .light-green-bg .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    [id^="content8"] .light-green-bg .option-container-flex .special + .name {
      margin-right: 20px; }

.ed-user [id^="content8"] .fa-calendar-alt {
  top: 6px;
  padding: 6px 8px; }

[id^="content9"] .fa-chevron-down,
[id^="content9"] .fa-calendar-alt {
  right: -5px;
  top: 6px;
  padding: 11px 8px; }
  .theme-hepis [id^="content9"] .fa-chevron-down, .theme-hepis
  [id^="content9"] .fa-calendar-alt {
    background-color: #444848;
    color: #ffffff; }
  .theme-gea [id^="content9"] .fa-chevron-down, .theme-gea
  [id^="content9"] .fa-calendar-alt {
    background-color: #012841;
    color: #ffffff; }
  .theme-fipse [id^="content9"] .fa-chevron-down, .theme-fipse
  [id^="content9"] .fa-calendar-alt {
    background-color: #24031c;
    color: #ffffff; }
  .theme-isapr [id^="content9"] .fa-chevron-down, .theme-isapr
  [id^="content9"] .fa-calendar-alt {
    background-color: #003539;
    color: #ffffff; }
  .theme-efrs [id^="content9"] .fa-chevron-down, .theme-efrs
  [id^="content9"] .fa-calendar-alt {
    background-color: #220F55;
    color: #ffffff; }

[id^="content9"] .light-green-bg .option-container .fa-chevron-down {
  top: 1px; }

[id^="content9"] .light-green-bg .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  [id^="content9"] .light-green-bg .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }
  [id^="content9"] .light-green-bg .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    [id^="content9"] .light-green-bg .option-container-flex .special + .name {
      margin-right: 20px; }

.ed-user [id^="content9"] .fa-calendar-alt {
  top: 6px;
  padding: 6px 8px; }

[id^="content10"] .fa-chevron-down,
[id^="content10"] .fa-calendar-alt {
  right: -5px;
  top: 6px;
  padding: 11px 8px; }
  .theme-hepis [id^="content10"] .fa-chevron-down, .theme-hepis
  [id^="content10"] .fa-calendar-alt {
    background-color: #444848;
    color: #ffffff; }
  .theme-gea [id^="content10"] .fa-chevron-down, .theme-gea
  [id^="content10"] .fa-calendar-alt {
    background-color: #012841;
    color: #ffffff; }
  .theme-fipse [id^="content10"] .fa-chevron-down, .theme-fipse
  [id^="content10"] .fa-calendar-alt {
    background-color: #24031c;
    color: #ffffff; }
  .theme-isapr [id^="content10"] .fa-chevron-down, .theme-isapr
  [id^="content10"] .fa-calendar-alt {
    background-color: #003539;
    color: #ffffff; }
  .theme-efrs [id^="content10"] .fa-chevron-down, .theme-efrs
  [id^="content10"] .fa-calendar-alt {
    background-color: #220F55;
    color: #ffffff; }

[id^="content10"] .light-green-bg .option-container .fa-chevron-down {
  top: 1px; }

[id^="content10"] .light-green-bg .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  [id^="content10"] .light-green-bg .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }
  [id^="content10"] .light-green-bg .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    [id^="content10"] .light-green-bg .option-container-flex .special + .name {
      margin-right: 20px; }

.ed-user [id^="content10"] .fa-calendar-alt {
  top: 6px;
  padding: 6px 8px; }

.tabbed-sections-inside {
  margin: 30px 0 0 10px; }
  .tabbed-sections-inside > div {
    display: none;
    padding: 20px; }
  .tabbed-sections-inside .ttriggeri {
    display: none; }
  .tabbed-sections-inside .tlabeli {
    display: inline-block;
    background: #9b2362;
    margin: 0 0 -1px;
    padding: 14px 3%;
    border-radius: 2px 2px 0 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid transparent; }
    .tabbed-sections-inside .tlabeli:hover {
      background: #711a48; }
  .tabbed-sections-inside .tlabeli:hover {
    color: #FFF;
    cursor: pointer; }
  .tabbed-sections-inside .ttriggeri:checked + .tlabeli {
    color: #9b2362;
    background: #f5f4f3;
    border-bottom: 0;
    padding-top: 20px;
    font-size: 20px; }
  .tabbed-sections-inside [id^="ttab1i"]:checked ~ [id^="ticontent1"] {
    display: block;
    background: #f5f4f3; }
  .tabbed-sections-inside [id^="ttab2i"]:checked ~ [id^="ticontent2"] {
    display: block;
    background: #f5f4f3; }
  .tabbed-sections-inside [id^="ttab3i"]:checked ~ [id^="ticontent3"] {
    display: block;
    background: #f5f4f3; }
  .tabbed-sections-inside [id^="ttab4i"]:checked ~ [id^="ticontent4"] {
    display: block;
    background: #f5f4f3; }
  .tabbed-sections-inside [id^="ttab5i"]:checked ~ [id^="ticontent5"] {
    display: block;
    background: #f5f4f3; }
  .tabbed-sections-inside [id^="ttab6i"]:checked ~ [id^="ticontent6"] {
    display: block;
    background: #f5f4f3; }
  .tabbed-sections-inside [id^="ttab7i"]:checked ~ [id^="ticontent7"] {
    display: block;
    background: #f5f4f3; }
  .tabbed-sections-inside [id^="ttab8i"]:checked ~ [id^="ticontent8"] {
    display: block;
    background: #f5f4f3; }
  .tabbed-sections-inside [id^="ttab9i"]:checked ~ [id^="ticontent9"] {
    display: block;
    background: #f5f4f3; }
  .tabbed-sections-inside [id^="ttab10i"]:checked ~ [id^="ticontent10"] {
    display: block;
    background: #f5f4f3; }

.dotted-line {
  border: none;
  border-top: 2px dashed; }
  .theme-hepis .dotted-line {
    color: #444848; }
  .theme-gea .dotted-line {
    color: #012841; }
  .theme-fipse .dotted-line {
    color: #24031c; }
  .theme-isapr .dotted-line {
    color: #003539; }
  .theme-efrs .dotted-line {
    color: #220F55; }

.activity {
  border: 1px solid;
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 50px;
  padding: 0; }
  .theme-hepis .activity {
    border-color: #444848; }
  .theme-gea .activity {
    border-color: #012841; }
  .theme-fipse .activity {
    border-color: #24031c; }
  .theme-isapr .activity {
    border-color: #003539; }
  .theme-efrs .activity {
    border-color: #220F55; }
  .activity .button {
    min-width: 100%; }
  .activity .activity-top-cont {
    border-bottom: 1px solid;
    background-color: rgba(0, 127, 159, 0.17);
    padding-bottom: 15px; }
    .theme-hepis .activity .activity-top-cont {
      border-color: #444848; }
    .theme-gea .activity .activity-top-cont {
      border-color: #012841; }
    .theme-fipse .activity .activity-top-cont {
      border-color: #24031c; }
    .theme-isapr .activity .activity-top-cont {
      border-color: #003539; }
    .theme-efrs .activity .activity-top-cont {
      border-color: #220F55; }
    .activity .activity-top-cont .row, .activity .activity-top-cont .sub-head {
      margin-top: 0;
      padding-top: 10px;
      margin-bottom: 0px; }
  .activity > .row, .activity > .sub-head {
    margin: 0; }
    .activity > .row.header, .activity > .header.sub-head {
      margin: 0;
      display: flex;
      padding: 5px 20px;
      justify-content: space-between; }
      .activity > .row.header div:first-of-type, .activity > .header.sub-head div:first-of-type {
        flex: 2; }
      .activity > .row.header h4, .activity > .header.sub-head h4 {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 41px; }
      .activity > .row.header .edit_options_div, .activity > .header.sub-head .edit_options_div {
        position: relative; }
        .activity > .row.header .edit_options_div .white-circle, .activity > .header.sub-head .edit_options_div .white-circle {
          background-color: #ffffff;
          top: -7px;
          position: relative;
          padding: 7px 9px;
          margin: 0 5px;
          border-radius: 50px; }
      .activity > .row.header .fa, .activity > .header.sub-head .fa,
      .activity > .row.header .fas,
      .activity > .header.sub-head .fas,
      .activity > .row.header i,
      .activity > .header.sub-head i {
        cursor: pointer;
        font-size: 40px;
        padding: 5px;
        margin: 0;
        border-radius: 4px; }
        .theme-hepis .activity > .row.header .fa, .theme-hepis .activity > .header.sub-head .fa, .theme-hepis .activity > .row.header .fas, .theme-hepis .activity > .header.sub-head .fas, .theme-hepis .activity > .row.header i, .theme-hepis .activity > .header.sub-head i {
          color: #ffffff; }
        .theme-gea .activity > .row.header .fa, .theme-gea .activity > .header.sub-head .fa, .theme-gea .activity > .row.header .fas, .theme-gea .activity > .header.sub-head .fas, .theme-gea .activity > .row.header i, .theme-gea .activity > .header.sub-head i {
          color: #ffffff; }
        .theme-fipse .activity > .row.header .fa, .theme-fipse .activity > .header.sub-head .fa, .theme-fipse .activity > .row.header .fas, .theme-fipse .activity > .header.sub-head .fas, .theme-fipse .activity > .row.header i, .theme-fipse .activity > .header.sub-head i {
          color: #ffffff; }
        .theme-isapr .activity > .row.header .fa, .theme-isapr .activity > .header.sub-head .fa, .theme-isapr .activity > .row.header .fas, .theme-isapr .activity > .header.sub-head .fas, .theme-isapr .activity > .row.header i, .theme-isapr .activity > .header.sub-head i {
          color: #ffffff; }
        .theme-efrs .activity > .row.header .fa, .theme-efrs .activity > .header.sub-head .fa, .theme-efrs .activity > .row.header .fas, .theme-efrs .activity > .header.sub-head .fas, .theme-efrs .activity > .row.header i, .theme-efrs .activity > .header.sub-head i {
          color: #ffffff; }
        .activity > .row.header .fa.fa-edit, .activity > .header.sub-head .fa.fa-edit,
        .activity > .row.header .fas.fa-edit,
        .activity > .header.sub-head .fas.fa-edit,
        .activity > .row.header i.fa-edit,
        .activity > .header.sub-head i.fa-edit {
          font-size: 20px;
          padding: 0; }
          .theme-hepis .activity > .row.header .fa.fa-edit, .theme-hepis .activity > .header.sub-head .fa.fa-edit, .theme-hepis .activity > .row.header .fas.fa-edit, .theme-hepis .activity > .header.sub-head .fas.fa-edit, .theme-hepis .activity > .row.header i.fa-edit, .theme-hepis .activity > .header.sub-head i.fa-edit {
            color: #444848; }
          .theme-gea .activity > .row.header .fa.fa-edit, .theme-gea .activity > .header.sub-head .fa.fa-edit, .theme-gea .activity > .row.header .fas.fa-edit, .theme-gea .activity > .header.sub-head .fas.fa-edit, .theme-gea .activity > .row.header i.fa-edit, .theme-gea .activity > .header.sub-head i.fa-edit {
            color: #012841; }
          .theme-fipse .activity > .row.header .fa.fa-edit, .theme-fipse .activity > .header.sub-head .fa.fa-edit, .theme-fipse .activity > .row.header .fas.fa-edit, .theme-fipse .activity > .header.sub-head .fas.fa-edit, .theme-fipse .activity > .row.header i.fa-edit, .theme-fipse .activity > .header.sub-head i.fa-edit {
            color: #24031c; }
          .theme-isapr .activity > .row.header .fa.fa-edit, .theme-isapr .activity > .header.sub-head .fa.fa-edit, .theme-isapr .activity > .row.header .fas.fa-edit, .theme-isapr .activity > .header.sub-head .fas.fa-edit, .theme-isapr .activity > .row.header i.fa-edit, .theme-isapr .activity > .header.sub-head i.fa-edit {
            color: #003539; }
          .theme-efrs .activity > .row.header .fa.fa-edit, .theme-efrs .activity > .header.sub-head .fa.fa-edit, .theme-efrs .activity > .row.header .fas.fa-edit, .theme-efrs .activity > .header.sub-head .fas.fa-edit, .theme-efrs .activity > .row.header i.fa-edit, .theme-efrs .activity > .header.sub-head i.fa-edit {
            color: #220F55; }
  .theme-hepis .activity .add-objective .button {
    background-color: #666d70;
    color: #ffffff; }
    .theme-hepis .activity .add-objective .button:hover {
      background-color: #dcdede;
      color: #666d70; }
  .theme-gea .activity .add-objective .button {
    background-color: #00667f;
    color: #ffffff; }
    .theme-gea .activity .add-objective .button:hover {
      background-color: #b1e9f7;
      color: #00667f; }
  .theme-fipse .activity .add-objective .button {
    background-color: #58002f;
    color: #ffffff; }
    .theme-fipse .activity .add-objective .button:hover {
      background-color: #c594b4;
      color: #58002f; }
  .theme-isapr .activity .add-objective .button {
    background-color: #006163;
    color: #ffffff; }
    .theme-isapr .activity .add-objective .button:hover {
      background-color: #b4eae9;
      color: #006163; }
  .theme-efrs .activity .add-objective .button {
    background-color: #474F92;
    color: #ffffff; }
    .theme-efrs .activity .add-objective .button:hover {
      background-color: #D5DCFF;
      color: #474F92; }
  .activity form {
    padding-bottom: 5px; }
    .activity form + form {
      margin-top: 20px;
      margin-bottom: 20px;
      padding-bottom: 0; }
    .activity form .nomarg {
      margin: 0;
      padding: 0; }

.add-objective {
  justify-content: center;
  margin: 20px 0; }

.objective {
  margin: 15px 15px 50px 15px; }
  .theme-hepis .objective {
    border-color: #666d70; }
  .theme-gea .objective {
    border-color: #00667f; }
  .theme-fipse .objective {
    border-color: #58002f; }
  .theme-isapr .objective {
    border-color: #006163; }
  .theme-efrs .objective {
    border-color: #474F92; }
  .objective .row.header, .objective .header.sub-head {
    display: flex;
    justify-content: space-between;
    margin: 0px; }
    .theme-hepis .objective .row.header, .theme-hepis .objective .header.sub-head {
      border-color: #666d70; }
    .theme-gea .objective .row.header, .theme-gea .objective .header.sub-head {
      border-color: #00667f; }
    .theme-fipse .objective .row.header, .theme-fipse .objective .header.sub-head {
      border-color: #58002f; }
    .theme-isapr .objective .row.header, .theme-isapr .objective .header.sub-head {
      border-color: #006163; }
    .theme-efrs .objective .row.header, .theme-efrs .objective .header.sub-head {
      border-color: #474F92; }
    .objective .row.header + .row, .objective .header.sub-head + .row, .objective .row.header + .sub-head, .objective .header.sub-head + .sub-head {
      margin-top: 0;
      padding: 20px; }
      .objective .row.header + .row form, .objective .header.sub-head + .row form, .objective .row.header + .sub-head form, .objective .header.sub-head + .sub-head form {
        background: transparent; }
  .objective .objective_div,
  .objective .objective_data_div {
    margin-top: 0;
    padding: 20px; }
    .objective .objective_div form,
    .objective .objective_data_div form {
      background: transparent; }
  .objective .field .row, .objective .field .sub-head {
    margin: 0px; }
  .objective .field textarea {
    min-height: 125px; }
  .objective .field .obj-row {
    padding: 15px 0px; }
  .objective .field .perf-measure {
    margin-left: 141px;
    border: 4px solid; }
    .theme-hepis .objective .field .perf-measure {
      border-color: #DAF5F1;
      background-color: #DAF5F1; }
    .theme-gea .objective .field .perf-measure {
      border-color: #DAF5F1;
      background-color: #DAF5F1; }
    .theme-fipse .objective .field .perf-measure {
      border-color: #DAF5F1;
      background-color: #DAF5F1; }
    .theme-isapr .objective .field .perf-measure {
      border-color: #DAF5F1;
      background-color: #DAF5F1; }
    .theme-efrs .objective .field .perf-measure {
      border-color: #DAF5F1;
      background-color: #DAF5F1; }
    .objective .field .perf-measure .row.header, .objective .field .perf-measure .header.sub-head {
      margin-top: 0px;
      font-size: 16px;
      line-height: 22px; }
    .objective .field .perf-measure .perf-measure-container {
      padding: 20px; }
    .objective .field .perf-measure .add-perf-measure {
      padding: 10px 0px; }
    .objective .field .perf-measure .perf-head {
      margin: 0 0 0px 0;
      font-size: 16px;
      line-height: 22px;
      display: flex;
      justify-content: space-between; }
      .theme-hepis .objective .field .perf-measure .perf-head {
        background-color: #DAF5F1;
        color: #444848; }
      .theme-gea .objective .field .perf-measure .perf-head {
        background-color: #DAF5F1;
        color: #012841; }
      .theme-fipse .objective .field .perf-measure .perf-head {
        background-color: #DAF5F1;
        color: #24031c; }
      .theme-isapr .objective .field .perf-measure .perf-head {
        background-color: #DAF5F1;
        color: #003539; }
      .theme-efrs .objective .field .perf-measure .perf-head {
        background-color: #DAF5F1;
        color: #220F55; }
      .objective .field .perf-measure .perf-head div:first-of-type {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 27px; }
      .objective .field .perf-measure .perf-head .fa,
      .objective .field .perf-measure .perf-head .fas {
        cursor: pointer;
        font-size: 36px; }
      .objective .field .perf-measure .perf-head .obj-icons i.fas + i.fas {
        margin-left: 5px; }
    .objective .field .perf-measure .perf-row {
      padding: 10px 0px;
      align-items: flex-start; }
      .theme-hepis .objective .field .perf-measure .perf-row {
        background-color: #DAF5F1; }
      .theme-gea .objective .field .perf-measure .perf-row {
        background-color: #DAF5F1; }
      .theme-fipse .objective .field .perf-measure .perf-row {
        background-color: #DAF5F1; }
      .theme-isapr .objective .field .perf-measure .perf-row {
        background-color: #DAF5F1; }
      .theme-efrs .objective .field .perf-measure .perf-row {
        background-color: #DAF5F1; }
      .objective .field .perf-measure .perf-row .option-container {
        flex-shrink: 0; }
        .objective .field .perf-measure .perf-row .option-container label {
          margin-bottom: 5px; }
    .objective .field .perf-measure .bgwhite {
      background-color: #ffffff; }
    .objective .field .perf-measure .button {
      min-width: 100%;
      margin: 0 auto; }
    .theme-hepis .objective .field .perf-measure .site-table-row.header {
      background-color: #666d70; }
    .theme-gea .objective .field .perf-measure .site-table-row.header {
      background-color: #00667f; }
    .theme-fipse .objective .field .perf-measure .site-table-row.header {
      background-color: #58002f; }
    .theme-isapr .objective .field .perf-measure .site-table-row.header {
      background-color: #006163; }
    .theme-efrs .objective .field .perf-measure .site-table-row.header {
      background-color: #474F92; }
  .theme-hepis .objective .field .fa-chevron-down, .theme-hepis
  .objective .field .fa-calendar-alt {
    background-color: #666d70 !important; }
  .theme-gea .objective .field .fa-chevron-down, .theme-gea
  .objective .field .fa-calendar-alt {
    background-color: #00667f !important; }
  .theme-fipse .objective .field .fa-chevron-down, .theme-fipse
  .objective .field .fa-calendar-alt {
    background-color: #58002f !important; }
  .theme-isapr .objective .field .fa-chevron-down, .theme-isapr
  .objective .field .fa-calendar-alt {
    background-color: #006163 !important; }
  .theme-efrs .objective .field .fa-chevron-down, .theme-efrs
  .objective .field .fa-calendar-alt {
    background-color: #474F92 !important; }
  .objective .field .denom {
    padding: 0 !important; }
  .objective .see-perf {
    margin-left: 141px; }
    .objective .see-perf.mini a {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 27px; }
  .objective .obj-head {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0; }
    .objective .obj-head div:first-of-type {
      flex: 2; }
      .objective .obj-head div:first-of-type .strike1 {
        display: block;
        border-bottom: 2px solid;
        line-height: 0; }
        .theme-hepis .objective .obj-head div:first-of-type .strike1 {
          border-color: #444848; }
        .theme-gea .objective .obj-head div:first-of-type .strike1 {
          border-color: #012841; }
        .theme-fipse .objective .obj-head div:first-of-type .strike1 {
          border-color: #24031c; }
        .theme-isapr .objective .obj-head div:first-of-type .strike1 {
          border-color: #003539; }
        .theme-efrs .objective .obj-head div:first-of-type .strike1 {
          border-color: #220F55; }
        .objective .obj-head div:first-of-type .strike1 span {
          font-size: 23px;
          font-weight: bold;
          letter-spacing: 0;
          background: #ffffff;
          padding: 0 20px; }
    .objective .obj-head span {
      cursor: pointer;
      font-weight: bold; }
    .objective .obj-head button {
      font-size: 18px;
      padding: 5px 15px; }
      .theme-hepis .objective .obj-head button {
        background-color: #ffffff;
        color: #444848; }
      .theme-gea .objective .obj-head button {
        background-color: #ffffff;
        color: #012841; }
      .theme-fipse .objective .obj-head button {
        background-color: #ffffff;
        color: #24031c; }
      .theme-isapr .objective .obj-head button {
        background-color: #ffffff;
        color: #003539; }
      .theme-efrs .objective .obj-head button {
        background-color: #ffffff;
        color: #220F55; }
    .objective .obj-head .obj-icons {
      line-height: inherit; }
      .objective .obj-head .obj-icons i {
        font-size: 20px;
        vertical-align: middle; }
    .objective .obj-head .fa,
    .objective .obj-head .fas,
    .objective .obj-head i {
      cursor: pointer;
      font-size: 37px;
      padding: 5px 0px 5px 15px;
      margin: 0 5px;
      border-radius: 4px; }
      .theme-hepis .objective .obj-head .fa, .theme-hepis
      .objective .obj-head .fas, .theme-hepis
      .objective .obj-head i {
        background-color: #ffffff;
        color: #444848; }
      .theme-gea .objective .obj-head .fa, .theme-gea
      .objective .obj-head .fas, .theme-gea
      .objective .obj-head i {
        background-color: #ffffff;
        color: #012841; }
      .theme-fipse .objective .obj-head .fa, .theme-fipse
      .objective .obj-head .fas, .theme-fipse
      .objective .obj-head i {
        background-color: #ffffff;
        color: #24031c; }
      .theme-isapr .objective .obj-head .fa, .theme-isapr
      .objective .obj-head .fas, .theme-isapr
      .objective .obj-head i {
        background-color: #ffffff;
        color: #003539; }
      .theme-efrs .objective .obj-head .fa, .theme-efrs
      .objective .obj-head .fas, .theme-efrs
      .objective .obj-head i {
        background-color: #ffffff;
        color: #220F55; }
      .objective .obj-head .fa.fa-chevron-circle-up, .objective .obj-head .fa.fa-chevron-circle-down,
      .objective .obj-head .fas.fa-chevron-circle-up,
      .objective .obj-head .fas.fa-chevron-circle-down,
      .objective .obj-head i.fa-chevron-circle-up,
      .objective .obj-head i.fa-chevron-circle-down {
        padding-right: 15px;
        padding-left: 0; }
      .objective .obj-head .fa.fa-chevron-circle-down,
      .objective .obj-head .fas.fa-chevron-circle-down,
      .objective .obj-head i.fa-chevron-circle-down {
        padding-right: 15px;
        padding-left: 15px; }
    .objective .obj-head .green-circle {
      top: -7px;
      position: relative;
      padding: 7px 2px;
      margin: 0 5px;
      margin-left: 15px;
      border-radius: 50px; }
      .theme-hepis .objective .obj-head .green-circle {
        color: #ffffff;
        background-color: #444848; }
      .theme-gea .objective .obj-head .green-circle {
        color: #ffffff;
        background-color: #012841; }
      .theme-fipse .objective .obj-head .green-circle {
        color: #ffffff;
        background-color: #24031c; }
      .theme-isapr .objective .obj-head .green-circle {
        color: #ffffff;
        background-color: #003539; }
      .theme-efrs .objective .obj-head .green-circle {
        color: #ffffff;
        background-color: #220F55; }
      .objective .obj-head .green-circle i {
        font-size: 20px;
        padding: 0; }
        .theme-hepis .objective .obj-head .green-circle i {
          color: #ffffff;
          background-color: transparent; }
        .theme-gea .objective .obj-head .green-circle i {
          color: #ffffff;
          background-color: transparent; }
        .theme-fipse .objective .obj-head .green-circle i {
          color: #ffffff;
          background-color: transparent; }
        .theme-isapr .objective .obj-head .green-circle i {
          color: #ffffff;
          background-color: transparent; }
        .theme-efrs .objective .obj-head .green-circle i {
          color: #ffffff;
          background-color: transparent; }
  .objective .obj-col {
    flex-direction: column;
    align-content: flex-start; }
    .objective .obj-col p {
      align-self: flex-start; }
    .objective .obj-col .collapsed_performance_measures {
      flex: 1 1 100%;
      margin-left: 100px;
      align-self: flex-start; }
      .objective .obj-col .collapsed_performance_measures p {
        padding-bottom: 0;
        padding: 5px;
        padding-left: 15px;
        align-self: flex-start;
        background: white;
        margin-bottom: 5px; }
        .objective .obj-col .collapsed_performance_measures p:before {
          content: '';
          border-right: 4px solid;
          margin-right: 10px; }
          .theme-hepis .objective .obj-col .collapsed_performance_measures p:before {
            border-color: #444848; }
          .theme-gea .objective .obj-col .collapsed_performance_measures p:before {
            border-color: #012841; }
          .theme-fipse .objective .obj-col .collapsed_performance_measures p:before {
            border-color: #24031c; }
          .theme-isapr .objective .obj-col .collapsed_performance_measures p:before {
            border-color: #003539; }
          .theme-efrs .objective .obj-col .collapsed_performance_measures p:before {
            border-color: #220F55; }
  .objective .button.show_add_performance_measure_div {
    min-width: 90%;
    margin-left: 100px; }

.add-perf-measure-padding-left-right {
  margin-left: 141px !important;
  padding-left: 0px;
  padding-right: 0px;
  width: 83.5%; }

.see-big a {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px; }

.mini-ico {
  display: flex;
  justify-content: space-between;
  background-color: #DAF5F1;
  padding: 15px 15px !important; }
  .mini-ico div:nth-of-type(2) {
    margin-right: 8px;
    color: #003539; }
    .mini-ico div:nth-of-type(2) i {
      font-size: 37px;
      cursor: pointer; }

.more-info {
  margin-left: 12.5px; }

.activity-popup-modal {
  padding: 30px;
  width: 75%;
  position: fixed;
  max-height: 90vh;
  overflow-y: scroll; }
  .theme-hepis .activity-popup-modal {
    background-color: #ffffff; }
  .theme-gea .activity-popup-modal {
    background-color: #ffffff; }
  .theme-fipse .activity-popup-modal {
    background-color: #ffffff; }
  .theme-isapr .activity-popup-modal {
    background-color: #ffffff; }
  .theme-efrs .activity-popup-modal {
    background-color: #ffffff; }

.activity-popup .field textarea {
  min-height: 125px; }

.activity-popup .site-use .site-table .site-table-row .left-text {
  text-align: left; }

.activity-popup .site-use .site-table .site-table-row .flex-grow textarea {
  min-height: 75px; }

.activity-popup .row .field .fa-chevron-down, .activity-popup .sub-head .field .fa-chevron-down,
.activity-popup .row .field .fa-calendar-alt,
.activity-popup .sub-head .field .fa-calendar-alt {
  top: 1px !important; }

#form_activity_objective_3679_0_0 .row .field .fa-chevron-down, #form_activity_objective_3679_0_0 .sub-head .field .fa-chevron-down,
#form_activity_objective_3679_0_0 .row .field .fa-calendar-alt,
#form_activity_objective_3679_0_0 .sub-head .field .fa-calendar-alt {
  top: 6px !important; }

#ref_datatype_fkid_3679_0_0 + .fa-chevron-down {
  top: 6px !important; }

.flex {
  display: flex; }

.tabs-redux-nav {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .tabs-redux-nav .tab-nav {
    max-width: initial;
    margin-right: 10px;
    font-size: 20px; }
    .tabs-redux-nav .tab-nav + a:last-of-type {
      margin-right: 0; }
    .tabs-redux-nav .tab-nav.current-tab {
      font-size: 25px;
      font-weight: bold;
      line-height: 26px; }
      .theme-hepis .tabs-redux-nav .tab-nav.current-tab {
        background-color: #444848; }
      .theme-gea .tabs-redux-nav .tab-nav.current-tab {
        background-color: #012841; }
      .theme-fipse .tabs-redux-nav .tab-nav.current-tab {
        background-color: #24031c; }
      .theme-isapr .tabs-redux-nav .tab-nav.current-tab {
        background-color: #003539; }
      .theme-efrs .tabs-redux-nav .tab-nav.current-tab {
        background-color: #220F55; }

.tabs-redux-content {
  flex: 1 1 100%;
  display: block;
  padding: 20px 10px; }
  .theme-hepis .tabs-redux-content {
    background-color: #444848; }
  .theme-gea .tabs-redux-content {
    background-color: #012841; }
  .theme-fipse .tabs-redux-content {
    background-color: #24031c; }
  .theme-isapr .tabs-redux-content {
    background-color: #003539; }
  .theme-efrs .tabs-redux-content {
    background-color: #220F55; }
  .tabs-redux-content .tabs input[type="radio"] + label:before,
  .tabs-redux-content .sandd input[type="radio"] + label:before {
    display: none;
    visibility: hidden; }

.row .shorter, .sub-head .shorter {
  flex: 1 0 auto;
  flex: 1; }

.row .field.no-left, .sub-head .field.no-left {
  margin-left: 0; }

.fa-chevron-down,
.fa-calendar-alt {
  right: -5px;
  top: 6px;
  padding: 11px 8px;
  pointer-events: none;
  cursor: pointer;
  display: inline-block; }
  .theme-hepis .fa-chevron-down, .theme-hepis
  .fa-calendar-alt {
    background-color: #444848 !important;
    color: #ffffff; }
  .theme-gea .fa-chevron-down, .theme-gea
  .fa-calendar-alt {
    background-color: #012841 !important;
    color: #ffffff; }
  .theme-fipse .fa-chevron-down, .theme-fipse
  .fa-calendar-alt {
    background-color: #24031c !important;
    color: #ffffff; }
  .theme-isapr .fa-chevron-down, .theme-isapr
  .fa-calendar-alt {
    background-color: #003539 !important;
    color: #ffffff; }
  .theme-efrs .fa-chevron-down, .theme-efrs
  .fa-calendar-alt {
    background-color: #220F55 !important;
    color: #ffffff; }

.fa-chevron-down {
  right: -5px;
  top: 6px;
  padding: 11px 8px;
  pointer-events: none;
  cursor: pointer;
  display: inline-block; }
  .theme-hepis .fa-chevron-down {
    background-color: #444848 !important;
    color: #ffffff; }
  .theme-gea .fa-chevron-down {
    background-color: #012841 !important;
    color: #ffffff; }
  .theme-fipse .fa-chevron-down {
    background-color: #24031c !important;
    color: #ffffff; }
  .theme-isapr .fa-chevron-down {
    background-color: #003539 !important;
    color: #ffffff; }
  .theme-efrs .fa-chevron-down {
    background-color: #220F55 !important;
    color: #ffffff; }

.activity-table .site-table-row .non-head {
  text-align: left; }
  .activity-table .site-table-row .non-head .focus-area {
    font-style: italic;
    font-size: 18px;
    font-weight: bold; }
    .theme-hepis .activity-table .site-table-row .non-head .focus-area {
      color: #666d70; }
    .theme-gea .activity-table .site-table-row .non-head .focus-area {
      color: #00667f; }
    .theme-fipse .activity-table .site-table-row .non-head .focus-area {
      color: #58002f; }
    .theme-isapr .activity-table .site-table-row .non-head .focus-area {
      color: #006163; }
    .theme-efrs .activity-table .site-table-row .non-head .focus-area {
      color: #474F92; }
  .activity-table .site-table-row .non-head p,
  .activity-table .site-table-row .non-head li {
    font-weight: 400;
    line-height: 18px;
    margin-top: 12.5px; }

.activity-table .site-table-row .table-buttons .button {
  margin: 0; }
  .activity-table .site-table-row .table-buttons .button:nth-child(2) {
    margin-top: 25px; }

.activity-table .site-table-row .table-buttons.sbsbtn .button {
  top: initial;
  margin: 0px auto;
  min-width: 100px;
  padding: 12px 24px;
  display: block; }
  .activity-table .site-table-row .table-buttons.sbsbtn .button:nth-child(2) {
    margin-top: 5px; }
  .activity-table .site-table-row .table-buttons.sbsbtn .button.delete-partner {
    top: initial; }

.btm-btn {
  width: 100%; }

.bottom-header ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  list-style-type: none;
  margin: 0; }
  .bottom-header ul li:before {
    content: none; }

.theme-hepis .site-table-row.header.med {
  background-color: #666d70; }

.theme-gea .site-table-row.header.med {
  background-color: #00667f; }

.theme-fipse .site-table-row.header.med {
  background-color: #58002f; }

.theme-isapr .site-table-row.header.med {
  background-color: #006163; }

.theme-efrs .site-table-row.header.med {
  background-color: #474F92; }

.site-table-row.btm-btn .button {
  width: 100%;
  margin: 10px auto; }

.two-wide div:nth-child(1),
.two-wide div:nth-child(2) {
  flex: 1 0 30%; }

.two-wide div:nth-child(4) .button {
  min-width: 100px;
  padding: 12px 24px; }

.one-grow div:nth-child(1) {
  flex: 1 0 30%; }

.one-grow div input[type=text] {
  margin: 0; }

.two-grow div:nth-child(1) {
  flex: 1 0 35%; }

.field.zero-grow {
  flex-grow: 0; }

.login-form .new-user {
  margin: 0 auto;
  padding: 0;
  max-width: 100%; }
  .login-form .new-user p {
    text-align: center; }
  .login-form .new-user hr {
    margin: 25px 0 25px 0; }
  .login-form .new-user .option-container-flex {
    display: flex;
    padding-top: 12.5px; }
    .login-form .new-user .option-container-flex .special {
      margin: 0px 10px 0px 0px; }
      .login-form .new-user .option-container-flex .special + .name {
        margin-right: 20px; }
    .login-form .new-user .option-container-flex label {
      margin-top: 0; }
    .login-form .new-user .option-container-flex input[type=checkbox]:checked + label:after {
      top: 0px; }

.section-two [id^="content1"] form .inside-cont hr,
.section-four [id^="content1"] form .inside-cont hr {
  margin: 0em 0 1.5em 0; }

.section-two [id^="content1"] form .inside-cont .row .field .option-container-flex, .section-two [id^="content1"] form .inside-cont .sub-head .field .option-container-flex,
.section-four [id^="content1"] form .inside-cont .row .field .option-container-flex,
.section-four [id^="content1"] form .inside-cont .sub-head .field .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  .section-two [id^="content1"] form .inside-cont .row .field .option-container-flex .special, .section-two [id^="content1"] form .inside-cont .sub-head .field .option-container-flex .special,
  .section-four [id^="content1"] form .inside-cont .row .field .option-container-flex .special,
  .section-four [id^="content1"] form .inside-cont .sub-head .field .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    .section-two [id^="content1"] form .inside-cont .row .field .option-container-flex .special + .name, .section-two [id^="content1"] form .inside-cont .sub-head .field .option-container-flex .special + .name,
    .section-four [id^="content1"] form .inside-cont .row .field .option-container-flex .special + .name,
    .section-four [id^="content1"] form .inside-cont .sub-head .field .option-container-flex .special + .name {
      margin-right: 20px; }
  .section-two [id^="content1"] form .inside-cont .row .field .option-container-flex label, .section-two [id^="content1"] form .inside-cont .sub-head .field .option-container-flex label,
  .section-four [id^="content1"] form .inside-cont .row .field .option-container-flex label,
  .section-four [id^="content1"] form .inside-cont .sub-head .field .option-container-flex label {
    margin-top: 0; }
  .section-two [id^="content1"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after, .section-two [id^="content1"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content1"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content1"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }

.section-two [id^="content2"] form .inside-cont hr,
.section-four [id^="content2"] form .inside-cont hr {
  margin: 0em 0 1.5em 0; }

.section-two [id^="content2"] form .inside-cont .row .field .option-container-flex, .section-two [id^="content2"] form .inside-cont .sub-head .field .option-container-flex,
.section-four [id^="content2"] form .inside-cont .row .field .option-container-flex,
.section-four [id^="content2"] form .inside-cont .sub-head .field .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  .section-two [id^="content2"] form .inside-cont .row .field .option-container-flex .special, .section-two [id^="content2"] form .inside-cont .sub-head .field .option-container-flex .special,
  .section-four [id^="content2"] form .inside-cont .row .field .option-container-flex .special,
  .section-four [id^="content2"] form .inside-cont .sub-head .field .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    .section-two [id^="content2"] form .inside-cont .row .field .option-container-flex .special + .name, .section-two [id^="content2"] form .inside-cont .sub-head .field .option-container-flex .special + .name,
    .section-four [id^="content2"] form .inside-cont .row .field .option-container-flex .special + .name,
    .section-four [id^="content2"] form .inside-cont .sub-head .field .option-container-flex .special + .name {
      margin-right: 20px; }
  .section-two [id^="content2"] form .inside-cont .row .field .option-container-flex label, .section-two [id^="content2"] form .inside-cont .sub-head .field .option-container-flex label,
  .section-four [id^="content2"] form .inside-cont .row .field .option-container-flex label,
  .section-four [id^="content2"] form .inside-cont .sub-head .field .option-container-flex label {
    margin-top: 0; }
  .section-two [id^="content2"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after, .section-two [id^="content2"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content2"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content2"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }

.section-two [id^="content3"] form .inside-cont hr,
.section-four [id^="content3"] form .inside-cont hr {
  margin: 0em 0 1.5em 0; }

.section-two [id^="content3"] form .inside-cont .row .field .option-container-flex, .section-two [id^="content3"] form .inside-cont .sub-head .field .option-container-flex,
.section-four [id^="content3"] form .inside-cont .row .field .option-container-flex,
.section-four [id^="content3"] form .inside-cont .sub-head .field .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  .section-two [id^="content3"] form .inside-cont .row .field .option-container-flex .special, .section-two [id^="content3"] form .inside-cont .sub-head .field .option-container-flex .special,
  .section-four [id^="content3"] form .inside-cont .row .field .option-container-flex .special,
  .section-four [id^="content3"] form .inside-cont .sub-head .field .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    .section-two [id^="content3"] form .inside-cont .row .field .option-container-flex .special + .name, .section-two [id^="content3"] form .inside-cont .sub-head .field .option-container-flex .special + .name,
    .section-four [id^="content3"] form .inside-cont .row .field .option-container-flex .special + .name,
    .section-four [id^="content3"] form .inside-cont .sub-head .field .option-container-flex .special + .name {
      margin-right: 20px; }
  .section-two [id^="content3"] form .inside-cont .row .field .option-container-flex label, .section-two [id^="content3"] form .inside-cont .sub-head .field .option-container-flex label,
  .section-four [id^="content3"] form .inside-cont .row .field .option-container-flex label,
  .section-four [id^="content3"] form .inside-cont .sub-head .field .option-container-flex label {
    margin-top: 0; }
  .section-two [id^="content3"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after, .section-two [id^="content3"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content3"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content3"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }

.section-two [id^="content4"] form .inside-cont hr,
.section-four [id^="content4"] form .inside-cont hr {
  margin: 0em 0 1.5em 0; }

.section-two [id^="content4"] form .inside-cont .row .field .option-container-flex, .section-two [id^="content4"] form .inside-cont .sub-head .field .option-container-flex,
.section-four [id^="content4"] form .inside-cont .row .field .option-container-flex,
.section-four [id^="content4"] form .inside-cont .sub-head .field .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  .section-two [id^="content4"] form .inside-cont .row .field .option-container-flex .special, .section-two [id^="content4"] form .inside-cont .sub-head .field .option-container-flex .special,
  .section-four [id^="content4"] form .inside-cont .row .field .option-container-flex .special,
  .section-four [id^="content4"] form .inside-cont .sub-head .field .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    .section-two [id^="content4"] form .inside-cont .row .field .option-container-flex .special + .name, .section-two [id^="content4"] form .inside-cont .sub-head .field .option-container-flex .special + .name,
    .section-four [id^="content4"] form .inside-cont .row .field .option-container-flex .special + .name,
    .section-four [id^="content4"] form .inside-cont .sub-head .field .option-container-flex .special + .name {
      margin-right: 20px; }
  .section-two [id^="content4"] form .inside-cont .row .field .option-container-flex label, .section-two [id^="content4"] form .inside-cont .sub-head .field .option-container-flex label,
  .section-four [id^="content4"] form .inside-cont .row .field .option-container-flex label,
  .section-four [id^="content4"] form .inside-cont .sub-head .field .option-container-flex label {
    margin-top: 0; }
  .section-two [id^="content4"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after, .section-two [id^="content4"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content4"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content4"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }

.section-two [id^="content5"] form .inside-cont hr,
.section-four [id^="content5"] form .inside-cont hr {
  margin: 0em 0 1.5em 0; }

.section-two [id^="content5"] form .inside-cont .row .field .option-container-flex, .section-two [id^="content5"] form .inside-cont .sub-head .field .option-container-flex,
.section-four [id^="content5"] form .inside-cont .row .field .option-container-flex,
.section-four [id^="content5"] form .inside-cont .sub-head .field .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  .section-two [id^="content5"] form .inside-cont .row .field .option-container-flex .special, .section-two [id^="content5"] form .inside-cont .sub-head .field .option-container-flex .special,
  .section-four [id^="content5"] form .inside-cont .row .field .option-container-flex .special,
  .section-four [id^="content5"] form .inside-cont .sub-head .field .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    .section-two [id^="content5"] form .inside-cont .row .field .option-container-flex .special + .name, .section-two [id^="content5"] form .inside-cont .sub-head .field .option-container-flex .special + .name,
    .section-four [id^="content5"] form .inside-cont .row .field .option-container-flex .special + .name,
    .section-four [id^="content5"] form .inside-cont .sub-head .field .option-container-flex .special + .name {
      margin-right: 20px; }
  .section-two [id^="content5"] form .inside-cont .row .field .option-container-flex label, .section-two [id^="content5"] form .inside-cont .sub-head .field .option-container-flex label,
  .section-four [id^="content5"] form .inside-cont .row .field .option-container-flex label,
  .section-four [id^="content5"] form .inside-cont .sub-head .field .option-container-flex label {
    margin-top: 0; }
  .section-two [id^="content5"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after, .section-two [id^="content5"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content5"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content5"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }

.section-two [id^="content6"] form .inside-cont hr,
.section-four [id^="content6"] form .inside-cont hr {
  margin: 0em 0 1.5em 0; }

.section-two [id^="content6"] form .inside-cont .row .field .option-container-flex, .section-two [id^="content6"] form .inside-cont .sub-head .field .option-container-flex,
.section-four [id^="content6"] form .inside-cont .row .field .option-container-flex,
.section-four [id^="content6"] form .inside-cont .sub-head .field .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  .section-two [id^="content6"] form .inside-cont .row .field .option-container-flex .special, .section-two [id^="content6"] form .inside-cont .sub-head .field .option-container-flex .special,
  .section-four [id^="content6"] form .inside-cont .row .field .option-container-flex .special,
  .section-four [id^="content6"] form .inside-cont .sub-head .field .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    .section-two [id^="content6"] form .inside-cont .row .field .option-container-flex .special + .name, .section-two [id^="content6"] form .inside-cont .sub-head .field .option-container-flex .special + .name,
    .section-four [id^="content6"] form .inside-cont .row .field .option-container-flex .special + .name,
    .section-four [id^="content6"] form .inside-cont .sub-head .field .option-container-flex .special + .name {
      margin-right: 20px; }
  .section-two [id^="content6"] form .inside-cont .row .field .option-container-flex label, .section-two [id^="content6"] form .inside-cont .sub-head .field .option-container-flex label,
  .section-four [id^="content6"] form .inside-cont .row .field .option-container-flex label,
  .section-four [id^="content6"] form .inside-cont .sub-head .field .option-container-flex label {
    margin-top: 0; }
  .section-two [id^="content6"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after, .section-two [id^="content6"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content6"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content6"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }

.section-two [id^="content7"] form .inside-cont hr,
.section-four [id^="content7"] form .inside-cont hr {
  margin: 0em 0 1.5em 0; }

.section-two [id^="content7"] form .inside-cont .row .field .option-container-flex, .section-two [id^="content7"] form .inside-cont .sub-head .field .option-container-flex,
.section-four [id^="content7"] form .inside-cont .row .field .option-container-flex,
.section-four [id^="content7"] form .inside-cont .sub-head .field .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  .section-two [id^="content7"] form .inside-cont .row .field .option-container-flex .special, .section-two [id^="content7"] form .inside-cont .sub-head .field .option-container-flex .special,
  .section-four [id^="content7"] form .inside-cont .row .field .option-container-flex .special,
  .section-four [id^="content7"] form .inside-cont .sub-head .field .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    .section-two [id^="content7"] form .inside-cont .row .field .option-container-flex .special + .name, .section-two [id^="content7"] form .inside-cont .sub-head .field .option-container-flex .special + .name,
    .section-four [id^="content7"] form .inside-cont .row .field .option-container-flex .special + .name,
    .section-four [id^="content7"] form .inside-cont .sub-head .field .option-container-flex .special + .name {
      margin-right: 20px; }
  .section-two [id^="content7"] form .inside-cont .row .field .option-container-flex label, .section-two [id^="content7"] form .inside-cont .sub-head .field .option-container-flex label,
  .section-four [id^="content7"] form .inside-cont .row .field .option-container-flex label,
  .section-four [id^="content7"] form .inside-cont .sub-head .field .option-container-flex label {
    margin-top: 0; }
  .section-two [id^="content7"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after, .section-two [id^="content7"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content7"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content7"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }

.section-two [id^="content8"] form .inside-cont hr,
.section-four [id^="content8"] form .inside-cont hr {
  margin: 0em 0 1.5em 0; }

.section-two [id^="content8"] form .inside-cont .row .field .option-container-flex, .section-two [id^="content8"] form .inside-cont .sub-head .field .option-container-flex,
.section-four [id^="content8"] form .inside-cont .row .field .option-container-flex,
.section-four [id^="content8"] form .inside-cont .sub-head .field .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  .section-two [id^="content8"] form .inside-cont .row .field .option-container-flex .special, .section-two [id^="content8"] form .inside-cont .sub-head .field .option-container-flex .special,
  .section-four [id^="content8"] form .inside-cont .row .field .option-container-flex .special,
  .section-four [id^="content8"] form .inside-cont .sub-head .field .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    .section-two [id^="content8"] form .inside-cont .row .field .option-container-flex .special + .name, .section-two [id^="content8"] form .inside-cont .sub-head .field .option-container-flex .special + .name,
    .section-four [id^="content8"] form .inside-cont .row .field .option-container-flex .special + .name,
    .section-four [id^="content8"] form .inside-cont .sub-head .field .option-container-flex .special + .name {
      margin-right: 20px; }
  .section-two [id^="content8"] form .inside-cont .row .field .option-container-flex label, .section-two [id^="content8"] form .inside-cont .sub-head .field .option-container-flex label,
  .section-four [id^="content8"] form .inside-cont .row .field .option-container-flex label,
  .section-four [id^="content8"] form .inside-cont .sub-head .field .option-container-flex label {
    margin-top: 0; }
  .section-two [id^="content8"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after, .section-two [id^="content8"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content8"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content8"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }

.section-two [id^="content9"] form .inside-cont hr,
.section-four [id^="content9"] form .inside-cont hr {
  margin: 0em 0 1.5em 0; }

.section-two [id^="content9"] form .inside-cont .row .field .option-container-flex, .section-two [id^="content9"] form .inside-cont .sub-head .field .option-container-flex,
.section-four [id^="content9"] form .inside-cont .row .field .option-container-flex,
.section-four [id^="content9"] form .inside-cont .sub-head .field .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  .section-two [id^="content9"] form .inside-cont .row .field .option-container-flex .special, .section-two [id^="content9"] form .inside-cont .sub-head .field .option-container-flex .special,
  .section-four [id^="content9"] form .inside-cont .row .field .option-container-flex .special,
  .section-four [id^="content9"] form .inside-cont .sub-head .field .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    .section-two [id^="content9"] form .inside-cont .row .field .option-container-flex .special + .name, .section-two [id^="content9"] form .inside-cont .sub-head .field .option-container-flex .special + .name,
    .section-four [id^="content9"] form .inside-cont .row .field .option-container-flex .special + .name,
    .section-four [id^="content9"] form .inside-cont .sub-head .field .option-container-flex .special + .name {
      margin-right: 20px; }
  .section-two [id^="content9"] form .inside-cont .row .field .option-container-flex label, .section-two [id^="content9"] form .inside-cont .sub-head .field .option-container-flex label,
  .section-four [id^="content9"] form .inside-cont .row .field .option-container-flex label,
  .section-four [id^="content9"] form .inside-cont .sub-head .field .option-container-flex label {
    margin-top: 0; }
  .section-two [id^="content9"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after, .section-two [id^="content9"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content9"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content9"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }

.section-two [id^="content10"] form .inside-cont hr,
.section-four [id^="content10"] form .inside-cont hr {
  margin: 0em 0 1.5em 0; }

.section-two [id^="content10"] form .inside-cont .row .field .option-container-flex, .section-two [id^="content10"] form .inside-cont .sub-head .field .option-container-flex,
.section-four [id^="content10"] form .inside-cont .row .field .option-container-flex,
.section-four [id^="content10"] form .inside-cont .sub-head .field .option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  .section-two [id^="content10"] form .inside-cont .row .field .option-container-flex .special, .section-two [id^="content10"] form .inside-cont .sub-head .field .option-container-flex .special,
  .section-four [id^="content10"] form .inside-cont .row .field .option-container-flex .special,
  .section-four [id^="content10"] form .inside-cont .sub-head .field .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    .section-two [id^="content10"] form .inside-cont .row .field .option-container-flex .special + .name, .section-two [id^="content10"] form .inside-cont .sub-head .field .option-container-flex .special + .name,
    .section-four [id^="content10"] form .inside-cont .row .field .option-container-flex .special + .name,
    .section-four [id^="content10"] form .inside-cont .sub-head .field .option-container-flex .special + .name {
      margin-right: 20px; }
  .section-two [id^="content10"] form .inside-cont .row .field .option-container-flex label, .section-two [id^="content10"] form .inside-cont .sub-head .field .option-container-flex label,
  .section-four [id^="content10"] form .inside-cont .row .field .option-container-flex label,
  .section-four [id^="content10"] form .inside-cont .sub-head .field .option-container-flex label {
    margin-top: 0; }
  .section-two [id^="content10"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after, .section-two [id^="content10"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content10"] form .inside-cont .row .field .option-container-flex input[type=checkbox]:checked + label:after,
  .section-four [id^="content10"] form .inside-cont .sub-head .field .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }

.section-two .obj-col .act-name,
.section-four .obj-col .act-name {
  margin: 25px 0 0 0; }
  .section-two .obj-col .act-name p,
  .section-four .obj-col .act-name p {
    padding-bottom: 1em; }

.section-two .obj-col .no-act-name p,
.section-four .obj-col .no-act-name p {
  padding: 1.5em;
  color: red; }

.dollar-input:before {
  content: "$";
  position: absolute;
  padding: 5% 0;
  right: 90%;
  bottom: 25%; }

.percent-input:after {
  content: "%";
  position: absolute;
  padding: 5% 0;
  right: 0;
  bottom: 25%; }

.site-table-row div .com {
  height: 25px; }

.site-table-row div .incom {
  height: 40px; }

.site-table-row div .com-margin {
  margin-top: 15px; }

.site-table-row .changes-check,
.field .changes-check {
  padding: 25px 15px; }
  .site-table-row .changes-check .changes-checked,
  .field .changes-check .changes-checked {
    padding: 0; }
  .site-table-row .changes-check .form-checkbox,
  .field .changes-check .form-checkbox {
    display: none; }
  .site-table-row .changes-check input[type="checkbox"]:checked + label:after,
  .field .changes-check input[type="checkbox"]:checked + label:after {
    top: 0; }

.section-4-main {
  width: 1366px; }
  .theme-hepis .section-4-main .site-table .site-table-row:not(.default-hidden):not(.header):nth-of-type(4n + 5) {
    background-color: rgba(220, 222, 222, 0.6); }
  .theme-gea .section-4-main .site-table .site-table-row:not(.default-hidden):not(.header):nth-of-type(4n + 5) {
    background-color: rgba(177, 233, 247, 0.6); }
  .theme-fipse .section-4-main .site-table .site-table-row:not(.default-hidden):not(.header):nth-of-type(4n + 5) {
    background-color: rgba(197, 148, 180, 0.6); }
  .theme-isapr .section-4-main .site-table .site-table-row:not(.default-hidden):not(.header):nth-of-type(4n + 5) {
    background-color: rgba(180, 234, 233, 0.6); }
  .theme-efrs .section-4-main .site-table .site-table-row:not(.default-hidden):not(.header):nth-of-type(4n + 5) {
    background-color: rgba(213, 220, 255, 0.6); }
  .theme-hepis .section-4-main .site-table .site-table-row .light-row {
    background-color: rgba(220, 222, 222, 0.6); }
  .theme-gea .section-4-main .site-table .site-table-row .light-row {
    background-color: rgba(177, 233, 247, 0.6); }
  .theme-fipse .section-4-main .site-table .site-table-row .light-row {
    background-color: rgba(197, 148, 180, 0.6); }
  .theme-isapr .section-4-main .site-table .site-table-row .light-row {
    background-color: rgba(180, 234, 233, 0.6); }
  .theme-efrs .section-4-main .site-table .site-table-row .light-row {
    background-color: rgba(213, 220, 255, 0.6); }
  .section-4-main .site-table .site-table-row div {
    font-size: 14px; }
    .section-4-main .site-table .site-table-row div label {
      text-align: left; }
  .section-4-main .form-budget-records {
    margin: 0;
    padding-bottom: 0; }
    .section-4-main .form-budget-records input.disabled {
      background-color: rgba(180, 234, 233, 0.5);
      opacity: 0.8; }
    .section-4-main .form-budget-records .budget-name {
      display: flex;
      align-items: center;
      justify-content: center; }

.section_4 #content1 .inside-cont {
  padding: 40px 20px; }

#form_isapr_4_4a .inside-cont {
  padding: 15px; }

.theme-hepis .section-6 .site-table-row:not(.header):nth-child(odd), .theme-hepis
.section-5 .site-table-row:not(.header):nth-child(odd), .theme-hepis
.section-two .site-table-row:not(.header):nth-child(odd), .theme-hepis
.section-3c .site-table-row:not(.header):nth-child(odd) {
  background-color: rgba(220, 222, 222, 0.6); }

.theme-gea .section-6 .site-table-row:not(.header):nth-child(odd), .theme-gea
.section-5 .site-table-row:not(.header):nth-child(odd), .theme-gea
.section-two .site-table-row:not(.header):nth-child(odd), .theme-gea
.section-3c .site-table-row:not(.header):nth-child(odd) {
  background-color: rgba(177, 233, 247, 0.6); }

.theme-fipse .section-6 .site-table-row:not(.header):nth-child(odd), .theme-fipse
.section-5 .site-table-row:not(.header):nth-child(odd), .theme-fipse
.section-two .site-table-row:not(.header):nth-child(odd), .theme-fipse
.section-3c .site-table-row:not(.header):nth-child(odd) {
  background-color: rgba(197, 148, 180, 0.6); }

.theme-isapr .section-6 .site-table-row:not(.header):nth-child(odd), .theme-isapr
.section-5 .site-table-row:not(.header):nth-child(odd), .theme-isapr
.section-two .site-table-row:not(.header):nth-child(odd), .theme-isapr
.section-3c .site-table-row:not(.header):nth-child(odd) {
  background-color: rgba(180, 234, 233, 0.6); }

.theme-efrs .section-6 .site-table-row:not(.header):nth-child(odd), .theme-efrs
.section-5 .site-table-row:not(.header):nth-child(odd), .theme-efrs
.section-two .site-table-row:not(.header):nth-child(odd), .theme-efrs
.section-3c .site-table-row:not(.header):nth-child(odd) {
  background-color: rgba(213, 220, 255, 0.6); }

.section-6 .site-table-row div:nth-child(2) label,
.section-5 .site-table-row div:nth-child(2) label,
.section-two .site-table-row div:nth-child(2) label,
.section-3c .site-table-row div:nth-child(2) label {
  text-align: left; }

.section-6 .site-table-row .fin-cost,
.section-5 .site-table-row .fin-cost,
.section-two .site-table-row .fin-cost,
.section-3c .site-table-row .fin-cost {
  width: 97%; }

.section-5.pdf .site-table-row div {
  text-align: left !important; }

.section-5.pdf p.activity-name, .section-5.pdf .activity-description p {
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal; }

.section-5.pdf .inline-textareas {
  display: flex;
  border: none; }

.section-5.pdf .row.print-helper, .section-5.pdf .print-helper.sub-head, .section-5.pdf .expenditures {
  border: none; }

.review-tables .site-use + .site-use {
  margin-top: 2.5em; }

.section_4 .content .container {
  padding: 20px 25px; }

.section-4-main .site-table .site-table-row.header div {
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center; }

.section-4-main .site-table .site-table-row.header.total div {
  padding: 20px 5px !important;
  font-size: 16px !important; }

.section-4-main .site-table .site-table-row.header.med div {
  font-size: 16px;
  padding: 10px 0; }

.section-4-main .site-table .site-table-row .dollar-input:before {
  content: "$";
  position: absolute;
  padding: 5% 0;
  right: 85%;
  bottom: 25%; }

.section-3c .site-table-row .dollar-input:before {
  content: "$";
  position: absolute;
  padding: 4% 0;
  left: -5px;
  bottom: 25%; }

.section-3c .site-table-row .dollar-input.specific:before {
  content: "$";
  position: absolute;
  padding: 4% 0;
  top: 20px;
  left: -5px; }

.table-total {
  line-height: 37px;
  height: 40px;
  font-size: 16px;
  padding: 0 10px;
  border: 2px solid;
  display: block;
  border-radius: 4px;
  max-width: 95px;
  margin: 5px;
  width: 100%;
  border-color: #197477;
  background-color: rgba(209, 238, 231, 0.8);
  color: #023E40;
  font-weight: bold;
  overflow: hidden; }
  .theme-hepis .table-total {
    border-color: #444848;
    color: #444848;
    background-color: rgba(102, 109, 112, 0.25); }
  .theme-gea .table-total {
    border-color: #012841;
    color: #012841;
    background-color: rgba(0, 102, 127, 0.25); }
  .theme-fipse .table-total {
    border-color: #24031c;
    color: #24031c;
    background-color: rgba(88, 0, 47, 0.25); }
  .theme-isapr .table-total {
    border-color: #003539;
    color: #003539;
    background-color: rgba(0, 97, 99, 0.25); }
  .theme-efrs .table-total {
    border-color: #220F55;
    color: #220F55;
    background-color: rgba(71, 79, 146, 0.25); }

.ui-datepicker {
  background-color: #ffffff; }
  .theme-hepis .ui-datepicker .ui-datepicker-header, .theme-hepis
  .ui-datepicker .ui-widget-header {
    background: rgba(220, 222, 222, 0.25);
    color: #444848;
    border-color: #dcdede; }
  .theme-gea .ui-datepicker .ui-datepicker-header, .theme-gea
  .ui-datepicker .ui-widget-header {
    background: rgba(177, 233, 247, 0.25);
    color: #012841;
    border-color: #b1e9f7; }
  .theme-fipse .ui-datepicker .ui-datepicker-header, .theme-fipse
  .ui-datepicker .ui-widget-header {
    background: rgba(197, 148, 180, 0.25);
    color: #24031c;
    border-color: #c594b4; }
  .theme-isapr .ui-datepicker .ui-datepicker-header, .theme-isapr
  .ui-datepicker .ui-widget-header {
    background: rgba(180, 234, 233, 0.25);
    color: #003539;
    border-color: #b4eae9; }
  .theme-efrs .ui-datepicker .ui-datepicker-header, .theme-efrs
  .ui-datepicker .ui-widget-header {
    background: rgba(213, 220, 255, 0.25);
    color: #220F55;
    border-color: #D5DCFF; }
  .theme-hepis .ui-datepicker .ui-state-hover {
    border-color: #dcdede;
    background: rgba(220, 222, 222, 0.25);
    color: #ffffff; }
  .theme-gea .ui-datepicker .ui-state-hover {
    border-color: #b1e9f7;
    background: rgba(177, 233, 247, 0.25);
    color: #ffffff; }
  .theme-fipse .ui-datepicker .ui-state-hover {
    border-color: #c594b4;
    background: rgba(197, 148, 180, 0.25);
    color: #ffffff; }
  .theme-isapr .ui-datepicker .ui-state-hover {
    border-color: #b4eae9;
    background: rgba(180, 234, 233, 0.25);
    color: #ffffff; }
  .theme-efrs .ui-datepicker .ui-state-hover {
    border-color: #D5DCFF;
    background: rgba(213, 220, 255, 0.25);
    color: #ffffff; }
  .theme-hepis .ui-datepicker .ui-datepicker-calendar tr th span {
    color: #666d70; }
  .theme-gea .ui-datepicker .ui-datepicker-calendar tr th span {
    color: #00667f; }
  .theme-fipse .ui-datepicker .ui-datepicker-calendar tr th span {
    color: #58002f; }
  .theme-isapr .ui-datepicker .ui-datepicker-calendar tr th span {
    color: #006163; }
  .theme-efrs .ui-datepicker .ui-datepicker-calendar tr th span {
    color: #474F92; }
  .theme-hepis .ui-datepicker .ui-datepicker-calendar tbody tr td {
    border-color: #444848; }
  .theme-gea .ui-datepicker .ui-datepicker-calendar tbody tr td {
    border-color: #012841; }
  .theme-fipse .ui-datepicker .ui-datepicker-calendar tbody tr td {
    border-color: #24031c; }
  .theme-isapr .ui-datepicker .ui-datepicker-calendar tbody tr td {
    border-color: #003539; }
  .theme-efrs .ui-datepicker .ui-datepicker-calendar tbody tr td {
    border-color: #220F55; }
  .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
    text-decoration: none;
    background-color: transparent; }
    .theme-hepis .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
      border-color: #dcdede;
      background: rgba(220, 222, 222, 0.25);
      color: #444848; }
    .theme-gea .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
      border-color: #b1e9f7;
      background: rgba(177, 233, 247, 0.25);
      color: #012841; }
    .theme-fipse .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
      border-color: #c594b4;
      background: rgba(197, 148, 180, 0.25);
      color: #24031c; }
    .theme-isapr .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
      border-color: #b4eae9;
      background: rgba(180, 234, 233, 0.25);
      color: #003539; }
    .theme-efrs .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
      border-color: #D5DCFF;
      background: rgba(213, 220, 255, 0.25);
      color: #220F55; }
  .theme-hepis .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-highlight {
    border-color: #dcdede;
    background: #444848;
    color: #ffffff; }
  .theme-gea .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-highlight {
    border-color: #b1e9f7;
    background: #012841;
    color: #ffffff; }
  .theme-fipse .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-highlight {
    border-color: #c594b4;
    background: #24031c;
    color: #ffffff; }
  .theme-isapr .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-highlight {
    border-color: #b4eae9;
    background: #003539;
    color: #ffffff; }
  .theme-efrs .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-highlight {
    border-color: #D5DCFF;
    background: #220F55;
    color: #ffffff; }

.upload-container {
  display: flex;
  justify-content: center;
  margin: 0; }
  .upload-container span {
    font-size: 0.75em; }

.reporting-period {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding: 0.5em; }
  .reporting-period span {
    font-weight: 700; }
  .theme-hepis .reporting-period {
    background-color: #dcdede;
    color: #444848; }
  .theme-gea .reporting-period {
    background-color: #b1e9f7;
    color: #012841; }
  .theme-fipse .reporting-period {
    background-color: #c594b4;
    color: #24031c; }
  .theme-isapr .reporting-period {
    background-color: #b4eae9;
    color: #003539; }
  .theme-efrs .reporting-period {
    background-color: #D5DCFF;
    color: #220F55; }

.special-check-cont {
  align-items: center; }
  .special-check-cont .check-cont {
    margin: 0 1.5em 0 0.5em; }
    .special-check-cont .check-cont span {
      font-weight: 400; }

.option-container-flex {
  display: flex;
  padding-top: 12.5px; }
  .option-container-flex input[type=checkbox]:checked + label:after {
    top: 0px; }
  .option-container-flex .special {
    margin: 0px 10px 0px 0px; }
    .option-container-flex .special + .name {
      margin-right: 20px; }
  .option-container-flex .clearmarg {
    margin: 0; }
  .option-container-flex .inside-ele {
    margin-left: 25px; }

.changes-check {
  padding: 25px 15px; }
  .changes-check .changes-checked {
    padding: 0; }
  .changes-check .form-checkbox {
    display: none; }
  .changes-check input[type="checkbox"]:checked + label:after {
    top: 0; }

.inside-ele {
  margin-left: 25px; }

.reporting-period-note {
  text-align: left;
  width: 100%;
  margin: 0.5em 0 1.25em 0;
  padding: 0.5em; }
  .reporting-period-note span {
    font-weight: 700; }
  .theme-hepis .reporting-period-note {
    background-color: #dcdede;
    color: #444848; }
  .theme-gea .reporting-period-note {
    background-color: #b1e9f7;
    color: #012841; }
  .theme-fipse .reporting-period-note {
    background-color: #c594b4;
    color: #24031c; }
  .theme-isapr .reporting-period-note {
    background-color: #b4eae9;
    color: #003539; }
  .theme-efrs .reporting-period-note {
    background-color: #D5DCFF;
    color: #220F55; }

.space-list li:not(:last-child) {
  margin-bottom: 1em; }

.space-list li:first-child {
  margin-top: 1em; }

.space-list-scndry li:not(:last-child) {
  margin-bottom: 1em; }

.directors-letter-head {
  margin: 2em 0 1em 0; }

.faq {
  padding: 50px 20px 0px 20px; }
  .faq .answer {
    display: none;
    padding: 25px 20px; }
  .faq span {
    cursor: pointer; }
    .faq span:after {
      content: "+";
      float: right;
      font-weight: bold; }
  .faq .header {
    cursor: pointer; }
  .faq.open span:after {
    content: "-"; }

.special-flex p {
  padding: 0.5em; }

.top-margin {
  margin-top: 2em; }

.top-margin-less {
  margin-top: 1em; }

.mt1 {
  margin-top: 1em !important; }

.mt2 {
  margin-top: 2em !important; }

.pencil-float {
  color: #ffffff;
  z-index: 1;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  padding: 5px 20px 5px 5px; }
  .theme-hepis .pencil-float {
    background-color: #444848; }
  .theme-gea .pencil-float {
    background-color: #012841; }
  .theme-fipse .pencil-float {
    background-color: #24031c; }
  .theme-isapr .pencil-float {
    background-color: #003539; }
  .theme-efrs .pencil-float {
    background-color: #220F55; }
  .pencil-float a,
  .pencil-float a:hover,
  .pencil-float a:visited {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    text-decoration: none; }
    .theme-hepis .pencil-float a, .theme-hepis
    .pencil-float a:hover, .theme-hepis
    .pencil-float a:visited {
      color: #ffffff; }
    .theme-gea .pencil-float a, .theme-gea
    .pencil-float a:hover, .theme-gea
    .pencil-float a:visited {
      color: #ffffff; }
    .theme-fipse .pencil-float a, .theme-fipse
    .pencil-float a:hover, .theme-fipse
    .pencil-float a:visited {
      color: #ffffff; }
    .theme-isapr .pencil-float a, .theme-isapr
    .pencil-float a:hover, .theme-isapr
    .pencil-float a:visited {
      color: #ffffff; }
    .theme-efrs .pencil-float a, .theme-efrs
    .pencil-float a:hover, .theme-efrs
    .pencil-float a:visited {
      color: #ffffff; }
  .pencil-float .pencil-icon {
    font-size: 29px;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 2px; }
    .theme-hepis .pencil-float .pencil-icon {
      color: #444848;
      background-color: #ffffff; }
    .theme-gea .pencil-float .pencil-icon {
      color: #012841;
      background-color: #ffffff; }
    .theme-fipse .pencil-float .pencil-icon {
      color: #24031c;
      background-color: #ffffff; }
    .theme-isapr .pencil-float .pencil-icon {
      color: #003539;
      background-color: #ffffff; }
    .theme-efrs .pencil-float .pencil-icon {
      color: #220F55;
      background-color: #ffffff; }

.special-styling {
  margin: 0;
  padding: 0; }

#email_pop_modal .alert-modal-content,
#add_new_user_modal .alert-modal-content,
#edit_user_modal .alert-modal-content,
#pop-modal-email-sent .alert-modal-content,
#pop-modal-email-view-message .alert-modal-content {
  width: 70%; }
  #email_pop_modal .alert-modal-content *,
  #add_new_user_modal .alert-modal-content *,
  #edit_user_modal .alert-modal-content *,
  #pop-modal-email-sent .alert-modal-content *,
  #pop-modal-email-view-message .alert-modal-content * {
    max-width: 100%; }
  #email_pop_modal .alert-modal-content h4,
  #add_new_user_modal .alert-modal-content h4,
  #edit_user_modal .alert-modal-content h4,
  #pop-modal-email-sent .alert-modal-content h4,
  #pop-modal-email-view-message .alert-modal-content h4 {
    margin-top: 40px;
    color: #002144; }
  #email_pop_modal .alert-modal-content p,
  #email_pop_modal .alert-modal-content label,
  #add_new_user_modal .alert-modal-content p,
  #add_new_user_modal .alert-modal-content label,
  #edit_user_modal .alert-modal-content p,
  #edit_user_modal .alert-modal-content label,
  #pop-modal-email-sent .alert-modal-content p,
  #pop-modal-email-sent .alert-modal-content label,
  #pop-modal-email-view-message .alert-modal-content p,
  #pop-modal-email-view-message .alert-modal-content label {
    text-align: left;
    color: #002144; }
  #email_pop_modal .alert-modal-content .pop,
  #add_new_user_modal .alert-modal-content .pop,
  #edit_user_modal .alert-modal-content .pop,
  #pop-modal-email-sent .alert-modal-content .pop,
  #pop-modal-email-view-message .alert-modal-content .pop {
    background-color: #ffffff; }

#email_pop_modal #add_new_user_form,
#email_pop_modal #edit_user_form,
#add_new_user_modal #add_new_user_form,
#add_new_user_modal #edit_user_form,
#edit_user_modal #add_new_user_form,
#edit_user_modal #edit_user_form,
#pop-modal-email-sent #add_new_user_form,
#pop-modal-email-sent #edit_user_form,
#pop-modal-email-view-message #add_new_user_form,
#pop-modal-email-view-message #edit_user_form {
  padding: 20px 40px; }

.status {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .theme-hepis .status {
    background-color: #98ca5b;
    color: #023e40; }
  .theme-gea .status {
    background-color: #98ca5b;
    color: #023e40; }
  .theme-fipse .status {
    background-color: #98ca5b;
    color: #023e40; }
  .theme-isapr .status {
    background-color: #98ca5b;
    color: #023e40; }
  .theme-efrs .status {
    background-color: #98ca5b;
    color: #023e40; }
  .status-icon {
    width: 90px;
    height: 60px;
    flex: 0 1 90px;
    text-align: center; }
    .theme-hepis .status-icon {
      background-color: #b7da8c;
      color: #023e40; }
    .theme-gea .status-icon {
      background-color: #b7da8c;
      color: #023e40; }
    .theme-fipse .status-icon {
      background-color: #b7da8c;
      color: #023e40; }
    .theme-isapr .status-icon {
      background-color: #b7da8c;
      color: #023e40; }
    .theme-efrs .status-icon {
      background-color: #b7da8c;
      color: #023e40; }
    .status-icon i {
      font-size: 40px;
      margin: 10px 0; }
  .status-msg {
    flex: 1 2 auto;
    font-weight: bold;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .status-msg span,
    .status-msg p {
      flex: 1 2 auto;
      padding-bottom: 0; }
    .status-msg a.cta-btn {
      align-self: flex-end;
      margin-left: auto;
      padding: 12px 30px;
      flex: 0 0 auto;
      border: 1px solid;
      margin-right: 50px;
      border-radius: 4px;
      text-decoration: none; }
      .status-msg a.cta-btn i {
        margin-left: 5px;
        font-size: 22px; }
      .theme-hepis .status-msg a.cta-btn {
        background-color: #ffffff;
        border-color: #023e40;
        color: #023e40; }
        .theme-hepis .status-msg a.cta-btn:hover {
          background-color: #023e40;
          color: #ffffff; }
      .theme-gea .status-msg a.cta-btn {
        background-color: #ffffff;
        border-color: #023e40;
        color: #023e40; }
        .theme-gea .status-msg a.cta-btn:hover {
          background-color: #023e40;
          color: #ffffff; }
      .theme-fipse .status-msg a.cta-btn {
        background-color: #ffffff;
        border-color: #023e40;
        color: #023e40; }
        .theme-fipse .status-msg a.cta-btn:hover {
          background-color: #023e40;
          color: #ffffff; }
      .theme-isapr .status-msg a.cta-btn {
        background-color: #ffffff;
        border-color: #023e40;
        color: #023e40; }
        .theme-isapr .status-msg a.cta-btn:hover {
          background-color: #023e40;
          color: #ffffff; }
      .theme-efrs .status-msg a.cta-btn {
        background-color: #ffffff;
        border-color: #023e40;
        color: #023e40; }
        .theme-efrs .status-msg a.cta-btn:hover {
          background-color: #023e40;
          color: #ffffff; }
    .status-msg .status-close {
      text-align: center; }
      .theme-hepis .status-msg .status-close {
        color: #023e40; }
      .theme-gea .status-msg .status-close {
        color: #023e40; }
      .theme-fipse .status-msg .status-close {
        color: #023e40; }
      .theme-isapr .status-msg .status-close {
        color: #023e40; }
      .theme-efrs .status-msg .status-close {
        color: #023e40; }
      .status-msg .status-close i {
        font-size: 30px;
        margin: 10px 0; }

.error {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .theme-hepis .error {
    background-color: #dc3545;
    color: #65121B; }
  .theme-gea .error {
    background-color: #dc3545;
    color: #65121B; }
  .theme-fipse .error {
    background-color: #dc3545;
    color: #65121B; }
  .theme-isapr .error {
    background-color: #dc3545;
    color: #65121B; }
  .theme-efrs .error {
    background-color: #dc3545;
    color: #65121B; }
  .error-icon {
    width: 90px;
    height: 60px;
    flex: 0 1 90px;
    text-align: center; }
    .theme-hepis .error-icon {
      background-color: #ED9AA2;
      color: #65121B; }
    .theme-gea .error-icon {
      background-color: #ED9AA2;
      color: #65121B; }
    .theme-fipse .error-icon {
      background-color: #ED9AA2;
      color: #65121B; }
    .theme-isapr .error-icon {
      background-color: #ED9AA2;
      color: #65121B; }
    .theme-efrs .error-icon {
      background-color: #ED9AA2;
      color: #65121B; }
    .error-icon i {
      font-size: 40px;
      margin: 10px 0; }
  .error-msg {
    flex: 1 2 auto;
    font-weight: bold;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .error-msg span,
    .error-msg p {
      flex: 1 2 auto;
      padding-bottom: 0; }
    .error-msg a.cta-btn {
      align-self: flex-end;
      margin-left: auto;
      padding: 12px 30px;
      flex: 0 0 auto;
      border: 1px solid;
      margin-right: 50px;
      border-radius: 4px;
      text-decoration: none; }
      .error-msg a.cta-btn i {
        margin-left: 5px;
        font-size: 22px; }
      .theme-hepis .error-msg a.cta-btn {
        background-color: #ffffff;
        border-color: #65121B;
        color: #65121B; }
        .theme-hepis .error-msg a.cta-btn:hover {
          background-color: #65121B;
          color: #ffffff; }
      .theme-gea .error-msg a.cta-btn {
        background-color: #ffffff;
        border-color: #65121B;
        color: #65121B; }
        .theme-gea .error-msg a.cta-btn:hover {
          background-color: #65121B;
          color: #ffffff; }
      .theme-fipse .error-msg a.cta-btn {
        background-color: #ffffff;
        border-color: #65121B;
        color: #65121B; }
        .theme-fipse .error-msg a.cta-btn:hover {
          background-color: #65121B;
          color: #ffffff; }
      .theme-isapr .error-msg a.cta-btn {
        background-color: #ffffff;
        border-color: #65121B;
        color: #65121B; }
        .theme-isapr .error-msg a.cta-btn:hover {
          background-color: #65121B;
          color: #ffffff; }
      .theme-efrs .error-msg a.cta-btn {
        background-color: #ffffff;
        border-color: #65121B;
        color: #65121B; }
        .theme-efrs .error-msg a.cta-btn:hover {
          background-color: #65121B;
          color: #ffffff; }
    .error-msg .error-close {
      text-align: center; }
      .theme-hepis .error-msg .error-close {
        color: #65121B; }
      .theme-gea .error-msg .error-close {
        color: #65121B; }
      .theme-fipse .error-msg .error-close {
        color: #65121B; }
      .theme-isapr .error-msg .error-close {
        color: #65121B; }
      .theme-efrs .error-msg .error-close {
        color: #65121B; }
      .error-msg .error-close i {
        font-size: 30px;
        margin: 10px 0; }

select::-ms-expand {
  display: none; }

.introinfo {
  text-align: center;
  padding-bottom: 25px; }
  .introinfo p {
    text-align: left; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

#email_pop_modal .alert-modal-content,
#add_new_user_modal .alert-modal-content,
#edit_user_modal .alert-modal-content {
  width: 70%; }
  #email_pop_modal .alert-modal-content *,
  #add_new_user_modal .alert-modal-content *,
  #edit_user_modal .alert-modal-content * {
    max-width: 100%; }
  #email_pop_modal .alert-modal-content h4,
  #add_new_user_modal .alert-modal-content h4,
  #edit_user_modal .alert-modal-content h4 {
    margin-top: 40px;
    color: #002144; }
  #email_pop_modal .alert-modal-content p,
  #email_pop_modal .alert-modal-content label,
  #add_new_user_modal .alert-modal-content p,
  #add_new_user_modal .alert-modal-content label,
  #edit_user_modal .alert-modal-content p,
  #edit_user_modal .alert-modal-content label {
    text-align: left;
    color: #002144; }
  #email_pop_modal .alert-modal-content .pop,
  #add_new_user_modal .alert-modal-content .pop,
  #edit_user_modal .alert-modal-content .pop {
    background-color: #ffffff; }

#email_pop_modal #add_new_user_form,
#email_pop_modal #edit_user_form,
#add_new_user_modal #add_new_user_form,
#add_new_user_modal #edit_user_form,
#edit_user_modal #add_new_user_form,
#edit_user_modal #edit_user_form {
  padding: 20px 40px; }

.upload-btn {
  height: auto;
  padding: 15px; }

.responses .a3b-down {
  top: 1px !important; }

.delete-partner {
  top: 8px;
  font-size: 36px;
  cursor: pointer; }

#form_isapr_1a .upload-btn,
#form_isapr_2d .upload-btn {
  width: 100%; }
  .theme-hepis #form_isapr_1a .upload-btn, .theme-hepis
  #form_isapr_2d .upload-btn {
    background-color: #c7e2ff; }
  .theme-gea #form_isapr_1a .upload-btn, .theme-gea
  #form_isapr_2d .upload-btn {
    background-color: #0099bf; }
  .theme-fipse #form_isapr_1a .upload-btn, .theme-fipse
  #form_isapr_2d .upload-btn {
    background-color: #0099bf; }
  .theme-isapr #form_isapr_1a .upload-btn, .theme-isapr
  #form_isapr_2d .upload-btn {
    background-color: #0099bf; }
  .theme-efrs #form_isapr_1a .upload-btn, .theme-efrs
  #form_isapr_2d .upload-btn {
    background-color: #806FD2; }

#form_isapr_1 #q8-more .name {
  font-weight: unset !important; }

#save_2a_result,
#save_2b_result,
#save_2c_result,
#save_2d_result,
#save_2e_result,
#save_2f_result {
  text-align: center; }

.fixchk .field.chk-contain {
  flex: 0 1 30px; }
  .fixchk .field.chk-contain label {
    top: -6px; }

.actgrant {
  width: 100px;
  top: -12px; }

#isapr-grant_apr_section_4-page .section-four {
  width: 100%; }
  #isapr-grant_apr_section_4-page .section-four #form_isapr_3_3c {
    width: -webkit-fill-available; }

@media only screen and (-ms-high-contrast: active) and (min-width: 48.5em), only screen and (-ms-high-contrast: none) and (min-width: 48.5em) {
  .row, .sub-head {
    flex-wrap: nowrap; }
    .row .field, .sub-head .field {
      flex: 1 0 auto; } }

@media only screen and (-ms-high-contrast: active) and (min-width: 48.5em), only screen and (-ms-high-contrast: none) and (min-width: 48.5em) {
  #isapr-grant_apr_section_2-page .row, #isapr-grant_apr_section_2-page .sub-head,
  #isapr-grant_apr_section_4-page .row,
  #isapr-grant_apr_section_4-page .sub-head {
    flex-wrap: nowrap; }
    #isapr-grant_apr_section_2-page .row .field, #isapr-grant_apr_section_2-page .sub-head .field,
    #isapr-grant_apr_section_4-page .row .field,
    #isapr-grant_apr_section_4-page .sub-head .field {
      flex: 1 0 100%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tfa-modal-content form#form_select_method table tr {
    display: table; }
    .tfa-modal-content form#form_select_method table tr td {
      display: table-cell; }
  .side-nav ul li a {
    align-items: center; }
    .side-nav ul li a:after {
      content: '';
      min-height: inherit;
      font-size: 0; }
    .side-nav ul li a .text {
      min-height: 5px;
      display: none; }
      .side-nav ul li a .text:after {
        content: '';
        min-height: inherit;
        font-size: 0; }
    .side-nav ul li a .icon-img:after {
      content: '';
      min-height: inherit;
      font-size: 0; }
  .row.shorter, .shorter.sub-head {
    flex: 1 0 auto;
    flex: 1; }
  .field.zero-grow {
    flex-grow: 0; }
    .field.zero-grow + .field {
      max-width: 90%; }
  .fixelig .row .field, .fixelig .sub-head .field {
    flex-basis: 0px; } }

.form-FAO-4 .row .field.wider, .form-FAO-4 .sub-head .field.wider,
.form-FAO-3 .row .field.wider,
.form-FAO-3 .sub-head .field.wider,
.form-FAO-2 .row .field.wider,
.form-FAO-2 .sub-head .field.wider,
.form-FAO-1 .row .field.wider,
.form-FAO-1 .sub-head .field.wider {
  max-width: 63%; }

.form-FAO-4 .responses .field,
.form-FAO-3 .responses .field,
.form-FAO-2 .responses .field,
.form-FAO-1 .responses .field {
  max-width: 33%; }

.form-FAO-4 .responses .field.wider,
.form-FAO-3 .responses .field.wider,
.form-FAO-2 .responses .field.wider,
.form-FAO-1 .responses .field.wider {
  max-width: initial; }

#gea-eligibility_matrix-page .elig-table .head-r th:nth-of-type(2) {
  padding-left: 15px; }

.often-measure {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 5px; }
  .often-measure + .option-container {
    margin-bottom: 15px; }

.tooltip {
  background-image: url("/assets/images/ISAPR_more_info_icon.svg");
  background-size: 36px 36px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  margin-left: 12.5px;
  margin-right: 7px;
  align-self: center;
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .tooltip-info {
    position: absolute;
    width: 600px;
    padding: 20px 20px 0;
    z-index: 9999;
    border-radius: 20px;
    right: 0;
    top: 0; }
    .theme-hepis .tooltip-info {
      background-color: #b7da8c; }
    .theme-gea .tooltip-info {
      background-color: #b7da8c; }
    .theme-fipse .tooltip-info {
      background-color: #b7da8c; }
    .theme-isapr .tooltip-info {
      background-color: #b7da8c; }
    .theme-efrs .tooltip-info {
      background-color: #b7da8c; }
    .tooltip-info h5 {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px; }
      .tooltip-info h5 i {
        cursor: pointer; }

.note {
  padding: 5px 15px;
  margin: 15px 0 15px;
  display: block;
  text-align: left;
  font-size: 16px; }
  .note a {
    font-weight: 700; }
    .theme-hepis .note a {
      color: #444848; }
    .theme-gea .note a {
      color: #012841; }
    .theme-fipse .note a {
      color: #24031c; }
    .theme-isapr .note a {
      color: #003539; }
    .theme-efrs .note a {
      color: #220F55; }
  .theme-hepis .note {
    background-color: #75C8C6;
    color: #444848; }
  .theme-gea .note {
    background-color: #75C8C6;
    color: #012841; }
  .theme-fipse .note {
    background-color: #fde8f5;
    color: #24031c; }
  .theme-isapr .note {
    background-color: #75C8C6;
    color: #003539; }
  .theme-efrs .note {
    background-color: #75C8C6;
    color: #220F55; }

#form_isapr_apr_certification .fa-calendar-alt {
  top: 36px; }

#form_isapr_grant_interim_524b_info .dollar-input:before {
  bottom: 10px;
  color: #020202; }

#form_grantee_info .fa-chevron-down {
  top: 0;
  right: -6px;
  height: 40px; }

.section-6 #form_isapr_sec6 h4 {
  margin-bottom: 10px; }

.section-6 #form_isapr_sec6 .light-bg {
  background: white !important; }

.section-6 #form_isapr_sec6 .hidden-field {
  display: none !important; }

.section-6 #form_isapr_sec6 .site-table-row.header > div:not(.add-col) {
  border-right: 1px solid white; }

.section-6 #form_isapr_sec6 #accomplishments-table, .section-6 #form_isapr_sec6 #challenges-table {
  margin-bottom: 25px; }
  .section-6 #form_isapr_sec6 #accomplishments-table .site-table-row, .section-6 #form_isapr_sec6 #challenges-table .site-table-row {
    border-bottom: none; }
    .section-6 #form_isapr_sec6 #accomplishments-table .site-table-row div, .section-6 #form_isapr_sec6 #challenges-table .site-table-row div {
      display: flex;
      justify-content: center;
      align-items: center; }
  .section-6 #form_isapr_sec6 #accomplishments-table .site-table-row:not(.header) div, .section-6 #form_isapr_sec6 #challenges-table .site-table-row:not(.header) div {
    border: none; }
  .section-6 #form_isapr_sec6 #accomplishments-table .accomplishment-num, .section-6 #form_isapr_sec6 #accomplishments-table .challenge-num, .section-6 #form_isapr_sec6 #challenges-table .accomplishment-num, .section-6 #form_isapr_sec6 #challenges-table .challenge-num {
    width: 10%;
    padding: 15px; }
  .section-6 #form_isapr_sec6 #accomplishments-table .impact-col, .section-6 #form_isapr_sec6 #accomplishments-table .challenge-col, .section-6 #form_isapr_sec6 #challenges-table .impact-col, .section-6 #form_isapr_sec6 #challenges-table .challenge-col {
    width: 70%;
    padding: 15px; }
  .section-6 #form_isapr_sec6 #accomplishments-table .relevance-col, .section-6 #form_isapr_sec6 #accomplishments-table .action-col, .section-6 #form_isapr_sec6 #challenges-table .relevance-col, .section-6 #form_isapr_sec6 #challenges-table .action-col {
    width: 90%;
    padding: 15px; }
  .section-6 #form_isapr_sec6 #accomplishments-table .add-col, .section-6 #form_isapr_sec6 #challenges-table .add-col {
    width: 40%;
    padding: 15px; }
    .section-6 #form_isapr_sec6 #accomplishments-table .add-col > .button, .section-6 #form_isapr_sec6 #challenges-table .add-col > .button {
      min-width: 80px;
      margin: 0 5px;
      padding: 10px; }
  .section-6 #form_isapr_sec6 #accomplishments-table .show-textarea, .section-6 #form_isapr_sec6 #challenges-table .show-textarea {
    min-width: 300px; }

.section-6 #form_isapr_sec6 .row.buttons, .section-6 #form_isapr_sec6 .buttons.sub-head {
  margin-top: 25px; }

.section-6 #form_isapr_sec6 #expenditures-section {
  margin-bottom: 25px; }
  .section-6 #form_isapr_sec6 #expenditures-section #expenditures-table .currency-input input[type="number"] {
    max-width: none;
    margin: 5px;
    text-align: left; }

.section-6 #form_isapr_sec6 #questions > div {
  margin: 25px 0; }

#delete_modal .pop-msg {
  border: 1px solid gray !important;
  border-radius: 8px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }
  #delete_modal .pop-msg .close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer; }
    #delete_modal .pop-msg .close-btn i {
      font-size: 20px; }
  #delete_modal .pop-msg .confirm-delete {
    min-width: 100px;
    margin-right: 25px; }

div.alert-box {
  display: block;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  z-index: 1000; }

.alert-box a.close {
  color: #fff;
  font-size: 20px;
  opacity: 0.8;
  padding: 15px;
  text-decoration: none; }

.alert-box a.close:hover,
.alert-box a.close:focus {
  opacity: 0.4; }

#add_new_rpt_section {
  margin: 20px 0 10px 0;
  text-align: right; }

#form_efrs_1 .fa-calendar-alt {
  top: 28px;
  left: 275px;
  right: auto; }

#form_efrs_1 #initDepositDt,
#form_efrs_1 #addlDepositDt {
  max-width: 300px; }

#form_efrs_1 #initDepositDt {
  cursor: pointer; }

#form_efrs_1 .inline-radio {
  display: inline-block;
  padding: 0 20px 0 0; }

#form_efrs_2 .fa-calendar-alt {
  top: 21px;
  right: 15px; }

#form_efrs_2 .inline-date {
  display: inline-block;
  padding: 15px 20px 15px 0; }

#form_efrs_2 .inline-date input {
  cursor: pointer; }

#form_efrs_2 .inline-spacer-text {
  color: #444848;
  display: inline-block;
  size: 16px;
  font-weight: bold;
  padding: 15px 30px; }

#form_efrs_2 input#rptno {
  max-width: 75px; }

#form_efrs_3 input.amount {
  display: inline-block;
  max-width: 180px; }

#form_efrs_3 input.inst_name {
  max-width: 300px;
  display: inline-block; }

#form_efrs_3 .input-dollar-label {
  display: inline-block; }

#form_efrs_5 textarea,
#efrs_add_report_section_form textarea {
  max-width: 100%;
  height: 130px;
  padding: 10px;
  font: inherit;
  font-size: 14px; }

#form_efrs_5 input.amount,
#efrs_add_report_section_form input.amount {
  display: inline-block;
  max-width: 180px; }

#form_efrs_5 input.inst_name,
#efrs_add_report_section_form input.inst_name {
  max-width: 300px;
  display: inline-block; }

#form_efrs_5 .input-dollar-label,
#efrs_add_report_section_form .input-dollar-label {
  display: inline-block; }

#form_efrs_5 .character-limit,
#efrs_add_report_section_form .character-limit {
  color: #474F92;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 15px; }

#form_performance_measure_5 .perf-measure-container .perf-row .field .fa-chevron-down,
#form_performance_measure_5 .perf-measure-container .perf-row .field .fa-calendar-alt,
#form_performance_measure_0_0 .perf-measure-container .perf-row .field .fa-chevron-down,
#form_performance_measure_0_0 .perf-measure-container .perf-row .field .fa-calendar-alt {
  top: 1px; }

#indirectAgree_Rad_div .row .field .fa-chevron-down, #indirectAgree_Rad_div .sub-head .field .fa-chevron-down,
#indirectAgree_Rad_div .row .field .fa-calendar-alt,
#indirectAgree_Rad_div .sub-head .field .fa-calendar-alt {
  top: 1px; }

#efrs_add_report_section_form_two .fa-calendar-alt {
  top: 1px; }

#efrs_add_report_section_form_one .fa-calendar-alt {
  top: 6px; }

#efrs_add_report_section_form_three .site-table .site-table-row .dollar-input:before {
  top: 10px;
  left: 10px; }

#efrs_add_report_section_form_four .row .field .dollar-input:before, #efrs_add_report_section_form_four .sub-head .field .dollar-input:before {
  top: -10px;
  left: 10px; }

.side-nav.efrs-admin-nav ul li a .text {
  visibility: hidden;
  line-height: 1;
  display: none;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  padding-right: 30px; }

.flex-table-row {
  display: flex; }
  .flex-table-row .button {
    margin-right: 25px; }
    .flex-table-row .button:nth-child(3) {
      margin: 0; }

td p {
  line-height: 14px; }

.efrs-endow-report-tbl {
  padding: 0; }
  .efrs-endow-report-tbl .efrs-endow-report {
    padding: 25px 0 25px 0;
    border: none; }
    .efrs-endow-report-tbl .efrs-endow-report .site-table-row {
      border: none; }
      .theme-hepis .efrs-endow-report-tbl .efrs-endow-report .site-table-row {
        background-color: #dcdede;
        color: #444848; }
      .theme-gea .efrs-endow-report-tbl .efrs-endow-report .site-table-row {
        background-color: #b1e9f7;
        color: #012841; }
      .theme-fipse .efrs-endow-report-tbl .efrs-endow-report .site-table-row {
        background-color: #c594b4;
        color: #24031c; }
      .theme-isapr .efrs-endow-report-tbl .efrs-endow-report .site-table-row {
        background-color: #b4eae9;
        color: #003539; }
      .theme-efrs .efrs-endow-report-tbl .efrs-endow-report .site-table-row {
        background-color: #D5DCFF;
        color: #220F55; }
      .efrs-endow-report-tbl .efrs-endow-report .site-table-row div {
        border: none;
        padding: 0; }
      .efrs-endow-report-tbl .efrs-endow-report .site-table-row.total-invested {
        font-size: 150%; }
        .theme-hepis .efrs-endow-report-tbl .efrs-endow-report .site-table-row.total-invested {
          background-color: #666d70;
          color: #ffffff; }
        .theme-gea .efrs-endow-report-tbl .efrs-endow-report .site-table-row.total-invested {
          background-color: #00667f;
          color: #ffffff; }
        .theme-fipse .efrs-endow-report-tbl .efrs-endow-report .site-table-row.total-invested {
          background-color: #58002f;
          color: #ffffff; }
        .theme-isapr .efrs-endow-report-tbl .efrs-endow-report .site-table-row.total-invested {
          background-color: #006163;
          color: #ffffff; }
        .theme-efrs .efrs-endow-report-tbl .efrs-endow-report .site-table-row.total-invested {
          background-color: #474F92;
          color: #ffffff; }
        .efrs-endow-report-tbl .efrs-endow-report .site-table-row.total-invested div {
          padding: 0; }
          .efrs-endow-report-tbl .efrs-endow-report .site-table-row.total-invested div p {
            padding: 1em; }

.nu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .nu-half {
    flex: 1 1 100%; }
  .nu .login-form {
    margin-left: 0; }
    .nu .login-form .forgot {
      margin: 0 0 10px; }
  .nu .new-user {
    padding: 30px;
    border-radius: 4px;
    border: 3px solid;
    margin-top: 30px; }
    .theme-hepis .nu .new-user {
      border-color: #c7e2ff;
      background-color: transparent; }
    .theme-gea .nu .new-user {
      border-color: #0099bf;
      background-color: transparent; }
    .theme-fipse .nu .new-user {
      border-color: #0099bf;
      background-color: transparent; }
    .theme-isapr .nu .new-user {
      border-color: #0099bf;
      background-color: transparent; }
    .theme-efrs .nu .new-user {
      border-color: #806FD2;
      background-color: transparent; }
  .nu-links {
    margin-bottom: 20px; }
  .nu-callout {
    border-radius: 4px;
    padding: 25px 40px;
    margin-bottom: 30px; }
    .nu-callout h5 {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 27px;
      border-bottom: 2px solid #001429;
      margin-bottom: 20px;
      display: inline-block;
      padding-bottom: 5px; }
    .nu-callout p {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 20px; }
      .nu-callout p span {
        font-weight: normal; }
    .theme-hepis .nu-callout {
      background-color: #c7e2ff; }
    .theme-gea .nu-callout {
      background-color: #0099bf; }
    .theme-fipse .nu-callout {
      background-color: #0099bf; }
    .theme-isapr .nu-callout {
      background-color: #0099bf; }
    .theme-efrs .nu-callout {
      background-color: #806FD2; }
  @media only screen and (min-width: 48.5em) {
    .nu {
      flex-wrap: nowrap; }
      .nu-half {
        flex: 1; }
        .nu-half:first-of-type {
          margin-right: 40px; } }

.theme-efrs .efrs-wel .site-table-row > div:first-of-type {
  max-width: 10%; }

.theme-efrs .efrs-wel .site-table-row > div:nth-of-type(2) {
  max-width: 20%; }

.theme-efrs .efrs-wel .site-table-row > div:nth-of-type(3) {
  max-width: 20%; }

.theme-efrs .efrs-wel .site-table-row > div:nth-of-type(4) {
  max-width: 30%; }

.theme-efrs .efrs-wel .site-table-row > div:nth-of-type(5) {
  max-width: 20%; }

.sec-nav {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .sec-nav li {
    list-style: none;
    flex: 1 1 auto;
    border: 2px solid #220F55;
    border-radius: 8px;
    background-color: rgba(171, 186, 255, 0.3); }
    .sec-nav li:last-of-type {
      flex-basis: 2;
      flex-grow: 1;
      flex-shrink: 0; }
    .sec-nav li:before {
      content: none !important; }
    .sec-nav li a {
      letter-spacing: 0;
      padding: 10px 0;
      line-height: 24px;
      text-align: center;
      display: block;
      text-decoration: none; }
    .sec-nav li.active, .sec-nav li:hover {
      border: 2px solid #220F55;
      background-color: #220F55; }
      .sec-nav li.active a, .sec-nav li:hover a {
        color: #E5EAFF;
        font-weight: bold; }

.char-count {
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 15px; }
  .theme-hepis .char-count {
    color: #002144; }
  .theme-gea .char-count {
    color: #0099bf; }
  .theme-fipse .char-count {
    color: #8f274e; }
  .theme-isapr .char-count {
    color: #003539; }
  .theme-efrs .char-count {
    color: #474F92; }

.extra-padding {
  padding-top: 20px !important; }

#endowQ4 #prno_holder .site-table-row .row .field, #endowQ4 #prno_holder .site-table-row .sub-head .field {
  padding: 0; }
  #endowQ4 #prno_holder .site-table-row .row .field a i, #endowQ4 #prno_holder .site-table-row .sub-head .field a i {
    font-size: 2rem; }

.special-note {
  margin: 0 25px; }

.theme-hepis .fipse-page .row.header, .theme-hepis .fipse-page .header.sub-head {
  background-color: #666d70; }

.theme-gea .fipse-page .row.header, .theme-gea .fipse-page .header.sub-head {
  background-color: #00667f; }

.theme-fipse .fipse-page .row.header, .theme-fipse .fipse-page .header.sub-head {
  background-color: #58002f; }

.theme-isapr .fipse-page .row.header, .theme-isapr .fipse-page .header.sub-head {
  background-color: #006163; }

.theme-efrs .fipse-page .row.header, .theme-efrs .fipse-page .header.sub-head {
  background-color: #474F92; }

.fipse-page .note {
  margin: 15px 0 15px;
  font-size: 14px; }

.theme-hepis .fipse-page .fipse-dash .welcome-email {
  background-color: #75C8C6;
  color: #444848; }

.theme-gea .fipse-page .fipse-dash .welcome-email {
  background-color: #75C8C6;
  color: #012841; }

.theme-fipse .fipse-page .fipse-dash .welcome-email {
  background-color: #fde8f5;
  color: #24031c; }

.theme-isapr .fipse-page .fipse-dash .welcome-email {
  background-color: #75C8C6;
  color: #003539; }

.theme-efrs .fipse-page .fipse-dash .welcome-email {
  background-color: #75C8C6;
  color: #220F55; }

.theme-hepis .fipse-page .field label {
  color: #444848; }

.theme-gea .fipse-page .field label {
  color: #012841; }

.theme-fipse .fipse-page .field label {
  color: #24031c; }

.theme-isapr .fipse-page .field label {
  color: #003539; }

.theme-efrs .fipse-page .field label {
  color: #220F55; }

.fipse-page .field .fa-percentage {
  right: 5px; }

.fipse-page .field .option-container .fa-chevron-down {
  top: 0px;
  right: -5px;
  padding: 14px 8px; }

.fipse-page .field .fa-calendar-alt {
  right: 5px;
  padding: 12px 10px;
  cursor: pointer; }

.theme-hepis .fipse-page .site-table-row.header {
  background-color: #002144; }

.theme-gea .fipse-page .site-table-row.header {
  background-color: #0099bf; }

.theme-fipse .fipse-page .site-table-row.header {
  background-color: #8f274e; }

.theme-isapr .fipse-page .site-table-row.header {
  background-color: #006163; }

.theme-efrs .fipse-page .site-table-row.header {
  background-color: #4c4c8d; }

.theme-hepis .fipse-page input[type=checkbox]:checked + label {
  background-color: #dcdede; }

.theme-gea .fipse-page input[type=checkbox]:checked + label {
  background-color: #b1e9f7; }

.theme-fipse .fipse-page input[type=checkbox]:checked + label {
  background-color: #c594b4; }

.theme-isapr .fipse-page input[type=checkbox]:checked + label {
  background-color: #b4eae9; }

.theme-efrs .fipse-page input[type=checkbox]:checked + label {
  background-color: #D5DCFF; }

.theme-hepis .fipse-page input[type=checkbox]:checked + label:after {
  color: #444848;
  transform: scale(0.75); }

.theme-gea .fipse-page input[type=checkbox]:checked + label:after {
  color: #012841;
  transform: scale(0.75); }

.theme-fipse .fipse-page input[type=checkbox]:checked + label:after {
  color: #24031c;
  transform: scale(0.75); }

.theme-isapr .fipse-page input[type=checkbox]:checked + label:after {
  color: #003539;
  transform: scale(0.75); }

.theme-efrs .fipse-page input[type=checkbox]:checked + label:after {
  color: #220F55;
  transform: scale(0.75); }

.theme-hepis .fipse-page input[type=checkbox] + label {
  border-color: #444848; }

.theme-gea .fipse-page input[type=checkbox] + label {
  border-color: #012841; }

.theme-fipse .fipse-page input[type=checkbox] + label {
  border-color: #24031c; }

.theme-isapr .fipse-page input[type=checkbox] + label {
  border-color: #003539; }

.theme-efrs .fipse-page input[type=checkbox] + label {
  border-color: #220F55; }

.theme-hepis .fipse-page input[type=text] {
  border-color: #444848; }

.theme-gea .fipse-page input[type=text] {
  border-color: #012841; }

.theme-fipse .fipse-page input[type=text] {
  border-color: #24031c; }

.theme-isapr .fipse-page input[type=text] {
  border-color: #003539; }

.theme-efrs .fipse-page input[type=text] {
  border-color: #220F55; }

.theme-hepis .fipse-page select {
  border-color: #444848; }

.theme-gea .fipse-page select {
  border-color: #012841; }

.theme-fipse .fipse-page select {
  border-color: #24031c; }

.theme-isapr .fipse-page select {
  border-color: #003539; }

.theme-efrs .fipse-page select {
  border-color: #220F55; }

.theme-hepis .fipse-page textarea {
  border-color: #444848; }

.theme-gea .fipse-page textarea {
  border-color: #012841; }

.theme-fipse .fipse-page textarea {
  border-color: #24031c; }

.theme-isapr .fipse-page textarea {
  border-color: #003539; }

.theme-efrs .fipse-page textarea {
  border-color: #220F55; }

.theme-hepis .fipse-page .light-green-bg {
  background-color: #75C8C6; }

.theme-gea .fipse-page .light-green-bg {
  background-color: #75C8C6; }

.theme-fipse .fipse-page .light-green-bg {
  background-color: #fde8f5; }

.theme-isapr .fipse-page .light-green-bg {
  background-color: #75C8C6; }

.theme-efrs .fipse-page .light-green-bg {
  background-color: #75C8C6; }

.fipse-page .file-container {
  padding: 10px; }
  .theme-hepis .fipse-page .file-container {
    background-color: #75C8C6; }
  .theme-gea .fipse-page .file-container {
    background-color: #75C8C6; }
  .theme-fipse .fipse-page .file-container {
    background-color: #fde8f5; }
  .theme-isapr .fipse-page .file-container {
    background-color: #75C8C6; }
  .theme-efrs .fipse-page .file-container {
    background-color: #75C8C6; }
  .theme-hepis .fipse-page .file-container span {
    color: #444848; }
  .theme-gea .fipse-page .file-container span {
    color: #012841; }
  .theme-fipse .fipse-page .file-container span {
    color: #24031c; }
  .theme-isapr .fipse-page .file-container span {
    color: #003539; }
  .theme-efrs .fipse-page .file-container span {
    color: #220F55; }
  .theme-hepis .fipse-page .file-container .fa-download {
    color: #444848;
    transform: scale(1.5); }
  .theme-gea .fipse-page .file-container .fa-download {
    color: #012841;
    transform: scale(1.5); }
  .theme-fipse .fipse-page .file-container .fa-download {
    color: #24031c;
    transform: scale(1.5); }
  .theme-isapr .fipse-page .file-container .fa-download {
    color: #003539;
    transform: scale(1.5); }
  .theme-efrs .fipse-page .file-container .fa-download {
    color: #220F55;
    transform: scale(1.5); }
  .theme-hepis .fipse-page .file-container .fa-times {
    transform: scale(1.5); }
  .theme-gea .fipse-page .file-container .fa-times {
    transform: scale(1.5); }
  .theme-fipse .fipse-page .file-container .fa-times {
    transform: scale(1.5); }
  .theme-isapr .fipse-page .file-container .fa-times {
    transform: scale(1.5); }
  .theme-efrs .fipse-page .file-container .fa-times {
    transform: scale(1.5); }

.fipse-page .objective {
  border: 5px solid #58002F;
  border-radius: 10px 10px 0 0; }
  .theme-hepis .fipse-page .objective {
    border-color: #666d70; }
  .theme-gea .fipse-page .objective {
    border-color: #00667f; }
  .theme-fipse .fipse-page .objective {
    border-color: #58002f; }
  .theme-isapr .fipse-page .objective {
    border-color: #006163; }
  .theme-efrs .fipse-page .objective {
    border-color: #474F92; }
  .fipse-page .objective .row.header, .fipse-page .objective .header.sub-head {
    padding: 10px 20px 15px 20px; }

.fipse-page .objective .row.header + .row, .fipse-page .objective .header.sub-head + .row, .fipse-page .objective .row.header + .sub-head, .fipse-page .objective .header.sub-head + .sub-head {
  background: none; }

.theme-hepis .fipse-page .objective .field .perf-measure .perf-head {
  background-color: #dcdede;
  color: #444848; }

.theme-gea .fipse-page .objective .field .perf-measure .perf-head {
  background-color: #b1e9f7;
  color: #012841; }

.theme-fipse .fipse-page .objective .field .perf-measure .perf-head {
  background-color: #c594b4;
  color: #24031c; }

.theme-isapr .fipse-page .objective .field .perf-measure .perf-head {
  background-color: #b4eae9;
  color: #003539; }

.theme-efrs .fipse-page .objective .field .perf-measure .perf-head {
  background-color: #D5DCFF;
  color: #220F55; }

.fipse-page .objective .field .perf-measure {
  border: 5px solid #58002f;
  background: #ffffff; }
  .fipse-page .objective .field .perf-measure .row.header, .fipse-page .objective .field .perf-measure .header.sub-head {
    padding: 10px 20px 15px 20px; }
  .fipse-page .objective .field .perf-measure .row, .fipse-page .objective .field .perf-measure .sub-head {
    background-color: #ffffff; }

.fipse-page .field .fa-calendar-alt {
  right: 0px;
  padding: 12px 12px; }

.theme-hepis .fipse-page .tooltip-info {
  background-color: #ffffff;
  color: #444848; }

.theme-gea .fipse-page .tooltip-info {
  background-color: #ffffff;
  color: #012841; }

.theme-fipse .fipse-page .tooltip-info {
  background-color: #ffffff;
  color: #24031c; }

.theme-isapr .fipse-page .tooltip-info {
  background-color: #ffffff;
  color: #003539; }

.theme-efrs .fipse-page .tooltip-info {
  background-color: #ffffff;
  color: #220F55; }

.fipse-page .row.perf-row .field .helpdrop .fa-calendar-alt, .fipse-page .perf-row.sub-head .field .helpdrop .fa-calendar-alt {
  right: -5px; }

.fipse-page .row.perf-row .field .helpdrop .fa-chevron-down, .fipse-page .perf-row.sub-head .field .helpdrop .fa-chevron-down {
  padding: 12px 11px; }

.fipse-page .row.obj-row .field .fa-chevron-down, .fipse-page .obj-row.sub-head .field .fa-chevron-down {
  top: 5px;
  padding: 12px 11px; }

.theme-hepis .fipse-page .fipse-tabs #tab1:checked + label, .theme-hepis
.fipse-page .fipse-tabs #tab2:checked + label, .theme-hepis
.fipse-page .fipse-tabs #tab3:checked + label, .theme-hepis
.fipse-page .fipse-tabs #tab4:checked + label {
  background-color: #002144;
  color: #FFFFFF; }

.theme-gea .fipse-page .fipse-tabs #tab1:checked + label, .theme-gea
.fipse-page .fipse-tabs #tab2:checked + label, .theme-gea
.fipse-page .fipse-tabs #tab3:checked + label, .theme-gea
.fipse-page .fipse-tabs #tab4:checked + label {
  background-color: #0099bf;
  color: #FFFFFF; }

.theme-fipse .fipse-page .fipse-tabs #tab1:checked + label, .theme-fipse
.fipse-page .fipse-tabs #tab2:checked + label, .theme-fipse
.fipse-page .fipse-tabs #tab3:checked + label, .theme-fipse
.fipse-page .fipse-tabs #tab4:checked + label {
  background-color: #8f274e;
  color: #FFFFFF; }

.theme-isapr .fipse-page .fipse-tabs #tab1:checked + label, .theme-isapr
.fipse-page .fipse-tabs #tab2:checked + label, .theme-isapr
.fipse-page .fipse-tabs #tab3:checked + label, .theme-isapr
.fipse-page .fipse-tabs #tab4:checked + label {
  background-color: #006163;
  color: #FFFFFF; }

.theme-efrs .fipse-page .fipse-tabs #tab1:checked + label, .theme-efrs
.fipse-page .fipse-tabs #tab2:checked + label, .theme-efrs
.fipse-page .fipse-tabs #tab3:checked + label, .theme-efrs
.fipse-page .fipse-tabs #tab4:checked + label {
  background-color: #4c4c8d;
  color: #FFFFFF; }

.theme-hepis .fipse-page .fipse-tabs .tab-nav {
  background-color: #dcdede;
  color: #444848; }

.theme-gea .fipse-page .fipse-tabs .tab-nav {
  background-color: #b1e9f7;
  color: #012841; }

.theme-fipse .fipse-page .fipse-tabs .tab-nav {
  background-color: #c594b4;
  color: #24031c; }

.theme-isapr .fipse-page .fipse-tabs .tab-nav {
  background-color: #b4eae9;
  color: #003539; }

.theme-efrs .fipse-page .fipse-tabs .tab-nav {
  background-color: #D5DCFF;
  color: #220F55; }

.theme-hepis .fipse-page .fipse-tabs #content1, .theme-hepis
.fipse-page .fipse-tabs #content2, .theme-hepis
.fipse-page .fipse-tabs #content3, .theme-hepis
.fipse-page .fipse-tabs #content4 {
  background-color: #002144; }

.theme-gea .fipse-page .fipse-tabs #content1, .theme-gea
.fipse-page .fipse-tabs #content2, .theme-gea
.fipse-page .fipse-tabs #content3, .theme-gea
.fipse-page .fipse-tabs #content4 {
  background-color: #0099bf; }

.theme-fipse .fipse-page .fipse-tabs #content1, .theme-fipse
.fipse-page .fipse-tabs #content2, .theme-fipse
.fipse-page .fipse-tabs #content3, .theme-fipse
.fipse-page .fipse-tabs #content4 {
  background-color: #8f274e; }

.theme-isapr .fipse-page .fipse-tabs #content1, .theme-isapr
.fipse-page .fipse-tabs #content2, .theme-isapr
.fipse-page .fipse-tabs #content3, .theme-isapr
.fipse-page .fipse-tabs #content4 {
  background-color: #006163; }

.theme-efrs .fipse-page .fipse-tabs #content1, .theme-efrs
.fipse-page .fipse-tabs #content2, .theme-efrs
.fipse-page .fipse-tabs #content3, .theme-efrs
.fipse-page .fipse-tabs #content4 {
  background-color: #4c4c8d; }

.fipse-page .sandd .row .field select, .fipse-page .sandd .sub-head .field select {
  height: 40px; }

.fipse-page .fixdown .option-container .fa-chevron-down {
  padding: 12px; }

.fipse-page .fixdown .option-container .fa-calendar-alt {
  padding: 11.5px; }

.fipse-page .fixdown .option-container .fa-percentage {
  padding: 11.5px; }

.fipse-page .fixdown .option-container .fa-search {
  padding: 8.5px;
  right: -5px; }

.fipse-page .fixdown .option-container #fipse-database-program {
  max-width: 100%; }

.theme-hepis .fipse-page .spreadsheet {
  background-color: #666d70; }
  .theme-hepis .fipse-page .spreadsheet:hover {
    background-color: #dcdede;
    color: #444848; }

.theme-gea .fipse-page .spreadsheet {
  background-color: #00667f; }
  .theme-gea .fipse-page .spreadsheet:hover {
    background-color: #b1e9f7;
    color: #012841; }

.theme-fipse .fipse-page .spreadsheet {
  background-color: #58002f; }
  .theme-fipse .fipse-page .spreadsheet:hover {
    background-color: #c594b4;
    color: #24031c; }

.theme-isapr .fipse-page .spreadsheet {
  background-color: #006163; }
  .theme-isapr .fipse-page .spreadsheet:hover {
    background-color: #b4eae9;
    color: #003539; }

.theme-efrs .fipse-page .spreadsheet {
  background-color: #474F92; }
  .theme-efrs .fipse-page .spreadsheet:hover {
    background-color: #D5DCFF;
    color: #220F55; }

.theme-hepis .fipse-page .ftype {
  background-color: #444848;
  color: #FFFFFF; }

.theme-gea .fipse-page .ftype {
  background-color: #012841;
  color: #FFFFFF; }

.theme-fipse .fipse-page .ftype {
  background-color: #24031c;
  color: #FFFFFF; }

.theme-isapr .fipse-page .ftype {
  background-color: #003539;
  color: #FFFFFF; }

.theme-efrs .fipse-page .ftype {
  background-color: #220F55;
  color: #FFFFFF; }

.fipse-page .ftype .remove_filter {
  font-size: large; }
  .fipse-page .ftype .remove_filter .fa-times-circle {
    color: #FFFFFF; }

.fipse-page .table-left-radius {
  border-radius: 10px 0px 0px 0px; }

.fipse-page .table-right-radius {
  border-radius: 0px 10px 0px 0px; }

.fipse-page table {
  margin-bottom: 5em; }
  .theme-hepis .fipse-page table tbody tr:nth-of-type(even) {
    background-color: #fdecf7; }
  .theme-gea .fipse-page table tbody tr:nth-of-type(even) {
    background-color: #fdecf7; }
  .theme-fipse .fipse-page table tbody tr:nth-of-type(even) {
    background-color: #fdecf7; }
  .theme-isapr .fipse-page table tbody tr:nth-of-type(even) {
    background-color: #fdecf7; }
  .theme-efrs .fipse-page table tbody tr:nth-of-type(even) {
    background-color: #fdecf7; }
  .theme-hepis .fipse-page table tbody tr th {
    background-color: #002144; }
  .theme-gea .fipse-page table tbody tr th {
    background-color: #0099bf; }
  .theme-fipse .fipse-page table tbody tr th {
    background-color: #8f274e; }
  .theme-isapr .fipse-page table tbody tr th {
    background-color: #006163; }
  .theme-efrs .fipse-page table tbody tr th {
    background-color: #4c4c8d; }
  .theme-hepis .fipse-page table tbody tr td {
    color: #000000; }
  .theme-gea .fipse-page table tbody tr td {
    color: #000000; }
  .theme-fipse .fipse-page table tbody tr td {
    color: #000000; }
  .theme-isapr .fipse-page table tbody tr td {
    color: #000000; }
  .theme-efrs .fipse-page table tbody tr td {
    color: #000000; }

.fipse-page .database-results-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%; }
  .fipse-page .database-results-buttons .fleft {
    width: 100%;
    justify-content: space-between;
    padding: 0 6.5rem 0 0;
    text-align: left; }
  .fipse-page .database-results-buttons .fright {
    margin: 0; }

.fipse-page #FITW-ReportingPeriodNote {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .fipse-page #FITW-ReportingPeriodNote strong {
    text-align: center; }

.fipse-page input[type=radio] + label:before {
  height: 40px;
  width: 40px;
  position: relative; }
  .theme-hepis .fipse-page input[type=radio] + label:before {
    border-color: #444848; }
  .theme-gea .fipse-page input[type=radio] + label:before {
    border-color: #012841; }
  .theme-fipse .fipse-page input[type=radio] + label:before {
    border-color: #24031c; }
  .theme-isapr .fipse-page input[type=radio] + label:before {
    border-color: #003539; }
  .theme-efrs .fipse-page input[type=radio] + label:before {
    border-color: #220F55; }

.fipse-page input[type=radio]:checked + label:before {
  background-color: white;
  border-radius: 50px;
  border-width: 1px !important; }
  .theme-hepis .fipse-page input[type=radio]:checked + label:before {
    background-color: white; }
  .theme-gea .fipse-page input[type=radio]:checked + label:before {
    background-color: white; }
  .theme-fipse .fipse-page input[type=radio]:checked + label:before {
    background-color: white; }
  .theme-isapr .fipse-page input[type=radio]:checked + label:before {
    background-color: white; }
  .theme-efrs .fipse-page input[type=radio]:checked + label:before {
    background-color: white; }

.fipse-page input[type=radio]:checked + label:after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50px;
  position: absolute;
  top: 16px;
  left: 28px; }
  .theme-hepis .fipse-page input[type=radio]:checked + label:after {
    background-color: #002144; }
  .theme-gea .fipse-page input[type=radio]:checked + label:after {
    background-color: #0099bf; }
  .theme-fipse .fipse-page input[type=radio]:checked + label:after {
    background-color: #8f274e; }
  .theme-isapr .fipse-page input[type=radio]:checked + label:after {
    background-color: #006163; }
  .theme-efrs .fipse-page input[type=radio]:checked + label:after {
    background-color: #4c4c8d; }

.fipse-page .new-button-container {
  text-align: center;
  justify-content: center;
  padding: 2.5rem 0; }
  .fipse-page .new-button-container .upload-btn {
    width: 100%;
    height: 50px;
    border: none; }
    .theme-hepis .fipse-page .new-button-container .upload-btn {
      background-color: #dcdede;
      color: #444848; }
    .theme-gea .fipse-page .new-button-container .upload-btn {
      background-color: #b1e9f7;
      color: #012841; }
    .theme-fipse .fipse-page .new-button-container .upload-btn {
      background-color: #c594b4;
      color: #24031c; }
    .theme-isapr .fipse-page .new-button-container .upload-btn {
      background-color: #b4eae9;
      color: #003539; }
    .theme-efrs .fipse-page .new-button-container .upload-btn {
      background-color: #D5DCFF;
      color: #220F55; }
    .fipse-page .new-button-container .upload-btn:hover {
      color: white; }

.fipse-page .RRS-Container {
  padding: 0rem 5rem; }
  .fipse-page .RRS-Container .site-table .site-table-row .helpdrop .fa-chevron-down {
    top: 20px;
    right: 10px;
    padding: 12px; }
  .fipse-page .RRS-Container .site-table .site-table-row .FITW1-Step4Add {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .theme-hepis .fipse-page .RRS-Container .site-table .site-table-row .FITW1-Step4Add {
      background-color: #75C8C6; }
    .theme-gea .fipse-page .RRS-Container .site-table .site-table-row .FITW1-Step4Add {
      background-color: #75C8C6; }
    .theme-fipse .fipse-page .RRS-Container .site-table .site-table-row .FITW1-Step4Add {
      background-color: #fde8f5; }
    .theme-isapr .fipse-page .RRS-Container .site-table .site-table-row .FITW1-Step4Add {
      background-color: #75C8C6; }
    .theme-efrs .fipse-page .RRS-Container .site-table .site-table-row .FITW1-Step4Add {
      background-color: #75C8C6; }
    .fipse-page .RRS-Container .site-table .site-table-row .FITW1-Step4Add .fa-plus-square {
      width: 40px;
      font-size: 40px;
      margin-left: 0.5rem; }
      .theme-hepis .fipse-page .RRS-Container .site-table .site-table-row .FITW1-Step4Add .fa-plus-square {
        color: #002144; }
      .theme-gea .fipse-page .RRS-Container .site-table .site-table-row .FITW1-Step4Add .fa-plus-square {
        color: #0099bf; }
      .theme-fipse .fipse-page .RRS-Container .site-table .site-table-row .FITW1-Step4Add .fa-plus-square {
        color: #8f274e; }
      .theme-isapr .fipse-page .RRS-Container .site-table .site-table-row .FITW1-Step4Add .fa-plus-square {
        color: #006163; }
      .theme-efrs .fipse-page .RRS-Container .site-table .site-table-row .FITW1-Step4Add .fa-plus-square {
        color: #4c4c8d; }

.fipse-page .RRS-Container-Half {
  width: 48.5%;
  margin-top: -1.5rem; }

.fipse-page .currency-input {
  position: relative; }
  .fipse-page .currency-input i {
    position: absolute;
    top: 50%;
    display: block;
    transform: translate(0, -50%);
    text-align: center;
    left: 4%; }

.fipse-page .modified-input i {
  left: 10%; }

.theme-hepis .fipse-page .site-table-row:nth-child(2n+3) {
  background-color: #75C8C6; }

.theme-gea .fipse-page .site-table-row:nth-child(2n+3) {
  background-color: #75C8C6; }

.theme-fipse .fipse-page .site-table-row:nth-child(2n+3) {
  background-color: #fde8f5; }

.theme-isapr .fipse-page .site-table-row:nth-child(2n+3) {
  background-color: #75C8C6; }

.theme-efrs .fipse-page .site-table-row:nth-child(2n+3) {
  background-color: #75C8C6; }

.fipse-page .upload-button {
  position: relative; }
  .fipse-page .upload-button input[type=button] {
    width: 100%; }
  .fipse-page .upload-button i {
    position: absolute;
    top: 50%;
    display: block;
    transform: translate(0, -50%);
    left: 20rem; }

.fipse-page .conditional {
  padding: 1.5rem; }

.fipse-page .upload-btn {
  width: 100%;
  text-transform: none; }
  .theme-hepis .fipse-page .upload-btn {
    background-color: #dcdede;
    color: #444848; }
  .theme-gea .fipse-page .upload-btn {
    background-color: #b1e9f7;
    color: #012841; }
  .theme-fipse .fipse-page .upload-btn {
    background-color: #c594b4;
    color: #24031c; }
  .theme-isapr .fipse-page .upload-btn {
    background-color: #b4eae9;
    color: #003539; }
  .theme-efrs .fipse-page .upload-btn {
    background-color: #D5DCFF;
    color: #220F55; }
  .fipse-page .upload-btn:hover {
    color: white; }
    .theme-hepis .fipse-page .upload-btn:hover {
      background-color: #002144; }
    .theme-gea .fipse-page .upload-btn:hover {
      background-color: #0099bf; }
    .theme-fipse .fipse-page .upload-btn:hover {
      background-color: #8f274e; }
    .theme-isapr .fipse-page .upload-btn:hover {
      background-color: #006163; }
    .theme-efrs .fipse-page .upload-btn:hover {
      background-color: #4c4c8d; }

.fipse-page #content1 form .inside-cont .quarter,
.fipse-page #content2 form .inside-cont .quarter {
  width: 25%; }

.fipse-page #content1 form .inside-cont .half,
.fipse-page #content2 form .inside-cont .half {
  width: 50%; }
  .fipse-page #content1 form .inside-cont .half .field .inline-radio .trigger:checked label,
  .fipse-page #content2 form .inside-cont .half .field .inline-radio .trigger:checked label {
    color: #444848 !important; }
  .fipse-page #content1 form .inside-cont .half .field .inline-radio input[type=radio]:checked label,
  .fipse-page #content2 form .inside-cont .half .field .inline-radio input[type=radio]:checked label {
    color: #444848 !important; }

.fipse-page #content1 form .inside-cont .third,
.fipse-page #content2 form .inside-cont .third {
  width: 33%; }

.fipse-page .set-cont .no-padding {
  padding: 0; }

.fipse-page #content1 form .inside-cont .row .field .option-container .fa-calendar-alt, .fipse-page #content1 form .inside-cont .sub-head .field .option-container .fa-calendar-alt,
.fipse-page #content2 form .inside-cont .row .field .option-container .fa-calendar-alt,
.fipse-page #content2 form .inside-cont .sub-head .field .option-container .fa-calendar-alt {
  top: 0;
  right: -5px;
  padding: 10px 12px; }

.fipse-page #content1 form .inside-cont .row .field .option-container .fa-percentage, .fipse-page #content1 form .inside-cont .sub-head .field .option-container .fa-percentage,
.fipse-page #content2 form .inside-cont .row .field .option-container .fa-percentage,
.fipse-page #content2 form .inside-cont .sub-head .field .option-container .fa-percentage {
  top: 0;
  right: -5px;
  padding: 10px 12px; }

.fipse-page #content1 form .inside-cont .row .field .currency-input input[type=text], .fipse-page #content1 form .inside-cont .sub-head .field .currency-input input[type=text],
.fipse-page #content2 form .inside-cont .row .field .currency-input input[type=text],
.fipse-page #content2 form .inside-cont .sub-head .field .currency-input input[type=text] {
  padding-left: 1.5rem; }

.fipse-page .within-tabs {
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
  margin-top: 5rem; }
  .theme-hepis .fipse-page .within-tabs {
    border-color: #002144; }
  .theme-gea .fipse-page .within-tabs {
    border-color: #0099bf; }
  .theme-fipse .fipse-page .within-tabs {
    border-color: #8f274e;
    background-color: #FFF5FB; }
  .theme-isapr .fipse-page .within-tabs {
    border-color: #006163; }
  .theme-efrs .fipse-page .within-tabs {
    border-color: #4c4c8d; }
  .fipse-page .within-tabs .within-head {
    color: white;
    padding-left: 1rem;
    margin-top: 0;
    border-radius: 4px 4px 0 0; }
    .theme-hepis .fipse-page .within-tabs .within-head {
      background-color: #002144; }
    .theme-gea .fipse-page .within-tabs .within-head {
      background-color: #0099bf; }
    .theme-fipse .fipse-page .within-tabs .within-head {
      background-color: #8f274e; }
    .theme-isapr .fipse-page .within-tabs .within-head {
      background-color: #006163; }
    .theme-efrs .fipse-page .within-tabs .within-head {
      background-color: #4c4c8d; }
  .fipse-page .within-tabs .within-content {
    padding: 0 2.5rem; }
    .fipse-page .within-tabs .within-content .option-container-flex div {
      padding-left: 1.5rem; }
  .fipse-page .within-tabs .within-question {
    padding: 0 1rem;
    padding-top: 1.5rem; }

.fipse-page .fake-label {
  margin-top: -2.5rem; }
  .fipse-page .fake-label .hidden-label {
    visibility: hidden; }

.fipse-page .site-table .site-table-row .shorter {
  width: 6rem; }

.fipse-page .site-table .site-table-row .shorter2 {
  width: 9rem;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer; }
  .theme-hepis .fipse-page .site-table .site-table-row .shorter2 {
    color: #002144; }
  .theme-gea .fipse-page .site-table .site-table-row .shorter2 {
    color: #0099bf; }
  .theme-fipse .fipse-page .site-table .site-table-row .shorter2 {
    color: #8f274e; }
  .theme-isapr .fipse-page .site-table .site-table-row .shorter2 {
    color: #006163; }
  .theme-efrs .fipse-page .site-table .site-table-row .shorter2 {
    color: #4c4c8d; }
  .fipse-page .site-table .site-table-row .shorter2 .fa-trash-alt {
    font-size: 40px; }

.fipse-page .site-table .site-table-row .site-table-cell .inline-radio {
  padding: 0;
  display: flex;
  justify-content: center; }
  .fipse-page .site-table .site-table-row .site-table-cell .inline-radio label {
    padding-left: 0; }
  .fipse-page .site-table .site-table-row .site-table-cell .inline-radio input[type=radio]:checked + label:after {
    left: 8px; }

.fipse-page .instructions-container {
  padding: 0rem 2.5rem; }

.fipse-page .centered {
  text-align: center; }

.theme-hepis .fipse-page .phone-input {
  border-color: #444848; }

.theme-gea .fipse-page .phone-input {
  border-color: #012841; }

.theme-fipse .fipse-page .phone-input {
  border-color: #24031c; }

.theme-isapr .fipse-page .phone-input {
  border-color: #003539; }

.theme-efrs .fipse-page .phone-input {
  border-color: #220F55; }

.fipse-page input[type=radio]:checked label {
  color: #444848 !important; }

.fipse-page .small {
  font-size: 14px; }

.fipse-page .italic {
  font-style: italic; }

.fipse-page .site-table-row.header div {
  line-height: 20px; }

.fipse-page .site-table {
  margin-bottom: 2.5rem; }

.fipse-page .inline-radio input[type=radio]:checked + label {
  color: #444848 !important; }

.fipse-page .quarter {
  width: 25%; }

.fipse-page .site-table-row .quarter {
  width: 25%; }

.theme-hepis .fipse-page .fipse-secondary-btn {
  background-color: #dcdede;
  color: #444848; }

.theme-gea .fipse-page .fipse-secondary-btn {
  background-color: #b1e9f7;
  color: #012841; }

.theme-fipse .fipse-page .fipse-secondary-btn {
  background-color: #c594b4;
  color: #24031c; }

.theme-isapr .fipse-page .fipse-secondary-btn {
  background-color: #b4eae9;
  color: #003539; }

.theme-efrs .fipse-page .fipse-secondary-btn {
  background-color: #D5DCFF;
  color: #220F55; }

.theme-hepis .fipse-page .fipse-secondary-btn:hover {
  background-color: #002144;
  color: white; }

.theme-gea .fipse-page .fipse-secondary-btn:hover {
  background-color: #0099bf;
  color: white; }

.theme-fipse .fipse-page .fipse-secondary-btn:hover {
  background-color: #8f274e;
  color: white; }

.theme-isapr .fipse-page .fipse-secondary-btn:hover {
  background-color: #006163;
  color: white; }

.theme-efrs .fipse-page .fipse-secondary-btn:hover {
  background-color: #4c4c8d;
  color: white; }

.fipse-page p {
  font-size: 16px; }

.fipse-page .no-bottom {
  margin-bottom: 0 !important; }

.fipse-page #FIPSE524B-Q1Table .site-table-row .currency-input .fa-dollar-sign {
  left: 2%; }

.theme-hepis .fipse-page .card {
  border-color: #666d70; }

.theme-gea .fipse-page .card {
  border-color: #00667f; }

.theme-fipse .fipse-page .card {
  border-color: #58002f; }

.theme-isapr .fipse-page .card {
  border-color: #006163; }

.theme-efrs .fipse-page .card {
  border-color: #474F92; }

.theme-hepis .fipse-page .card h4 {
  background-color: #666d70; }

.theme-gea .fipse-page .card h4 {
  background-color: #00667f; }

.theme-fipse .fipse-page .card h4 {
  background-color: #58002f; }

.theme-isapr .fipse-page .card h4 {
  background-color: #006163; }

.theme-efrs .fipse-page .card h4 {
  background-color: #474F92; }

.theme-hepis .fipse-page .card p {
  color: #444848; }

.theme-gea .fipse-page .card p {
  color: #012841; }

.theme-fipse .fipse-page .card p {
  color: #24031c; }

.theme-isapr .fipse-page .card p {
  color: #003539; }

.theme-efrs .fipse-page .card p {
  color: #220F55; }

.theme-hepis .fipse-page .filter-stats {
  border-color: #002144; }

.theme-gea .fipse-page .filter-stats {
  border-color: #0099bf; }

.theme-fipse .fipse-page .filter-stats {
  border-color: #8f274e; }

.theme-isapr .fipse-page .filter-stats {
  border-color: #006163; }

.theme-efrs .fipse-page .filter-stats {
  border-color: #4c4c8d; }

.theme-hepis .fipse-page .filter-stats h4 {
  color: #444848; }

.theme-gea .fipse-page .filter-stats h4 {
  color: #012841; }

.theme-fipse .fipse-page .filter-stats h4 {
  color: #24031c; }

.theme-isapr .fipse-page .filter-stats h4 {
  color: #003539; }

.theme-efrs .fipse-page .filter-stats h4 {
  color: #220F55; }

.theme-hepis .fipse-page .filter-stats span {
  color: #002144; }

.theme-gea .fipse-page .filter-stats span {
  color: #0099bf; }

.theme-fipse .fipse-page .filter-stats span {
  color: #8f274e; }

.theme-isapr .fipse-page .filter-stats span {
  color: #006163; }

.theme-efrs .fipse-page .filter-stats span {
  color: #4c4c8d; }

.theme-hepis .fipse-page .filter-stats .numbers, .theme-hepis
.fipse-page .filter-stats .name {
  color: #444848; }

.theme-gea .fipse-page .filter-stats .numbers, .theme-gea
.fipse-page .filter-stats .name {
  color: #012841; }

.theme-fipse .fipse-page .filter-stats .numbers, .theme-fipse
.fipse-page .filter-stats .name {
  color: #24031c; }

.theme-isapr .fipse-page .filter-stats .numbers, .theme-isapr
.fipse-page .filter-stats .name {
  color: #003539; }

.theme-efrs .fipse-page .filter-stats .numbers, .theme-efrs
.fipse-page .filter-stats .name {
  color: #220F55; }

.fipse-page .filter-stats ul li {
  transition: 500ms; }
  .theme-hepis .fipse-page .filter-stats ul li {
    border-color: #444848; }
  .theme-gea .fipse-page .filter-stats ul li {
    border-color: #012841; }
  .theme-fipse .fipse-page .filter-stats ul li {
    border-color: #24031c; }
  .theme-isapr .fipse-page .filter-stats ul li {
    border-color: #003539; }
  .theme-efrs .fipse-page .filter-stats ul li {
    border-color: #220F55; }
  .theme-fipse .fipse-page .filter-stats ul li:hover {
    background-color: #FFF5FB; }

.fipse-page .sandd {
  border: none; }

.fipse-page .row .field .double-field, .fipse-page .sub-head .field .double-field {
  display: flex;
  align-items: center; }
  .fipse-page .row .field .double-field span, .fipse-page .sub-head .field .double-field span {
    padding: 0 0 0 0.5rem; }
  .fipse-page .row .field .double-field .option-container .fa-calendar-alt, .fipse-page .sub-head .field .double-field .option-container .fa-calendar-alt {
    top: 5px;
    padding: 10px; }

.fipse-page .table-container table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%; }
  .fipse-page .table-container table tbody tr .table-button {
    min-width: 100%;
    font-size: 15px;
    max-height: 40px;
    padding: 1.5rem 0.75rem; }
  .fipse-page .table-container table tbody tr .wide-row {
    width: 200px; }
  .fipse-page .table-container table tbody tr th {
    width: auto; }
  .fipse-page .table-container table tbody tr td {
    width: auto;
    border: 0.5px solid #DCDEDE; }
  .fipse-page .table-container table tbody tr .check-td input[type=checkbox]:checked + label:after {
    top: 0; }
  .fipse-page .table-container table tbody tr .add-another-one aside {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .fipse-page .table-container table tbody tr .add-another-one aside .fa-plus-square {
      font-size: 40px;
      margin-left: 0.5rem; }
      .theme-hepis .fipse-page .table-container table tbody tr .add-another-one aside .fa-plus-square {
        color: #002144; }
      .theme-gea .fipse-page .table-container table tbody tr .add-another-one aside .fa-plus-square {
        color: #0099bf; }
      .theme-fipse .fipse-page .table-container table tbody tr .add-another-one aside .fa-plus-square {
        color: #8f274e; }
      .theme-isapr .fipse-page .table-container table tbody tr .add-another-one aside .fa-plus-square {
        color: #006163; }
      .theme-efrs .fipse-page .table-container table tbody tr .add-another-one aside .fa-plus-square {
        color: #4c4c8d; }
    .fipse-page .table-container table tbody tr .add-another-one aside p {
      padding-bottom: 0px; }
  .fipse-page .table-container table tbody .flex-td {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .fipse-page .table-container table tbody .flex-td .table-button {
      min-width: 50%;
      margin-left: 0.75rem; }

.fipse-page .field .option-container .fa-calendar-alt {
  padding: 12px;
  top: 0; }

.fipse-page .row .field .FIPSE-Reports-Link, .fipse-page .sub-head .field .FIPSE-Reports-Link {
  padding-bottom: 0; }

.theme-hepis .fipse-page #form-fipse-ed-admin4 .inside-cont .inner-flex .tabbed-nav {
  background-color: #dcdede; }

.theme-gea .fipse-page #form-fipse-ed-admin4 .inside-cont .inner-flex .tabbed-nav {
  background-color: #b1e9f7; }

.theme-fipse .fipse-page #form-fipse-ed-admin4 .inside-cont .inner-flex .tabbed-nav {
  background-color: #c594b4; }

.theme-isapr .fipse-page #form-fipse-ed-admin4 .inside-cont .inner-flex .tabbed-nav {
  background-color: #b4eae9; }

.theme-efrs .fipse-page #form-fipse-ed-admin4 .inside-cont .inner-flex .tabbed-nav {
  background-color: #D5DCFF; }

.fipse-page #form-fipse-ed-admin4 .inside-cont .inner-flex .tabbed-nav ul li a {
  padding: 25px 10px; }

.fipse-page .site-table-row .add-another-line {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .fipse-page .site-table-row .add-another-line .fa-plus-square {
    margin-left: 0.5rem;
    font-size: 40px; }
    .theme-hepis .fipse-page .site-table-row .add-another-line .fa-plus-square {
      color: #002144; }
    .theme-gea .fipse-page .site-table-row .add-another-line .fa-plus-square {
      color: #0099bf; }
    .theme-fipse .fipse-page .site-table-row .add-another-line .fa-plus-square {
      color: #8f274e; }
    .theme-isapr .fipse-page .site-table-row .add-another-line .fa-plus-square {
      color: #006163; }
    .theme-efrs .fipse-page .site-table-row .add-another-line .fa-plus-square {
      color: #4c4c8d; }
  .fipse-page .site-table-row .add-another-line p {
    padding-bottom: 0; }

.fipse-page .site-table-row .flex-cont {
  display: flex;
  align-items: center; }
  .fipse-page .site-table-row .flex-cont input[type=checkbox]:checked + label:after {
    top: 0; }

.fipse-page #content4 .reference-tables {
  padding: 0; }
  .fipse-page #content4 .reference-tables .inner-flex nav {
    height: 100%; }
  .fipse-page #content4 .reference-tables .inner-flex .inner-tabs {
    padding: 40px 60px; }

.theme-hepis .fipse-page .fipse-tabbed-nav ul li a.nav-active {
  background-color: #002144; }

.theme-gea .fipse-page .fipse-tabbed-nav ul li a.nav-active {
  background-color: #0099bf; }

.theme-fipse .fipse-page .fipse-tabbed-nav ul li a.nav-active {
  background-color: #8f274e; }

.theme-isapr .fipse-page .fipse-tabbed-nav ul li a.nav-active {
  background-color: #006163; }

.theme-efrs .fipse-page .fipse-tabbed-nav ul li a.nav-active {
  background-color: #4c4c8d; }

.fipse-page .hidden-label {
  visibility: hidden; }

.toggle-switch-text {
  margin-left: 1rem; }

.fipse-ed-report-status {
  max-width: 1400px; }

.table-button a {
  color: white;
  text-decoration: none; }

.table-button:hover a {
  color: white;
  text-decoration: none; }
  .table-button:hover a:hover {
    color: white; }

.table-button.upload-btn a {
  text-decoration: none; }
  .theme-hepis .table-button.upload-btn a {
    color: #444848; }
  .theme-gea .table-button.upload-btn a {
    color: #012841; }
  .theme-fipse .table-button.upload-btn a {
    color: #24031c; }
  .theme-isapr .table-button.upload-btn a {
    color: #003539; }
  .theme-efrs .table-button.upload-btn a {
    color: #220F55; }

.table-button.upload-btn:hover a {
  color: white; }

.collapse {
  display: flex;
  justify-content: space-between; }

.theme-hepis .fipse-admin-nav {
  background-color: #dcdede; }

.theme-gea .fipse-admin-nav {
  background-color: #b1e9f7; }

.theme-fipse .fipse-admin-nav {
  background-color: #c594b4; }

.theme-isapr .fipse-admin-nav {
  background-color: #b4eae9; }

.theme-efrs .fipse-admin-nav {
  background-color: #D5DCFF; }

.fipse-admin-nav ul .HEPBack {
  background-color: #002144; }
  .fipse-admin-nav ul .HEPBack a .text {
    color: white; }
  .fipse-admin-nav ul .HEPBack:hover {
    background-color: #e1f0ff; }

.theme-hepis .fipse-admin-nav ul li {
  border-bottom-color: #444848; }

.theme-gea .fipse-admin-nav ul li {
  border-bottom-color: #012841; }

.theme-fipse .fipse-admin-nav ul li {
  border-bottom-color: #24031c; }

.theme-isapr .fipse-admin-nav ul li {
  border-bottom-color: #003539; }

.theme-efrs .fipse-admin-nav ul li {
  border-bottom-color: #220F55; }

.theme-fipse .fipse-admin-nav ul li:hover {
  background-color: #D0A9C3; }

.fipse-admin-nav ul li a .text {
  width: 0%;
  display: none; }

.fipse-admin-nav:hover ul li a .text {
  width: 100%;
  display: block; }
  .theme-hepis .fipse-admin-nav:hover ul li a .text {
    color: #444848; }
  .theme-gea .fipse-admin-nav:hover ul li a .text {
    color: #012841; }
  .theme-fipse .fipse-admin-nav:hover ul li a .text {
    color: #24031c; }
  .theme-isapr .fipse-admin-nav:hover ul li a .text {
    color: #003539; }
  .theme-efrs .fipse-admin-nav:hover ul li a .text {
    color: #220F55; }

.fipse-admin-nav:hover ul li.HEPBack a .text {
  color: white; }

.nu-layout .nu-body .fipse-page .container {
  margin-left: 0px; }

.theme-hepis .site-table .site-table-row .horizontal-zebra {
  background-color: #75C8C6; }

.theme-gea .site-table .site-table-row .horizontal-zebra {
  background-color: #75C8C6; }

.theme-fipse .site-table .site-table-row .horizontal-zebra {
  background-color: #fde8f5; }

.theme-isapr .site-table .site-table-row .horizontal-zebra {
  background-color: #75C8C6; }

.theme-efrs .site-table .site-table-row .horizontal-zebra {
  background-color: #75C8C6; }

.theme-hepis .site-table .total-row {
  background-color: #dcdede !important;
  color: black; }

.theme-gea .site-table .total-row {
  background-color: #b1e9f7 !important;
  color: black; }

.theme-fipse .site-table .total-row {
  background-color: #c594b4 !important;
  color: black; }

.theme-isapr .site-table .total-row {
  background-color: #b4eae9 !important;
  color: black; }

.theme-efrs .site-table .total-row {
  background-color: #D5DCFF !important;
  color: black; }

.site-table .site-table-row div .table-button {
  min-width: 100%;
  font-size: 15px;
  max-height: 40px;
  padding: 1.5rem 0.75rem; }

.grant-details-sub .row .field .option-container .fa-calendar-alt, .grant-details-sub .sub-head .field .option-container .fa-calendar-alt {
  top: 4.5px !important; }

.row .field #EmailConfirmationContainer, .sub-head .field #EmailConfirmationContainer {
  padding: 1.5rem;
  border: 1px solid;
  border-radius: 5px; }
  .theme-hepis .row .field #EmailConfirmationContainer, .theme-hepis .sub-head .field #EmailConfirmationContainer {
    background-color: #75C8C6;
    border-color: #666d70; }
  .theme-gea .row .field #EmailConfirmationContainer, .theme-gea .sub-head .field #EmailConfirmationContainer {
    background-color: #75C8C6;
    border-color: #00667f; }
  .theme-fipse .row .field #EmailConfirmationContainer, .theme-fipse .sub-head .field #EmailConfirmationContainer {
    background-color: #fde8f5;
    border-color: #58002f; }
  .theme-isapr .row .field #EmailConfirmationContainer, .theme-isapr .sub-head .field #EmailConfirmationContainer {
    background-color: #75C8C6;
    border-color: #006163; }
  .theme-efrs .row .field #EmailConfirmationContainer, .theme-efrs .sub-head .field #EmailConfirmationContainer {
    background-color: #75C8C6;
    border-color: #474F92; }
  .row .field #EmailConfirmationContainer .row .email-recipients, .sub-head .field #EmailConfirmationContainer .row .email-recipients, .row .field #EmailConfirmationContainer .sub-head .email-recipients, .sub-head .field #EmailConfirmationContainer .sub-head .email-recipients {
    padding: 0.75rem;
    display: flex;
    flex-direction: row;
    border-radius: 2.5px;
    cursor: pointer;
    margin-right: 2.5rem; }
    .theme-hepis .row .field #EmailConfirmationContainer .row .email-recipients, .theme-hepis .sub-head .field #EmailConfirmationContainer .row .email-recipients, .theme-hepis .row .field #EmailConfirmationContainer .sub-head .email-recipients, .theme-hepis .sub-head .field #EmailConfirmationContainer .sub-head .email-recipients {
      background-color: #666d70; }
    .theme-gea .row .field #EmailConfirmationContainer .row .email-recipients, .theme-gea .sub-head .field #EmailConfirmationContainer .row .email-recipients, .theme-gea .row .field #EmailConfirmationContainer .sub-head .email-recipients, .theme-gea .sub-head .field #EmailConfirmationContainer .sub-head .email-recipients {
      background-color: #00667f; }
    .theme-fipse .row .field #EmailConfirmationContainer .row .email-recipients, .theme-fipse .sub-head .field #EmailConfirmationContainer .row .email-recipients, .theme-fipse .row .field #EmailConfirmationContainer .sub-head .email-recipients, .theme-fipse .sub-head .field #EmailConfirmationContainer .sub-head .email-recipients {
      background-color: #58002f; }
    .theme-isapr .row .field #EmailConfirmationContainer .row .email-recipients, .theme-isapr .sub-head .field #EmailConfirmationContainer .row .email-recipients, .theme-isapr .row .field #EmailConfirmationContainer .sub-head .email-recipients, .theme-isapr .sub-head .field #EmailConfirmationContainer .sub-head .email-recipients {
      background-color: #006163; }
    .theme-efrs .row .field #EmailConfirmationContainer .row .email-recipients, .theme-efrs .sub-head .field #EmailConfirmationContainer .row .email-recipients, .theme-efrs .row .field #EmailConfirmationContainer .sub-head .email-recipients, .theme-efrs .sub-head .field #EmailConfirmationContainer .sub-head .email-recipients {
      background-color: #474F92; }
    .row .field #EmailConfirmationContainer .row .email-recipients p, .sub-head .field #EmailConfirmationContainer .row .email-recipients p, .row .field #EmailConfirmationContainer .sub-head .email-recipients p, .sub-head .field #EmailConfirmationContainer .sub-head .email-recipients p {
      margin-right: 0.75rem;
      color: white;
      padding: 0; }
    .row .field #EmailConfirmationContainer .row .email-recipients .fa-plus-circle, .sub-head .field #EmailConfirmationContainer .row .email-recipients .fa-plus-circle, .row .field #EmailConfirmationContainer .sub-head .email-recipients .fa-plus-circle, .sub-head .field #EmailConfirmationContainer .sub-head .email-recipients .fa-plus-circle {
      color: white; }

.side-nav.fipse-side-nav {
  position: initial;
  left: 0;
  top: 0; }
  .theme-hepis .side-nav.fipse-side-nav {
    background-color: #dcdede; }
  .theme-gea .side-nav.fipse-side-nav {
    background-color: #b1e9f7; }
  .theme-fipse .side-nav.fipse-side-nav {
    background-color: #c594b4; }
  .theme-isapr .side-nav.fipse-side-nav {
    background-color: #b4eae9; }
  .theme-efrs .side-nav.fipse-side-nav {
    background-color: #D5DCFF; }
  .side-nav.fipse-side-nav ul li {
    width: 200px; }
    .theme-fipse .side-nav.fipse-side-nav ul li:hover {
      background-color: #D0A9C3; }
    .theme-hepis .side-nav.fipse-side-nav ul li {
      border-bottom-color: #ffffff; }
    .theme-gea .side-nav.fipse-side-nav ul li {
      border-bottom-color: #ffffff; }
    .theme-fipse .side-nav.fipse-side-nav ul li {
      border-bottom-color: #ffffff; }
    .theme-isapr .side-nav.fipse-side-nav ul li {
      border-bottom-color: #ffffff; }
    .theme-efrs .side-nav.fipse-side-nav ul li {
      border-bottom-color: #ffffff; }
    .side-nav.fipse-side-nav ul li a {
      text-align: center;
      width: 200px; }
      .theme-hepis .side-nav.fipse-side-nav ul li a:hover {
        color: #444848; }
      .theme-gea .side-nav.fipse-side-nav ul li a:hover {
        color: #012841; }
      .theme-fipse .side-nav.fipse-side-nav ul li a:hover {
        color: #24031c; }
      .theme-isapr .side-nav.fipse-side-nav ul li a:hover {
        color: #003539; }
      .theme-efrs .side-nav.fipse-side-nav ul li a:hover {
        color: #220F55; }
      .side-nav.fipse-side-nav ul li a .text {
        visibility: visible;
        line-height: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding: 0;
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        width: 200px; }
      .side-nav.fipse-side-nav ul li a .title-text {
        font-size: 20px;
        line-height: 28px;
        text-decoration: underline;
        font-weight: 400; }
      .side-nav.fipse-side-nav ul li a .secondary-text {
        display: block;
        text-decoration: none;
        font-size: 14px;
        line-height: 16px;
        font-weight: 400; }
      .side-nav.fipse-side-nav ul li a .icon-img {
        flex: 0 1 200px;
        max-width: 200px;
        width: 200px;
        text-align: center; }
    .side-nav.fipse-side-nav ul li.bottom a .text {
      display: none; }
    .side-nav.fipse-side-nav ul li.bottom a .sect {
      max-width: 100%; }
    .side-nav.fipse-side-nav ul li.back-h {
      background-color: #002144; }
    .side-nav.fipse-side-nav ul li.disabled {
      opacity: 1;
      color: rgba(138, 138, 138, 0.4) !important;
      background-color: #dcdede;
      pointer-events: none; }
      .side-nav.fipse-side-nav ul li.disabled a {
        color: #8a8a8a; }
      .side-nav.fipse-side-nav ul li.disabled:hover a {
        color: #8a8a8a; }
    .side-nav.fipse-side-nav ul li.active {
      opacity: 1;
      text-align: center;
      color: #24031c !important;
      background-color: #ffffff;
      pointer-events: none; }
      .side-nav.fipse-side-nav ul li.active a {
        color: #24031c;
        font-weight: bold; }
        .side-nav.fipse-side-nav ul li.active a .text {
          font-size: 18px;
          font-weight: bold; }
          .side-nav.fipse-side-nav ul li.active a .text span {
            font-weight: bold; }
            .side-nav.fipse-side-nav ul li.active a .text span.secondary-text {
              padding: 0 15px; }

.collapse {
  cursor: pointer; }

.rotate180 {
  transform: rotate(180deg); }

.hidden-recipients {
  display: none; }

.whiteBG {
  background-color: white; }

.fipse-page .RRS-Container .site-table .site-table-row .FITW1-Step4Add.whiteBG {
  background-color: white; }

.email-recipients i {
  color: white; }

textarea:disabled {
  cursor: not-allowed; }

#main-hep_home-page section + section {
  margin-top: 40px; }

.modal-off {
  display: none; }

.filters-container-matrix .fright p #q1-error {
  display: none; }

.opacity-on {
  opacity: 0.5; }

.site-modal {
  background-color: white;
  border: 5px solid;
  padding: 2.5rem;
  width: 100%;
  justify-content: center;
  align-self: center;
  border-radius: 15px;
  position: absolute;
  left: 12.5%;
  width: 75%;
  top: 50%;
  z-index: 1338; }
  .theme-hepis .site-modal {
    border-color: #dcdede; }
  .theme-gea .site-modal {
    border-color: #b1e9f7; }
  .theme-fipse .site-modal {
    border-color: #c594b4; }
  .theme-isapr .site-modal {
    border-color: #b4eae9; }
  .theme-efrs .site-modal {
    border-color: #D5DCFF; }
  .site-modal .site-modal-content .site-modal-header {
    margin: -2.55rem -2.55rem 0 -2.55rem; }
    .theme-hepis .site-modal .site-modal-content .site-modal-header {
      background-color: #dcdede; }
    .theme-gea .site-modal .site-modal-content .site-modal-header {
      background-color: #b1e9f7; }
    .theme-fipse .site-modal .site-modal-content .site-modal-header {
      background-color: #c594b4; }
    .theme-isapr .site-modal .site-modal-content .site-modal-header {
      background-color: #b4eae9; }
    .theme-efrs .site-modal .site-modal-content .site-modal-header {
      background-color: #D5DCFF; }
    .site-modal .site-modal-content .site-modal-header h3 {
      text-align: center;
      padding: 0.25rem; }
  .site-modal .site-modal-content .site-modal-inside-cont .row .field .flex-cont label, .site-modal .site-modal-content .site-modal-inside-cont .sub-head .field .flex-cont label {
    margin: auto 0; }

.no-button-max-width .field input[type=button] {
  max-width: none; }

.dash-title-use {
  border: none;
  padding-top: 30px; }

.inside-cont-whitebg form {
  padding-bottom: 0; }

.inside-cont-whitebg .buttons {
  margin-bottom: 0;
  padding-bottom: 0; }

#content1 #isapr-sec3b-tab1 form .row .option-container .fa-chevron-down, #content1 #isapr-sec3b-tab1 form .sub-head .option-container .fa-chevron-down,
#content1 #isapr-sec3b-tab2 form .row .option-container .fa-chevron-down,
#content1 #isapr-sec3b-tab2 form .sub-head .option-container .fa-chevron-down,
#content1 #isapr-sec3b-tab3 form .row .option-container .fa-chevron-down,
#content1 #isapr-sec3b-tab3 form .sub-head .option-container .fa-chevron-down,
#content1 #isapr-sec3b-tab4 form .row .option-container .fa-chevron-down,
#content1 #isapr-sec3b-tab4 form .sub-head .option-container .fa-chevron-down,
#content2 #isapr-sec3b-tab1 form .row .option-container .fa-chevron-down,
#content2 #isapr-sec3b-tab1 form .sub-head .option-container .fa-chevron-down,
#content2 #isapr-sec3b-tab2 form .row .option-container .fa-chevron-down,
#content2 #isapr-sec3b-tab2 form .sub-head .option-container .fa-chevron-down,
#content2 #isapr-sec3b-tab3 form .row .option-container .fa-chevron-down,
#content2 #isapr-sec3b-tab3 form .sub-head .option-container .fa-chevron-down,
#content2 #isapr-sec3b-tab4 form .row .option-container .fa-chevron-down,
#content2 #isapr-sec3b-tab4 form .sub-head .option-container .fa-chevron-down,
#content3 #isapr-sec3b-tab1 form .row .option-container .fa-chevron-down,
#content3 #isapr-sec3b-tab1 form .sub-head .option-container .fa-chevron-down,
#content3 #isapr-sec3b-tab2 form .row .option-container .fa-chevron-down,
#content3 #isapr-sec3b-tab2 form .sub-head .option-container .fa-chevron-down,
#content3 #isapr-sec3b-tab3 form .row .option-container .fa-chevron-down,
#content3 #isapr-sec3b-tab3 form .sub-head .option-container .fa-chevron-down,
#content3 #isapr-sec3b-tab4 form .row .option-container .fa-chevron-down,
#content3 #isapr-sec3b-tab4 form .sub-head .option-container .fa-chevron-down,
#content4 #isapr-sec3b-tab1 form .row .option-container .fa-chevron-down,
#content4 #isapr-sec3b-tab1 form .sub-head .option-container .fa-chevron-down,
#content4 #isapr-sec3b-tab2 form .row .option-container .fa-chevron-down,
#content4 #isapr-sec3b-tab2 form .sub-head .option-container .fa-chevron-down,
#content4 #isapr-sec3b-tab3 form .row .option-container .fa-chevron-down,
#content4 #isapr-sec3b-tab3 form .sub-head .option-container .fa-chevron-down,
#content4 #isapr-sec3b-tab4 form .row .option-container .fa-chevron-down,
#content4 #isapr-sec3b-tab4 form .sub-head .option-container .fa-chevron-down {
  right: -5px;
  top: 6px;
  padding: 11.5px 8px; }

#content1 .budget-instructions,
#content2 .budget-instructions,
#content3 .budget-instructions,
#content4 .budget-instructions {
  margin: 15px 0; }

.tabs-redux .inside-cont-whitebg hr {
  border-style: solid; }

#form_isapr_3_3c .inside-cont p {
  padding-bottom: 0; }

#form_isapr_3_3c .inside-cont hr {
  margin-bottom: 1.5rem; }

#form_isapr_sec5 .site-table.section-5-new {
  margin: 50px 0; }
  #form_isapr_sec5 .site-table.section-5-new .site-table-row {
    padding: 20px 30px; }
  #form_isapr_sec5 .site-table.section-5-new .site-table-row.header {
    font-size: 2em;
    display: flex;
    justify-content: space-between; }
    #form_isapr_sec5 .site-table.section-5-new .site-table-row.header > div {
      width: unset; }
    #form_isapr_sec5 .site-table.section-5-new .site-table-row.header .fas {
      cursor: pointer; }
    #form_isapr_sec5 .site-table.section-5-new .site-table-row.header p.activity-name {
      padding: 0;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: normal; }
  #form_isapr_sec5 .site-table.section-5-new .site-table-row:not(.header):nth-child(even) {
    background-color: rgba(180, 234, 233, 0.6); }
  #form_isapr_sec5 .site-table.section-5-new .site-table-row.activity-description {
    background-color: #006163 !important;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column; }
    #form_isapr_sec5 .site-table.section-5-new .site-table-row.activity-description p {
      font-weight: bold;
      font-size: 18px; }
    #form_isapr_sec5 .site-table.section-5-new .site-table-row.activity-description p.clamp {
      padding: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    #form_isapr_sec5 .site-table.section-5-new .site-table-row.activity-description .show-more {
      margin-top: 10px;
      font-style: italic;
      color: white; }
  #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row {
    display: flex;
    flex-direction: column; }
    #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row .laa-text {
      margin-bottom: 20px; }
    #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row .laa-counter {
      font-weight: bold; }
    #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row p {
      padding-bottom: 0; }
    #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row div {
      border: none; }
    #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row label {
      font-size: 15px; }
    #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row .laa-cost-wrapper {
      width: 47%;
      text-align: left;
      padding: 0;
      margin: 20px 0; }
      #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row .laa-cost-wrapper .laa-cost {
        margin: 0;
        text-align: left;
        max-width: none; }
    #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row .inline-textareas {
      display: flex;
      padding: 0; }
      #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row .inline-textareas .textarea-wrapper {
        width: 50%;
        text-align: left;
        padding: 0; }
        #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row .inline-textareas .textarea-wrapper textarea {
          margin: 0; }
      #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row .inline-textareas .textarea-wrapper textarea {
        height: 200px; }
      #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row .inline-textareas .textarea-wrapper.expenditures {
        margin-right: 30px; }
      #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row .inline-textareas .expenditures label > p.num, #form_isapr_sec5 .site-table.section-5-new .site-table-row.laa-row .inline-textareas .institutionalization label > p.num {
        margin: 15px 0; }
  #form_isapr_sec5 .site-table.section-5-new .site-table-row.no-laas p {
    color: red;
    font-weight: bold;
    text-align: center; }
  #form_isapr_sec5 .site-table.section-5-new .site-table-row.no-laas a {
    text-align: center;
    margin-top: 20px; }

#form_isapr_sec5 .d-none {
  display: none !important; }

#form_isapr_sec5 .d-flex {
  display: flex !important; }

.obj-row .option-container .fa-chevron-down {
  right: -5px !important;
  top: 6px !important;
  padding: 11.5px 8px !important; }

.currency-input {
  position: relative; }
  .currency-input i {
    position: absolute;
    top: 50%;
    display: block;
    transform: translate(0, -50%);
    text-align: center;
    left: 4%; }

.font15 {
  font-size: 15px; }

#isapr-interim-cover-budget .site-table-row .currency-input .fa-dollar-sign {
  left: 2%; }

.file-list .file-container .fa-download {
  transform: scale(1.5); }

.file-list .file-container span {
  font-size: 15px; }
  .theme-hepis .file-list .file-container span {
    color: #444848; }
  .theme-gea .file-list .file-container span {
    color: #012841; }
  .theme-fipse .file-list .file-container span {
    color: #24031c; }
  .theme-isapr .file-list .file-container span {
    color: #003539; }
  .theme-efrs .file-list .file-container span {
    color: #220F55; }

.dash-title-use .line-one,
.dash-title-use .line-two,
.dash-title-use .line-three,
.dash-title-use .line-four {
  padding: 0; }

hr {
  height: 1.5px;
  border-width: 0.5px; }
  .theme-hepis hr {
    border-color: #444848;
    background-color: #444848; }
  .theme-gea hr {
    border-color: #012841;
    background-color: #012841; }
  .theme-fipse hr {
    border-color: #24031c;
    background-color: #24031c; }
  .theme-isapr hr {
    border-color: #003539;
    background-color: #003539; }
  .theme-efrs hr {
    border-color: #220F55;
    background-color: #220F55; }

.first-time-nfo {
  margin: 25px 0px;
  background-color: #00667F !important; }

#gea-institution_home-page .preli-table .center-td {
  text-align: center; }

#gea-institution_home-page .preli-table th {
  text-align: center; }

#gea-institution_home-page .preli-table td .addl-nfo p {
  line-height: 24px; }

.disabled {
  opacity: 1 !important; }
  .theme-hepis .disabled {
    background-color: #DCDEDE !important; }
  .theme-gea .disabled {
    background-color: #DCDEDE !important; }
  .theme-fipse .disabled {
    background-color: #DCDEDE !important; }
  .theme-isapr .disabled {
    background-color: #DCDEDE !important; }
  .theme-efrs .disabled {
    background-color: #DCDEDE !important; }

.theme-hepis table .light-green-bg {
  background-color: #dcdede !important; }

.theme-gea table .light-green-bg {
  background-color: #b1e9f7 !important; }

.theme-fipse table .light-green-bg {
  background-color: #c594b4 !important; }

.theme-isapr table .light-green-bg {
  background-color: #b4eae9 !important; }

.theme-efrs table .light-green-bg {
  background-color: #D5DCFF !important; }

table.preli-table th {
  text-align: center; }

.bottommarg {
  margin-bottom: 1.5rem; }

.topmarg {
  margin-top: 1.5rem !important; }

.row .field50width, .sub-head .field50width {
  width: 50% !important; }

.page .row .field input[type=text].disabled, .page .sub-head .field input[type=text].disabled,
.page .row .field textarea.disabled,
.page .sub-head .field textarea.disabled,
.page .row .field label.disabled,
.page .sub-head .field label.disabled,
.page .row .field select.disabled,
.page .sub-head .field select.disabled {
  resize: none; }
  .theme-hepis .page .row .field input[type=text].disabled, .theme-hepis .page .sub-head .field input[type=text].disabled, .theme-hepis .page .row .field textarea.disabled, .theme-hepis .page .sub-head .field textarea.disabled, .theme-hepis .page .row .field label.disabled, .theme-hepis .page .sub-head .field label.disabled, .theme-hepis .page .row .field select.disabled, .theme-hepis .page .sub-head .field select.disabled {
    background-color: #DCDEDE !important;
    color: #444848; }
  .theme-gea .page .row .field input[type=text].disabled, .theme-gea .page .sub-head .field input[type=text].disabled, .theme-gea .page .row .field textarea.disabled, .theme-gea .page .sub-head .field textarea.disabled, .theme-gea .page .row .field label.disabled, .theme-gea .page .sub-head .field label.disabled, .theme-gea .page .row .field select.disabled, .theme-gea .page .sub-head .field select.disabled {
    background-color: #DCDEDE !important;
    color: #012841; }
  .theme-fipse .page .row .field input[type=text].disabled, .theme-fipse .page .sub-head .field input[type=text].disabled, .theme-fipse .page .row .field textarea.disabled, .theme-fipse .page .sub-head .field textarea.disabled, .theme-fipse .page .row .field label.disabled, .theme-fipse .page .sub-head .field label.disabled, .theme-fipse .page .row .field select.disabled, .theme-fipse .page .sub-head .field select.disabled {
    background-color: #DCDEDE !important;
    color: #24031c; }
  .theme-isapr .page .row .field input[type=text].disabled, .theme-isapr .page .sub-head .field input[type=text].disabled, .theme-isapr .page .row .field textarea.disabled, .theme-isapr .page .sub-head .field textarea.disabled, .theme-isapr .page .row .field label.disabled, .theme-isapr .page .sub-head .field label.disabled, .theme-isapr .page .row .field select.disabled, .theme-isapr .page .sub-head .field select.disabled {
    background-color: #DCDEDE !important;
    color: #003539; }
  .theme-efrs .page .row .field input[type=text].disabled, .theme-efrs .page .sub-head .field input[type=text].disabled, .theme-efrs .page .row .field textarea.disabled, .theme-efrs .page .sub-head .field textarea.disabled, .theme-efrs .page .row .field label.disabled, .theme-efrs .page .sub-head .field label.disabled, .theme-efrs .page .row .field select.disabled, .theme-efrs .page .sub-head .field select.disabled {
    background-color: #DCDEDE !important;
    color: #220F55; }

.theme-hepis .page .inst .row.highl input[type=text], .theme-hepis .page .inst .highl.sub-head input[type=text] {
  border-color: #666d70; }

.theme-gea .page .inst .row.highl input[type=text], .theme-gea .page .inst .highl.sub-head input[type=text] {
  border-color: #00667f; }

.theme-fipse .page .inst .row.highl input[type=text], .theme-fipse .page .inst .highl.sub-head input[type=text] {
  border-color: #58002f; }

.theme-isapr .page .inst .row.highl input[type=text], .theme-isapr .page .inst .highl.sub-head input[type=text] {
  border-color: #006163; }

.theme-efrs .page .inst .row.highl input[type=text], .theme-efrs .page .inst .highl.sub-head input[type=text] {
  border-color: #474F92; }

.page input[type=checkbox]:checked + label:after {
  transform: scale(0.75); }

.theme-hepis .page .disabled {
  background-color: #DCDEDE !important;
  color: #444848; }

.theme-gea .page .disabled {
  background-color: #DCDEDE !important;
  color: #012841; }

.theme-fipse .page .disabled {
  background-color: #DCDEDE !important;
  color: #24031c; }

.theme-isapr .page .disabled {
  background-color: #DCDEDE !important;
  color: #003539; }

.theme-efrs .page .disabled {
  background-color: #DCDEDE !important;
  color: #220F55; }

#form_efrs_1 .row, #form_efrs_1 .sub-head {
  margin: 2rem 0 !important; }

#form_efrs_1 .tight-row {
  margin: 1rem 0 !important; }

.row .field .total-disabled, .sub-head .field .total-disabled {
  border: 2.5px solid black;
  cursor: not-allowed; }
  .theme-hepis .row .field .total-disabled, .theme-hepis .sub-head .field .total-disabled {
    background-color: white;
    color: #444848;
    border-color: #444848; }
  .theme-gea .row .field .total-disabled, .theme-gea .sub-head .field .total-disabled {
    background-color: white;
    color: #012841;
    border-color: #012841; }
  .theme-fipse .row .field .total-disabled, .theme-fipse .sub-head .field .total-disabled {
    background-color: white;
    color: #24031c;
    border-color: #24031c; }
  .theme-isapr .row .field .total-disabled, .theme-isapr .sub-head .field .total-disabled {
    background-color: white;
    color: #003539;
    border-color: #003539; }
  .theme-efrs .row .field .total-disabled, .theme-efrs .sub-head .field .total-disabled {
    background-color: white;
    color: #220F55;
    border-color: #220F55; }

.buttons-cont {
  margin: 50px 0 !important;
  display: flex;
  justify-content: center;
  width: 100%; }
  .buttons-cont input {
    min-width: 250px !important; }

.theme-hepis .efrs-wel .site-table-row:nth-child(even) {
  background-color: #EFEFFF; }

.theme-gea .efrs-wel .site-table-row:nth-child(even) {
  background-color: #EFEFFF; }

.theme-fipse .efrs-wel .site-table-row:nth-child(even) {
  background-color: #EFEFFF; }

.theme-isapr .efrs-wel .site-table-row:nth-child(even) {
  background-color: #EFEFFF; }

.theme-efrs .efrs-wel .site-table-row:nth-child(even) {
  background-color: #EFEFFF; }

.home-text-row {
  padding-top: 1.25rem;
  padding-left: 40px; }

.theme-gea .set-cont .row .field .hasDatepicker + i, .theme-gea .set-cont .sub-head .field .hasDatepicker + i {
  color: #ffffff !important;
  right: -5px;
  top: 6px; }

.page input[type=checkbox]:checked + label:after {
  transform: scale(0.75); }

.page .note {
  font-size: 14px;
  border-radius: 4px; }

.theme-hepis hr {
  border-color: #002144 !important;
  background-color: #002144 !important; }

.theme-hepis .row.header, .theme-hepis .header.sub-head {
  background-color: #002144 !important; }

.theme-hepis .theme-fipse .row.header, .theme-hepis .theme-fipse .header.sub-head {
  background-color: #8f274e !important; }

.theme-hepis .theme-isapr .row.header, .theme-hepis .theme-isapr .header.sub-head {
  background-color: #006163 !important; }

.theme-hepis .theme-gea .row.header, .theme-hepis .theme-gea .header.sub-head {
  background-color: #0099bf !important; }

.theme-hepis .theme-fipse .row.header, .theme-hepis .theme-fipse .header.sub-head {
  background-color: #8f274e !important; }

.theme-hepis .theme-efrs .row.header, .theme-hepis .theme-efrs .header.sub-head {
  background-color: #4c4c8d !important; }

#account_page_container .form-login {
  padding: 30px; }

.closed-sign {
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  font-size: 14px;
  color: #fff;
  background-color: #A00303; }

.open-sign {
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  padding: 3px 5px;
  font-size: 14px;
  color: #fff;
  background-color: #0D6501; }

.home-lists ul {
  margin-bottom: 0; }

.objective .obj-head {
  background-color: white !important; }
  .theme-hepis .objective .obj-head {
    color: #444848; }
  .theme-gea .objective .obj-head {
    color: #012841; }
  .theme-fipse .objective .obj-head {
    color: #24031c; }
  .theme-isapr .objective .obj-head {
    color: #003539; }
  .theme-efrs .objective .obj-head {
    color: #220F55; }

.objective-large-font {
  font-size: 23px; }

.objectives-block {
  display: block; }

.obj-narr-text {
  font-size: 14px;
  line-height: 20px; }

.white-bg {
  background: white; }

.errornew {
  color: #ffffff !important;
  background-color: #A00304 !important;
  font-weight: 600;
  padding: 5px; }

.new-disabled {
  background-color: white !important;
  color: #8B8D8E; }

.wide-modal {
  width: 141.5% !important; }

.new-activity-popup, .activity-popup-modal {
  background-color: white;
  border-color: #003539;
  border: 1px solid;
  border-radius: 5px;
  padding: 0; }
  .new-activity-popup .activity-popup #form_add_new_partner .site-table, .new-activity-popup .activity-popup .update-partner-info .site-table, .activity-popup-modal .activity-popup #form_add_new_partner .site-table, .activity-popup-modal .activity-popup .update-partner-info .site-table {
    background: none;
    border: none; }
    .new-activity-popup .activity-popup #form_add_new_partner .site-table .row .note, .new-activity-popup .activity-popup #form_add_new_partner .site-table .sub-head .note, .new-activity-popup .activity-popup .update-partner-info .site-table .row .note, .new-activity-popup .activity-popup .update-partner-info .site-table .sub-head .note, .activity-popup-modal .activity-popup #form_add_new_partner .site-table .row .note, .activity-popup-modal .activity-popup #form_add_new_partner .site-table .sub-head .note, .activity-popup-modal .activity-popup .update-partner-info .site-table .row .note, .activity-popup-modal .activity-popup .update-partner-info .site-table .sub-head .note {
      width: 100%; }
    .new-activity-popup .activity-popup #form_add_new_partner .site-table .row .option-container-flex, .new-activity-popup .activity-popup #form_add_new_partner .site-table .sub-head .option-container-flex, .new-activity-popup .activity-popup .update-partner-info .site-table .row .option-container-flex, .new-activity-popup .activity-popup .update-partner-info .site-table .sub-head .option-container-flex, .activity-popup-modal .activity-popup #form_add_new_partner .site-table .row .option-container-flex, .activity-popup-modal .activity-popup #form_add_new_partner .site-table .sub-head .option-container-flex, .activity-popup-modal .activity-popup .update-partner-info .site-table .row .option-container-flex, .activity-popup-modal .activity-popup .update-partner-info .site-table .sub-head .option-container-flex {
      flex-direction: row;
      justify-content: flex-start; }
    .new-activity-popup .activity-popup #form_add_new_partner .site-table .row .field, .new-activity-popup .activity-popup #form_add_new_partner .site-table .sub-head .field, .new-activity-popup .activity-popup .update-partner-info .site-table .row .field, .new-activity-popup .activity-popup .update-partner-info .site-table .sub-head .field, .activity-popup-modal .activity-popup #form_add_new_partner .site-table .row .field, .activity-popup-modal .activity-popup #form_add_new_partner .site-table .sub-head .field, .activity-popup-modal .activity-popup .update-partner-info .site-table .row .field, .activity-popup-modal .activity-popup .update-partner-info .site-table .sub-head .field {
      width: 40%; }

.green-circle {
  top: -7px;
  position: relative;
  padding: 7px 2px;
  margin: 0 5px;
  margin-left: 15px;
  border-radius: 50px; }
  .theme-hepis .green-circle {
    color: #ffffff;
    background-color: #444848; }
  .theme-gea .green-circle {
    color: #ffffff;
    background-color: #012841; }
  .theme-fipse .green-circle {
    color: #ffffff;
    background-color: #24031c; }
  .theme-isapr .green-circle {
    color: #ffffff;
    background-color: #003539; }
  .theme-efrs .green-circle {
    color: #ffffff;
    background-color: #220F55; }
  .green-circle i {
    font-size: 20px;
    padding: 0; }
    .theme-hepis .green-circle i {
      color: #ffffff;
      background-color: transparent; }
    .theme-gea .green-circle i {
      color: #ffffff;
      background-color: transparent; }
    .theme-fipse .green-circle i {
      color: #ffffff;
      background-color: transparent; }
    .theme-isapr .green-circle i {
      color: #ffffff;
      background-color: transparent; }
    .theme-efrs .green-circle i {
      color: #ffffff;
      background-color: transparent; }

.perf_measure_edit_svg {
  width: 24px;
  position: relative;
  top: 13px;
  cursor: pointer; }

.activity_data_div {
  padding-top: 1rem !important;
  margin-top: 0 !important;
  border: none; }

.white-circle {
  background-color: #ffffff;
  top: -7px;
  position: relative;
  padding: 7px 9px;
  margin: 0 5px;
  border-radius: 50px; }

.fixed-width {
  max-width: 48% !important; }

.objective .obj-head .fa.fa-chevron-circle-down,
.objective .obj-head .fas.fa-chevron-circle-down,
.objective .obj-head i.fa-chevron-circle-down {
  padding-left: 0; }

.show_new_activity {
  background-color: #007F9F !important; }
  .show_new_activity:hover {
    background-color: #75c8c6 !important;
    color: #003539; }

.see-big {
  border-top: 1px solid #003539; }

.objective .field .perf-measure {
  margin-top: 0px; }

.objective .field:nth-child(1) {
  margin-top: 0px; }

.disabled-icon3B {
  background-color: #DCDEDE !important; }
  .disabled-icon3B i {
    color: #606262 !important; }

.disabled-text3B {
  background-color: #FFFFFF !important;
  color: #606262 !important; }

.green-within i {
  margin: 0 5px;
  padding: 0;
  font-size: 20px !important; }

.green-within .disabled {
  color: #606262 !important; }

.theme-hepis .see-big a.disabled, .theme-hepis
.see-perf a.disabled {
  background-color: #FFFFFF !important; }

.theme-gea .see-big a.disabled, .theme-gea
.see-perf a.disabled {
  background-color: #FFFFFF !important; }

.theme-fipse .see-big a.disabled, .theme-fipse
.see-perf a.disabled {
  background-color: #FFFFFF !important; }

.theme-isapr .see-big a.disabled, .theme-isapr
.see-perf a.disabled {
  background-color: #FFFFFF !important; }

.theme-efrs .see-big a.disabled, .theme-efrs
.see-perf a.disabled {
  background-color: #FFFFFF !important; }

.theme-hepis .see-big .green-circle i, .theme-hepis
.see-perf .green-circle i {
  background: none !important; }

.theme-gea .see-big .green-circle i, .theme-gea
.see-perf .green-circle i {
  background: none !important; }

.theme-fipse .see-big .green-circle i, .theme-fipse
.see-perf .green-circle i {
  background: none !important; }

.theme-isapr .see-big .green-circle i, .theme-isapr
.see-perf .green-circle i {
  background: none !important; }

.theme-efrs .see-big .green-circle i, .theme-efrs
.see-perf .green-circle i {
  background: none !important; }

.perf-meas-icons {
  width: 24% !important;
  text-align: end; }

.proj-activity div {
  text-align: left; }
  .proj-activity div strong,
  .proj-activity div p {
    text-align: left; }
  .proj-activity div label {
    padding-left: 15px;
    padding-bottom: 0;
    margin-bottom: 0; }

.activity .header .button-flex,
.activity .row .button-flex,
.activity .sub-head .button-flex,
.objective .header .button-flex,
.objective .row .button-flex,
.objective .sub-head .button-flex {
  display: flex;
  justify-content: flex-end; }
  .activity .header .button-flex .button,
  .activity .row .button-flex .button,
  .activity .sub-head .button-flex .button,
  .objective .header .button-flex .button,
  .objective .row .button-flex .button,
  .objective .sub-head .button-flex .button {
    min-width: 0px !important;
    background-color: #006C6E;
    max-width: 37%;
    font-size: 14px !important; }
    .activity .header .button-flex .button:hover,
    .activity .row .button-flex .button:hover,
    .activity .sub-head .button-flex .button:hover,
    .objective .header .button-flex .button:hover,
    .objective .row .button-flex .button:hover,
    .objective .sub-head .button-flex .button:hover {
      background-color: #75c8c6 !important;
      color: #003539; }

.show_add_performance_measure_div {
  background-color: #007F9F;
  margin-left: 0px !important; }

.show_new_activity_objective,
.show_add_performance_measure_div {
  background-color: #007F9F; }
  .show_new_activity_objective:hover,
  .show_add_performance_measure_div:hover {
    background-color: #75c8c6;
    color: #003539; }

.see-perf .button-flex,
.see-perf .perf-meas-icons {
  display: flex;
  justify-content: flex-end;
  width: 70% !important; }
  .see-perf .button-flex .button,
  .see-perf .perf-meas-icons .button {
    min-width: 0px !important;
    background-color: #006C6E;
    font-size: 14px !important; }
    .see-perf .button-flex .button:hover,
    .see-perf .perf-meas-icons .button:hover {
      background-color: #75c8c6 !important;
      color: #003539; }

.row .button, .sub-head .button,
.see-perf .button {
  border: none; }

.row .show_new_activity, .sub-head .show_new_activity,
.see-perf .show_new_activity {
  margin-left: 0px !important; }
  .row .show_new_activity .button, .sub-head .show_new_activity .button,
  .see-perf .show_new_activity .button {
    color: white; }

.obj-icons {
  display: flex;
  justify-content: flex-end; }
  .obj-icons .button {
    max-width: 182px;
    min-width: 94px !important;
    font-size: 14px !important; }

.perf-measure {
  margin-top: 0; }

.more-fixed-width {
  max-width: 55% !important; }

.show_save_delete_cancel_this_activity {
  display: flex;
  justify-content: flex-end; }
  .show_save_delete_cancel_this_activity .button {
    max-width: 150px;
    min-width: 150px !important;
    font-size: 14px !important; }

.perf-save-delete-cancel {
  display: flex;
  justify-content: flex-end; }
  .perf-save-delete-cancel .button {
    margin: 5px !important; }

.default-hidden {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all 0.3s ease;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: none;
  visibility: hidden; }

.no-left-pad {
  padding-left: 0 !important; }

.padding-fix {
  padding: 5px 20px; }

.flexend {
  align-items: flex-end !important; }

.header-cont .delete-icon {
  width: 1.5em;
  float: right;
  margin-right: 25px;
  z-index: 1; }

.theme-fipse .fipse-ed-report-status .set-cont .row .field .hasDatepicker + i, .theme-fipse .fipse-ed-report-status .set-cont .sub-head .field .hasDatepicker + i {
  color: #ffffff !important;
  padding: 7px !important;
  right: -4px; }

#fipse-grant_management-page .set-cont .row .field .hasDatepicker + i, #fipse-grant_management-page .set-cont .sub-head .field .hasDatepicker + i {
  color: #ffffff !important;
  padding: 7px !important;
  right: -4px;
  top: 0; }

.accordion-container .accordion li .body-cont .censet .row .no-background, .accordion-container .accordion li .body-cont .censet .sub-head .no-background {
  background: none !important;
  background-color: #ffffff !important; }

.theme-hepis .accordion-container .accordion li .lighter-bg {
  background-color: #dcdede; }

.theme-gea .accordion-container .accordion li .lighter-bg {
  background-color: #b1e9f7; }

.theme-fipse .accordion-container .accordion li .lighter-bg {
  background-color: #c594b4; }

.theme-isapr .accordion-container .accordion li .lighter-bg {
  background-color: #b4eae9; }

.theme-efrs .accordion-container .accordion li .lighter-bg {
  background-color: #D5DCFF; }

.theme-hepis .accordion-container .accordion li .lighter-bg h2 {
  color: #444848; }

.theme-gea .accordion-container .accordion li .lighter-bg h2 {
  color: #012841; }

.theme-fipse .accordion-container .accordion li .lighter-bg h2 {
  color: #24031c; }

.theme-isapr .accordion-container .accordion li .lighter-bg h2 {
  color: #003539; }

.theme-efrs .accordion-container .accordion li .lighter-bg h2 {
  color: #220F55; }

.theme-hepis .accordion-container .accordion li .lighter-bg i {
  background: #444848;
  color: #fff; }

.theme-gea .accordion-container .accordion li .lighter-bg i {
  background: #012841;
  color: #fff; }

.theme-fipse .accordion-container .accordion li .lighter-bg i {
  background: #24031c;
  color: #fff; }

.theme-isapr .accordion-container .accordion li .lighter-bg i {
  background: #003539;
  color: #fff; }

.theme-efrs .accordion-container .accordion li .lighter-bg i {
  background: #220F55;
  color: #fff; }

.accordion-container .accordion li .body-cont .censet .row, .accordion-container .accordion li .body-cont .censet .sub-head {
  padding: 0px !important; }

#ref_instcat_form .fa-chevron-down {
  right: 10px;
  top: 20px; }

input[type="password"] {
  font-family: Verdana;
  letter-spacing: 0.125em; }

.fixelig .row .field, .fixelig .sub-head .field {
  flex-basis: 100%; }

.empty,
input.empty,
input[type="text"].empty,
input[type="number"].empty,
input[type="submit"].empty,
input[type="reset"].empty,
input[type="password"].empty,
textarea.empty,
select.empty {
  outline: 3px solid #eb0000 !important;
  background-color: #eb000012 !important;
  position: relative; }
  .empty input,
  .empty input[type="text"],
  .empty input[type="number"],
  .empty input[type="submit"],
  .empty input[type="reset"],
  .empty input[type="password"],
  .empty textarea,
  .empty select,
  input.empty input,
  input.empty input[type="text"],
  input.empty input[type="number"],
  input.empty input[type="submit"],
  input.empty input[type="reset"],
  input.empty input[type="password"],
  input.empty textarea,
  input.empty select,
  input[type="text"].empty input,
  input[type="text"].empty input[type="text"],
  input[type="text"].empty input[type="number"],
  input[type="text"].empty input[type="submit"],
  input[type="text"].empty input[type="reset"],
  input[type="text"].empty input[type="password"],
  input[type="text"].empty textarea,
  input[type="text"].empty select,
  input[type="number"].empty input,
  input[type="number"].empty input[type="text"],
  input[type="number"].empty input[type="number"],
  input[type="number"].empty input[type="submit"],
  input[type="number"].empty input[type="reset"],
  input[type="number"].empty input[type="password"],
  input[type="number"].empty textarea,
  input[type="number"].empty select,
  input[type="submit"].empty input,
  input[type="submit"].empty input[type="text"],
  input[type="submit"].empty input[type="number"],
  input[type="submit"].empty input[type="submit"],
  input[type="submit"].empty input[type="reset"],
  input[type="submit"].empty input[type="password"],
  input[type="submit"].empty textarea,
  input[type="submit"].empty select,
  input[type="reset"].empty input,
  input[type="reset"].empty input[type="text"],
  input[type="reset"].empty input[type="number"],
  input[type="reset"].empty input[type="submit"],
  input[type="reset"].empty input[type="reset"],
  input[type="reset"].empty input[type="password"],
  input[type="reset"].empty textarea,
  input[type="reset"].empty select,
  input[type="password"].empty input,
  input[type="password"].empty input[type="text"],
  input[type="password"].empty input[type="number"],
  input[type="password"].empty input[type="submit"],
  input[type="password"].empty input[type="reset"],
  input[type="password"].empty input[type="password"],
  input[type="password"].empty textarea,
  input[type="password"].empty select,
  textarea.empty input,
  textarea.empty input[type="text"],
  textarea.empty input[type="number"],
  textarea.empty input[type="submit"],
  textarea.empty input[type="reset"],
  textarea.empty input[type="password"],
  textarea.empty textarea,
  textarea.empty select,
  select.empty input,
  select.empty input[type="text"],
  select.empty input[type="number"],
  select.empty input[type="submit"],
  select.empty input[type="reset"],
  select.empty input[type="password"],
  select.empty textarea,
  select.empty select {
    margin: 0; }
    .empty input:before,
    .empty input[type="text"]:before,
    .empty input[type="number"]:before,
    .empty input[type="submit"]:before,
    .empty input[type="reset"]:before,
    .empty input[type="password"]:before,
    .empty textarea:before,
    .empty select:before,
    input.empty input:before,
    input.empty input[type="text"]:before,
    input.empty input[type="number"]:before,
    input.empty input[type="submit"]:before,
    input.empty input[type="reset"]:before,
    input.empty input[type="password"]:before,
    input.empty textarea:before,
    input.empty select:before,
    input[type="text"].empty input:before,
    input[type="text"].empty input[type="text"]:before,
    input[type="text"].empty input[type="number"]:before,
    input[type="text"].empty input[type="submit"]:before,
    input[type="text"].empty input[type="reset"]:before,
    input[type="text"].empty input[type="password"]:before,
    input[type="text"].empty textarea:before,
    input[type="text"].empty select:before,
    input[type="number"].empty input:before,
    input[type="number"].empty input[type="text"]:before,
    input[type="number"].empty input[type="number"]:before,
    input[type="number"].empty input[type="submit"]:before,
    input[type="number"].empty input[type="reset"]:before,
    input[type="number"].empty input[type="password"]:before,
    input[type="number"].empty textarea:before,
    input[type="number"].empty select:before,
    input[type="submit"].empty input:before,
    input[type="submit"].empty input[type="text"]:before,
    input[type="submit"].empty input[type="number"]:before,
    input[type="submit"].empty input[type="submit"]:before,
    input[type="submit"].empty input[type="reset"]:before,
    input[type="submit"].empty input[type="password"]:before,
    input[type="submit"].empty textarea:before,
    input[type="submit"].empty select:before,
    input[type="reset"].empty input:before,
    input[type="reset"].empty input[type="text"]:before,
    input[type="reset"].empty input[type="number"]:before,
    input[type="reset"].empty input[type="submit"]:before,
    input[type="reset"].empty input[type="reset"]:before,
    input[type="reset"].empty input[type="password"]:before,
    input[type="reset"].empty textarea:before,
    input[type="reset"].empty select:before,
    input[type="password"].empty input:before,
    input[type="password"].empty input[type="text"]:before,
    input[type="password"].empty input[type="number"]:before,
    input[type="password"].empty input[type="submit"]:before,
    input[type="password"].empty input[type="reset"]:before,
    input[type="password"].empty input[type="password"]:before,
    input[type="password"].empty textarea:before,
    input[type="password"].empty select:before,
    textarea.empty input:before,
    textarea.empty input[type="text"]:before,
    textarea.empty input[type="number"]:before,
    textarea.empty input[type="submit"]:before,
    textarea.empty input[type="reset"]:before,
    textarea.empty input[type="password"]:before,
    textarea.empty textarea:before,
    textarea.empty select:before,
    select.empty input:before,
    select.empty input[type="text"]:before,
    select.empty input[type="number"]:before,
    select.empty input[type="submit"]:before,
    select.empty input[type="reset"]:before,
    select.empty input[type="password"]:before,
    select.empty textarea:before,
    select.empty select:before {
      content: "!";
      top: 5px;
      left: 9px;
      display: block;
      position: absolute;
      z-index: 99999;
      background-color: #eb0000;
      color: #ffffff;
      font-size: 9px;
      line-height: 1;
      border-radius: 50px;
      padding: 2px 5px;
      opacity: 0.4; }
  .empty input[type="checkbox"] + label,
  .empty input[type="radio"] + label,
  input.empty input[type="checkbox"] + label,
  input.empty input[type="radio"] + label,
  input[type="text"].empty input[type="checkbox"] + label,
  input[type="text"].empty input[type="radio"] + label,
  input[type="number"].empty input[type="checkbox"] + label,
  input[type="number"].empty input[type="radio"] + label,
  input[type="submit"].empty input[type="checkbox"] + label,
  input[type="submit"].empty input[type="radio"] + label,
  input[type="reset"].empty input[type="checkbox"] + label,
  input[type="reset"].empty input[type="radio"] + label,
  input[type="password"].empty input[type="checkbox"] + label,
  input[type="password"].empty input[type="radio"] + label,
  textarea.empty input[type="checkbox"] + label,
  textarea.empty input[type="radio"] + label,
  select.empty input[type="checkbox"] + label,
  select.empty input[type="radio"] + label {
    border: 3px solid #eb0000;
    background-color: #eb000012; }
  .empty span.warn:before,
  input.empty span.warn:before,
  input[type="text"].empty span.warn:before,
  input[type="number"].empty span.warn:before,
  input[type="submit"].empty span.warn:before,
  input[type="reset"].empty span.warn:before,
  input[type="password"].empty span.warn:before,
  textarea.empty span.warn:before,
  select.empty span.warn:before {
    content: "!";
    top: 5px;
    left: 9px;
    display: block;
    position: absolute;
    z-index: 99999;
    background-color: #eb0000;
    color: #ffffff;
    font-size: 9px;
    line-height: 1;
    border-radius: 50px;
    padding: 2px 5px;
    opacity: 0.4; }

empty.input[type="checkbox"] + label,
empty.input[type="radio"] + label {
  border: 3px solid #eb0000;
  background-color: #eb000012; }

.currency-input i.fas.fa-percentage {
  left: auto !important; }

.header-z-index {
  z-index: 10000; }

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

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

.align-self-center {
  align-self: center; }

.page-break-always-zero {
  page-break-after: always;
  padding: 0;
  margin: 0; }

.efrs-info-updated {
  color: green;
  text-align: center;
  font-weight: bold; }

.efrs-blast-email-h4 {
  padding: 20px 0;
  text-align: center; }

.efrs-modal-error {
  color: red;
  display: none;
  padding-top: 10px; }

.form-wide {
  padding-bottom: 0;
  width: 100%; }

.padding-0 {
  padding: 0; }

.padding-right-0 {
  padding-right: 0px; }

.padding-right-left-0 {
  padding-right: 0px;
  padding-left: 0px; }

.padding-top-1em {
  padding-top: 1em; }

.padding-top-10 {
  padding-top: 10px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-left-10 {
  padding-left: 10px; }

.padding-left-40 {
  padding-left: 40px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-10-40 {
  padding: 10px 40px; }

.padding-20-40 {
  padding: 20px 40px; }

.padding-25-0-25-0 {
  padding: 25px 0 25px 0; }

.left-3 {
  left: 3%; }

.left-4 {
  left: -4% !important; }

.fipse-width-45 {
  width: 45%; }

.min-width-100 {
  min-width: 100%; }

.min-width-100-right {
  min-width: 100%;
  float: right; }

.max-width-100 {
  max-width: 100%; }

.width-5 {
  width: 5%; }

.width-10 {
  width: 10%; }

.width-50 {
  width: 50%; }

.width-97 {
  width: 97%; }

.width-100 {
  width: 100%; }

.min-250-width {
  min-width: 250px !important; }

.width-650 {
  width: 650px; }

.min-height-150 {
  min-height: 150px; }

.height-85 {
  height: 85px; }

.transform-rotate {
  transform: rotate(180deg); }

.width-40-margin-40 {
  width: 40px;
  margin-right: 40px;
  align: center; }

.margin-0-auto {
  margin: 0 auto; }

.margin-5 {
  margin: 5px; }

.margin-top-1em {
  margin-top: 1rem; }

.margin-top-2em {
  margin-top: 2rem; }

.margin-top-50 {
  margin-top: 50px; }

.modal-h5 {
  margin: 10px 0;
  color: white;
  font-weight: bold; }

.modal-h5-response {
  text-align: center;
  padding-top: 20px; }

.authy-mobile-number {
  margin: 10px auto;
  text-align: center;
  width: 200px; }

.admin-email-system-continue {
  display: block;
  margin: auto;
  width: 150px; }

.solid-black-border {
  border: 1px solid black;
  padding: 15px;
  width: 100%; }

.solid-black-border-with-radius {
  border: 1px solid black;
  padding: 15px;
  margin: 30px 0;
  border-radius: 5px;
  width: 100%;
  background: #f2fef9; }

.hidden-email-recipient-list-ul {
  display: none;
  max-height: 400px;
  overflow: auto; }

.cursor-pointer {
  cursor: pointer; }

.perf-nav {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  margin: 1.5em auto;
  flex-wrap: wrap; }
  .perf-nav input[type="radio"]:checked + label:after {
    background-color: transparent;
    content: none; }
  .perf-nav .pnms:checked + label {
    background-color: #ffffff;
    padding: 5px 5px;
    margin-top: -10px;
    margin-bottom: -10px;
    border: 3px solid #28001D;
    border-radius: 4px;
    z-index: 1; }
    .perf-nav .pnms:checked + label:after {
      background-color: none;
      content: none; }
    .perf-nav .pnms:checked + label .pmtop {
      font-size: 42px;
      color: #28001D; }
      .perf-nav .pnms:checked + label .pmtop.other {
        font-size: 12px;
        font-style: italic;
        letter-spacing: 0;
        line-height: 13px;
        text-align: center;
        font-weight: normal; }
    .perf-nav .pnms:checked + label .pmbot {
      font-size: 30px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 33px;
      text-align: center; }
      .perf-nav .pnms:checked + label .pmbot .fa-check {
        font-size: 34px;
        max-width: 44px; }
    .perf-nav .pnms:checked + label.complete {
      background-color: #ABE399; }
      .perf-nav .pnms:checked + label.complete .fa-check {
        font-size: 34px;
        max-width: 44px; }
  .perf-nav .pnav-meas {
    display: flex;
    flex-direction: column;
    border: 1px solid #28001D;
    padding: 5px 5px;
    flex: 1;
    flex-shrink: 0;
    flex-grow: auto;
    margin-bottom: 0;
    justify-content: center; }
    .perf-nav .pnav-meas .pmtop {
      font-size: 32px;
      margin-bottom: 5px;
      color: #28001D; }
      .perf-nav .pnav-meas .pmtop .fa-check {
        display: none;
        text-align: center; }
      .perf-nav .pnav-meas .pmtop .fa-exclamation-circle {
        display: block;
        text-align: center; }
      .perf-nav .pnav-meas .pmtop.other {
        font-size: 12px;
        font-style: italic;
        letter-spacing: 0;
        line-height: 13px;
        text-align: center;
        font-weight: normal; }
    .perf-nav .pnav-meas .pmbot {
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 22px;
      text-align: center;
      color: #28001D; }
    .perf-nav .pnav-meas.complete {
      background-color: #ABE399; }
      .perf-nav .pnav-meas.complete .fa-check {
        display: block;
        text-align: center; }
      .perf-nav .pnav-meas.complete .fa-exclamation-circle {
        display: none;
        text-align: center; }
    .perf-nav .pnav-meas .fa-check {
      color: #ffffff;
      background-color: #28001D;
      border-radius: 50px;
      padding: 5px;
      font-size: 22px;
      margin: 0 auto;
      max-width: 32px;
      text-align: center;
      mix-blend-mode: multiply; }

[id="pnm-content1"] {
  display: none;
  flex: 1 1 100%;
  border: 1px solid #610030;
  padding: 25px 20px;
  color: #28001D;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px; }

[id="pnm-content2"] {
  display: none;
  flex: 1 1 100%;
  border: 1px solid #610030;
  padding: 25px 20px;
  color: #28001D;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px; }

[id="pnm-content3"] {
  display: none;
  flex: 1 1 100%;
  border: 1px solid #610030;
  padding: 25px 20px;
  color: #28001D;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px; }

[id="pnm-content4"] {
  display: none;
  flex: 1 1 100%;
  border: 1px solid #610030;
  padding: 25px 20px;
  color: #28001D;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px; }

[id="pnm-content5"] {
  display: none;
  flex: 1 1 100%;
  border: 1px solid #610030;
  padding: 25px 20px;
  color: #28001D;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px; }

[id="pnm-content6"] {
  display: none;
  flex: 1 1 100%;
  border: 1px solid #610030;
  padding: 25px 20px;
  color: #28001D;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px; }

[id="pnm-content7"] {
  display: none;
  flex: 1 1 100%;
  border: 1px solid #610030;
  padding: 25px 20px;
  color: #28001D;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px; }

[id="pnm-content8"] {
  display: none;
  flex: 1 1 100%;
  border: 1px solid #610030;
  padding: 25px 20px;
  color: #28001D;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px; }

[id="pnm-content9"] {
  display: none;
  flex: 1 1 100%;
  border: 1px solid #610030;
  padding: 25px 20px;
  color: #28001D;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px; }

[id="pnm-content10"] {
  display: none;
  flex: 1 1 100%;
  border: 1px solid #610030;
  padding: 25px 20px;
  color: #28001D;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px; }

[id="pnm-content11"] {
  display: none;
  flex: 1 1 100%;
  border: 1px solid #610030;
  padding: 25px 20px;
  color: #28001D;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px; }

[id="pnm-1"]:checked ~ [id="pnm-content1"] {
  display: block; }

[id="pnm-2"]:checked ~ [id="pnm-content2"] {
  display: block; }

[id="pnm-3"]:checked ~ [id="pnm-content3"] {
  display: block; }

[id="pnm-4"]:checked ~ [id="pnm-content4"] {
  display: block; }

[id="pnm-5"]:checked ~ [id="pnm-content5"] {
  display: block; }

[id="pnm-6"]:checked ~ [id="pnm-content6"] {
  display: block; }

[id="pnm-7"]:checked ~ [id="pnm-content7"] {
  display: block; }

[id="pnm-8"]:checked ~ [id="pnm-content8"] {
  display: block; }

[id="pnm-9"]:checked ~ [id="pnm-content9"] {
  display: block; }

[id="pnm-10"]:checked ~ [id="pnm-content10"] {
  display: block; }

[id="pnm-11"]:checked ~ [id="pnm-content11"] {
  display: block; }

#fipse-grant_524b_section_A-page .objective {
  background-color: rgba(253, 232, 245, 0.7); }
  #fipse-grant_524b_section_A-page .objective .obj-head {
    background-color: #58002F !important;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    align-items: center; }
    #fipse-grant_524b_section_A-page .objective .obj-head i {
      background-color: transparent;
      color: #ffffff;
      font-size: 52px; }
  #fipse-grant_524b_section_A-page .objective .tooltip {
    background-image: url("/assets/images/FIPSE_more_info_icon.svg"); }
  #fipse-grant_524b_section_A-page .objective .perfaddr {
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: normal;
    display: block;
    margin: 5px 0; }
  #fipse-grant_524b_section_A-page .objective .field .option-container .fa-chevron-down {
    padding: 12px 8px; }
  #fipse-grant_524b_section_A-page .objective input[type="checkbox"]:checked + label:after {
    top: 0; }
  #fipse-grant_524b_section_A-page .objective select.options {
    padding-right: 40px;
    white-space: pre-wrap; }
    #fipse-grant_524b_section_A-page .objective select.options option {
      word-wrap: normal !important;
      white-space: normal; }

.scroll-container {
  border: 1.5px solid black;
  border-radius: 6px;
  padding: 5px;
  max-height: 230px;
  overflow-y: auto; }
  .scroll-container .option-container option {
    padding: 5px; }
    .scroll-container .option-container option:hover {
      background: #fde8f5;
      transition: 1ms;
      cursor: pointer; }
  .scroll-container .option-container .selected-option {
    background: #fde8f5; }

.noscroll-container {
  border: 1.5px solid black;
  border-radius: 6px; }

.subjects-dots-container {
  display: flex;
  width: 25%; }
  .subjects-dots-container p {
    margin-left: 15px; }
  .subjects-dots-container .dot-container {
    display: flex;
    justify-content: flex-end;
    width: 85px; }
    .subjects-dots-container .dot-container .dot {
      height: 25px;
      width: 25px;
      background-color: #C594B4;
      border-radius: 50%;
      display: inline-block;
      margin-right: 5px; }
      .subjects-dots-container .dot-container .dot:last-child {
        margin-right: 0; }

.no-max-width {
  max-width: 100% !important; }

.baseline {
  align-items: baseline !important; }

.even-grid .field {
  width: 50%; }

.select-scroll {
  height: 100% !important;
  min-height: 200px;
  max-width: 99%;
  font-size: 18px !important;
  border: 1.5px solid black; }

/*
.pdb_selected{
    //background-color: #fde8f5;
}
*/
.select-scroll option:checked, option:hover {
  background: linear-gradient(#fde8f5, #fde8f5);
  background-color: #fde8f5;
  color: #002144; }

.select-scroll ::selection {
  color: #111111 !important; }

.special-dropdown {
  padding: 10px 8px !important; }

.database-results-buttons-full {
  width: 100% !important; }

.option-container select option:hover {
  background-color: red; }

.custom-option-color {
  color: red; }
