/*!
 * IU - Central Authentication Service  
 */
 
 /* base */
 
body, html {
  font-family: BentonSansRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 98%;
  color: #404041;
  margin: 0;
  padding: 0;
  text-rendering: auto;
  width: 100%;
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
 
h1, h2, h3, h4, h5, h6, .title {
  color: #404041;
  font-family: BentonSansBold,"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
}

h1 { font-size: 1.75em; } /* 30px */
h2 { font-size: 1.5em; } /* 26px */
h3 { font-size: 1.375em; } /* 22px */
h4 { font-size: 1.25em; margin-bottom: 1em; } /* 20px */
h5 { font-size: 1.125em; margin-bottom: 1em; } /* 18px */
h6 { font-size: 1em; margin-bottom: 1em; } /* 16px */

p {
  line-height: 1.5;
  margin: 0 0 1.5em;
}

dd, dl, dt, li, ol, td, th, ul {
    margin: 0;
    padding: 0;
}

strong {
  font-family: BentonSansBold,"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

em {  
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
 
a {
  color: #4C1213;
  line-height: inherit;
  text-decoration: none;
}

a:visited,
a:visited:hover,
a:hover,
a:focus {
  color: #990000;
  text-decoration: underline;
  outline: none;
  outline: 0;
}

p a {
  color: #990000;
  line-height: inherit;
  text-decoration: none;
}

p a:not(.button) {
  background: rgba(76,18,19,.05);
  -webkit-transition: all .18s;
     -moz-transition: all .18s;
          transition: all .18s;
}

p a:visited,
p a:visited:hover {
  color: #DD0031;
  text-decoration: underline;
}

p a:hover,
p a:focus {
  color: #990000;
}

p a:focus {
  outline: thin dotted;
}

input::-moz-focus-inner,
button::-moz-focus-inner { 
  border: 0; 
}

/*a:focus {
  outline: thin dotted;
}*/

hr {
  border: none;
  margin: 1em 0;
  border-top: 1px solid #EDEBEB;
}

.section {
  padding: 3.5em 0;
}
 
.row {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 100%;
}
 
.row::before,
.row::after {
  content: " ";
  display: table;
}

input {
  font-family: BentonSansRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: .5em;
}

input:focus {
  outline: none;
  outline: 0;
}

*:focus,
*:active {
  outline: none;
  outline: 0;
}

/* focuses */

/*input:not([type]):focus,input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=week]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=time]:focus,input[type=url]:focus,input[type=color]:focus,input[type=number]:focus,input[type=search]:focus,textarea:focus,button:focus,input.button:focus,.button:focus,.input[type=radio]:focus,input[type=checkbox]:focus,input[type=submit]:focus,.verify input.button--submit:focus,.creation input.button--submit:focus,input.button--submit[type="submit"]:focus  {
  outline: thin dotted;
}*/

.layout {
  /*padding: 0 .75em;*/
  margin: 0;
}

.first {
  float: left;
}

.last {
  float: right;
}

.text-center {
  text-align: center;
}

.title {
  font-size: 1.375em;
  margin-bottom: 1em;
  width: 100%;
}

.visually-hidden {
  border: none;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  width: 1px;
}

.show-on-desktop {
  display: block;
}

.show-on-mobile {
  display: none;
}

/* FOR DEMO PURPOSE ONLY */

.demo {
	display: block;
	position: relative;
	padding: 10px 0;
	background: #414141;
	text-align: center;
}

.demo a {
	color: #fff;
	padding: 0 15px;
}

.demo a:visited,
.demo a:hover,
.demo a:focus {
	color: #fff;
	text-decoration: underline;
}

.for-demo-use-only {
  color: #fff;
  text-transform: uppercase;
  left: 0.5em;
  position: absolute;
}

/* FOR DEMO PURPOSE ONLY */
 
/* header */
  
.site-header {
  overflow: auto;
  height: auto;
}

/*.site-header--brand {
  background-color: #7A1705;
  border-top: 5px solid #990000;
}*/

.iu-brand {
  font-family: BentonSansCondRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.125em;
  line-height: 47px;
  text-transform: uppercase;
}

.iu-brand img {
  margin: -5px 10px 0 0;
  float: left;
  height: 52px;
}

.iu-brand a {
  color: #fff;
  text-decoration: none;
}

.iu-brand a:hover,
.iu-brand a:focus {
  color: #fff;
}

/* content */

.site-content {
  overflow: auto;
  height: auto;
}

.signin {
  background-color: #fff;
  margin: 0 0 0.5em;
  padding: 1.875em;
  position: relative;
  z-index: 1;
  max-width: 600px;
  height: auto;
}

.cas-brand {
  margin-bottom: 1.5em;
  text-align: center;
  position: relative;
  height: auto;
}

.cas-brand img {
  margin-bottom: 1em;
  height: 80px;
}

.cas-continue {
  padding: 0 0 1em 0;
}

.cas-continue p {
  margin-bottom: 0;
}

.signin-divider {
  font-size: 1.125em;
  color: #666;
  padding: 0 0 1.75em;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}

.signin-divider div {
  display: inline-block;
  background-color: #fff;
  padding: 0 5px;
  position: relative;
  z-index: 2;
}

.signin-divider:after {
  content: '';
  background: #EDEBEB;
  left: 0;
  top: 12px;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
}

form.signin__form {
  overflow: auto;
}

.signin__contain {
  overflow-y: auto;
  position: relative;
}

.signin__contain input[type="text"]:hover,
.signin__contain input[type="password"]:hover,
.signin__contain input[type="text"]:focus,
.signin__contain input[type="password"]:focus {
}

.signin__contain input[type="text"]:hover ~ label,
.signin__contain input[type="password"]:hover + label,
.signin__contain input[type="text"]:focus + label,
.signin__contain input[type="password"]:focus + label {
  color: #666;
  color: rgba(64,64,65,0.65);
}

.signin__contain input[type="text"]:focus,
.signin__contain input[type="password"]:focus,
.signin__contain input[type="text"]:valid,
.signin__contain input[type="password"]:valid {
	background: none;
	outline: none;
	outline: 0;
}

.signin__contain input[type="text"]:valid + label,
.signin__contain input[type="password"]:valid + label {
  left: 0;
	top: 1em;
	text-transform: uppercase;
	font-size: .7em;
	color: #DD0031;
}

/* IE focus issue */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  
  .signin__contain input[type="password"]:focus + label {
    left: 0;
  	top: 1em;
  	text-transform: uppercase;
  	font-size: .7em;
  	color: #DD0031;
  }
  
  .signin__contain input[type="password"]:focus ~ .signin__bar:before,
  .signin__contain input[type="password"]:focus ~ .signin__bar:after {
     background: #DD0031;
     width: 50%;
  }
  
}

.signin__contain input[type="text"]:-webkit-autofill + label,
.signin__contain input[type="password"]:-webkit-autofill + label {
  top: 1em;
	text-transform: uppercase;
	font-size: .7em;
	color: #DD0031;
}

.signin__contain input[type="text"],
.signin__contain input[type="password"] {
  background: none;
  border: 0;
  border-bottom: 1px solid #EDEBEB;
  color: #404041;
  font-size: 1.125em;
  margin-bottom: 0.5em;
  padding: 2.2em 0 1em;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}

.signin__contain .signin__bar {
  display: block;
  width: 100%;
}

.signin__contain .signin__bar:before,
.signin__contain .signin__bar:after {
  content: '';
  position: absolute;
  bottom: 9px;
  width: 0;
  height: 1px;
  -webkit-transition: .2s ease all;
     -moz-transition: .2s ease all;
          transition: .2s ease all;
}

.signin__contain .signin__bar:before {
  right: 50%;
}

.signin__contain .signin__bar:after {
  left: 50%;
}

.signin__contain input[type="text"]:valid ~ .signin__bar:before,
.signin__contain input[type="text"]:valid ~ .signin__bar:after,
.signin__contain input[type="password"]:valid ~ .signin__bar:before,
.signin__contain input[type="password"]:valid ~ .signin__bar:after {
  background: #DD0031;
  width: 50%;
}

.signin__contain input[type="text"]:-webkit-autofill ~ .signin__bar:before,
.signin__contain input[type="text"]:-webkit-autofill ~ .signin__bar:after,
.signin__contain input[type="password"]:-webkit-autofill ~ .signin__bar:before,
.signin__contain input[type="password"]:-webkit-autofill ~ .signin__bar:after {
  background: #DD0031;
  width: 50%;
}

label.signin__label {
  color: #404041;
  font-size: 1.125em;
  position: absolute;
  pointer-events: none;
  left: 3px;
  top: 2.2em;
  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
          transition: all .2s ease;
}

/* start third party fixes */

.cas-social .signin__contain input[type="text"]:focus + label,
.cas-social .signin__contain input[type="password"]:focus + label {
  color: #666;
  color: rgba(64,64,65,0.65);
}

/* overwrites current style */
.cas-social .signin__contain input[type="text"]:valid + label,
.cas-social .signin__contain input[type="password"]:valid + label {
  text-transform: none;
  color: #404041;
  font-size: 1.125em;
  position: absolute;
  pointer-events: none;
  left: 3px;
  top: 2.2em;
  transition: all .2s ease;
}

.cas-social .signin__contain input[type="text"],
.cas-social .signin__contain input[type="password"] {
  background: none;
  border: 0;
  border-bottom: 1px solid #EDEBEB;
  color: #404041;
  font-size: 1.125em;
  margin-bottom: 0.5em;
  padding: 2.2em 0 1em;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}

.cas-social .signin__contain input[type="text"]:focus + label,
.cas-social .signin__contain input[type="password"]:focus + label {
  color: #666;
  color: rgba(64,64,65,0.65);
}

.cas-social .signin__contain input[type="text"].has-value + label,
.cas-social .signin__contain input[type="text"].has-value:focus + label,
.cas-social .signin__contain input[type="password"].has-value + label,
.cas-social .signin__contain input[type="password"].has-value:focus + label {
  left: 0;
	top: 1em;
	text-transform: uppercase;
	font-size: .7em;
	color: #DD0031;
}

/* focus state fix on thirdparty page */
.cas-social .signin__contain input[type="text"]:focus ~ .signin__bar:before,
.cas-social .signin__contain input[type="text"]:focus ~ .signin__bar:after,
.cas-social .signin__contain input[type="password"]:focus ~ .signin__bar:before,
.cas-social .signin__contain input[type="password"]:focus ~ .signin__bar:after,
.cas-social .signin__contain input[type="text"]:valid ~ .signin__bar:before,
.cas-social .signin__contain input[type="text"]:valid ~ .signin__bar:after,
.cas-social .signin__contain input[type="password"]:valid ~ .signin__bar:before,
.cas-social .signin__contain input[type="password"]:valid ~ .signin__bar:after {
  background: none;
  width: 0%;
}

.cas-social .signin__contain input[type="text"].has-value ~ .signin__bar:before,
.cas-social .signin__contain input[type="text"].has-value ~ .signin__bar:after,
.cas-social .signin__contain input[type="password"].has-value ~ .signin__bar:before,
.cas-social .signin__contain input[type="password"].has-value ~ .signin__bar:after {
  background: #DD0031;
  width: 50%;
}

.cas-social .signin__contain label {
  text-transform: none;
  color: #404041;
  font-size: 1.125em;
  position: absolute;
  pointer-events: none;
  left: 3px;
  top: 2.2em;
  transition: all .2s ease;
}

/* end third party fixes */

.button {
  font-family: BentonSansRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  border-radius: 30px;
  border: none;
	box-shadow: none;
	cursor: pointer;
	display: block;
  padding: 1.125em 0;
  text-align: center;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
          transition: all .2s ease;
}

input.button--submit[type="submit"],
a.button--submit {
	background-color: #990000;
  color: #fff;
	margin: 40px 0 0;
	text-transform: uppercase;
	-webkit-transition: .2s ease all;
     -moz-transition: .2s ease all;
      -ms-transition: .2s ease all;
          transition: .2s ease all;
}

a.button--submit:hover,
a.button--submit:focus {
  background-color: #DD0031;
  color: #fff;
  text-decoration: none;
}

input.button--submit[type="submit"]:visited,
input.button--submit[type="submit"]:visited:hover,
input.button--submit[type="submit"]:hover,
input.button--submit[type="submit"]:focus {
  background-color: #DD0031;
}

.change-notice input.button--submit {
  margin-bottom: 0;
}

/*
  Note: figured an error message might be good to have
  */

.signin__error,
.error__notice {
  font-family: BentonSansRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-left: 4px solid #F25B19;
  display: none;
  background: #FDEEE8;
  font-size: 0.875em;
  padding: .75em;
}

.error__notice {
  border-left: 4px solid #F25B19;
  display: none;
  font-size: 1em;
  margin-bottom: 1em;
}

.error__notice h2 {
  color: #404041;
  font-size: 1em;
  margin-bottom: 0;
}

.error__notice--failed {
  margin-top: 1em;
}

.signin__options {
  border-top: 1px solid #EDEBEB;
  margin-top: 40px;
  padding: 2em 0 0;
}

.button--account {
  background: none;
  border: 2px solid #45697F;
  margin: 0 0 1em;
  color: #45697F;
  -webkit-transition: .2s ease all;
     -moz-transition: .2s ease all;
      -ms-transition: .2s ease all;
          transition: .2s ease all;
}

.button--trouble {
  background: none;
  text-align: center;
  text-decoration: underline;
  color: #45697F;
}

.button + .button {
  margin-bottom: 0;
}

.button--submit + .button--account {
  margin-top: 20px;
}

.button--account:visited,
.button--account:visited:hover,
.button--account:hover,
.button--account:focus,
.button--trouble:hover,
.button--trouble:focus {
  background-color: rgba(196,217,228,0.25);
  color: #45697F;
  text-decoration: none;
}

a.button--continue {
  color: #fff;
}

.button--continue {
  background: #990000;
  /*font-size: 1.125em;*/
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  margin-top: .5em;
  position: relative;
  padding: 1.125em 0;
  text-align: center;
}

.button--continue:visited,
.button--continue:visited:hover,
.button--continue:hover,
.button--continue:focus {
  background-color: #DD0031;
  color: #fff;
  text-decoration: none;
}

.button--continue .fa {
}

.button--skip {
  margin-top: 20px;
}

.button--rounded {
  font-family: BentonSansBold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  /*border-radius: .625em;*/
}

.button--mostround {
  border: 2px solid #990000;
  /*border-radius: 1.25em;*/
  font-family: BentonSansBold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  padding: .5625em 1.25em;
  text-transform: none;
}

.button--mostround:visited,
.button--mostround:visited:hover,
.button--mostround:hover,
.button--mostround:focus {
  border: 2px solid #DD0031;
}

.cas-continue p {
  margin-bottom: 0;
}

.signin-progress {
  padding: 0 0 1.5em;
  text-align: center;
}

.progress-bar {
  margin-bottom: 1em;
}

.progress-bar .bar {
  background: #dadee6;
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 0.5em;
}

.progress-bar .bar--day-1,
.progress-bar .bar--day-2,
.progress-bar .bar--day-3,
.progress-bar .bar--day-4,
.progress-bar .bar--day-5,
.progress-bar .bar--day-6,
.progress-bar .bar--day-7,
.progress-bar .bar--day-8 {
  background-color: #DD0031;
  top: 0.5em;
  z-index: 2;
}

.progress-bar .bar--day-1 {
  width: 12.5%;
}

.progress-bar .bar--day-2 {
  width: 25%;
}

.progress-bar .bar--day-3 {
  width: 37.5%;
}

.progress-bar .bar--day-4 {
  width: 50%;
}

.progress-bar .bar--day-5 {
  width: 62.5%;
}

.progress-bar .bar--day-6 {
  width: 75%;
}

.progress-bar .bar--day-7 {
  width: 87.5%;
}

.progress-bar .bar--day-8 {
  width: 100%;
}

.progress-text {
  text-align: left;
}

.progress-text strong {
}

.signin--notification .signin-progress {
  padding-bottom: 0;
}

.steps {
  text-align: center;
  margin-top: 2em;
  overflow: hidden;
  counter-reset: step;
}

.steps li {
  list-style-type: none;
	color: #404041;
	font-size: 0.875em;
	float: left;
	position: relative;
}

.steps li:before {
  background: #EDEBEB;
	border-radius: 3px;
	content: counter(step);
	counter-increment: step;
	line-height: 24px;
	display: block;
	font-size: 0.875em;
	color: #333;
	margin: 0 auto 0.75em;
	width: 24px;
}

.steps li:after {
	content: '';
	background: #dadee6;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
	width: 100%;
	height: 4px;
}

.steps li:first-child:after {
	content: none; 
}

.steps li.active:before, 
.steps li.active:after{
	background: #009933;
	color: #fff;
}

.signin-info {
  border-top: 1px solid #EDEBEB;
  padding: 2.5em 0 0;
}

.verify-box {
  background: #EDEBEB;
  margin: 0 0 2em 0;
  padding: 0.75em;
}

.verify-box hr {
  border-color: #999;
  margin-bottom: 0;
}

.verify {
  position: relative;
  height: auto;
}

.form-static {
  position: relative;
  overflow: auto;
  height: auto;
}

.form-row {
  border-bottom: 1px solid rgba(0,0,0,.20);
  padding: .75em;
  position: relative;
}

.form-row:nth-child(odd) {
  background: rgba(255,255,255,0.75);
}

.form-row:last-of-type {
  border-bottom: none;
}

.form-row__buttons {
  padding: 0.75em 0 0;
}

.button--refresh,
.button--edit {
  background: none;
  border: 2px solid rgba(0,0,0,.25);
  font-size: 1em;
  color: #404041; 
  float: left;
  margin: 0 0 0.75em;
}

.button--refresh:visited,
.button--refresh:visited:hover
.button--refresh:hover,
.button--refresh:focus {
  background: #990000;
  border: 2px solid #990000;
  color: #fff;
}

.button--edit {
  background: #990000;
  border: 2px solid #990000;
  color: #fff;
  float: right;
}

.button--edit:visited,
.button--edit:visited:hover
.button--edit:hover,
.button--edit:focus {
  background: #DD0031;
  border: 2px solid #DD0031;
  color: #fff;
}

.form-row__label {
  font-family: BentonSansBold,"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  display: inline-block;
  padding-left: 22px;
  font-weight: normal;
  cursor: pointer;
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  margin-top: 4px;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.add-info {
  border-top: 1px solid #EDEBEB;
  margin-top: 2.5em;
  padding: 1.5em 0 0;
}

.add-info p {
  font-size: .875em;
}

.add-info--signout {
  text-align: center;
}

.add-info--signout p {
  font-size: 1em;
}

.duo-frame {
  background: #EDEBEB;
  border: 1px solid #45697F;
  /*border: none;*/
  outline: none;
  margin-bottom: 2em;
  width: 100%;
  /*height: 360px;*/
  height: auto;
}

/* third party */

.signin__thirdparty {
  border-top: 1px solid #EDEBEB;
  margin-top: 2.5em;
  padding-top: 2em;
  text-align: center;
}

.thirdparty__title {
  font-family: BentonSansBold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-bottom: 2em;
}

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

.signin__thirdparty ul li {
  display: inline-block;
}

.signin__thirdparty ul li button {
  background-color: #83786f;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  margin: 0 0.25em;
  width: 45px;
  height: 45px;
  transition: background-color 0.3s ease;
}

.signin__thirdparty ul li button:visited,
.signin__thirdparty ul li button:hover,
.signin__thirdparty ul li button:focus {
  background-color: #AEA79F;
}

/* footer */

.site-footer {
  width: 100%;
}

.copyright {
  font-size: 0.875em;
  text-align: center;
  padding: 1em 1.875em;
  max-width: 600px;
}

.copyright a {
  text-decoration: underline;
}

.copyright a:hover,
.copyright a:focus {
  text-decoration: none;
  outline: thin dotted;
}

@media only screen and ( min-width: 600px ) {
  
  body, html {
    background: #4C1213;
    font-size: 100%;
  }
  
  .layout {
    padding: 0 .75em;
  }
  
  .show-on-desktop {
    display: block;
  }
  
  .show-on-mobile {
    display: none;
  }
  
  .signin,
  .copyright {
    margin-left: auto;
    margin-right: auto; 
  }
  
  .signin {
    /*box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);*/
    margin-top: 2em;
    max-width: 600px;
    overflow: hidden;
    padding: 3.75em 3.25em 5em;
  }
  
  .signin:before,
  .signin:after {
    content: '';
  	border-color: #fff;
  	position: absolute;
  	left: 0; 
  	z-index: -1;
  }
  
  .signin:before {
    top: 0;
  	right: 0; 
  	bottom: 50px;
  }
  
  .signin:after {
    top: auto; 
  	right: -5px;
  	bottom: 0;
  	border-style: solid;
  	border-width: 40px 45px 0 0;
  	background-color: #4C1213;
  	border-right-color: transparent;
  }
  
  .verify-box {
    padding: 1.25em;
  }
  
  .button--refresh,
  .button--edit {
    width: 49%;
    margin-bottom: 0;
  }
  
  .button--edit {
    float: right;
  }
  
  .copyright {
    font-size: 1em;
    padding: 1em 0 2em;
  }
  
  .copyright,
  .copyright a {
    color: #fff;
  }
    
}