html {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

body {
  font-family: "Arial", sans-serif;
  font-size: 16px;
}

h2 {
  font-size: 21px;
  margin-bottom: 23px;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #0074CC;
  cursor: pointer;
}

a:hover {
  color: #222;
}

.externalNav {
  float: left;
  margin-left: 16px;
}

.externalNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.externalNav ul li {
  float: left;
}

.externalNav ul li a {
  display: block;
  padding: 1rem;
  font-size: 14px;
}

.externalNav ul li a:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}

.externalNav ul li a.selected {
  background-color: #003F72;
  color: #FFF;
}

.externalNav ul li a.selected:hover {
  background-color: #265C87;
}

.logo {
  float: left;
  margin: 10px 40px 4px 0;
  width: 150px;
  display: block;
}

.logo img {
  height: 30px;
  width: 150px;
}

fieldset.select-language {
  position: relative;
  border: 0;
  float: right;
}

fieldset.select-language.active:before {
  color: #fff;
}

fieldset.select-language > legend {
  display: none;
}

button.choose-language {
  position: relative;
  cursor: pointer;
  z-index: 2;
  font-size: 20px;
  padding: 0.8em 1em;
  transition: all 0.08s ease-in-out;
  color: #1a1a1a;
  background-color: #fff;
  border: none;
  float: right;
}

button.choose-language:focus {
  background: #003F72;
  color: #fff;
}

.language-list {
  position: absolute;
  padding: 0;
  width: 135px;
  top: 51px;
  right: 0;
  opacity: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
  background: #fff;
}

.select-language.active .language-list {
  opacity: 1;
}

.language-list label:focus {
  background: #003F72;
}

.language-list input:checked ~ label {
  background: rgba(0, 173, 192, 0.4);
}

.select-language.active .language-list {
  max-height: 100vh;
  border: 1px solid #c4c4c4;
}

.language-list label {
  display: block;
  width: 100%;
  line-height: 44px;
  height: 44px;
  padding: 0 1.5em;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
}

.language-list label:hover {
  background: rgba(0, 173, 192, 0.2);
}

.language-list input:focus ~ label {
  background: rgba(0, 173, 192, 0.2);
}

.select-language .language-list input {
  display: none;
}

.select-language.active .language-list input {
  display: block;
  position: absolute;
  opacity: 0;
}

.select-language.active .choose-language {
  background: #003F72;
  color: #fff;
}

.page-container {
  display: flex;
  flex-direction: row;
  height: 912px;
}

.content-left {
  width: 45%;
  display: flex;
}

.content-right {
  width: 55%;
}

.side-image {
  background: url(/cas/images/imagebg-168de563fdac6678640a0fbcf9bd3603.jpg) no-repeat;
  height: 100%;
  background-size: cover;
}

.content__wrapper {
  max-width: 440px;
  margin: auto;
}
.content__wrapper.error {
  margin: 24px auto auto;
}
.content__wrapper h1 {
  font-size: 40px;
  font-weight: 700;
}
.content__wrapper .intro-text {
  font-size: 18px;
}
.content__wrapper p {
  opacity: 0.85;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.siteHeader {
  border-bottom: 1px solid #c4c4c4;
}

.header-split {
  width: 60%;
}

input[type=text],
input[type=search],
input[type=number],
input[type=date],
input[type=email],
input[type=password] {
  height: auto;
  border-radius: 0px;
}

.textInput, .form-control {
  padding: 1rem;
  border: solid 1px #c4c4c4;
  font-size: 1rem;
  box-shadow: none;
}

label, .label {
  font-weight: normal;
}

.form {
  margin-bottom: 1.5rem;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.form__row:last-child {
  margin-bottom: 1.5rem;
}

.form__label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0.5rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form__inputContainer .textInput:-webkit-autofill ~ label {
    display: none;
  }
}
.form__inputContainer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  /* active state */
}

.form__inputContainer .textInput {
  width: 100%;
  transition: 0.2s ease all;
}

.form__inputContainer:not(:last-child) .textInput, .form__inputContainer:not(:last-child) .form-control {
  border-right: none;
}

.form__inputContainer label {
  position: absolute;
  pointer-events: none;
  left: 1.085rem;
  top: 1.2rem;
  font-size: 15px;
  transition: 0.2s ease all;
  color: #888;
  margin: 0;
}

.form__inputContainer .textInput:focus {
  background-color: rgba(240, 247, 247, 0.5);
}

.form__inputContainer .textInput:focus ~ label,
.form__inputContainer .textInput:valid ~ label {
  display: none;
}

.buttons__container {
  display: flex;
  flex-direction: column;
}

.buttons__container .btn {
  margin-bottom: 0.75rem;
}

