:root {
  --aka-primary-color: #75adea;
  --aka-primary-color-darken: #4993e3;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #414142;
  --aka-secondary-opposite-color: #d7d7d7;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes stretchup15 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@-webkit-keyframes stretchup15 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
  }
}
@-ms-keyframes stretchup15 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1.5);
  }
}
@-moz-keyframes stretchup15 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1.5);
  }
}
@keyframes stretchup2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
@-webkit-keyframes stretchup2 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@-ms-keyframes stretchup2 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(2);
  }
}
@-moz-keyframes stretchup2 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(2);
  }
}
@keyframes stretchup3 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(3);
  }
}
@-webkit-keyframes stretchup3 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(3);
  }
}
@-ms-keyframes stretchup3 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(3);
  }
}
@-moz-keyframes stretchup3 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(3);
  }
}
@-webkit-keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
#notify-me-wrapper {
  display: none;
}
#notify-me-wrapper #notify-me-block {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -205px;
  width: 600px;
  height: 410px;
  position: fixed;
  background-color: #f5fafe;
  padding: 20px;
  box-sizing: border-box;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content-input {
  display: block;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content-input.disabled {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none !important;
  opacity: .3 !important;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content-input .nm-book-text,
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content-input .nm-course-text {
  display: none;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content-success {
  display: none;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content {
  background-color: #fff;
  border: 1px solid #c7c8ca;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content #nm-input-err-message {
  display: none;
  color: red;
  font-weight: bold;
  font-style: italic;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content h2 {
  background: none;
  color: #75adea !important;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 17pt;
  text-transform: none;
  text-align: center;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #c7c8ca;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content #nm-select-email,
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content #nm-label-new-email,
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content #nm-input-err-message {
  display: none;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content #nm-label-new-email,
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content .nm-text {
  margin-top: 10px;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content .nm-text {
  display: block;
  margin-bottom: 10px;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content #nm-label-new-email,
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content #nm-input-new-email,
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content #nm-input-err-message {
  float: none;
  clear: both;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content input[type=text] {
  font-size: 16px;
  padding: 2px 8px;
  width: 100%;
  display: block;
  float: none;
  clear: both;
  border-radius: 5px;
  border: 1px solid #9e9e9e;
  margin: 2px 0 10px 0;
  height: 30px;
  box-sizing: border-box;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content select {
  box-sizing: border-box;
  font-size: 16px;
  margin: 0 0 5px 0;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  padding: 2px 8px;
  height: 30px;
  width: 100%;
  cursor: pointer;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-content button {
  display: inline-block;
  font-size: 16px;
  border: 0;
  margin: 10px 0;
  float: none;
  clear: both;
  height: 37px;
  line-height: 37px;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-close-button {
  position: absolute;
  top: -8px;
  right: -8px;
  background: url('/img/institutional_page/close_icon.png') 0 0 no-repeat;
  width: 24px;
  height: 24px;
}
#notify-me-wrapper #notify-me-block #notify-me-block-wrapper #nm-close-button:hover {
  background-position: 0 -24px;
  cursor: pointer;
}
.notify-me-button {
  line-height: 16px;
  padding: 3px 20px;
  border: 0;
  margin: 10px 0 0 0;
}
.notify-me-button span {
  display: block;
  float: none;
  clear: both;
  text-transform: uppercase;
}
.notify-me-button span:first-child {
  font-size: 17px;
  font-weight: bold;
}
.notify-me-button span:last-child {
  font-size: 11px;
  font-weight: normal;
}
