/*@import url(https://fonts.googleapis.com/css?family=Lato);*/
@import url(https://fonts.googleapis.com/css?family=Lato:700,400,300,100);
* {
  box-sizing: border-box; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  font-size: 14px;
  font-family: "omnes-pro",sans-serif;
  color: #333;
  line-height: 1.42857143;
  background-color: #ffffff; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }



/*iMemories styles to match MA2*/
#container {
  background-color: #fff;
}
body#cas {
  background-color: #ffffff;
  /* Old browsers */ }


header a:focus {
  outline: none; }

.header_primary {
  background-color: #ebeae6;
  color: #333;
  text-align: center;
  width: 100%;
  height: 60px;
}

.hide {
  display: none;
}

.wrapper {
  margin: 0 30px; }

.header_logo {
  float: left;
  display: block;
  width: 220px;
  height: 60px;
  background: transparent url(/cas/themes/imem/images/header-logo-118578ec87a6ee73896948e2eb6944b4.png) no-repeat 0 60%; }
.header_links {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 60px;
}
.header_links li {
  display: inline;
  border-right: 1px solid #bbb;
  padding: 2px 10px;
}
.header_links li a {
  color: #7a6d69;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.header_links li a:hover {
  color: #0b445f;
}
.header_links li.last {
  border-right: none;
  padding-right: 0;
}
.content_wrap {
  background-color: #fff;
  padding: 30px 0; }

.standard_content_inner {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.login_col_left {
  width: 48%;
  /*height: 375px;*/
  border: 2px solid #ebeae6;
  padding: 38px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 1% 0 0;
}

.paddingleft-0 {
  /*padding-left: 0;*/
}

.text-like-link {
  text-decoration: none;
  color: #787878;
  font-weight: 500; }
input[type=checkbox].css-checkbox, input[type=radio].css-radio {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
input[type=checkbox].css-checkbox:checked+label.css-label {
  background-position: 0 -28px; }
input[type=checkbox].css-checkbox:checked+label.css-label:hover {
  background-position: 0 -56px; }
input[type=checkbox].css-checkbox+label.css-label, input[type=radio].css-radio+label.css-label {
  margin: 0;
  padding-left: 35px;
  height: 28px;
  font-size: 17px !important;
  line-height: 22px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: 0 0; }
.login_col_left label {
  color: #787878;
  font-weight: 500;
  font-size: 16px; }
.css-label {
  background-image: url(/cas/themes/imem/images/css-checkbox-radio-3aec545b3f829c0ad69030990555d6fa.png);
  display: inline-block;
  line-height: 28px; }



.remember-container {
  position: relative;
  height: 9px; }
.forgot-container {
  /*position: relative;*/
  /*height: 9px;*/
  /*top: -13px;*/
}
.remember {}
input::placeholder {
  color: #73706a; }
.forgot-password {
  font-size: 1.143em;
  font-weight: 400;
  color: #e55f2f;
  text-align: right;
  /*width: 100%;*/
  margin: 0;
}
a.forgot-password:hover {
  color: #e55f2f;
}

.signup_link {
  font-size: 1.143em;
  font-weight: 400;
  text-align: center;
  color: #757575;
}
.signup_link a {
  font-weight: 600;
  color: #757575;
}
.login_col_right {
  width: 48%;
  height: 375px;
  border: 2px solid #ebeae6;
  padding: 60px 70px;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  margin: 0 0 0 1%;
}
.login_col_right .col_title, .login_col_right .col_subtitle {
  font-size: 54px;
  line-height: 100%;
  font-weight: 300;
  text-align: center;
  color: #0b445f; }
.login_col_right .col_subtitle {
  font-size: 45px; }
.login_right {
  height: 450px;
  background: transparent url(/cas/themes/imem/images/login-right-add47c89c755435bdc300beb7eaf569c.jpg) 50% 50% no-repeat;
  background-size: contain; }

.button-signup a {
  width: 250px;
  height: 47px;
  font-size: 21px;
  font-weight: 500;
  line-height: 43px; /* Compensate for the border. */
  background-color: #ffffff;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0;
  border: 2px solid #e55f2f;
  color: #e55f2f;
  display: block;
  margin: 38px auto;
}
.button-signup a:focus {
  outline: none;
}
.button-signup a:hover {
   background-color: #73706a;
   border: 2px solid #73706a;
   color: #ffffff;
 }
.button-signup a:active {
   background-color: #675761;
   border: 2px solid #675761;
   color: #ffffff;
 }

.btn-logout {
  width: 250px;
  background-color: #e76031;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 12px 9px 12px;
  text-shadow: none;
  background-image: none;
  background-repeat: repeat-x;
  border: none;
  border-color: transparent;
  border-radius: 6px;
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin:0;
}
.btn-logout:hover, .btn-logout:focus {
  background-color: #d5592d;
  color: #fff;
  text-decoration: none;
}


.logout #content {
  height: 165px;
  padding: 0; }
.logout #content h2 {
  display: none;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 20px;
}
.alert-success {
  color: #333;
  background-color: #fff;
  border: none;
  padding: 0; }

a:link, a:visited {
  /*color: #7a6d69; }*/
}
a:hover {
  /*color: #757575 !important;*/
  text-decoration: none; }
}
p {
  margin-bottom: 1.4em; }


#content {
  overflow: hidden;
  background: #fff;
}

/*Messages*/
#msg {
  padding: 20px;
  margin-bottom: 40px; }

#msg.errors {
  border: 1px dotted #BB0000;
  color: #BB0000;
  padding-left: 100px;
  background: url(../images/error.png) no-repeat 20px center; }

#msg.success {
  border: 1px dotted #390;
  color: #390;
  padding-left: 100px;
  background: url(../images/success.png) no-repeat 20px center; }

