/* Root / Reset */

:root {
  --cas-theme-primary: #153e50;
  --cas-theme-primary-bg: rgba(21, 62, 80, 0.2);
  --cas-theme-primary-light: #006d85;
  --cas-theme-secondary: #74c163;
  --cas-theme-success: var(--cas-theme-secondary);
  --cas-theme-danger: var(--mdc-theme-error);
  --cas-theme-warning: #e6a210;
  --cas-theme-border-light: 1px solid rgba(0, 0, 0, .2);
  --cas-theme-twitter-color: #55acee;
  --cas-theme-vimeo-color: #1ab7ea;
  --cas-theme-vk-color: #587ea3;
  --cas-theme-yahoo-color: #720e9e;
  --cas-theme-google-color: #cc5445;
  --cas-theme-facebook-color: #3b5998;
  --atlassian-theme-primary: #0747a6;
  --mdc-theme-primary: var(--cas-theme-primary, #153e50);
}

.atlassian {
  --mdc-theme-primary: var(--atlassian-theme-primary, #0747a6);
}

html {
  font-size: 75%;
}

body {
  /*display: flex;*/
  /*height: 100vh;*/
  margin: 0 0 1.5rem;
  padding: 0;
  /*flex-direction: column;*/
  /*justify-content: space-between;*/
  font-family: Arial, Helvetica, sans-serif;
  /*background: #efefef;*/
  font-size: 1em;
}

a {
  color: #009;
}

a:hover, a:visited, a:active {
  color: #900;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

aside, section, main {
  display: block;
}

/* Material */

.mdc-drawer {
  top: 56px;
}

.mdc-drawer-app-content {
  flex: auto;
  overflow: auto;
  position: relative;
}

.main-content {
  display: flex;
}

.mdc-top-app-bar {
  z-index: 7;
}

/* widgets */

.notifications-count {
  position: absolute;
  top: 10px;
  right: 12px;
  background-color: #b00020;
  background-color: var(--cas-theme-danger, #b00020);
  color: #fff;
  border-radius: 50%;
  padding: 1px 3px;
  font: 8px Verdana;
}

.cas-brand {
  height: 48px;
  width: auto;
}

header>nav .cas-brand path.cls-1 {
  fill: white;
}

header>nav .cas-brand .cas-logo {
  height: 100%;
}

.caps-check:not(.caps-on) .caps-warn, .caps-check:not(.caps-on)+.caps-warn {
  display: none;
}

.login-section {
  /*border-right: 1px solid rgba(0, 0, 0, .2);*/
  /*border-right: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));*/
  padding: 1rem 2.5rem;
  flex: 1 1 auto;
  /* IE flex fix */
}

/*.login-section:last-child {*/
/*  border: none;*/
/*}*/

@media screen and (max-width: 767.99px) {
  .login-section {
    /*border-right: none;*/
    /*border-bottom: 1px solid rgba(0, 0, 0, .2);*/
    /*border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));*/
    max-width: none;
    padding: 0 1.5rem;
  }
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  text-transform: none;
  text-decoration: none;
}

button.close {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.banner {
  padding: 0.1rem 0.9rem;
  border: 1px solid rgba(0, 0, 0, .2);
  border: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
  position: relative;
  border-radius: 4px;
}

.banner .banner-message {
  margin: 0.375rem 0;
}

.banner .banner-heading:first-child {
  margin-top: 0;
}

.banner .banner-message:first-child {
  margin-top: 0;
}

.banner .banner-message:last-child {
  margin-bottom: 0;
}

.banner-primary {
  border-color: #153e50;
  border-color: var(--cas-theme-primary, #153e50);
}

.banner-primary .mdi {
  color: #153e50;
  color: var(--cas-theme-primary, #153e50);
}

.banner-danger {
  border-color: #b00020;
  border-color: var(--cas-theme-danger, #b00020);
  background-color: #F1D3D3;
  color: #7F1515;
}

.banner-danger .mdi {
  color: #b00020;
  color: var(--cas-theme-danger, #b00020);
}

.banner-warning {
  border-color: #e6a210;
  border-color: var(--cas-theme-warning, #e6a210);
  color: #e6a210;
  color: var(--cas-theme-warning, #e6a210);
}

.banner-warning .mdi {
  color: #e6a210;
  color: var(--cas-theme-warning, #e6a210);
}

.banner-success {
  border-color: #74c163;
  border-color: var(--cas-theme-success, #74c163);
  color: #153e50;
  color: var(--cas-theme-primary, #153e50);
}

.banner-dismissible {
  padding-right: 4rem;
}

.banner-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

.login-provider-item .mdc-button .mdi {
  margin-right: 0.375rem;
}

@media screen and (max-width: 767.99px) {
  .logout-banner {
    width: 100%;
  }
}

.cas-footer {
  font-size: 0.75rem;
}

.cas-footer>* {
  margin-right: 0.25rem;
  display: inline-block;
}

.cas-footer>*:last-child {
  margin: 0;
}

.cas-notification-dialog .mdc-dialog__content>.cas-notification-message:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
}

.mdc-dialog__title::before {
  display: none;
}

.mdi {
  content: "";
}

.mdi:before {
  font-size: 24px;
}

/* custom components */

.custom-select {
  display: inline-block;
  min-width: 200px;
  height: 56px;
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
}

/* utilities */

.bg-primary {
  background-color: rgba(21, 62, 80, 0.2);
  background-color: var(--cas-theme-primary-bg, rgba(21, 62, 80, 0.2));
}

.border-bottom {
  border-bottom: 1px solid #153e50;
  border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}

.strong {
  font-weight: bold;
}

.text-warning {
  color: #e6a210;
  color: var(--cas-theme-warning, #e6a210);
}

.text-danger {
  color: #b00020;
  color: var(--cas-theme-danger, #b00020);
}

.text-secondary, .text-success {
  color: #74c163;
  color: var(--cas-theme-secondary, #74c163);
}

.progress-bar-danger .mdc-linear-progress__bar-inner {
  border-color: #b00020;
  border-color: var(--cas-theme-danger, #b00020);
}

.progress-bar-warning .mdc-linear-progress__bar-inner {
  border-color: #e6a210;
  border-color: var(--cas-theme-warning, #e6a210);
}

.progress-bar-success .mdc-linear-progress__bar-inner {
  border-color: #74c163;
  border-color: var(--cas-theme-success, #74c163);
}

.word-break-all {
  word-break: break-all;
}

.mdc-text-field {
  width: 100%;
  background-color: whitesmoke;
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) {
  background-color: #DBDBDB;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #153e50;
  border-color: var(--cas-theme-primary, #153e50);
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover {
  background-color: #ECECEC;
}

.mdc-floating-label {
  font-size: 1.25em;
  line-height: 1.1;
}
.mdc-text-field__input {
  font-size: 1.25em;
  font-weight: 500;
}

.mdc-input-group {
  display: flex;
  align-items: stretch;
}

.mdc-input-group-field .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0;
}

.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--focused .mdc-notched-outline__trailing,
.mdc-text-field--focused .mdc-notched-outline__notch {
  border-width: 1px;
}

.mdc-input-group .mdc-input-group-field {
  flex: 1 1 auto;
  order: 1;
}

.mdc-input-group .mdc-input-group-field .mdc-text-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mdc-input-group .mdc-input-group-append {
  order: 2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mdc-input-group .mdc-input-group-prepend, .mdc-input-group .mdc-input-group-append {
  height: 56px;
}

.mdc-input-group .mdc-input-group-prepend {
  order: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mdc-input-group .mdc-input-group-field.mdc-input-group-field-prepend .mdc-text-field>.mdc-text-field__input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mdc-input-group .mdc-input-group-field.mdc-input-group-field-append .mdc-text-field>.mdc-text-field__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.text-danger, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon.text-danger, .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text.text-danger {
  color: #b00020;
  color: var(--cas-theme-danger, #b00020);
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-button {
  font-size: 1.25rem;
  font-weight: normal;
  height: 4rem;
}

.mdc-button--raised:not(:disabled) {
  background-color: #153e50;
  background-color: var(--mdc-theme-primary, #153e50);
}

.mdc-button--raised.mdc-button-twitter:not(:disabled) {
  background-color: #55acee;
  background-color: var(--cas-theme-twitter-color, #55acee);
}

.mdc-button--raised.mdc-button-vimeo:not(:disabled) {
  background-color: #1ab7ea;
  background-color: var(--cas-theme-vimeo-color, #1ab7ea);
}

.mdc-button--raised.mdc-button-vk:not(:disabled) {
  background-color: #587ea3;
  background-color: var(--cas-theme-vk-color, #587ea3);
}

.mdc-button--raised.mdc-button-yahoo:not(:disabled) {
  background-color: #720e9e;
  background-color: var(--cas-theme-yahoo-color, #720e9e);
}

.mdc-button--raised.mdc-button-google:not(:disabled) {
  background-color: #cc5445;
  background-color: var(--cas-theme-google-color, #cc5445);
}

.mdc-button--raised.mdc-button-facebook:not(:disabled) {
  background-color: #3b5998;
  background-color: var(--cas-theme-facebook-color, #3b5998);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.text-center {
  text-align: center;
}

.w-66 {
  width: 66%;
}

.w-33 {
  width: 33%;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.mw-100 {
  max-width: 100%;
}

.mh-100 {
  max-height: 100%;
}

.min-vw-100 {
  min-width: 100vw;
}

.min-vh-100 {
  min-height: 100vh;
}

.vw-100 {
  width: 100vw;
}

.vh-100 {
  height: 100vh;
}

.mw-50 {
  max-width: 50%;
}

.border-rounded {
  border: 1px solid #153e50;
  border: 1px solid var(--cas-theme-primary, #153e50);
  border-radius: 4px;
}

.border-bottom {
  border-bottom: 1px solid #153e50;
  border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}

@media all and (min-width: 768px) {
  .w-md-50 {
    width: 50%;
  }
  .w-md-66 {
    width: 66%;
  }
}

@media all and (min-width: 992px) {
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-66 {
    width: 66%;
  }
}

@media all and (max-width: 767.99px) {
  .w-md-50 {
    width: 100%;
  }
  .w-md-66 {
    width: 100%;
  }
}

@media all and (max-width: 991.99px) {
  .w-lg-50 {
    width: 100%;
  }
  .w-lg-66 {
    width: 100%;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.text-justify {
  text-align: justify;
}

/* legacy */

#duo_iframe {
  width: 100%;
  min-width: 304px;
  height: 330px;
  border: none;
  padding: 0;
  margin: 0;
}

#serviceui {
  background-color: rgba(23, 163, 184, 0.26667);
  border-radius: 4px;
}


/* BODY */
.agency-2 {
  background-color: #74706f;
}

.agency-2 a {
  color: #900;
}

.agency-400 a,
.agency-201 a,
.agency-100 a {
  color: #165a9f;
}

.agency-400 a:hover, .agency-400 a:visited, .agency-400 a:active,
.agency-201 a:hover, .agency-201 a:visited, .agency-201 a:active {
  color: #f00;
}

.agency-100 a:hover, .agency-100 a:visited, .agency-100 a:active {
  color: #000;
}

/* HEADER */
.fouo {
  background: #0a0;
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
  text-align: center;
}

.header {
  background-position: top left, top left;
  background-repeat: no-repeat, repeat-x;
}

.agency-2 .header {
  background-image: url("/cas/themes/agency-2/images/page-header.jpg"), url("/cas/themes/agency-2/images/page-header_stripe.gif");
  height: 125px;
}

.agency-3 .header {
  background-image: url("/cas/themes/agency-3/images/page-header.jpg"), url("/cas/themes/agency-3/images/page-header_stripe.jpg");
  height: 119px;
}

.agency-400 .header {
  background-image: url("/cas/themes/agency-400/images/page-header.png"), url("/cas/themes/agency-400/images/page-header_stripe.png");
  height: 102px;
}

.agency-201 .header {
  background-image: url("/cas/themes/agency-201/images/page-header.png");
  height: 278px;
}

.agency-100 .header {
  background-image: url("/cas/themes/agency-100/images/page-header.png"), url("/cas/themes/agency-100/images/page-header_stripe.png");
  height: 99px;
}

.agency-1 .header {
  background-image: url("/cas/themes/agency-1/images/page-header.jpg"), url("/cas/themes/agency-1/images/page-header_stripe.gif");
  height: 147px;
}

.header span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* MAIN */
.main {
  width: 964px;
  margin-top: 10px;
  margin-left: 1.4rem;
}

.agency-201 .main {
  margin-top: -185px;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* INFO SIDEBAR
 * Answers the question, "What is PAAS?" */
.info-sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 48px;
  padding-bottom: 12px;
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom left;
  background-size: 100% 48px, auto;
  margin-left: 1.5rem;
  /*! background-size: 100% 48px; */
}

.agency-2 .info-sidebar {
  background-image: url("/cas/themes/agency-2/images/info-sidebar_bg-top.jpg"), url("/cas/themes/agency-2/images/info-sidebar_bg-bottom.gif");
  border-radius: 8px 8px 0 0; /* Because no transparency */
}

.agency-3 .info-sidebar {
  background-image: url("/cas/themes/agency-3/images/info-sidebar_bg-top.jpg"), url("/cas/themes/agency-3/images/info-sidebar_bg-bottom.gif");
  border-radius: 8px 8px 0 0; /* Because no transparency */
}

.agency-400 .info-sidebar {
  background-image: url("/cas/themes/agency-400/images/info-sidebar_bg-top.png"), url("/cas/themes/agency-400/images/info-sidebar_bg-bottom.gif");
}

.agency-201 .info-sidebar {
  background-image: url("/cas/themes/agency-201/images/info-sidebar_bg-top.jpg"), url("/cas/themes/agency-201/images/info-sidebar_bg-bottom.gif");
  border-radius: 8px 8px 0 0; /* Because no transparency */
}

.agency-100 .info-sidebar {
  background-image: url("/cas/themes/agency-100/images/info-sidebar_bg-top.jpg"), url("/cas/themes/agency-100/images/info-sidebar_bg-bottom.gif");
  border-radius: 8px 8px 0 0; /* Because no transparency */
}

.agency-1 .info-sidebar {
  background-image: url("/cas/themes/agency-1/images/info-sidebar_bg-top.jpg"), url("/cas/themes/agency-1/images/info-sidebar_bg-bottom.gif");
  border-radius: 8px 8px 0 0; /* Because no transparency */
}

.info-sidebar .container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 294px;
  border-width: 0 6px;
  border-style: solid;
  padding: 1em 1.5em 1.5em;
  color: #000;
}

.agency-2 .info-sidebar .container {
  border-color: #000;
  background-color: #e9e9de;
}

.agency-3 .info-sidebar .container {
  border-color: #617395;
  background-color: #e4edfe;
  color: #214379;
}

.agency-400 .info-sidebar .container {
  border-color: #2f436b;
  background-color: #e4edfe;
}

.agency-201 .info-sidebar .container {
  border-color: #496779;
  background-color: #f4f9fc;
  color: #1e4e7d;
}

.agency-100 .info-sidebar .container {
  border-color: #165b9e;
  background-color: #f4f9fc;
  color: #1e4e7d;
}

.agency-1 .info-sidebar .container {
  border-color: #002584;
  background-color: #e4edfe;
}

.info-sidebar .feature-preface {
  font-weight: bold;
}

.info-sidebar .feature-list {
  padding: 0 0 0 30px;
  list-style-type: none;
  font-weight: bolder;
}

.info-sidebar .feature-item {
  list-style-image: url("/cas/themes/common/images/list-style-image.gif");
}

.agency-2 .info-sidebar .feature-item {
  list-style-image: url("/cas/themes/agency-2/images/list-style-image.gif");
}

.agency-3 .info-sidebar .feature-item {
  list-style-image: url("/cas/themes/agency-3/images/list-style-image.gif");
}

.agency-201 .info-sidebar .feature-item {
  list-style-image: url("/cas/themes/agency-201/images/list-style-image.gif");
}

.agency-100 .info-sidebar .feature-item {
  list-style-image: url("/cas/themes/agency-100/images/list-style-image.gif");
}

/* FOOTER */
.footer {
  max-width: 964px;
  margin-top: 3rem;
  margin-left: 1.4rem;
  margin-bottom: 2rem;
}

.footer .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.agency-2 .footer .bar {
  background: #5e5858;
  border-radius: 2px;
}

.agency-3 .footer .bar {
  background: #f2f5fa;
  border: 1px solid #b3b8c2;
  border-radius: 7px;
}

.agency-201 .footer .bar {
  -webkit-box-shadow: inset 0 0 6px 0 rgba(204, 215, 216, 0.75);
  box-shadow: inset 0 0 6px 0 rgba(204, 215, 216, 0.75);
  background: #e1ebec;
  border: 1px solid #ccd7d8;
  border-radius: 7px;
}

.agency-100 .footer .bar {
  -webkit-box-shadow: 0 1px 2px 0 #d6dee5;
  box-shadow: 0 1px 2px 0 #d6dee5;
  background: #f0f6fa;
  border-radius: 8px;
}

.agency-1 .footer .bar {
  background: transparent url("/cas/themes/agency-1/images/footer_bar_background-image.gif") repeat center;
  border-radius: 7px;
}

.footer .bar-item {
  padding: 0 1em;
}

.agency-2 .footer .bar a,
.agency-3 .footer .bar a {
  color: #000;
}

.agency-2 .footer .bar a:hover,
.agency-3 .footer .bar a:hover,
.agency-201 .footer .bar a:hover,
.agency-1 .footer .bar a:hover {
  text-decoration: none;
}

.agency-201 .footer .bar a:visited {
  color: #165a9f;
}

.agency-100 .footer .bar a {
  color: #666;
}

.agency-100 .footer .bar a:hover {
  text-decoration: none;
  color: #000;
}

.agency-1 .footer .bar a:visited {
  color: #009;
}

.agency-1 .agency-1-hyperlink-warning {
  font-size: 0.833333rem;
}

.agency-1 .agency-1-address {
  text-align: center;
}

.privacy-statement {
  background-color: #ffc;
  border: 2px solid #c00;
  padding: 0.5em 20px;
  font-size: 0.8rem;
}

.privacy-statement thead th {
  text-align: center;
  font-weight: bold;
  color: #c00;
  padding-bottom: 0.5em;
}

.privacy-statement tbody th {
  text-align: right;
  vertical-align: top;
}

.privacy-statement tfoot {
  color: #c00;
  caption-side: bottom;
}

.privacy-statement tfoot td {
  padding-top: 0.65em;
}

.accessibility-statement {
  font-size: 7.5pt;
  text-align: center;
}

.agency-2 .accessibility-statement a:link,
.agency-2 .accessibility-statement a:visited,
.agency-2 .accessibility-statement a:hover,
.agency-2 .accessibility-statement a:active {
  color: #900;
}

.agency-3 .accessibility-statement a:link,
.agency-3 .accessibility-statement a:visited,
.agency-3 .accessibility-statement a:hover,
.agency-3 .accessibility-statement a:active {
  color: #002b8d;
}

.agency-400 .accessibility-statement a:link,
.agency-400 .accessibility-statement a:visited,
.agency-201 .accessibility-statement a:link,
.agency-201 .accessibility-statement a:visited {
  color: #165a9f;
}

.agency-400 .accessibility-statement a:hover,
.agency-400 .accessibility-statement a:active,
.agency-201 .accessibility-statement a:hover,
.agency-201 .accessibility-statement a:active {
  color: #f00;
}

.agency-100 .accessibility-statement a:link,
.agency-100 .accessibility-statement a:visited {
  color: #009;
}

.agency-100 .accessibility-statement a:hover,
.agency-100 .accessibility-statement a:active {
  color: #000;
}

/* LOGIN CONTENT */

.login-content {
  flex-basis: 100%;
  position: relative;
  border-radius: 10px;
  padding-top: 120px;
  padding-bottom: 1rem;
}

.agency-2 .login-content {
  border: 1px solid #e5e4e4;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 5px 0 black;
  box-shadow: 0 0 0 2px white, 0 0 5px 0 black;
  background-color: white;
  background-image: url("/cas/themes/agency-2/images/login-form_banner.jpg");
  background-repeat: no-repeat;
  background-position: top 7px center;
}

.agency-3 .login-content {
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 3.5px 0 black;
  box-shadow: 0 0 0 2px white, 0 0 3.5px 0 black;
  background-color: white;
  background-image: url("/cas/themes/agency-3/images/login-form_banner.jpg");
  background-repeat: no-repeat;
  background-position: top 7px center;
}

.agency-400 .login-content {
  border: 1px solid #e5e4e4;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 8px 0 #354a81;
  box-shadow: 0 0 0 2px white, 0 0 8px 0 #354a81;
  background-color: white;
  background-image: url("/cas/themes/agency-400/images/login-form_banner.jpg");
  background-repeat: no-repeat;
  background-position: top 7px center;
}

.agency-201 .login-content {
  background-image: url("/cas/themes/agency-201/images/login-form_banner.jpg");
  background-repeat: no-repeat;
  background-position: top 7px center;
}

.agency-100 .login-content {
  background-image: url("/cas/themes/agency-100/images/login-form_banner.png");
  background-repeat: no-repeat;
  background-position: top 7px center;
}

.agency-1 .login-content {
  border: 1px solid #d4dbea;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 8px 0 #002584;
  box-shadow: 0 0 0 2px white, 0 0 8px 0 #002584;
  background-color: white;
  background-image: url("/cas/themes/agency-1/images/login-form_banner.jpg");
  background-repeat: no-repeat;
  background-position: top 7px center;
}

/* LOGIN PROBLEMS */
.login-problems {
  margin-top: 1rem;
  margin-left: 3rem;
  margin-right: 3rem;
  font-size: 0.85rem;
}

.login-problems p {
  margin: 0.5rem;
}

.login-problems legend {
  font-weight: bold;
  padding: 0 0.5ex;
  text-align: center;
}

.agency-2 .login-problems legend {
  color: #c17f52;
}

/* BUTTONS */

.mdc-button--raised:not(:disabled) {
  background-color: #153e50;
  background-color: var(--mdc-theme-primary, #153e50);
  color: white;
}

.mdc-button--raised:visited:not(:disabled),
.mdc-button--raised:hover:not(:disabled),
.mdc-button--raised:active:not(:disabled) {
  color: white;
}

.agency-1 .mdc-button--raised:not(:disabled) {
  background-color: #254698;
}

.agency-2 .mdc-button--raised:not(:disabled) {
  background-color: #000;
}

.agency-3 .mdc-button--raised:not(:disabled) {
  background-color: #173b75;
}

.agency-100 .mdc-button--raised:not(:disabled) {
  background-color: #165b9e;
}

.agency-201 .mdc-button--raised:not(:disabled) {
  background-color: #1f3e72;
}

.agency-400 .mdc-button--raised:not(:disabled) {
  background-color: #354a81;
}

/* region LOGIN SECTIONS */
.error-section + .piv-section {
  margin-top: 2rem;
}

.piv-section h4 {
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.or-section {
  margin-top: 1.5rem;
}

.password-section {
  margin-bottom: 1.5rem;
}
/* endregion LOGIN SECTIONS */

/* region STICKY NOTE */
.sticky {
  border-right: 3px solid #C8D3E9;
  background: #F6ED76 url("/cas/themes/common/images/sticky-note-btm.png") no-repeat bottom;
  background-color: rgb(246, 237, 118);
  font-size: 125%;
  margin-bottom: .5em;
  padding: 10px 10px 2em;
  text-align: left;
}

.sticky-title {
  color: red;
  display: inline;
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
}

.sticky-content {
  margin: 0;
}
/* endregion STICKY NOTE */

/* region PASSWORD METER */
#password-strength-msg,
#password-strength-bar {
  display: none !important;
  overflow: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}

#password-strength-msg > *,
#password-strength-bar > * {
  display: none !important;
}
/* endregion PASSWORD METER */

/* region AGENCY DISCLOSURE NOTICE */
.agency-disclosure-notice {
  border: 3px solid black;
  padding: 1rem 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.agency-disclosure-notice_title {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

.agency-disclosure-notice_content {
  font-size: 0.833333rem;
  margin-bottom: 0;
}

.agency-disclosure-notice + .privacy-statement {
  margin-top: 1rem;
}
/* endregion AGENCY DISCLOSURE NOTICE */

/* region OMB */
.omb {
  position: absolute;
  top: 22px;
  right: 2px;
  text-align: center;
  font-size: 10px;
  font-style: italic;
  padding: 2px 7px;
  border: dotted 1px rgba(0,0,0,0.1);
  border-top: 0;
  border-right: 0;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.8);
}

.omb_control-number,
.omb_expiration-date {
  color: black;
  text-transform: uppercase;
  margin: 0;
}
/* endregion OMB */


.modern-only {
  display: none;
}

.mobile-hidden {
  display: contents;
}
