:root {
  --primary-shadow: 0.8rem 1.2rem 1.2rem rgba(0, 0, 0, 0.17);
  --primary-shadow-focus: 0px 5px 40px -5px rgba(0, 0, 0, 0.4);
  --secondary-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  --secondary-shadow-focus: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  --page-width: 86rem;
  --control-width: 40rem;
  --control-height: 4rem;
  --font-size: 1.6rem;
  --rem-size: 10px;
  --font-control-color: #5a656c;
  --font-label-color: #424b59;
  --font-color: #5a656c;
  --link-font-color: #286090;
  --link-font-color-hover: #1e77b3;
  --ecu-rust: #c73c23;
  --ecu-light-moss: #a7c253;
  --ecu-robins-egg: #88d0c7;
  --ecu-marigold: #f89023;
  --ecu-pumpkin: #d55928;
  --ecu-pumpkin-dark: #c63d27;
  --ecu-blue: #005a95;
  --ecu-blue2: #027abc;
  --ecu-slate: #2f353f;
  --ecu-lilac: #c8a2c6;
  --ecu-sunshine: #ffef5f;
  --ecu-light-gray: #f3faf9;
  --ecu-white: #edeae2;
  --ecu-purple: #2e353f;
  --ecu-background-gray: #e7f5f4;
  --font-family-primary: "Montserrat", sans-serif;
  --font-family-secondary: "Overpass", sans-serif;
}

html {
  font-size: var(--rem-size);
  font-family: "Montserrat", sans-serif;
}

form {
  margin-block-end: 0;
}

body,
.AdminConsole {
  font-family: "Montserrat", Arial;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--font-color);
}

h1,
h2,
h3,
h4 {
  width: 100%;
  margin: 1.6rem 0;
  line-height: 22px;
  font-weight: 700;
  color: var(--font-label-color);
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #424b59;
  text-transform: uppercase;
}

h4 {
  font-size: 2rem;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}

legend {
  display: none;
}

p {
  width: 100%;
}

a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: all 0.1s ease;
  width: fit-content;
  font-weight: 500;
}

.PageHeader {
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  margin: 0 0 0 0;
  color: var(--font-label-color);
  text-align: center;
}

.PageDesc {
  margin: 0 0;
  font-size: 1.6rem;
}

.form-inline {
  display: flex;
  margin: 0 0;
}

.Layout {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

/*
    3.1 Layout Header
*/
#LayoutHeader {
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #d5dde3;
  z-index: 1;
  position: relative;
  padding-bottom: 1.6rem;
  height: 135px;
}

#LayoutHeaderContents {
  margin: 0 auto;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 35px 30px;
}

#HeadLogo {
  max-width: 160px;
}

#HeadLogo > img {
  max-width: 160px;
}

/*
    3.2 Layout Page Content
*/
#LayoutPage {
  margin: 0 auto;
  max-width: calc(var(--page-width) + 6.4rem + 2px);
  background-color: #fff;
  padding: 3.2rem;
  flex-grow: 1;
  width: 100%;
  margin-bottom: auto;
}

.form-section > div {
  /* margin: 0 1.6rem; */
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  justify-content: center;
  /* justify-items: center; */
  /* align-items: center; */
}

.form-section {
  text-align: center;
}

.fiviBtnContainer,
span > .fiviBtnContainer {
  display: flex;
  justify-content: center;
  margin: auto;
}

.fiviSCSendMessage .btn-link {
  display: flex;
  justify-content: center;
  padding-top: 1em;
}

#showTimeout {
  text-align: center;
}

/*
    3.3 Layout Footer
*/

footer {
  background-color: #ffffff;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  color: #2d3640;
  font-weight: 500;
}

.footer__quick-links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  border: 1px solid #e0e0e0;
  border-width: 1px 0;
  font-family: var(--font-family-secondary);
}

.footer__horizontal.footer__horizontal--wide {
  /* flex-direction: column; */
}

.footer__horizontal .footer__link > a {
  color: #027abc !important;
}

