/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 8 version
*/

details summary::-webkit-details-marker {
  display: none;
}

summary:after {
  background: url(../png/fill-chevron-right.png);
  background-size: cover;
  height: 20px;
  width: 20px;
  content: " ";
  transform-origin: center;
  float: right;
}

#input7 {
  margin: 0;
  transform: scale(1.4);
  padding: 10px;
  margin-left: 4px;
}

details {
  width: 100%;
}

details[open] summary:after {
  background: url(../png/fill-chevron-down.png);
  background-size: cover;
  transform-origin: center;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2 {
  font-family: "Degular", sans-serif;
}

#dontHaveDrRef,
.link {
  cursor: pointer;
}

input {
  max-width: 500px;
  margin: 0.5rem 0;
}

.container img {
  /* width: 100%;
  height: 100%; */
  max-width: 3rem;
  max-height: 3rem;
}

[class^="lnr"] {
  color: white;
}

[hidden] {
  display: none !important;
}

.link {
  text-decoration: underline;
  color: #6b3374;
  margin-bottom: 1.5rem;
}

.okta-error {
  display: none;
}

.lnr {
  font-size: 200%;
  margin-right: 1.2rem;
}

input:invalid {
  border-color: red;
}

span.error {
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div[class="o-form-input o-form-has-errors"] p,
span.error,
span.defError,
div[class="okta-form-infobox-error infobox infobox-error"] p {
  color: red;
}

article[id="okta-login-container"] #okta-sign-in {
  width: -webkit-fill-available;
  padding-bottom: 5px;
}

article a {
  text-align: center;
  width: 100%;
}

.container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.container header {
  margin: 0.5rem 0 0 0;
  padding: 1rem 1.5rem 0 1.5rem;
}

.container header h1 {
  margin: 0 0 0.7rem 0;
  color: #6b3374;
}

.container header h4 {
  color: #393939;
  font-weight: bold;
}

.container header h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.22rem;
  margin-bottom: 2.5rem;
}

.drop-down-box {
  opacity: 90%;
  font-style: regular;
}

.titleWithIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

.titleWithIcon span {
  margin-right: 1rem;
}

.drop-down-box {
  width: 100%;
}

.drop-down-box p {
  color: white;
  font-size: 100%;
  text-align: left;
}

.drop-down-box h2 {
  color: white;
  margin: 0;
  font-size: 180%;
}

.drop-down-box article {
  padding: 2.5rem 2rem 3rem 2rem;
}

.drop-down-box a {
  width: 100%;
  text-align: center;
}

.drop-down-box label {
  width: 100%;
  margin-bottom: 0.3rem;
  font-size: 16px;
}

div.custom-checkbox label,
div.custom-checkbox label.checked {
  display: inline;
  padding-left: 0.5rem;
  position: relative;
  top: -1px;
  left: 10px;
}

.custom-checkbox {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.forgotPass {
  text-align: center;
  width: 100%;
  position: relative;
  bottom: 1rem;
}

.forgotPass a {
  font-size: 16px;
}

.drop-down-box button {
  width: 100%;
  padding: 1.3rem;
  font-size: 110%;
  border-radius: 5px;
}

.drop-down-box summary p {
  font-weight: normal;
}

.da-box {
  margin-bottom: 2rem;
  margin-right: 1.5rem;
}
.da-box p,
.da-box h2 {
  color: #000;
}
.da-box summary {
  background-color: #ff6d34;
}

.da-box article {
  background-color: #f5f5f5;
}

.odmp-box summary {
  background-color: #5d0084;
}

.odmp-box article {
  background-color: #f5f5f5;
}

.odmp-box article p {
  color: #181a1b;
}

.odmp-box article button {
  background-color: #5d0084;
  margin: 2rem 0 2rem 0;
}

.odmp-box {
  max-height: 450px;
}

summary {
  height: 160px;
  padding: 1.7rem 1.2rem 1.7rem 1.2rem;
  position: relative;
  outline: none;
}

summary p {
  max-width: 72%;
  font-size: 1rem !important;
  margin-left: 4rem;
}

details[open] summary ~ * {
  -webkit-animation: sweep 0.5s ease-in-out;
  animation: sweep 0.5s ease-in-out;
}

.da-box summary:after {
  webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

summary:after {
  background: url(../png/fill-chevron-right-2.png);
  background-size: cover;
  width: 2rem;
  height: 2rem;
  content: " ";
  transform-origin: center;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  /* transition: all 0.3s ease; */
}

details[open] summary:after {
  background: url(../png/fill-chevron-down-2.png);
  background-size: cover;
  transform-origin: center;
}

.g-btn:hover,
button:hover {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #cc4c19;
}

span[class="error"] img {
  padding: 0;
  width: 100%;
  height: 100%;
}

#dontHavtDrRef {
  display: inherit;
  margin-bottom: 2.5rem;
}

#signInButton {
  white-space: nowrap;
  margin-bottom: 2rem;
}