input:active,
input:focus {
  outline-color: #0074CC;
  outline-width: 1px;
  outline-offset: 1px;
}

.btn {
  background-color: transparent;
  color: #222222;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  padding: 0.7em 1.9em;
  transition: all 0.08s ease-in-out;
  margin: 0 0.5em 0.5em 0;
  position: relative;
  border: 2px solid #222222;
  border-radius: 25px;
}

.btn:hover {
  background-color: transparent;
  border-color: #909090;
  color: #ACACAC;
  box-shadow: none;
}

.btn:active, .btn:focus, .btn:not([disabled]):active, .btn:not([disabled]):focus {
  background-color: #F2F2F2;
  border-color: #E1E1E1;
  color: #ADADAD;
  box-shadow: none;
}

.btn[disabled] {
  border-color: #EEEEEE;
  background-color: #EEEEEE;
  color: #BEBEBE;
  cursor: not-allowed;
}

.btn[disabled]:hover {
  color: #BEBEBE;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-primary {
  background-color: #003F72;
  color: white;
  border: 2px solid #003F72;
}

.btn-primary:hover {
  color: #CCD6E1;
  background-color: #265C87;
  border: 2px solid #265C87;
}

.btn-primary:focus, .btn-primary:active, .btn-primary:not([disabled]):active {
  color: #CCD6E1;
  background-color: #AABCCD;
  border: 2px solid #AABCCD;
}

.btn-primary[disabled] {
  background-color: #EEEEEE;
  color: #BEBEBE;
  border-color: #EEEEEE;
  cursor: not-allowed;
}

.btn-primary[disabled]:hover {
  border-color: #EEEEEE;
  background-color: #EEEEEE;
}

/*
Default CAS styles, might be useful...
*/
#serviceui.serviceinfo {
  border: 1px dotted #0066FF;
  color: black;
  padding-left: 10px;
  padding-top: 5px;
}

.modal {
  display: none;
}

.errors {
  border: 1px dotted #BB0000;
  color: #BB0000;
  padding-left: 100px;
  padding-top: 5px;
  margin-bottom: 5px;
  background: url(/cas/images/error-2b607b9206c6b061dc8a168662c2533a.png) no-repeat 20px center;
}

.alert {
  font-size: 13px;
  line-height: 1.2;
  color: #FFF;
  padding: 8px 1.5rem 7px 2.85rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0;
}

.alert-danger {
  background: url(/cas/images/icon-close-white-f6489ae59655df268dcaf90b5f56ac7e.svg) #e52330 no-repeat 1.5rem center;
  background-size: 12px auto;
}

/*
Modals
*/
#capslock-on {
  color: firebrick;
}

#notices ul.list-group .fa {
  margin-right: 7px;
}

#notices #serviceui h2, #notices #serviceui h3, #notices #serviceui h4 {
  margin-top: 0;
}

#notices .well h3 {
  margin-top: 0;
  font-size: 1.75rem;
}

#notices .well ul.list-group {
  margin-bottom: 0;
}

/**
 * Add in our own custom social colors.
 */