.footer__horizontal .footer__link:hover a {
  text-decoration: underline !important;
}

.footer__quick-links .footer__link {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.footer__quick-links .footer__link {
  display: flex;
  gap: 0.5rem;
}

.footer__link {
  flex: 0 0 auto;
  font-size: 1rem;
  color: #052f48;
  cursor: pointer;
  transition: 0.2s ease;
}

.footer__main {
  margin-right: 2rem;
  margin-left: 2rem;
  width: calc(100% - 4rem);
  max-width: 130rem;
  position: relative;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  padding: 2rem 0;
}

.footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}

.footer__nav {
  /* display: flex;
        flex-direction: column; */
  align-items: stretch;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 0.75rem;
  position: relative;
}

.footer__column {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  padding: 1rem 0 0.875rem;
  border-bottom: 1px solid #e0e0e0;
}

.footer__column:last-child {
  border-bottom: none;
}

@media (min-width: 820px) {
  .footer__column {
    margin-right: auto;
    padding-left: 1rem;
    border-bottom: none;
    border-left: 1px solid #e0e0e0;
  }
}

.footer__title {
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  font-size: 1.1rem;
  text-transform: uppercase;
  cursor: default;
  padding-left: 0.6rem;
}

.footer__list {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 0.5rem;
  margin: 0;
  padding: 0.5em;
  height: 0;
  text-align: center;
  list-style: none;
  /* overflow: hidden; */
  /* opacity: 0; */
  /* visibility: hidden; */
}

.footer__list[data-active] {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.footer__item {
  display: flex;
  flex-direction: column;
  padding: 0.125rem 0.25rem;
}

.footer__link {
  flex: 0 0 auto;
  font-size: 14px !important;
  color: #052f48;
  cursor: pointer;
  transition: 0.2s ease;
}

a > .footer__link:hover {
  text-decoration: none;
  color: #005a95;
}

.footer__nav .footer__link {
  margin-left: -1rem;
  margin-right: -0.25rem;
  border-left: 0.5rem solid rgba(0, 0, 0, 0);
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  text-decoration: none !important;
  font-family: var(--font-family-secondary);
  padding-top: 0.5em;
}

.footer__link--bold {
  font-weight: 700;
}

.footer__nav .footer__link:focus,
.footer__nav .footer__link:hover {
  border-left-color: #005a95;
  color: #005a95;
  text-decoration: none;
}

.footer__meta {
  border-top: 1px solid #e0e0e0;
  color: #515257;
}

small {
  font-size: 80%;
}

.footer__meta-inner {
  margin-right: 3rem;
  margin-left: 3rem;
  width: calc(100% - 4rem);
  max-width: 130rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
  gap: 1.5rem 2rem;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.footer__copy {
  margin: 0 0 0.5rem 0;
  display: inline !important;
}

.footer__copy .fiviLabelContainer {
  display: inline;
  font-family: "Montserrat", Arial;

  label {
    font-weight: 500 !important;
  }
}

.footer__horizontal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  text-transform: uppercase;
  color: #515257;
}

.icon-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.footer__meta .footer__link {
  font-size: 1.1rem !important;
  color: #515257;
  text-decoration: none !important;
  font-family: var(--font-family-secondary);
}

.footer__social-link {
  /* display: flex;
		justify-content: center;
		align-content: center;
		justify-items: center; */
  /* display: grid !important;
        place-items: center; */
  width: 36px !important;
  height: 36px;
  background: rgba(194, 191, 195, 0.5);
  border-radius: 80px;
  transition: all 200ms ease;
  align-items: center !important;
}

.footer__social-link svg {
  height: 1rem;
  width: auto;
  fill: #005a95;
}

.footer__social-link:hover {
  background: #052f48;
  text-decoration: none !important;
}

.footer__social-link:hover svg {
  fill: #fff;
}

.footer__social-link:hover i {
  color: #fff;
}

.footer__inner i {
  color: #005a95;
}

.fa-facebook-square,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
  margin: auto;
}