#sign-in-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-field {
  margin: 0 1rem 1.5rem 0;
}

.o-form-fieldset {
  margin-bottom: 0.7rem;
}

input[type="password"] {
  width: 100%;
  padding: 0.8rem;
  border: solid 1px #aaa;
  background-color: white;
}

.o-form-input-name-password input {
  width: 100%;
  padding: 0.8rem;
  max-width: 500px;
}

#signInButton:hover {
  width: 100%;
  padding: 1.3rem;
  font-size: 110%;
  border-radius: 5px;
  background-color: #b43c0c !important;
  color: #fff !important;
  display: block;
  position: relative;
  font-family: Arial;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

#odmp-button:hover {
  width: 100%;
  padding: 1.3rem;
  font-size: 110%;
  border-radius: 5px;
  background-color: #552265 !important;
  color: #fff !important;
  display: block;
  position: relative;
  font-family: Arial;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

#okta-signin-password,
okta-signin-username {
  font-size: 16px;
}

.o-form-button-bar #okta-signin-submit {
  width: 100%;
  padding: 1.3rem;
  font-size: 110%;
  border-radius: 5px;
  background-color: #cc4c19 !important;
  color: #fff !important;
  display: block;
  position: relative;
  font-family: Arial;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

h2.okta-form-title {
  display: none;
}

.auth-footer {
  display: none;
}

p[class="o-form-explain"] {
  display: none;
}

.g-page-container--narrow {
  padding: 0;
  max-width: 960px;
}

@-webkit-keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

/* @media screen and (max-width: 599px) {
  #odmp-box {
    max-height: 325px;
  }

  .container img {
    padding-right: 1rem;
  }
} */
/* 
@supports (-ms-ime-align:auto) and (min-width: 645px) {
  article {
    min-height: 500px;
    max-height: 500px;
  }
} */

/* @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  article[id="odmp-box"] {
    height: 500px !important;
  }
} */

@supports (-ms-ime-align: auto) {
  summary[id="da-summary"],
  summary[id="odmp-summary"] {
    height: 240px;
  }
  article[id="okta-login-container"] #okta-sign-in {
    width: 300px;
  }

  article[id="okta-login-container"] {
    height: 450px;
  }

  article[id="login-form-container"] {
    height: 450px;
  }

  article[id="odmp-box"] {
    height: 450px !important;
  }
}

@media screen and (min-width: 645px) {
  .container img {
    width: 6rem;
    max-height: none;
    max-width: none;
  }

  .container header {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }

  .container header h3 {
    font-weight: bold;
    margin-top: 1.2rem;
  }
  summary::-webkit-details-marker {
    color: transparent;
  }

  .da-box summary ::after,
  .odmp-box summary ::after {
    content: "";
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ff6d34;
    clear: both;
  }
  .odmp-box summary ::after {
    border-top: 20px solid #5d0084;
  }

  summary:after,
  details[open] summary:after {
    display: none;
  }

  details[open] > summary:after {
    content: "-";
  }

  summary {
    padding: 1.25rem;
    pointer-events: none;
  }

  summary p {
    max-width: 90%;
  }

  details {
    width: 462px;
  }

  .container {
    width: 500px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;

    grid-template-columns: 1fr 1fr;
    grid-gap: 1.8rem;
  }

  .container header {
    grid-column: 1/3;
  }

  .drop-down-box article {
    min-height: 325px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding: 2rem 5rem; */
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .drop-down-box summary p {
    margin: 0 auto;
    width: 100%;
  }

  .drop-down-box button {
    max-width: 250px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .odmp-box label {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .drop-down-box .form-field {
    margin-bottom: 0.5rem;
    width: 100%;
  }

  .titleWithIcon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  details summary::-webkit-details-marker {
    display: none;
  }

  summary[id="da-summary"],
  summary[id="odmp-summary"] {
    height: 230px;
  }
  article[id="okta-login-container"] #okta-sign-in {
    margin: 0;
  }

  article[id="okta-login-container"] {
    min-height: 450px;
    max-height: 450px;
    padding-bottom: 0;
  }

  article[id="login-form-container"] {
    min-height: 450px;
    padding: 2rem;
    padding-bottom: 0;
  }

  article[id="odmp-box"] {
    min-height: 450px;
    padding-bottom: 0;
  }

  button [id="signInButton"] {
    white-space: nowrap;
  }
}

div[id="dnn_ctr22381_ModuleContent"] {
  display: none;
}

/* https://websiteedu.com/media-queries-for-mobile-and-tablets/ */

/* IPAD 1st GEN */
@media only screen and (min-device-width: 645px) {
  details {
    width: 24rem;
  }

  /* .da-box {
    padding-left: 0.5rem;
	max-height: 450px;
  } */

  #otka-sign-in {
    width: 20rem;
  }

  .drop-down-box p {
    font-size: 14px;
    text-align: center;
  }

  .drop-down-box {
    width: 100%;
  }

  #drOrEmail {
    width: 100%;
  }
}