#msg.info {
  border: 1px dotted #008;
  color: #008;
  padding-left: 100px;
  background: url(../images/info.png) no-repeat 20px center; }

#msg.question {
  border: 1px dotted #390;
  color: #390;
  padding-left: 100px;
  background: url(../images/question.png) no-repeat 20px center; }

#msg.warn {
  border: 1px dotted #960;
  color: #960;
  padding-left: 100px;
  background: #ffbc8f url(../images/info.png) no-repeat 20px center; }

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

#serviceui.serviceinfo {
  border: 1px dotted #0066FF;
  color: black;
  padding-left: 10px;
  padding-top: 5px; }

#servicedesc {
  vertical-align: middle;
  padding-left: 30px;
  width: 90%; }

/*
 * CAS default overrides
 */
.login #content {
  background: #fff;
  padding: 29px 0; }

#login .login-header h1 {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
  color: #e55f2f;
  margin: 0 0 20px;
}

.login_col_right .login-header h1 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
  color: #e55f2f;
  margin: 0 0 20px;
}

.login_col_right p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #73706a;
  margin: 0 0 20px;
}

.ma3-h1 {
  width: 100%;
  flex-grow: 100;
  color: #e55f2f;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 4px auto 0;
}
.ma3-h2 {
  width: 100%;
  color: #73706a;
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01em;
  margin: 0 0 45px 0;
}

#login .login-header .fa-circle {
  color: #1490b3; }
#login form > h2 {
  display: none; }
#login .row {
  margin: 6px 0; }
#login label {
  font-size: 1em;
  font-weight: 300;
  color: #73706a;
}
#login .check label {
  display: inline;
  position: absolute;
  top: 5px;
  left: 0;
}
#login input[type=text], #login input[type=password] {
  width: 100%;
  height: 46px;
  border: 2px solid #ebeae6;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  color: #73706a;
  background-color: #ffffff;
  padding: 0 15px;
  box-sizing: border-box;
}
#login input[type=text], #login input[type=password]:focus {
  outline: none;
}
#login input[type=text], #login input[type=password]:active {
  outline: none;
  background-color: #ffffff;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.form-control {
  border: none;
  border-radius: none !important;
  padding: 0;
  box-shadow: none !important;
}
#login .btn-row {
  text-align: center;
  margin: 6px 0 5px; }
#login .btn-submit {
  width: 250px;
  height: 47px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: #e55f2f;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0;
  margin: 30px auto 0;
}
#login .btn-submit:hover {
  background-color: #73706a;
}
#login .btn-submit:active {
  background-color: #675761;
}
#login .btn-submit:focus {
  outline: none;
}

.btn-signup {
  width: 250px;
  height: 47px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: #ffffff;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0;
  margin: 30px auto 0;
  border: 2px solid #e55f2f;
  color: #e55f2f;
}
.btn-signup:hover {
  background-color: #73706a;
  border: 2px solid #73706a;
  color: #ffffff;
}
.btn-signup:active {
  background-color: #675761;
  border: 2px solid #675761;
  color: #ffffff;
}



#login .btn-reset {
  background: #eee;
  padding: 10px 20px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none; }
#login .btn-submit:hover, #login .btn-reset:hover {
  cursor: pointer; }
#login .btn-reset:hover {
  background: #d4d4d4; }
#login #yubiKeyForm > h2 {
  display: block; }
#login #yubiKeyForm .btn-reset {
  display: inline-block; }
#capslock-on {
  color: firebrick; }
#sidebar {
  width: auto;
  display: none; }

#list-providers ul {
  list-style: none; }
#list-providers ul li {
  list-style: none;
  margin-bottom: 1em; }
#list-providers a.btn:link, #list-providers a.btn:visited {
  color: white; }
#list-languages h3, #list-providers h3 {
  margin-bottom: 1.4em; }
#list-languages ul li {
  list-style: none;
  display: inline-block;
  margin-right: 2em; }

#notices h2 {
  font-size: 1.25em; }

#notices p {
  font-size: 10pt; }

#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.25em; }

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

footer {
  display: none;
  background-color: #f1f1f1;
  color: #7a6d69;
  text-align: center;
  font-size: 11px;
  padding: 20px 10px; }

footer a:link, footer a:visited {
  color: #7a6d69;
  text-decoration: underline; }
.footer a:hover {
  color: #0b445f;
}
footer .gotquestions {
  font-size: 16px;
  margin: 12px 0 10px; }


/*Media Querries*/

@media screen and (min-width: 1280px) {
  #ssosessions-page #container {
    width: 1280px;
  }
}

@media only screen and (max-width: 1200px) {
  .login_col_right {
    width: 100%;
    float: none;
    padding: 60px 220px;
    margin: 50px auto;
  }
  .login_col_left {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .login_right {
    height: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .standard_content_inner {
    width: 100%;
  }
  .login_col_left {
  }
  .login_col_right {
  }
  .signup_link {
    /*text-align: center;*/
  }
  .logout #content {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .login_col_left {
  }
  .login_col_right {
    padding: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .login_col_left {
    padding: 38px 20px;
  }
  .login_col_right {
    /*padding: 60px 20px;*/
  }
}

@media only screen and (max-width: 568px) {
  .login_col_left {
    width: 100%;
  }
  .login_col_right {
    width: 100%;
  }

  .paddingleft-0 {
    padding-left: 0;
    padding-right:0;
  }

  input[type=checkbox].css-checkbox+label.css-label, input[type=radio].css-radio+label.css-label {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 450px) {
  #login .btn-submit {
    width: 100%;
  }
  .button-signup a {
    width: 100%;
  }
}