.hideVisually,
.hide-visually {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.footer__logo {
  color: #1e262e;
}

.footer__logo img {
  padding: 0.8em;
}

.footer__address {
  text-align: center;
}

.footer__routing {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  margin-top: 0.375rem;
}

@media (min-width: 820px) {
  .footer__routing {
    margin-top: 0.75rem;
  }

  .footer__quick-links {
    padding: 1.5rem 0;
  }
}

.footer__routing i {
  margin-right: 0.25rem;
  font-size: 1.125rem;
}

.footer__info-logos {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.footer__info-logos img {
  width: auto;
  height: 4rem;
}

@media (min-width: 820px) {
  .footer__info-logos {
    gap: 2rem;
    grid-column: span 2;
  }

  .footer__info-logos img {
    height: auto;
  }

  .footer__info-logos a:first-child img {
    width: 5rem;
  }

  .footer__info-logos a:last-child img {
    width: 7rem;
  }
}

/* Media Queries */

@media (min-width: 86rem) {
  .footer__main {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}

@media (min-width: 820px) {
  .footer__main {
    flex-direction: row;
  }
}

@media (min-width: 820px) {
  .footer__info {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 1rem;
  }
}

@media (max-width: 819px) {
  .footer__nav .footer__title {
    /* gap: .5rem;
            cursor: pointer; */
  }

  .footer__nav .footer__title::after {
    /* content: "";
            height: .4rem;
            width: .4rem;
            border-left: 2px solid #005a95;
            border-bottom: 2px solid #005a95;
            transform: translateY(-50%) rotate(-45deg);
            transition: .25s ease; */
  }

  .footer__nav .footer__title[data-active]::after {
    transform: translateY(0) rotate(135deg);
  }
}

@media (min-width: 820px) {
  .footer__title {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 820px) {
  .footer__nav {
    flex: 1 1 auto;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
  }
}

@media (min-width: 820px) {
  .footer__title {
    margin-bottom: 0.875rem;
  }
}

@media (max-width: 819px) {
  .footer__list {
    /* align-items: center;
            text-align: center; */
    height: 100%;
  }

  .footer__list > *:first-child {
    padding-top: 0.5rem;
  }

  .footer__list > *:last-child {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 820px) {
  .footer__list {
    align-items: stretch;
    text-align: left;
    margin-right: auto;
    overflow: initial;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 820px) {
  .footer__item {
    padding: 0.125rem 0;
  }
}

@media (min-width: 820px) {
  .footer__copy {
    margin-bottom: 0;
  }

  .footer__copy br:first-child {
    display: none;
  }
}

@media (min-width: 992px) {
  .footer__meta-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

@media (min-width: 90rem) {
  .footer__meta-inner {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}

/* inputs */

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

input::-ms-check {
  display: auto !important;
}

#MFARememberMe {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}

/*
    Button
*/

/* .btn-default {
	color: #fff;
	background-color: #cc4e27;
} */

.DefaultNextButton,
.btn-primary,
.btn-default {
  background-color: var(--ecu-blue);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  /* text-transform: uppercase; */
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid transparent !important;
  border-radius: 8px;
  color: #fff;
  padding: 12px 20px;
  min-width: 100px;
  width: fit-content !important;
  text-shadow: none;
  transition: 0.25s ease;
  font-family: var(--font-family-secondary);
}

.DefaultNextButton:hover,
.DefaultNextButton:active,
.DefaultNextButton:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: var(--ecu-blue2);
  color: #fff;
  font-family: var(--font-family-secondary);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
  transition: 0.25s ease;
}

.btn-link,
.LinkClass {
  color: var(--ecu-blue) !important;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  padding: 2px 0 6px 0;
  text-decoration: none;
  text-transform: capitalize;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.LinkClass:hover,
.LinkClass:active,
.LinkClass:focus {
  color: var(--ecu-purple) !important;
  text-decoration: underline;
}

/*
    Input
*/
.fiviNewLine {
  display: none;
}

.V3StatusCenterLogin > #pnlEnterPassword,
.V3StatusCenterLogin > #pnlShowCreatePass,
.V3StatusCenterLogin > #pnlShowMFACode,
.V3StatusCenterLogin > #pnlShowMFADropdown,
.V3SummaryControl #pnlShowMFADropdown,
.V3SummaryControl #pnlShowMFACode,
.V3SummaryControl .fiviVerifyTrialDeposits,
.V3SummaryControl .fiviCheckOrder,
.fiviStatusCenterEmail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: 20px 0;
  justify-content: center;
}

.V3StatusCenterLogin > #pnlEnterPassword > br,
.V3StatusCenterLogin > #pnlShowCreatePass > br,
.V3StatusCenterLogin > #pnlShowMFACode > br,
.V3StatusCenterLogin > #pnlShowMFADropdown > br,
.V3SummaryControl #pnlShowMFADropdown > br,
.V3SummaryControl #pnlShowMFACode > br,
.V3SummaryControl .fiviVerifyTrialDeposits > br,
.V3SummaryControl .fiviCheckOrder > br,
.fiviStatusCenterEmail > br,
#spanShowAdditionalPhoneNumbersMessage > br,
.fiviSCDropDown > br,
.fiviVerifyTrialDepositsInputContainer > br {
  display: none;
}

.fiviInput.fiviTextBox,
.V3StatusCenterLogin > #pnlEnterPassword .fiviControl,
.V3StatusCenterLogin > #pnlShowCreatePass .fiviControl,
.V3StatusCenterLogin > #pnlShowMFACode .fiviControl,
.V3StatusCenterLogin > #pnlShowMFADropdown .fiviControl,
.V3SummaryControl #pnlShowMFACode .fiviControl,
.V3SummaryControl #pnlShowMFADropdown .fiviControl,
.V3SummaryControl .fiviVerifyTrialDeposits .fiviControl,
.V3SummaryControl .fiviCheckOrder .fiviControl,
.fiviStatusCenterEmail .fiviControl {
  display: flex;
  position: relative;
  padding-top: 19px;
  max-width: var(--control-width);
  margin-bottom: 1.6rem;
  padding-left: 0;
  width: 100%;
}

.V3StatusCenterLogin > #pnlShowMFADropdown select.DefaultFormControlClassV3,
.V3SummaryControl #pnlShowMFADropdown select.DefaultFormControlClassV3 {
  padding-top: unset !important;
  padding-bottom: unset !important;
  font-size: 16px !important;
}

.fiviControl.fiviSCDropDown {
  text-align: center;
}

.form-control {
  width: 100% !important;
  height: 4rem;
  margin: 0px;
  padding: 0.8rem;
  background-color: #fff;
  color: var(--font-control-color);
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-control:active,
.form-control:hover,
.form-control:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media all and (max-device-width: 500px), all and (max-width: 500px) {
  .V3StatusCenterLogin > #pnlShowMFADropdown .fiviControl {
    padding-top: 38px;
  }
}

.V3StatusCenterLogin > #pnlEnterPassword .DefaultLabelClassV3,
.V3StatusCenterLogin > #pnlShowCreatePass .DefaultLabelClassV3,
.V3StatusCenterLogin > #pnlShowMFACode .DefaultLabelClassV3,
.V3StatusCenterLogin > #pnlShowMFADropdown .DefaultLabelClassV3,
.V3SummaryControl #pnlShowMFACode .DefaultLabelClassV3,
.V3SummaryControl #pnlShowMFADropdown .DefaultLabelClassV3,
.V3SummaryControl .fiviVerifyTrialDeposits .DefaultLabelClassV3,
.fiviStatusCenterEmail .DefaultLabelClassV3,
.fiviStaticLabel {
  position: absolute;
  left: 1.6rem;
  top: 3.2rem;
  font-size: 1.8rem;
  color: #5a656c;
  cursor: text;
  transition: all 0.2s ease-in-out;
  text-align: left;
  width: 100%;
  pointer-events: none;
  line-height: 16px;
  font-weight: 400;
  margin-left: 0;
}

.V3StatusCenterLogin > #pnlEnterPassword .LabelClassFocus,
.V3StatusCenterLogin > #pnlShowCreatePass .LabelClassFocus,
.V3StatusCenterLogin > #pnlShowMFACode .LabelClassFocus,
.V3StatusCenterLogin > #pnlShowMFADropdown .LabelClassFocus,
.V3SummaryControl #pnlShowMFACode .LabelClassFocus,
.V3SummaryControl #pnlShowMFADropdown .LabelClassFocus,
.V3SummaryControl .fiviVerifyTrialDeposits .LabelClassFocus,
.fiviStatusCenterEmail .LabelClassFocus,
.fiviStaticLabel {
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 16px;
  font-weight: 700;
}

.fivistatusCenterEmail {
  width: 50%;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: center;
}

.DefaultLabelClassV3.ErrorMessage {
  color: red;
  font-weight: 700;
}

#pnlShowErrorMessage {
  text-align: center;
}

#pnlShowMFADropdown,
#pnlShowMFACode {
  display: flex;
  align-items: center;
}

.fiviLabelContainer {
  width: 100%;
  display: block;
}

.V3StatusCenterLogin > #pnlEnterPassword .fivisionpopover,
.V3StatusCenterLogin > #pnlShowCreatePass .fivisionpopover,
.V3StatusCenterLogin > #pnlShowMFACode .fivisionpopover,
.V3SummaryControl #pnlShowMFACode .fivisionpopover,
.V3SummaryControl .fiviVerifyTrialDeposits .fivisionpopover,
.fiviStatusCenterEmail .fivisionpopover {
  position: absolute;
  text-align: center;
  margin: 10px auto auto auto;
  top: unset;
  left: calc(var(--control-width) / 8);
  top: 6rem;
  width: unset;
  padding: unset;
  min-width: calc(var(--control-width) - calc(var(--control-width) / 4));
  max-width: calc(var(--control-width) - calc(var(--control-width) / 4));
}

.form-inline.SectionBox {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
}

/* 
    Specific Controls
*/

.badge {
  background-color: var(--ecu-blue);
}

.container-fluid {
  padding: 0;
}

article .headline-container {
  padding: 2rem 2rem 2rem 0;
  width: 100%;
  margin: 0;
}

/* "small" in bootstrap - tablets */
@media all and (max-device-width: 992px), all and (max-width: 992px) {
  .DefaultFormControlClassV3 {
    width: 90% !important;
  }
}

@media all and (max-device-width: 900px), all and (max-width: 900px) {
  #LayoutHeaderContents {
    padding: 30px 35px;
    width: 100%;
  }

  #HeadLogo,
  #HeadContact {
    max-width: 50%;
  }

  #HeadLogo > img {
    /* width: 100%; */
  }

  #LayoutFooterContents {
    width: 100%;
  }

  #LayoutPage {
    padding: 3.2rem 1rem 1.6rem 1rem;
  }
}