.btn-submit {
  background-color: #70ba61;
  color: #fff;
  background-color: #70ba61;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-submit:focus, .btn-submit.focus {
  color: #fff;
  background-color: #56a147;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-submit:hover {
  color: #fff;
  background-color: #56a147;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-submit:active, .btn-submit.active,
.open > .btn-submit.dropdown-toggle {
  color: #fff;
  background-color: #56a147;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-submit:active:hover, .btn-submit:active:focus, .btn-submit:active.focus, .btn-submit.active:hover, .btn-submit.active:focus, .btn-submit.active.focus,
.open > .btn-submit.dropdown-toggle:hover,
.open > .btn-submit.dropdown-toggle:focus,
.open > .btn-submit.dropdown-toggle.focus {
  color: #fff;
  background-color: #49893c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-submit:active, .btn-submit.active,
.open > .btn-submit.dropdown-toggle {
  background-image: none;
}

.btn-submit.disabled:hover, .btn-submit.disabled:focus, .btn-submit.disabled.focus, .btn-submit[disabled]:hover, .btn-submit[disabled]:focus, .btn-submit[disabled].focus,
fieldset[disabled] .btn-submit:hover,
fieldset[disabled] .btn-submit:focus,
fieldset[disabled] .btn-submit.focus {
  background-color: #70ba61;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-submit .badge {
  color: #70ba61;
  background-color: #fff;
}

.btn-submit {
  border: 0;
  padding: 10px 25px;
  font-weight: normal;
  font-size: 1.75rem;
}

.btn-cas {
  background-color: #153e50;
  color: #fff;
  background-color: #153e50;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-cas:focus, .btn-cas.focus {
  color: #fff;
  background-color: #0a1f28;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-cas:hover {
  color: #fff;
  background-color: #0a1f28;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-cas:active, .btn-cas.active,
.open > .btn-cas.dropdown-toggle {
  color: #fff;
  background-color: #0a1f28;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-cas:active:hover, .btn-cas:active:focus, .btn-cas:active.focus, .btn-cas.active:hover, .btn-cas.active:focus, .btn-cas.active.focus,
.open > .btn-cas.dropdown-toggle:hover,
.open > .btn-cas.dropdown-toggle:focus,
.open > .btn-cas.dropdown-toggle.focus {
  color: #fff;
  background-color: #03090b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-cas:active, .btn-cas.active,
.open > .btn-cas.dropdown-toggle {
  background-image: none;
}

.btn-cas.disabled:hover, .btn-cas.disabled:focus, .btn-cas.disabled.focus, .btn-cas[disabled]:hover, .btn-cas[disabled]:focus, .btn-cas[disabled].focus,
fieldset[disabled] .btn-cas:hover,
fieldset[disabled] .btn-cas:focus,
fieldset[disabled] .btn-cas.focus {
  background-color: #153e50;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-cas .badge {
  color: #153e50;
  background-color: #fff;
}

.btn-saml2 {
  background-color: #cb2027;
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-saml2:focus, .btn-saml2.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-saml2:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-saml2:active, .btn-saml2.active,
.open > .btn-saml2.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-saml2:active:hover, .btn-saml2:active:focus, .btn-saml2:active.focus, .btn-saml2.active:hover, .btn-saml2.active:focus, .btn-saml2.active.focus,
.open > .btn-saml2.dropdown-toggle:hover,
.open > .btn-saml2.dropdown-toggle:focus,
.open > .btn-saml2.dropdown-toggle.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-saml2:active, .btn-saml2.active,
.open > .btn-saml2.dropdown-toggle {
  background-image: none;
}

.btn-saml2.disabled:hover, .btn-saml2.disabled:focus, .btn-saml2.disabled.focus, .btn-saml2[disabled]:hover, .btn-saml2[disabled]:focus, .btn-saml2[disabled].focus,
fieldset[disabled] .btn-saml2:hover,
fieldset[disabled] .btn-saml2:focus,
fieldset[disabled] .btn-saml2.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-saml2 .badge {
  color: #cb2027;
  background-color: #fff;
}

.btn-oidc {
  background-color: #f7931e;
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-oidc:focus, .btn-oidc.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-oidc:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-oidc:active, .btn-oidc.active,
.open > .btn-oidc.dropdown-toggle {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-oidc:active:hover, .btn-oidc:active:focus, .btn-oidc:active.focus, .btn-oidc.active:hover, .btn-oidc.active:focus, .btn-oidc.active.focus,
.open > .btn-oidc.dropdown-toggle:hover,
.open > .btn-oidc.dropdown-toggle:focus,
.open > .btn-oidc.dropdown-toggle.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-oidc:active, .btn-oidc.active,
.open > .btn-oidc.dropdown-toggle {
  background-image: none;
}

.btn-oidc.disabled:hover, .btn-oidc.disabled:focus, .btn-oidc.disabled.focus, .btn-oidc[disabled]:hover, .btn-oidc[disabled]:focus, .btn-oidc[disabled].focus,
fieldset[disabled] .btn-oidc:hover,
fieldset[disabled] .btn-oidc:focus,
fieldset[disabled] .btn-oidc.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-oidc .badge {
  color: #f7931e;
  background-color: #fff;
}

.btn-restart {
  color: #fff;
  background-color: #2d872d;
  border-color: #277427;
}

.btn-restart:focus, .btn-restart.focus {
  color: #fff;
  background-color: #206120;
  border-color: #071407;
}

.btn-restart:hover {
  color: #fff;
  background-color: #206120;
  border-color: #174617;
}

.btn-restart:active, .btn-restart.active,
.open > .btn-restart.dropdown-toggle {
  color: #fff;
  background-color: #206120;
  border-color: #174617;
}

.btn-restart:active:hover, .btn-restart:active:focus, .btn-restart:active.focus, .btn-restart.active:hover, .btn-restart.active:focus, .btn-restart.active.focus,
.open > .btn-restart.dropdown-toggle:hover,
.open > .btn-restart.dropdown-toggle:focus,
.open > .btn-restart.dropdown-toggle.focus {
  color: #fff;
  background-color: #174617;
  border-color: #071407;
}

.btn-restart:active, .btn-restart.active,
.open > .btn-restart.dropdown-toggle {
  background-image: none;
}

.btn-restart.disabled:hover, .btn-restart.disabled:focus, .btn-restart.disabled.focus, .btn-restart[disabled]:hover, .btn-restart[disabled]:focus, .btn-restart[disabled].focus,
fieldset[disabled] .btn-restart:hover,
fieldset[disabled] .btn-restart:focus,
fieldset[disabled] .btn-restart.focus {
  background-color: #2d872d;
  border-color: #277427;
}

.btn-restart .badge {
  color: #2d872d;
  background-color: #fff;
}

.btn-refresh {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-refresh:focus, .btn-refresh.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-refresh:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-refresh:active, .btn-refresh.active,
.open > .btn-refresh.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-refresh:active:hover, .btn-refresh:active:focus, .btn-refresh:active.focus, .btn-refresh.active:hover, .btn-refresh.active:focus, .btn-refresh.active.focus,
.open > .btn-refresh.dropdown-toggle:hover,
.open > .btn-refresh.dropdown-toggle:focus,
.open > .btn-refresh.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-refresh:active, .btn-refresh.active,
.open > .btn-refresh.dropdown-toggle {
  background-image: none;
}

.btn-refresh.disabled:hover, .btn-refresh.disabled:focus, .btn-refresh.disabled.focus, .btn-refresh[disabled]:hover, .btn-refresh[disabled]:focus, .btn-refresh[disabled].focus,
fieldset[disabled] .btn-refresh:hover,
fieldset[disabled] .btn-refresh:focus,
fieldset[disabled] .btn-refresh.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-refresh .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-shutdown {
  color: #fff;
  background-color: #c74b47;
  border-color: #bb3d39;
}

.btn-shutdown:focus, .btn-shutdown.focus {
  color: #fff;
  background-color: #a83733;
  border-color: #5a1d1b;
}

.btn-shutdown:hover {
  color: #fff;
  background-color: #a83733;
  border-color: #8d2e2b;
}

.btn-shutdown:active, .btn-shutdown.active,
.open > .btn-shutdown.dropdown-toggle {
  color: #fff;
  background-color: #a83733;
  border-color: #8d2e2b;
}

.btn-shutdown:active:hover, .btn-shutdown:active:focus, .btn-shutdown:active.focus, .btn-shutdown.active:hover, .btn-shutdown.active:focus, .btn-shutdown.active.focus,
.open > .btn-shutdown.dropdown-toggle:hover,
.open > .btn-shutdown.dropdown-toggle:focus,
.open > .btn-shutdown.dropdown-toggle.focus {
  color: #fff;
  background-color: #8d2e2b;
  border-color: #5a1d1b;
}

.btn-shutdown:active, .btn-shutdown.active,
.open > .btn-shutdown.dropdown-toggle {
  background-image: none;
}

.btn-shutdown.disabled:hover, .btn-shutdown.disabled:focus, .btn-shutdown.disabled.focus, .btn-shutdown[disabled]:hover, .btn-shutdown[disabled]:focus, .btn-shutdown[disabled].focus,
fieldset[disabled] .btn-shutdown:hover,
fieldset[disabled] .btn-shutdown:focus,
fieldset[disabled] .btn-shutdown.focus {
  background-color: #c74b47;
  border-color: #bb3d39;
}

.btn-shutdown .badge {
  color: #c74b47;
  background-color: #fff;
}

#alertBox {
  display: none;
}

#msg.errors {
  animation-name: message-error-flash;
  animation-duration: 0.5s;
}

#msg.success, #msg.question {
  animation-name: message-success-flash;
  animation-duration: 0.5s;
}

#cookiesDisabled.error {
  animation-name: message-error-flash;
  animation-duration: 0.5s;
}

@keyframes message-error-flash {
  10% {
    background-color: rgb(187, 0, 0);
  }
  100% {
    background-color: rgb(255, 238, 221);
  }
}
@keyframes message-success-flash {
  10% {
    background-color: rgb(51, 204, 0);
  }
  100% {
    background-color: rgb(221, 255, 170);
  }
}
.buttons__container {
  display: flex;
  flex-direction: column;
}

.buttons__container .btn {
  margin-bottom: 0.75rem;
}

.lindstrom-button {
  margin-top: 5rem;
}

.hide-page {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 1000;
}

@media screen and (max-width: 1100px) {
  .page-container {
    flex-direction: column;
    height: auto;
  }
  .content-left {
    width: auto;
  }
  .content-right {
    display: none;
  }
  .content__wrapper {
    padding-inline: 1rem;
  }
  .content__wrapper h1 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .content__wrapper h1 {
    font-size: 30px;
  }
  .content__wrapper .intro-text {
    font-size: 16px;
  }
}


/*# sourceMappingURL=cas.css.map */