/* Dashboard */
article .headline-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 3.2rem;
  background-color: transparent;
  text-align: center;
}

#pnlLogout {
  width: 100%;
  display: flex;
  justify-content: center;
}

.V3SUmmaryControl {
  font-family: inherit;
}

.V3SummaryControl header,
#topNav,
.navbar-default {
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  width: 100%;
  justify-content: center !important;
  color: var(--font-color);
}

.task-title,
.task-description {
  color: var(--secondary-color) !important;
}

.task-icon > svg {
  fill: var(--secondary-color);
}

article .task:hover {
  background-color: #00767e57;
  color: #000;
}

header .nav-item .nav-link,
header .nav-item .nav-link svg {
  color: var(--secondary-black) !important;
  fill: var(--secondary-black) !important;
  text-decoration: underline;
}

/* Hover on icons  */
header .nav-item .nav-link svg:hover {
  color: var(--secondary-color) !important;
  fill: var(--secondary-color) !important;
}

header .nav-item:hover .nav-link {
  color: var(--secondary-color) !important;
  fill: var(--secondary-color) !important;
  /* background-color: #ffffff; */
  background-image: none;
  box-shadow: none;
}

header .nav-item.active .nav-link svg,
header .nav-item.active .nav-link,
header .nav-item.active .nav-link:hover {
  color: var(--primary-color) !important;
  fill: var(--primary-color) !important;
}

#showWarning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.task-description {
  text-decoration: none;
}

header .nav-item.active .nav-link {
  text-decoration: none;
}

.V3StatusCenterLogin {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.V3SummaryCollapsedMenuButton {
  float: left !important;
}

.V3SummaryBadge,
.V3SummaryBadge:hover,
.V3SummaryBadge:active {
  margin-left: 44px;
  background-color: var(--primary-color) !important;
  z-index: 2;
}

/*
	Message Center
*/

.fiviSCSendMessage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fiviSCSendMessage div {
  display: flex;
  flex-direction: column;
}

.fiviSCSendMessage br {
  display: none;
}

.fiviSCSendMessage .form-control {
  margin-bottom: 2.6rem !important;
}

.fiviSCSendMessage span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fiviSCSendMessage .btn-link {
  margin: 0 !important;
}

.V3MessageArea-Text {
  margin-top: 25px;
}

/* Documents  */

table > tbody > tr:first-child > td {
  font-weight: normal !important;
}

/* Doc Table Buttons  */

.btn-primary,
.btn-primary:active,
.btn-primary.active,
label.btn-default {
  background-color: var(--ecu-white);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid transparent;
  border-radius: 8px !important;
  color: #1e262e;
  padding: 12px 20px;
  font-family: var(--font-family-secondary);
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary.active:hover,
label.btn-default:hover {
  background-color: var(--ecu-blue2);
  color: #fff;
}

.btn-primary {
  background-color: var(--ecu-blue);
  border-color: var(--primary-color);
  border-radius: 3px;
}

button.btn.btn-primary {
  color: #fff;
}

/* Dashboard */
article .headline-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 3.2rem;
  background-color: transparent;
  text-align: center;
}

#pnlLogout {
  width: 100%;
  display: flex;
  justify-content: center;
}

.V3SUmmaryControl {
  font-family: inherit;
}

.V3SummaryControl header,
#topNav,
.navbar-default {
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  width: 100%;
  justify-content: center !important;
  color: var(--font-color);
}

.task-title,
.task-description {
  color: var(--secondary-color) !important;
  line-height: 1.1em;
  letter-spacing: 0.01em;
}

.task-icon > svg {
  fill: var(--secondary-color);
}

article .task:hover {
  background-color: #d2e0a9b8;
  color: #000;
}

.container-fluid > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  text-align: center;
}

.task {
  width: 80%;
}

header .nav-item .nav-link,
header .nav-item .nav-link svg {
  color: #2d3640 !important;
  fill: #2d3640 !important;
  text-decoration: underline;
}

/* Hover on icons  */
header .nav-item .nav-link svg:hover {
  color: var(--ecu-blue2) !important;
  fill: var(--ecu-blue2) !important;
}

header .nav-item:hover .nav-link {
  color: var(--ecu-blue2) !important;
  fill: var(--ecu-blue2) !important;
  /* background-color: #ffffff; */
  background-image: none;
  box-shadow: none;
}

header .nav-item.active .nav-link svg,
header .nav-item.active .nav-link,
header .nav-item.active .nav-link:hover {
  color: var(--ecu-blue) !important;
  fill: var(--ecu-blue) !important;
}

#showWarning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.task-description {
  text-decoration: none;
}

header .nav-item.active .nav-link {
  text-decoration: none;
}

.V3StatusCenterLogin {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.V3SummaryCollapsedMenuButton {
  float: left !important;
}

.V3SummaryBadge,
.V3SummaryBadge:hover,
.V3SummaryBadge:active {
  margin-left: 44px;
  background-color: var(--ecu-light-moss) !important;
  z-index: 2;
}
