@font-face {
  font-family: SummerFont;
  src: url('../fonts/Summer_Font_Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SummerFont;
  src: url('../fonts/Summer_Font_Regular_Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: SummerFont;
  src: url('../fonts/Summer_Font_Light.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: SummerFont;
  src: url('../fonts/Summer_Font_Light_Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: SummerFont;
  src: url('../fonts/Summer_Font_Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: SummerFont;
  src: url('../fonts/Summer_Font_Bold_Italic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: open-sans;
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: open-sans;
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: open-sans;
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: open-sans;
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: open-sans;
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: open-sans;
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: gnuolane;
  src: url('../fonts/gnuolane_rg.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: gnuolane;
  src: url('../fonts/gnuolane_rg_it.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: gnuolane;
  src: url('../fonts/gnuolane_bd.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: gnuolane;
  src: url('../fonts/gnuolane_bd_it.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}
.mcTile {
  padding: 40px;
  background-color: #f7f7f7;
}
.mcTile h3 {
  text-align: center;
  color: #3f3f3f;
  font-family: open-sans;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 22px;
}
.mcTile .iconContainer {
  text-align: center;
  padding-bottom: 10px;
}
.mcTile .iconContainer .icon {
  font-size: 60px;
  color: #bfbfbf;
}
.mcTile .desc p {
  padding-bottom: 15px;
}
.mcTile .btnContainer {
  text-align: center;
}
@media screen and (max-width: 945px) {
  .mcTile .iconContainer {
    width: 100%;
  }
  .mcTile .desc {
    width: 100%;
  }
  .mcTile .desc p {
    text-align: center;
  }
}
html,
body {
  height: 100%;
  min-height: 100vh;
}
a,
.btn {
  cursor: pointer;
}
.btn,
.btn:hover,
.btn:active,
.btn:focus,
.nav a,
.dashBoardNav ul li a,
footer a {
  transition: all .3s ease;
}
.alert {
  position: relative;
  padding-right: 35px;
}
.alert span.closeBtn {
  color: white;
  position: absolute;
  right: 15px;
  top: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}
.alert span.closeBtn:hover {
  color: #3f3f3f;
}
.form-group h6 {
  position: absolute;
  margin: 0;
}
.form-group label, .form-group p {
  visibility: hidden;
  display: block;
  padding: 2px 5px;
  margin-bottom: 0;
  min-height: 26px;
}
.forgot-group input {
  border-radius: 0 3px 3px 0!important;
}
.form-group label a {
  transition: none;
}
.form-group.has-error label a {
  color: #ffffff;
  text-decoration: underline;
}
.form-group.has-error label, .form-group.has-error p {
  background: #d04040;
  margin: 0;
  text-align: right;
  padding: 2px 5px;
  display: block;
  text-shadow: 0 -1px 0 #E70000;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  position: relative;
  font-size: 12px;
  visibility: visible;
}
.form-group.has-error label:after {
  border-color: #ff5858 transparent;
  border-style: solid;
  border-width: 7px 7px 0;
  bottom: -7px;
  content: "";
  display: block;
  right: 20px;
  position: absolute;
  z-index: 3;
}
.form-group.has-error .form-control {
  -webkit-appearance: none;
  -webkit-border-bottom-right-radius: 4px !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.form-group.has-error .input-group .form-control {
  -webkit-appearance: none;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.form-group.has-error .input-group-addon {
  -webkit-appearance: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  color: #555;
  background-color: #eee;
}
.form-group .andesite-forgot {
  background-color: transparent;
  padding-left: 15px;
  border-left: 1px solid #bfbfbf;
  line-height: 12px;
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 11px;
}
.form-control {
  height: 38px;
}
.btn.pill {
  border-radius: 25px;
  color: #3f3f3f;
  font-weight: bold;
  margin-bottom: 10px;
}
.btn-default.pill {
  border-color: #00263e;
}
.btn-default.pill:hover,
.btn-default.pill:focus {
  border-color: #00263e;
}
.btn-primary.ghost {
  background-color: #ffffff;
}
.btn-primary.ghost:hover {
  background-color: #00a9e0;
}
.btn-primary.ghost:active,
.btn-primary.ghost:focus {
  background-color: #003865;
}
.btn-primary.hover {
  color: #fff;
  background-color: #00a9e0;
  border-color: #00a9e0;
}
.btn-primary.hover:hover {
  color: #fff;
  background-color: #00263e;
  border-color: #00263e;
}
.btn-secondary {
  background-color: #ffc72c;
  border-color: #ffc72c;
}
.btn-secondary:hover {
  background-color: #f7f7f7;
}
.btn-secondary.ghost {
  border-color: #ffc72c;
  background-color: #ffffff;
}
.btn-secondary.ghost:hover {
  background-color: #f7f7f7;
}
.btn-default-blue {
  background-color: #ffffff;
  border-color: #bfbfbf;
}
.btn-default-blue:hover {
  background-color: #003865;
  border-color: #bfbfbf;
  color: #ffffff;
}
.btn-default-lt-blue {
  border-color: #bfbfbf;
  background-color: #ffffff;
  color: #00a9e0;
}
.btn-default-lt-blue:hover {
  background-color: #003865;
  border-color: #bfbfbf;
  color: #ffffff;
}
.btn.chegg {
  background-color: #f07d00;
  color: #ffffff;
}
.btn.chegg:hover {
  background-color: #ffffff;
  color: #f07d00;
}
.btn span.icon.spinner {
  font-size: 14px;
  margin: 0 0 0 10px;
}
.input-group-addon:first-child {
  z-index: 99;
  position: relative;
}
.input-group .input-group-addon select.form-control:last-child,
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  -webkit-appearance: none;
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}
.smText {
  font-size: 12px;
}
.bodyBG {
  background: url("../images/unlimited/unlimitedBG.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  min-height: 900px;
  padding-bottom: 50px;
  height: 100%;
}
.unlimitedLogin,
.newUnlimitedLogin,
.gatewayLinking {
  max-width: 700px;
  min-height: 100vh;
}
.unlimitedLogin .header,
.newUnlimitedLogin .header,
.gatewayLinking .header {
  padding: 20px 0;
}
.unlimitedLogin .header .logo,
.newUnlimitedLogin .header .logo,
.gatewayLinking .header .logo {
  background-image: url("../images/Cengage_Logo_White.svg"), none;
  background-repeat: no-repeat;
  max-width: 170px;
  width: 100%;
  height: 40px;
}
.unlimitedLogin .header ul,
.newUnlimitedLogin .header ul,
.gatewayLinking .header ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  position: relative;
  top: 10px;
  z-index: 99;
}
.unlimitedLogin .header ul li,
.newUnlimitedLogin .header ul li,
.gatewayLinking .header ul li {
  padding: 0 0 0 20px;
}
.unlimitedLogin .header ul li a,
.newUnlimitedLogin .header ul li a,
.gatewayLinking .header ul li a {
  color: #ffffff;
  font-size: 13px;
}
.unlimitedLogin .loginPC,
.newUnlimitedLogin .loginPC,
.gatewayLinking .loginPC {
  border: 1px #003865 solid;
  margin-bottom: 50px;
}
.unlimitedLogin .sectionBG,
.newUnlimitedLogin .sectionBG,
.gatewayLinking .sectionBG {
  background-image: url("../images/unlimited/signInBG.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  min-height: 200px;
  border-radius: 2px 2px 0 0;
  box-shadow: 0 0 10px #3f3f3f;
  position: relative;
}
.unlimitedLogin .sectionOverlay,
.newUnlimitedLogin .sectionOverlay,
.gatewayLinking .sectionOverlay {
  background-image: url("../images/unlimited/yeaGirl.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  height: 250px;
  width: 381px;
  position: absolute;
  bottom: 0;
  right: 100px;
}
.unlimitedLogin .sectionGradient,
.newUnlimitedLogin .sectionGradient,
.gatewayLinking .sectionGradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(137, 255, 241, 0) 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(137, 255, 241, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(137, 255, 241, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(137, 255, 241, 0) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(137, 255, 241, 0) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(137, 255, 241, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089fff1', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.unlimitedLogin .sectionGradient h2,
.newUnlimitedLogin .sectionGradient h2,
.gatewayLinking .sectionGradient h2 {
  color: #ffffff;
  font-size: 35px;
  font-family: open-sans, sans-serif;
  font-weight: bold;
  padding: 0 0 5px 20px;
  margin: 0;
}
.unlimitedLogin .instructor,
.newUnlimitedLogin .instructor,
.gatewayLinking .instructor {
  background-color: #dfdfdf;
  position: relative;
}
.unlimitedLogin .instructor h2,
.newUnlimitedLogin .instructor h2,
.gatewayLinking .instructor h2 {
  color: #003865;
  font-weight: normal;
  font-size: 25px;
  font-family: open-sans, sans-serif;
  padding: 10px;
  margin: 0;
}
.unlimitedLogin .instructor .professorImg img,
.newUnlimitedLogin .instructor .professorImg img,
.gatewayLinking .instructor .professorImg img {
  position: absolute;
  right: 0;
  top: -27px;
  z-index: 99;
}
.unlimitedLogin .signUpArea,
.newUnlimitedLogin .signUpArea,
.gatewayLinking .signUpArea,
.unlimitedLogin .signInArea,
.newUnlimitedLogin .signInArea,
.gatewayLinking .signInArea {
  background-color: #ffffff;
  padding: 50px 0 0 0;
}
.unlimitedLogin .signUpArea p span,
.newUnlimitedLogin .signUpArea p span,
.gatewayLinking .signUpArea p span,
.unlimitedLogin .signInArea p span,
.newUnlimitedLogin .signInArea p span,
.gatewayLinking .signInArea p span {
  color: #fa6600;
  font-weight: bold;
}
.unlimitedLogin .signUpArea .signInForm .form-inline .radio-inline:first-of-type,
.newUnlimitedLogin .signUpArea .signInForm .form-inline .radio-inline:first-of-type,
.gatewayLinking .signUpArea .signInForm .form-inline .radio-inline:first-of-type,
.unlimitedLogin .signInArea .signInForm .form-inline .radio-inline:first-of-type,
.newUnlimitedLogin .signInArea .signInForm .form-inline .radio-inline:first-of-type,
.gatewayLinking .signInArea .signInForm .form-inline .radio-inline:first-of-type,
.unlimitedLogin .signUpArea .signUpForm .form-inline .radio-inline:first-of-type,
.newUnlimitedLogin .signUpArea .signUpForm .form-inline .radio-inline:first-of-type,
.gatewayLinking .signUpArea .signUpForm .form-inline .radio-inline:first-of-type,
.unlimitedLogin .signInArea .signUpForm .form-inline .radio-inline:first-of-type,
.newUnlimitedLogin .signInArea .signUpForm .form-inline .radio-inline:first-of-type,
.gatewayLinking .signInArea .signUpForm .form-inline .radio-inline:first-of-type {
  margin-left: 10px;
}
.unlimitedLogin .signUpArea .createAccount,
.newUnlimitedLogin .signUpArea .createAccount,
.gatewayLinking .signUpArea .createAccount,
.unlimitedLogin .signInArea .createAccount,
.newUnlimitedLogin .signInArea .createAccount,
.gatewayLinking .signInArea .createAccount {
  padding: 30px 0;
}
.unlimitedLogin .signUpArea .selectInstitution h4,
.newUnlimitedLogin .signUpArea .selectInstitution h4,
.gatewayLinking .signUpArea .selectInstitution h4,
.unlimitedLogin .signInArea .selectInstitution h4,
.newUnlimitedLogin .signInArea .selectInstitution h4,
.gatewayLinking .signInArea .selectInstitution h4 {
  font-family: open-sans, sans-serif;
  color: #3f3f3f;
}
.unlimitedLogin .signUpArea .selectInstitution ul,
.newUnlimitedLogin .signUpArea .selectInstitution ul,
.gatewayLinking .signUpArea .selectInstitution ul,
.unlimitedLogin .signInArea .selectInstitution ul,
.newUnlimitedLogin .signInArea .selectInstitution ul,
.gatewayLinking .signInArea .selectInstitution ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 230px;
  overflow-y: scroll;
}
.unlimitedLogin .signUpArea .selectInstitution ul li,
.newUnlimitedLogin .signUpArea .selectInstitution ul li,
.gatewayLinking .signUpArea .selectInstitution ul li,
.unlimitedLogin .signInArea .selectInstitution ul li,
.newUnlimitedLogin .signInArea .selectInstitution ul li,
.gatewayLinking .signInArea .selectInstitution ul li {
  padding: 10px 20px;
}
.unlimitedLogin .signUpArea .selectInstitution ul li label h5,
.newUnlimitedLogin .signUpArea .selectInstitution ul li label h5,
.gatewayLinking .signUpArea .selectInstitution ul li label h5,
.unlimitedLogin .signInArea .selectInstitution ul li label h5,
.newUnlimitedLogin .signInArea .selectInstitution ul li label h5,
.gatewayLinking .signInArea .selectInstitution ul li label h5 {
  font-family: open-sans, sans-serif;
  padding: 0;
  margin: 0;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: bold;
}
.unlimitedLogin .signUpArea .selectInstitution ul li label span,
.newUnlimitedLogin .signUpArea .selectInstitution ul li label span,
.gatewayLinking .signUpArea .selectInstitution ul li label span,
.unlimitedLogin .signInArea .selectInstitution ul li label span,
.newUnlimitedLogin .signInArea .selectInstitution ul li label span,
.gatewayLinking .signInArea .selectInstitution ul li label span {
  font-size: 12px;
}
.unlimitedLogin .signUpArea .selectInstitution ul li:nth-child(odd),
.newUnlimitedLogin .signUpArea .selectInstitution ul li:nth-child(odd),
.gatewayLinking .signUpArea .selectInstitution ul li:nth-child(odd),
.unlimitedLogin .signInArea .selectInstitution ul li:nth-child(odd),
.newUnlimitedLogin .signInArea .selectInstitution ul li:nth-child(odd),
.gatewayLinking .signInArea .selectInstitution ul li:nth-child(odd) {
  background-color: #f7f7f7;
}
.unlimitedLogin .signUpArea .returningCustomers,
.newUnlimitedLogin .signUpArea .returningCustomers,
.gatewayLinking .signUpArea .returningCustomers,
.unlimitedLogin .signInArea .returningCustomers,
.newUnlimitedLogin .signInArea .returningCustomers,
.gatewayLinking .signInArea .returningCustomers {
  border-top: 1px solid #dfdfdf;
  padding: 40px 0;
  margin-top: 40px;
}
.unlimitedLogin .signUpArea .form-group,
.newUnlimitedLogin .signUpArea .form-group,
.gatewayLinking .signUpArea .form-group,
.unlimitedLogin .signInArea .form-group,
.newUnlimitedLogin .signInArea .form-group,
.gatewayLinking .signInArea .form-group {
  position: relative;
}
.unlimitedLogin .accountSignUp,
.newUnlimitedLogin .accountSignUp,
.gatewayLinking .accountSignUp {
  background-color: #dfdfdf;
  padding: 30px 0;
  text-align: right;
  margin-top: 50px;
}
.unlimitedLogin .accountSignUp p,
.newUnlimitedLogin .accountSignUp p,
.gatewayLinking .accountSignUp p {
  display: inline-block;
}
.unlimitedLogin .accountSignUp a,
.newUnlimitedLogin .accountSignUp a,
.gatewayLinking .accountSignUp a {
  padding-left: 15px;
}
.unlimitedLogin .btnContainer,
.newUnlimitedLogin .btnContainer,
.gatewayLinking .btnContainer {
  text-align: right;
}
.unlimitedLogin .btnContainer .btn,
.newUnlimitedLogin .btnContainer .btn,
.gatewayLinking .btnContainer .btn {
  margin: 0 0 10px 10px;
}
.newUnlimitedLogin {
  max-width: unset;
}
.newUnlimitedLogin .rightColumn {
  padding-left: 50px;
  color: #ffffff;
  font-size: 16px;
}
.newUnlimitedLogin .rightColumn .logo {
  background-image: url("../images/unlimited/cengageUnlimitedLogoWhite.svg");
  max-width: 325px;
  min-height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.newUnlimitedLogin .rightColumn h2 {
  color: #ffffff;
  font-family: open-sans, Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 28px;
  padding-bottom: 15px;
}
.newUnlimitedLogin .rightColumn ul li {
  padding: 0 0 15px 0;
}
.newUnlimitedLogin .loginPC {
  margin-bottom: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0px 0px 10px 0px #3f3f3f;
  -moz-box-shadow: 0px 0px 10px 0px #3f3f3f;
  box-shadow: 0px 0px 10px 0px #3f3f3f;
  border: unset;
}
.newUnlimitedLogin .loginPC .sectionBG {
  background-color: #006298;
  background-image: unset;
  border-radius: 4px 4px 0 0;
  min-height: unset;
  padding: 15px 0 26px 0;
}
.newUnlimitedLogin .loginPC .sectionBG h2,
.newUnlimitedLogin .loginPC .sectionBG h3 {
  color: #ffffff;
  font-family: open-sans, Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 100;
}
.newUnlimitedLogin .loginPC .sectionBG h3 {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}
.newUnlimitedLogin .signInArea {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.newUnlimitedLogin .signInArea .signInForm,
.newUnlimitedLogin .signInArea .signUpForm {
  padding-bottom: 30px;
}
.newUnlimitedLogin .signInArea .signInForm label,
.newUnlimitedLogin .signInArea .signUpForm label {
  font-size: 12px;
}
.newUnlimitedLogin .signInArea .signInForm .terms,
.newUnlimitedLogin .signInArea .signUpForm .terms {
  padding-top: 15px;
}
.newUnlimitedLogin .signInArea .signInForm .terms p,
.newUnlimitedLogin .signInArea .signUpForm .terms p {
  font-size: 14px;
  position: relative;
  top: 7px;
}
.newUnlimitedLogin .signInArea .signInForm .terms div:nth-child(2),
.newUnlimitedLogin .signInArea .signUpForm .terms div:nth-child(2) {
  text-align: right;
}
.newUnlimitedLogin .signInArea .signInForm .signUp,
.newUnlimitedLogin .signInArea .signUpForm .signUp {
  text-align: right;
  padding-top: 20px;
}
.newUnlimitedLogin .signInArea .signInForm .btnContainer,
.newUnlimitedLogin .signInArea .signUpForm .btnContainer {
  padding-top: 20px;
}
.signUpForm .createAccountAgreement {
  padding: 20px 0 10px 0;
}
.gatewayLinking h2 {
  margin-top: 0;
}
.gatewayLinking form {
  margin-bottom: 30px;
}
.gatewayLinking .btnContainer {
  margin-top: 30px;
}
.grayBar {
  width: 100%;
  height: 2px;
  position: relative;
  background-color: #bfbfbf;
  top: 52px;
}
.progressBar {
  width: 100%;
  height: 2px;
  margin: 50px 0 80px 0;
  position: relative;
}
.progressBar .flexContainer {
  display: flex;
  justify-content: space-between;
}
.progressBar .theProgress {
  width: 50%;
  background-color: #00a9e0;
  height: 100%;
  border-color: #00a9e0;
  animation-name: progressBar;
  animation-iteration-count: 1;
  animation-duration: 3s;
}
.progressBar .circle {
  background-color: #ffffff;
  border: 2px solid #00a9e0;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  position: relative;
  display: inline-block;
  top: -31px;
}
.progressBar .circle .icon {
  color: #00a9e0;
  position: relative;
  top: 14px;
  left: 13px;
  font-size: 30px;
}
.progressBar .circle .icon.gray {
  color: #bfbfbf;
}
.progressBar .circle p {
  color: #00a9e0;
  position: relative;
  top: 30px;
}
.progressBar .circle p.gray {
  color: #bfbfbf;
}
.progressBar .circle.accessIcon .icon {
  left: 16px;
}
.progressBar .circle.changeColor {
  animation-name: circleColor;
  animation-iteration-count: 1;
  animation-duration: 2s;
}
.progressBar .circle.gray {
  border: 2px solid #bfbfbf;
}
.progressBar .circle.gray .icon {
  color: #bfbfbf;
}
@keyframes progressBar {
  0% {
    width: 10%;
  }
  100% {
    width: 50%;
  }
}
@keyframes circleColor {
  0% {
    border-color: #bfbfbf;
  }
  99% {
    border-color: #bfbfbf;
  }
  100% {
    border-color: #00a9e0;
  }
}
.searchBox h2 {
  font-size: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "gnuolane", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0 0 30px 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.topBanner {
  background-color: #ffc72c;
  color: #ffffff;
  height: 40px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  display: block;
  top: 0;
}
.topBanner .progressMeter {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 5px;
  margin-right: 5px;
}
.topBanner .progressMeter:after {
  border: 3px solid #00263e;
}
.topBanner .progressMeter .progress-bar {
  border-width: 3px;
  border-color: #f2a900;
}
.topBanner .progressMeter .progress-value {
  font-size: 12px;
  color: #00263e;
}
.topBanner .bannerContainer {
  margin: 0 auto;
  display: table;
  position: relative;
}
.topBanner .bannerContainer .banFirst,
.topBanner .bannerContainer .banMid,
.topBanner .bannerContainer .banLast {
  float: left;
  margin-right: 10px;
}
.topBanner .bannerContainer .banMid {
  padding-top: 10px;
}
.topBanner .bannerContainer p {
  font-size: 14px;
  color: #00263e;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
}
.topBanner .bannerContainer .trialBanner p {
  text-align: left;
}
.topBanner .bannerContainer button {
  font-size: 12px;
  margin-top: 5px;
}
.topBanner .fs {
  display: block;
}
.topBanner .ms {
  display: none;
}
.topBanner button.ms:hover,
.topBanner button.fs:hover {
  background-color: #00263e;
  color: #ffffff;
}
.bottomBanner {
  background-color: #ffc72c;
  color: #00263e;
  position: fixed;
  width: 100%;
  z-index: 9999;
  bottom: 0;
  padding: 10px 30px;
  font-size: 18px;
  display: block;
}
.bottomBanner .bannerContainer .col-md-6:nth-child(2) {
  text-align: right;
}
.bottomBanner .bannerContainer .selectedContainer .icon {
  font-size: 30px;
  position: relative;
  top: 5px;
}
.bottomBanner .bannerContainer .selectedContainer p {
  display: inline-block;
  margin-bottom: 0;
}
.bottomBanner .bannerContainer .selectedContainer .bgBubble {
  background-color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 10px;
  position: relative;
  top: 8px;
}
.bottomBanner .bannerContainer .selectedContainer .bgBubble .selectBubble {
  background-color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.bottomBanner .bannerContainer .selectedContainer .bgBubble .selectBubble .selectedEbooks {
  position: absolute;
  left: 10px;
  top: 5px;
}
.bottomBanner .bannerContainer .btnContainer a {
  font-size: 14px;
  color: #00263e;
  position: relative;
  top: 2px;
}
.bottomBanner .bannerContainer .btnContainer button {
  margin-left: 20px;
  margin-bottom: 0;
}
.bottomBanner.hasSix {
  animation-name: flicker;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-iteration-count: 4;
  -moz-animation-iteration-count: 4;
  -o-animation-iteration-count: 4;
  animation-iteration-count: 4;
}
@keyframes flicker {
  0% {
    background-color: #ffc72c;
  }
  50% {
    background-color: #E70000;
  }
  100% {
    background-color: #ffc72c;
  }
}
header {
  margin-top: 40px;
}
header.nonUnlimited {
  margin-top: 0;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #3f3f3f;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-brand {
  background-image: url("../images/unlimited/cengageLogo.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 15px;
  position: relative;
  width: 160px;
  height: 40px;
  text-indent: -9999em;
  color: #ffffff;
  cursor: pointer;
}
.navbar-brand span {
  display: none;
}
.navbar-header .mobileSearch {
  display: none;
}
.navbar {
  background-color: transparent;
  border: none;
}
.navbar .nav .open a {
  text-decoration: none;
  background-color: #ffffff;
}
.navbar .nav li {
  border-left: 1px solid #bfbfbf;
}
.navbar .nav li a {
  color: #006298;
  padding: 25px 30px;
  display: block;
  position: relative;
  text-decoration: none;
}
.navbar .nav li a .icon {
  font-size: 25px;
}
.navbar .nav li a:visited {
  color: #006298;
}
.navbar .nav li a:hover,
.navbar .nav li a:active,
.navbar .nav li a:link {
  color: #3f3f3f;
  text-decoration: none;
}
.navbar .nav li.search {
  padding: 0 7px;
}
.navbar .nav li.search a .searchField {
  display: none;
}
.navbar .nav li:last-child {
  border-right: 1px solid #bfbfbf;
}
.navbar .nav li.textSm {
  text-transform: uppercase;
}
.navbar .nav li.textSm.noBorder {
  border: none;
}
.navbar .nav li.textSm.noBorder a {
  padding: 25px 20px 25px 0;
}
.navbar .nav li.textSm a {
  font-size: 12px;
  position: relative;
  top: 5px;
  padding: 25px 20px 31px 25px;
}
.navbar .nav li.mobileView {
  display: none;
}
.navbar .nav li.search .notMobile .form-group a {
  padding: 0;
}
.navbar .nav li.search .notMobile .form-group a input {
  width: 100%;
  margin: 15px 0;
}
.navbar .nav .dropdown .dropdown-menu {
  padding: 10px;
  border-radius: 4px;
}
.navbar .nav .dropdown .dropdown-menu li {
  border: none;
  border-bottom: 1px solid #dfdfdf;
}
.navbar .nav .dropdown .dropdown-menu li a {
  color: #3f3f3f;
  padding: 10px;
  border-radius: 4px;
}
.navbar .nav .dropdown .dropdown-menu li a:hover {
  color: #ffffff;
  background-color: #006298;
}
.navbar .nav .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar .nav .dropdown .dropdown-menu:before {
  bottom: 100%;
  right: 44px;
  border: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(191, 191, 191, 0);
  border-bottom-color: #bfbfbf;
  border-width: 10px;
  margin-left: -10px;
}
.navbar .nav .dropdown .dropdown-menu:after {
  bottom: 99.5%;
  right: 44px;
  border: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.navbar .nav .myNotifications {
  padding: 0 5px;
}
.navbar .nav .myNotifications .dropdown-menu:before {
  right: 35px;
}
.navbar .nav .myNotifications .dropdown-menu:after {
  right: 35px;
  border-color: rgba(247, 247, 247, 0);
  border-bottom-color: #f7f7f7;
}
.navbar .nav .myNotifications .dropdown-menu {
  min-width: 350px;
  padding: 5px 0 0 0;
  background-color: #f7f7f7;
}
.navbar .nav .myNotifications .dropdown-menu .links {
  border-bottom: 1px #dfdfdf solid;
  margin: 0;
  padding-bottom: 5px;
}
.navbar .nav .myNotifications .dropdown-menu .links .noteAll a.active:after,
.navbar .nav .myNotifications .dropdown-menu .links .noteAll a.active:before {
  left: 34%;
}
.navbar .nav .myNotifications .dropdown-menu .links .noteReceived a.active:after,
.navbar .nav .myNotifications .dropdown-menu .links .noteReceived a.active:before {
  left: 65%;
}
.navbar .nav .myNotifications .dropdown-menu .links a {
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
  color: #bfbfbf;
  background-color: #f7f7f7;
}
.navbar .nav .myNotifications .dropdown-menu .links a.active {
  color: #3f3f3f;
}
.navbar .nav .myNotifications .dropdown-menu .links a.active:after,
.navbar .nav .myNotifications .dropdown-menu .links a.active:before {
  top: 37px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.navbar .nav .myNotifications .dropdown-menu .links a.active:after {
  border-color: rgba(247, 247, 247, 0);
  border-top-color: #f7f7f7;
  border-width: 5px;
  margin-left: -5px;
}
.navbar .nav .myNotifications .dropdown-menu .links a.active:before {
  border-color: rgba(223, 223, 223, 0);
  border-top-color: #dfdfdf;
  border-width: 6px;
  margin-left: -6px;
}
.navbar .nav .myNotifications .dropdown-menu .links a:hover {
  text-decoration: none;
  color: #3f3f3f;
}
.navbar .nav .myNotifications .dropdown-menu .links div:last-child a {
  color: #006298;
}
.navbar .nav .myNotifications .dropdown-menu .links div:last-child a:hover {
  color: #3f3f3f;
}
.navbar .nav .myNotifications .dropdown-menu .links .closeIcon {
  top: 8px;
}
.navbar .nav .myNotifications .dropdown-menu .btnContainer {
  background-color: #ffffff;
  margin: 0;
  padding: 20px 0 15px 15px;
}
.navbar .nav .myNotifications .dropdown-menu .btnContainer .btn {
  width: 46%;
  text-align: center;
  padding: 5px 0;
  max-width: 160px;
  font-size: 12px;
  margin-right: 15px;
}
.navbar .nav .myNotifications .dropdown-menu .btnContainer .btn:last-child {
  margin-right: 0;
}
.navbar .nav .myNotifications .dropdown-menu ul {
  list-style: none;
  padding: 0 5px;
  margin: 0;
  background-color: #ffffff;
  height: 340px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.navbar .nav .myNotifications .dropdown-menu ul li {
  padding: 15px 10px;
  font-size: 12px;
  color: #3f3f3f;
}
.navbar .nav .myNotifications .dropdown-menu ul li .noteThumb img {
  width: 40px;
}
.navbar .nav .myNotifications .dropdown-menu ul li .noteTitle h4 {
  font-family: open-sans, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 12px;
  color: #3f3f3f;
}
.navbar .nav .myNotifications .dropdown-menu ul li .noteTitle p {
  padding: 0 0 5px 0;
  margin: 0;
}
.navbar .nav .myNotifications .dropdown-menu ul li .noteFrom .icon {
  color: #3A8200;
  padding-right: 5px;
}
.navbar .nav .myNotifications .dropdown-menu ul .noteRead {
  background-color: #f7f7f7;
  opacity: .5;
}
.navbar .nav .myNotifications .dropdown-menu ul .noteRead .noteThumb {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.navbar .nav .myNotifications .dropdown-menu ul .noteRead .noteFrom .icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.navbar .nav .dropdown-toggle .icon {
  position: relative;
}
.navbar .nav .dropdown-toggle .icon.profile {
  left: 10px;
}
.navbar .nav .dropdown-toggle .notifyCount {
  background: #E70000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 20px;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: -5px;
  left: 15px;
  font-family: open-sans, sans-serif;
  height: 20px;
  width: 20px;
}
.navbar .nav .dropdown-toggle .notifyCount span {
  position: relative;
  top: 5px;
}
.navbar .text {
  display: none;
}
.navbar.mobile {
  display: none;
  min-height: unset;
}
.navbar.mobile .nav .myNotifications .dropdown-menu {
  margin: 0;
}
.navbar.mobile .nav .myNotifications .dropdown-menu ul {
  height: unset;
  overflow: unset;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #ffffff;
  color: #3f3f3f;
}
.selectInstitutionModal h4 {
  font-family: open-sans, sans-serif;
  color: #3f3f3f;
}
.selectInstitutionModal input[type=radio] {
  width: unset;
}
.selectInstitutionModal .btnContainer {
  text-align: right;
}
.selectInstitutionModal ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 230px;
  overflow-y: scroll;
}
.selectInstitutionModal ul li {
  padding: 10px 20px;
}
.selectInstitutionModal ul li label h5 {
  font-family: open-sans, sans-serif;
  padding: 0;
  margin: 0;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: bold;
}
.selectInstitutionModal ul li label span {
  font-size: 12px;
}
.selectInstitutionModal ul li:nth-child(odd) {
  background-color: #f7f7f7;
}
.unlimited .headerBar {
  background-color: #00263e;
}
.unlimited .navbar-brand {
  background-image: url("../images/unlimited/cengageUnlimitedLogoWhite.svg");
  width: 345px;
  top: 20px;
  color: #ffffff;
}
.unlimited .navbar-brand span {
  display: block;
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  top: -15px;
  left: 45px;
}
.unlimited .navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.unlimited .navbar .nav .open a {
  background-color: #00263e;
}
.unlimited .navbar .nav li {
  border-left: 1px solid #006298;
}
.unlimited .navbar .nav li a {
  color: #ffffff;
}
.unlimited .navbar .nav li a:visited {
  color: #ffffff;
}
.unlimited .navbar .nav li a:hover,
.unlimited .navbar .nav li a:active {
  color: #ffc72c;
}
.unlimited .navbar .nav li.search {
  padding: 0 7px;
}
.unlimited .navbar .nav li.search a .searchField {
  display: none;
}
.unlimited .navbar .nav li:last-child {
  border-right: 1px solid #006298;
}
.unlimited .navbar .nav li.textSm {
  text-transform: uppercase;
}
.unlimited .navbar .nav li.textSm.noBorder {
  border: none;
}
.unlimited .navbar .nav li.textSm.noBorder a {
  padding: 25px 20px 25px 0;
}
.unlimited .navbar .nav li.textSm a {
  font-size: 12px;
  position: relative;
  top: 5px;
  padding: 25px 20px 31px 25px;
}
.unlimited .navbar .nav .dropdown .dropdown-menu li {
  border: none;
  border-bottom: 1px solid #dfdfdf;
}
.unlimited .navbar .nav .dropdown .dropdown-menu li a {
  color: #3f3f3f;
  padding: 10px;
  border-radius: 4px;
  background-color: #ffffff;
}
.unlimited .navbar .nav .dropdown .dropdown-menu li a:hover {
  color: #ffffff;
  background-color: #006298;
}
.unlimited .navbar .nav .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.unlimited .navbar .nav .myNotifications {
  padding: 0 5px;
}
.unlimited .navbar-default .navbar-nav > .open > a,
.unlimited .navbar-default .navbar-nav > .open > a:focus,
.unlimited .navbar-default .navbar-nav > .open > a:hover {
  background-color: #00263e;
  color: #ffc72c;
}
.searchBar {
  background-color: #dfdfdf;
  height: 0;
}
.searchBar .searchContainer {
  width: 100%;
}
.searchBar .searchContainer .form-group {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 50%;
}
.searchBar .searchContainer .form-group label {
  display: none;
}
.searchBar .searchContainer .form-group .icon {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 19px;
  color: #006298;
  cursor: pointer;
}
.searchBar .searchContainer .form-group .searchTips {
  position: absolute;
  right: -95px;
  top: 10px;
}
.searchBar .searchContainer .form-group input {
  padding-right: 35px;
}
.searchBar.start .searchContainer {
  display: none;
}
.searchBar.open {
  animation-name: slideOpen;
  animation-duration: .3s;
  animation-fill-mode: both;
}
.searchBar.open .searchContainer {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  display: block;
}
@keyframes slideOpen {
  0% {
    height: 0;
    transition: all .3s ease;
    transition-property: height;
    padding: 0;
  }
  100% {
    height: 80px;
    transition: all .3s ease;
    transition-property: height;
    padding: 20px 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.searchBar.shut {
  animation-name: slideClose;
  animation-duration: .3s;
  animation-fill-mode: both;
}
.searchBar.shut .searchContainer {
  animation-name: fadeOut;
  animation-duration: .3s;
  animation-fill-mode: both;
  display: none;
}
@keyframes slideClose {
  0% {
    height: 80px;
    transition: all .3s ease;
    transition-property: height;
    padding: 20px 0;
  }
  100% {
    height: 0;
    transition: all .3s ease;
    transition-property: height;
    padding: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.coursePC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #00263e;
  background-image: url("../images/unlimited/courseBG.svg");
  background-repeat: no-repeat;
  background-size: 87%;
  background-position: left 580% top 20%;
  color: #ffffff;
}
.coursePC .productImg .prodContainer {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.coursePC .productImg .prodContainer .top {
  background-color: #dfdfdf;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  color: #00263e;
  padding: 10px;
}
.coursePC .productImg .prodContainer .top p {
  margin: 0;
  padding: 0;
}
.coursePC .productImg .prodContainer .top p:nth-child(1) {
  font-weight: bold;
}
.coursePC .productImg .prodContainer .top p:nth-child(2) {
  font-style: italic;
  font-size: 12px;
}
.coursePC .productImg .prodContainer .prodImgContainer {
  position: relative;
  display: inline-block;
}
.coursePC .productImg .prodContainer .prodImgContainer img {
  width: 150px;
  min-height: 188px;
}
.coursePC .productImg .prodContainer .prodImgContainer .icon {
  font-size: 36px;
}
.coursePC .productImg .prodContainer .prodImgContainer h2 {
  color: #ffffff;
  margin: 0;
  padding: 10px 0 0 0;
}
.coursePC .productImg .prodContainer .bottom {
  background-color: #ffffff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 10px;
  text-align: center;
}
.coursePC .productImg .prodContainer .bottom .prodImgContainer {
  width: 45%;
}
.coursePC .productImg .prodContainer .bottom .prodImgContainer img {
  width: 100%;
  height: 100%;
  min-height: unset;
}
.coursePC .productImg .prodContainer .bottom .prodImgContainer .productBadge {
  width: 35px;
  height: 35px;
  bottom: 5px;
}
.coursePC .productImg .prodContainer .bottom button {
  margin: 5px 0;
}
.coursePC .circleBar {
  position: relative;
  top: 35px;
}
.coursePC .btn.active {
  border-color: #ffffff;
  background-color: #00263e;
}
.coursePC .welcomeText h1 {
  font-size: 32px;
  color: #ffffff;
  padding: 0 0 10px 0;
  margin: 0;
  font-family: open-sans, sans-serif;
  font-weight: 100;
}
.coursePC .welcomeText p {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
}
.coursePC .welcomeText button {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.coursePC .trialText {
  text-align: center;
  font-size: 18px;
}
.coursePC .staOptions p {
  padding-top: 100px;
}
.faqsBar {
  padding-top: 30px;
  background-color: #f7f7f7;
}
.faqsBar .faqContainer {
  padding: 30px 0;
}
.faqsBar .faqContainer h3 {
  font-family: open-sans, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 100;
  color: #3f3f3f;
  padding: 0 0 30px 0;
}
.faqsBar .faqContainer .col-1,
.faqsBar .faqContainer .col-2 {
  padding-right: 60px;
}
.faqsBar .faqContainer .col-1 p,
.faqsBar .faqContainer .col-2 p {
  padding-bottom: 20px;
  line-height: 20px;
}
.nullSearch {
  padding-top: 30px;
}
.nullSearch .searchBanner {
  background-image: url("../images/unlimited/nullSearch.jpg");
  background-position: top 0 center;
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
  padding: 45px 0 85px 0;
}
.nullSearch h2 {
  font-family: SummerFont, open-sans, sans-serif;
  font-size: 100px;
  color: #00263e;
  padding-top: 0;
  margin-top: 0;
}
.nullSearch p {
  font-size: 20px;
}
.searchTips .tipsHeader {
  background-color: #00263e;
}
.searchTips .tipsHeader h3 {
  color: #ffffff;
  padding: 15px 0;
  margin: 0;
  font-weight: 100;
  font-size: 30px;
  position: relative;
  display: inline-block;
}
.searchTips .tipsHeader h3:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #00263e;
  border-width: 15px;
  margin-left: -15px;
  z-index: 99;
}
.searchTips .tipsContainer {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}
.searchTips .tipsContainer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.searchTips .tipsContainer ul li {
  padding-bottom: 25px;
}
.searchTips .tipsContainer ul li h2 {
  font-family: SummerFont, open-sans, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 40px;
  color: #00263e;
}
.careerNav {
  padding: 50px 0 30px 0;
}
.careerNav div {
  border-bottom: 2px solid #dfdfdf;
}
.careerNav ul {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
  padding-left: 0;
}
.careerNav ul li {
  margin-right: 40px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.careerNav ul li.selected span.icon {
  background-color: #00263e;
}
.careerNav ul li.selected a {
  color: #00263e;
  text-decoration: none;
}
.careerNav ul li:after,
.careerNav ul li:before {
  bottom: -39px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.careerNav ul li:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
.careerNav ul li:before {
  border-color: rgba(223, 223, 223, 0);
  border-bottom-color: #dfdfdf;
  border-width: 18px;
  margin-left: -18px;
}
.careerNav ul li.selected:after,
.careerNav ul li.selected:before {
  bottom: -22px;
  animation-name: moveUp2;
  animation-duration: .7s;
  opacity: 1;
}
@keyframes moveUp2 {
  0% {
    opacity: 0;
    bottom: -39px;
  }
  100% {
    opacity: 1;
    bottom: -22px;
  }
}
.careerNav ul li span {
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto 20px;
}
.careerNav ul li span.icon {
  -webkit-mask-size: 60px;
  mask-size: 60px;
  background-color: #006298;
}
.careerNav ul li a {
  color: #006298;
}
.careerNav ul li:hover span.icon {
  background-color: #00263e;
}
.careerNav ul li:hover a {
  color: #00263e;
  text-decoration: none;
}
.careerNav ul .explore span.icon {
  -webkit-mask: url("../images/unlimited/magnifyingGlass.svg") no-repeat 100% 100%;
  mask: url("../images/unlimited/magnifyingGlass.svg") no-repeat 100% 100%;
}
.careerNav ul .skills span.icon {
  -webkit-mask: url("../images/unlimited/lightbulb.svg") no-repeat 100% 100%;
  mask: url("../images/unlimited/lightbulb.svg") no-repeat 100% 100%;
}
.careerNav ul .resume span.icon {
  -webkit-mask: url("../images/unlimited/papers.svg") no-repeat 100% 100%;
  mask: url("../images/unlimited/papers.svg") no-repeat 100% 100%;
}
.careerNav ul .resources span.icon {
  -webkit-mask: url("../images/unlimited/recycle.svg") no-repeat 100% 100%;
  mask: url("../images/unlimited/recycle.svg") no-repeat 100% 100%;
  margin-bottom: 5px;
}
.careerNav ul .resources p {
  color: #E70000;
  padding: 0;
  margin: 0;
  line-height: 15px;
}
.careerCarousel,
.careerExplore,
.careerResources,
.careerResume {
  display: none;
}
.careerCarousel h2,
.careerExplore h2,
.careerResources h2,
.careerResume h2 {
  color: #00263e;
  font-family: open-sans, Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding-bottom: 10px;
  margin: 0;
  font-weight: bold;
}
.careerCarousel .headline,
.careerExplore .headline,
.careerResources .headline,
.careerResume .headline {
  text-align: center;
  margin-bottom: 20px;
}
.careerCarousel .headline p,
.careerExplore .headline p,
.careerResources .headline p,
.careerResume .headline p {
  font-size: 16px;
}
.careerCarousel .exploreRow .title,
.careerExplore .exploreRow .title,
.careerResources .exploreRow .title,
.careerResume .exploreRow .title,
.careerCarousel .exploreRow .carouselRow,
.careerExplore .exploreRow .carouselRow,
.careerResources .exploreRow .carouselRow,
.careerResume .exploreRow .carouselRow {
  padding-left: 20px;
}
.careerCarousel .jobSearch,
.careerExplore .jobSearch,
.careerResources .jobSearch,
.careerResume .jobSearch {
  background-color: #006298;
  padding: 24px 40px 40px 40px;
  margin: 25px 0 100px 0;
  display: flex;
}
.careerCarousel .jobSearch .jobSTitle,
.careerExplore .jobSearch .jobSTitle,
.careerResources .jobSearch .jobSTitle,
.careerResume .jobSearch .jobSTitle {
  width: 25%;
  min-width: 260px;
  display: inline-block;
}
.careerCarousel .jobSearch .jobSTitle p,
.careerExplore .jobSearch .jobSTitle p,
.careerResources .jobSearch .jobSTitle p,
.careerResume .jobSearch .jobSTitle p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 100;
  position: relative;
  top: 33px;
}
.careerCarousel .jobSearch .searchField,
.careerExplore .jobSearch .searchField,
.careerResources .jobSearch .searchField,
.careerResume .jobSearch .searchField {
  display: inline-block;
  width: 75%;
}
.careerCarousel .jobSearch .occupations,
.careerExplore .jobSearch .occupations,
.careerResources .jobSearch .occupations,
.careerResume .jobSearch .occupations {
  position: absolute;
  bottom: -25px;
  right: 0;
  color: #ffffff;
  text-decoration: none;
}
.careerCarousel .jobSearch .occupations:hover,
.careerExplore .jobSearch .occupations:hover,
.careerResources .jobSearch .occupations:hover,
.careerResume .jobSearch .occupations:hover {
  color: #00263e;
}
.careerCarousel .btnContainer,
.careerExplore .btnContainer,
.careerResources .btnContainer,
.careerResume .btnContainer {
  text-align: right;
  margin-bottom: 40px;
}
.careerExplore .headline p {
  text-align: left;
}
.careerResources .btnContainer {
  text-align: center;
}
.careerResources .tutorialsInterview {
  background-color: #00263e;
  color: #ffffff;
  text-align: center;
  display: flex;
}
.careerResources .tutorialsInterview h2 {
  color: #ffc72c;
}
.careerResources .tutorialsInterview .left {
  padding: 50px 10% 30px;
  border-right: 1px solid #00a9e0;
}
.careerResources .tutorialsInterview .right {
  padding: 50px 10% 30px;
}
.careerResources .tutorialsInterview .glassDoorLogo {
  background-image: url("../images/unlimited/glassDoor-logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 30px;
  width: 200px;
  height: 80px;
  margin: 0 auto;
}
.careerResources .contactUs {
  background-color: #f7f7f7;
  text-align: center;
  padding-top: 30px;
}
.careerResources .headline h2:not(:first-child) {
  padding-top: 30px;
}
.careerResources .futureVersions {
  text-align: left;
  padding-top: 30px;
}
.careerResources .futureVersions span {
  height: 60px;
  width: 100%;
  display: block;
  margin: 0;
  background-repeat: no-repeat;
  background-position: right;
}
.careerResources .futureVersions span.careerMap {
  background-image: url("../images/unlimited/careerMap.svg");
}
.careerResources .futureVersions span.proTips {
  background-image: url("../images/unlimited/proTips.svg");
}
.careerResources .futureVersions span.portfolioTemplates {
  background-image: url("../images/unlimited/portfolioTemplates.svg");
}
.careerResources .futureVersions span.careerRediness {
  background-image: url("../images/unlimited/careerRediness.svg");
}
.careerResources .futureVersions h3 {
  font-family: "open-sans", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #3f3f3f;
  font-size: 20px;
}
.careerResources .futureVersions .right {
  margin-top: 10px;
}
.careerCarousel.selected,
.careerExplore.selected,
.careerResources.selected,
.careerResume.selected {
  display: block;
}
.careerExplore .skillMap span {
  background-image: url("../images/unlimited/skillmap.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  height: 80px;
  display: block;
}
.careerResume .about {
  text-align: left;
}
.careerResume p {
  line-height: 30px;
  padding-bottom: 15px;
}
.careerResume .img span {
  background-image: url("../images/unlimited/pathbriteComputer.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: 566px;
  display: block;
}
.careerResume .logo span {
  background-image: url("../images/unlimited/pathbrite-logo.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: 87px;
  position: relative;
  left: -20px;
  display: block;
}
.careerResume h3 {
  font-family: open-sans, Helvetica, Arial, sans-serif;
  color: #3f3f3f;
  line-height: 35px;
  padding-bottom: 15px;
}
.careerResources .form-group {
  width: 60%;
  margin: 0 auto;
}
.careerResources .btnContainer {
  margin-top: 15px;
}
.comparisonChart {
  /*margin-top: -60px;*/
  position: relative;
}
.comparisonChart .chartContainer .chartRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  font-weight: normal;
  padding: 0 15px;
}
.comparisonChart .chartContainer .chartRow .chartCell-1 {
  width: 49%;
  min-height: 80px;
  padding: 10px 10px 10px 20px;
}
.comparisonChart .chartContainer .chartRow .chartCell-1 p {
  padding: 0;
  margin: 0;
}
.comparisonChart .chartContainer .chartRow .chartCell-1 .CSP {
  width: 150px;
}
.comparisonChart .chartContainer .chartRow .chartCell-1 .KSP,
.comparisonChart .chartContainer .chartRow .chartCell-1 .QSP {
  width: 100px;
}
.comparisonChart .chartContainer .chartRow .chartCell-2 {
  min-width: 145px;
  min-height: 80px;
  width: 12%;
  margin-right: 5px;
  text-align: center;
  padding: 10px;
}
.comparisonChart .chartContainer .chartRow .chartCell-2 button {
  white-space: normal;
}
.comparisonChart .chartContainer .chartRow .chartCell-2.benchMark {
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}
.comparisonChart .chartContainer .chartRow .circle {
  background-color: #3f3f3f;
  border: 2px solid #3f3f3f;
  height: 16px;
  width: 16px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  position: relative;
  display: inline-block;
}
.comparisonChart .chartContainer .chartRow .circle .icon {
  color: #ffffff;
  font-size: 9px;
  position: absolute;
  top: 2px;
  left: 1px;
}
.comparisonChart .chartContainer .chartRow .circle + p {
  font-size: 12px;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-1,
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2 {
  min-height: 65px;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2 {
  background-color: #ffffff;
  /*border-radius: 6px 6px 0 0;*/
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2 p {
  font-size: 16px;
  margin-top: auto;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.benchMark {
  position: relative;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.benchMark img {
  max-width: 170px;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.benchMark .infoContainer {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  /*.inner {
            position: absolute;
            top: 0;
            right: 30px;
            background-color: @white;
            color: @primary01;
            border: 1px solid @accent01;
            border-radius: 4px;
            display: none;
            width: 300px;
          }*/
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.benchMark .infoContainer span {
  color: #006298;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.benchMark .infoContainer .inner {
  position: absolute;
  background: #ffffff;
  border: 1px solid #3f3f3f;
  border-radius: 4px;
  display: none;
  top: -5px;
  right: 25px;
  width: 300px;
  text-align: left;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.benchMark .infoContainer .inner h4 {
  background-color: #dfdfdf;
  font-family: "open-sans", sans-serif;
  color: #3f3f3f;
  font-size: 14px;
  padding: 15px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  font-weight: bold;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.benchMark .infoContainer .inner p {
  padding: 10px 15px 15px 15px;
  margin: 0;
  font-style: normal;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.benchMark .infoContainer .inner:after,
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.benchMark .infoContainer .inner:before {
  left: 100%;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.benchMark .infoContainer .inner:after {
  border-color: rgba(223, 223, 223, 0);
  border-left-color: #dfdfdf;
  border-width: 5px;
  margin-top: -5px;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.benchMark .infoContainer .inner:before {
  border-color: rgba(63, 63, 63, 0);
  border-left-color: #3f3f3f;
  border-width: 7px;
  margin-top: -7px;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.microProd {
  text-align: left;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.microProd img {
  width: 45px;
  height: 55px;
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.comparisonChart .chartContainer .chartRow.titleRow .chartCell-2.microProd p {
  font-size: 12px;
  display: inline-block;
  width: 60%;
  font-weight: bold;
}
.comparisonChart .chartContainer .chartRow:last-child .chartCell-2.benchMark {
  /* border-bottom: 1px solid @secondary05;
       border-radius: 0 0 4px 4px;*/
}
.comparisonChart .chartContainer .vertCenter {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.comparisonChart .chartContainer button {
  margin-top: auto;
}
.comparisonChart .chartContainer .chartRow.contentRow:nth-child(even) {
  background-color: #f7f7f7;
}
.comparisonChart .chartContainer .chartRow:first-child .chartCell-1 {
  color: #ffffff;
}
.comparisonChart .chartContainer .chartRow:first-child .chartCell-1 a {
  color: #ffffff;
  text-decoration: underline;
}
.comparisonChart .chartContainer .chartRow:first-child .chartCell-2.benchMark {
  /* border-top: 1px solid @secondary05;*/
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
.comparisonChart .chartContainer .chartRow .chartCell-2.benchMark .circle {
  background-color: #e0004d;
  border: 2px solid #e0004d;
}
.comparisonChart .chartContainer .chartRow .chartCell-2.benchMark p {
  font-size: 13px;
  font-style: italic;
}
.comparisonChart .chartContainer .chartRow:nth-child(2) .benchMark p {
  color: #3f3f3f;
}
.comparisonChart .overflowContainer {
  overflow: hidden;
  overflow-x: scroll;
}
.comparisonChart .overflowContainer .chartContainer {
  width: 150%;
}
.comparisonChart .overflowContainer .chartContainer .chartRow {
  justify-content: unset;
  padding-left: 5%;
}
.comparisonChart .overflowContainer .chartContainer .chartRow .chartCell-1 {
  width: 32%;
}
.comparisonChart .overflowContainer .chartContainer .chartRow .chartCell-2 {
  width: 200px;
  display: flex;
  flex-direction: column;
}
.comparisonChart .overflowContainer .chartContainer .chartRow.titleRow h2 {
  font-family: open-sans, Helvetica, Arial, sans-serif;
  color: #3f3f3f;
  padding: 0;
  margin: 0;
  font-weight: 100;
}
.comparisonChartMobile {
  display: none;
  margin: 15px 0;
}
.comparisonChartMobile .compareContainer {
  border: 1px solid #dfdfdf;
  padding: 0;
  margin: 20px 0;
  border-radius: 4px;
  position: relative;
}
.comparisonChartMobile .compareContainer .table {
  display: table;
  width: 100%;
  margin: 0;
}
.comparisonChartMobile .compareContainer .table .tableRow {
  display: table-row;
  width: 100%;
}
.comparisonChartMobile .compareContainer .table .tableRow .tableCell {
  display: table-cell;
  padding: 20px 10px;
}
.comparisonChartMobile .compareContainer .table .tableRow .tableCell .CSP {
  width: 150px;
}
.comparisonChartMobile .compareContainer .table .tableRow .unlimited p {
  color: #e0004d;
  font-size: 12px;
  font-style: italic;
}
.comparisonChartMobile .compareContainer .table .tableRow .unlimited img:first-child {
  max-width: 150px;
}
.comparisonChartMobile .compareContainer .table .tableRow .title {
  font-size: 20px;
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  padding: 15px;
}
.comparisonChartMobile .compareContainer .table .tableRow .title p {
  margin: 0;
}
.comparisonChartMobile .compareContainer .table .tableRow .buy {
  display: table-cell;
  width: 30%;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}
.comparisonChartMobile .compareContainer .table .tableRow .buy button {
  white-space: normal;
}
.comparisonChartMobile .compareContainer .table .tableRow .arrow {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
}
.comparisonChartMobile .compareContainer .table .tableRow .arrow .expandBtn {
  cursor: pointer;
  display: inline-block;
  font-size: 60px;
  color: #3f3f3f;
  transition: .4s all ease;
}
.comparisonChartMobile .compareContainer .table .tableRow .arrow .expandBtn.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.comparisonChartMobile .compareContainer .compareDropdown {
  border-top: 1px solid #dfdfdf;
  display: none;
}
.comparisonChartMobile .compareContainer .compareDropdown .table .tableRow .tableCell .circle {
  background-color: #3f3f3f;
  border: 2px solid #3f3f3f;
  height: 16px;
  width: 16px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  position: relative;
  display: inline-block;
}
.comparisonChartMobile .compareContainer .compareDropdown .table .tableRow .tableCell .circle .icon {
  color: #ffffff;
  font-size: 9px;
  position: absolute;
  top: 2px;
  left: 1px;
}
.comparisonChartMobile .compareContainer .compareDropdown .table .tableRow .tableCell .circle + p {
  font-size: 12px;
}
.comparisonChartMobile .compareContainer .compareDropdown .table .tableRow .tableCell p {
  padding: 0;
  margin: 0;
}
.comparisonChartMobile .compareContainer .compareDropdown .table .tableRow:nth-child(odd) {
  background-color: #f7f7f7;
}
.comparisonChartMobile .compareContainer .compareDropdown.open {
  display: block;
  transition: .4s all;
}
.comparisonChartMobile .compareContainer.benchMark .compareDropdown .table .tableRow .tableCell .circle {
  background-color: #e0004d;
  border: 2px solid #e0004d;
}
.comparisonChartMobile .compareContainer.benchMark .compareDropdown .table .tableRow .tableCell .circle + p {
  color: #e0004d;
}
.comparisonChartMobile .compareContainer.microsite .bookContainer {
  padding: 10px;
}
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookCover {
  display: table-cell;
  width: 100px;
  vertical-align: top;
  padding-right: 15px;
}
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookCover img {
  width: 100px;
  height: 130px;
}
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookInfo {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 50%;
}
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookInfo .bookTitle {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookInfo .bookTitle .title {
  font-size: 16px;
  padding: 0;
}
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookInfo .bookTitle .author,
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookInfo .bookTitle .copyright {
  font-size: 12px;
}
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookInfo p {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookPrice {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 35%;
}
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookPrice .buy,
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookPrice .arrow {
  display: block;
  width: unset;
}
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookPrice .buy {
  padding-bottom: 0;
}
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookPrice .buy .btn {
  font-size: 14px;
}
.comparisonChartMobile .compareContainer.microsite .bookContainer .bookPrice .arrow {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.comparisonChartMobile .compareContainer.microsite.benchMark .bookContainer .bookInfo p {
  color: #e0004d;
}
.cleverBridge {
  margin-top: 30px;
  position: relative;
}
.cleverBridge .alertHeader {
  background-color: #006298;
  padding: 10px 50px 10px 20px;
  margin-bottom: 30px;
  color: #ffffff;
  border-radius: 4px;
  position: relative;
}
.cleverBridge .alertHeader span {
  position: absolute;
  right: 20px;
  top: 30%;
  cursor: pointer;
  display: block;
  z-index: 999;
}
.cleverBridge .table {
  display: table;
}
.cleverBridge .table .tableRow {
  display: table-row;
}
.cleverBridge .table .tableRow .cuCover,
.cleverBridge .table .tableRow .cuInfo,
.cleverBridge .table .tableRow .cuPrice {
  display: table-cell;
  vertical-align: top;
}
.cleverBridge .table .tableRow .cuCover {
  max-width: 152px;
}
.cleverBridge .table .tableRow .cuInfo {
  width: 75%;
  padding-left: 25px;
}
.cleverBridge .table .tableRow .cuInfo h2 {
  padding-top: 0;
  margin: 0 0 25px 0;
  font-family: open-sans, sans-serif;
  font-weight: normal;
}
.cleverBridge .table .tableRow .cuInfo ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.cleverBridge .table .tableRow .cuInfo p {
  margin: 0;
  padding: 0;
}
.cleverBridge .table .tableRow .cuPrice {
  width: 25%;
  text-align: right;
}
.cleverBridge .table .tableRow .cuPrice h2 {
  color: #3f3f3f;
  padding-top: 0;
  margin-top: 0;
  font-family: open-sans, sans-serif;
  font-weight: normal;
}
.cleverBridge .buy {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.dashBoardNav {
  background-color: #f7f7f7;
}
.dashBoardNav .upGrade {
  position: absolute;
  top: 0;
  left: 180px;
  font-size: 12px;
  background-color: #ffc72c;
  padding: 2px 10px;
  text-align: center;
  z-index: 99;
  color: #00263e;
  font-weight: bold;
  border-radius: 0 0 4px 4px;
}
.dashBoardNav .upGrade a {
  font-size: 14px;
  color: #00263e;
}
.dashBoardNav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashBoardNav ul li {
  padding: 15px 30px;
  position: relative;
  min-height: 100px;
  text-align: center;
  align-self: flex-end;
  font-size: 12px;
}
.dashBoardNav ul li .icon {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
}
.dashBoardNav ul li .icon-home32 {
  font-size: 35px;
}
.dashBoardNav ul li a {
  text-align: center;
  color: #727272;
  font-size: 14px;
}
.dashBoardNav ul li a:hover,
.dashBoardNav ul li a:active,
.dashBoardNav ul li a:focus {
  color: #003865;
  text-decoration: none;
}
.dashBoardNav ul li:after {
  bottom: -20px;
  left: 50%;
  border: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
.dashBoardNav ul li.active a {
  color: #003865;
}
.dashBoardNav ul li.active a .icon {
  font-size: 35px;
}
.dashBoardNav ul li.active:after {
  animation-name: moveUp;
}
@keyframes moveUp {
  from {
    opacity: 0;
    bottom: -20px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
.dashBoardNav ul li.smIcon {
  padding-top: 36px;
}
.dashBoardNav ul li.smIcon a {
  font-size: 12px;
}
.dashBoardNav ul li.smIcon.active a .icon {
  font-size: 18px;
}
.dashBoardNav ul li:first-child {
  padding-left: 0;
}
.dashBoardNav ul li:first-child:after {
  left: 36%;
}
.dashBoardNav ul li:last-child {
  text-align: right;
  padding-right: 0;
  font-size: 14px;
  flex-grow: 4;
  align-self: flex-end;
  padding-top: 55px;
}
.dashBoardNav ul li:last-child a {
  color: #006298;
}
.dashBoardNav ul.lgs li:after {
  border-color: rgba(0, 56, 101, 0);
  border-bottom-color: #003865;
}
.dashBoardNav.unlimited ul li a .icon {
  font-size: 35px;
}
.dashBoardFolders {
  margin-bottom: 75px;
}
.dashBoardFolders .folderOptions {
  list-style: none;
  padding: 0 70px 0 15px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #bfbfbf;
  overflow: hidden;
  height: 83px;
}
.dashBoardFolders .folderOptions li {
  display: inline-block;
  padding: 25px 10px;
  outline: none;
}
.dashBoardFolders .folderOptions li .btn.pill {
  background-color: transparent;
  border-color: transparent;
  color: #006298;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}
.dashBoardFolders .folderOptions li .btn.pill.selected,
.dashBoardFolders .folderOptions li .btn.pill:hover {
  background-color: #006298;
  color: #ffffff;
}
.dashBoardFolders .folderOptions li .btn.create {
  border: 1px dashed #3f3f3f;
  color: #727272;
}
.dashBoardFolders .folderOptions li:first-child {
  padding-left: 0;
}
.dashBoardFolders .folderOptions li:last-child {
  float: right;
  padding-top: 30px;
}
.dashBoardFolders .folderOptions li:last-child span {
  cursor: pointer;
  font-size: 24px;
  color: #727272;
}
.dashBoardFolders .folderOptions:after {
  content: '';
  display: block;
  clear: both;
}
.dashBoardFolders .folderOptions .more-button {
  position: absolute;
  top: -5px;
  right: 2px;
}
.dashBoardFolders .folderOptions .more-button .overflow-popup {
  height: 200px;
  width: 300px;
  position: absolute;
  padding: 15px;
  border: 1px solid #dfdfdf;
  z-index: 99;
  background-color: #ffffff;
  right: 0;
  overflow: hidden;
  overflow-y: scroll;
}
.dashBoardFolders .folderOptions .more-button .overflow-popup li {
  display: block;
  padding: 0;
}
.dashBoardFolders .folderOptions .more-button .overflow-popup li a {
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
  text-align: left;
}
.dashBoardFolders .folderOptions .more-button .overflow-popup li:last-child {
  float: none;
}
.dashBoardFolders .courses {
  padding: 0 0 0 15px;
}
.dashBoardFolders .courses .flex {
  display: flex;
  flex-wrap: wrap;
}
.dashBoardFolders .courses .flex .uNotice {
  position: absolute;
  padding: 20px;
  margin: 0 15px;
  background-color: #006298;
  color: #ffffff;
  top: 0;
  left: 0;
  border-radius: 4px;
  max-width: 600px;
  z-index: 999;
}
.dashBoardFolders .courses .flex .uNotice .closeIcon {
  color: #ffffff;
}
.dashBoardFolders .courses .flex .uNotice:after {
  top: 100%;
  left: 30%;
  border: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #006298;
  border-width: 20px;
  margin-left: -20px;
}
.dashBoardFolders .courses .flex .course,
.dashBoardFolders .courses .flex .lessThanSix {
  padding: 20px;
  box-shadow: 1px 1px 5px #727272;
  margin: 0 15px 15px 0;
  cursor: pointer;
  position: relative;
  width: 32%;
  flex-grow: 0;
  transition: all .3s ease;
  outline: none;
  min-height: 230px;
}
.dashBoardFolders .courses .flex .course .recommended,
.dashBoardFolders .courses .flex .lessThanSix .recommended {
  background-color: #e0004d;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 10px;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 12px;
  z-index: 50;
}
.dashBoardFolders .courses .flex .course .actionContainer,
.dashBoardFolders .courses .flex .lessThanSix .actionContainer {
  text-align: right;
}
.dashBoardFolders .courses .flex .course .actionContainer,
.dashBoardFolders .courses .flex .lessThanSix .actionContainer {
  text-align: right;
}
.dashBoardFolders .courses .flex .course .trash,
.dashBoardFolders .courses .flex .lessThanSix .trash,
.dashBoardFolders .courses .flex .course .folder,
.dashBoardFolders .courses .flex .lessThanSix .folder {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 9px 2px 9px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all .3s ease;
}
.dashBoardFolders .courses .flex .course .trash .icon,
.dashBoardFolders .courses .flex .lessThanSix .trash .icon,
.dashBoardFolders .courses .flex .course .folder .icon,
.dashBoardFolders .courses .flex .lessThanSix .folder .icon {
  font-size: 20px;
}
.dashBoardFolders .courses .flex .course .trash:hover,
.dashBoardFolders .courses .flex .lessThanSix .trash:hover,
.dashBoardFolders .courses .flex .course .folder:hover,
.dashBoardFolders .courses .flex .lessThanSix .folder:hover {
  background-color: #dfdfdf;
}
.dashBoardFolders .courses .flex .course .trash,
.dashBoardFolders .courses .flex .lessThanSix .trash {
  bottom: 20px;
  right: 20px;
}
.dashBoardFolders .courses .flex .course .folder,
.dashBoardFolders .courses .flex .lessThanSix .folder {
  bottom: 20px;
  right: 60px;
}
.dashBoardFolders .courses .flex .course .folder .icon,
.dashBoardFolders .courses .flex .lessThanSix .folder .icon {
  position: relative;
}
.dashBoardFolders .courses .flex .course .folder .icon span,
.dashBoardFolders .courses .flex .lessThanSix .folder .icon span {
  position: absolute;
  top: 4px;
  left: 6px;
  font-size: 12px;
}
.dashBoardFolders .courses .flex .course .moveDelete,
.dashBoardFolders .courses .flex .lessThanSix .moveDelete {
  min-width: 250px;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 3px #727272;
  padding: 15px;
  z-index: 99;
  right: 0;
}
.dashBoardFolders .courses .flex .course .moveDelete h4,
.dashBoardFolders .courses .flex .lessThanSix .moveDelete h4 {
  font-family: open-sans, sans-serif;
  color: #3f3f3f;
  font-weight: bold;
  font-size: 18px;
}
.dashBoardFolders .courses .flex .course .moveDelete ul,
.dashBoardFolders .courses .flex .lessThanSix .moveDelete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dashBoardFolders .courses .flex .course .moveDelete ul li,
.dashBoardFolders .courses .flex .lessThanSix .moveDelete ul li {
  padding: 5px;
}
.dashBoardFolders .courses .flex .course .moveDelete ul li a,
.dashBoardFolders .courses .flex .lessThanSix .moveDelete ul li a {
  text-decoration: none;
}
.dashBoardFolders .courses .flex .course .moveDelete ul li:hover,
.dashBoardFolders .courses .flex .lessThanSix .moveDelete ul li:hover {
  background-color: #006298;
  border-radius: 3px;
}
.dashBoardFolders .courses .flex .course .moveDelete ul li:hover a,
.dashBoardFolders .courses .flex .lessThanSix .moveDelete ul li:hover a {
  color: #ffffff;
}
.dashBoardFolders .courses .flex .course .courseImg,
.dashBoardFolders .courses .flex .lessThanSix .courseImg {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  max-width: 150px;
  margin-right: 5px;
}
.dashBoardFolders .courses .flex .course .courseImg img,
.dashBoardFolders .courses .flex .lessThanSix .courseImg img {
  width: 100%;
}
.dashBoardFolders .courses .flex .course .courseImg .check,
.dashBoardFolders .courses .flex .lessThanSix .courseImg .check {
  display: none;
}
.dashBoardFolders .courses .flex .course .courseInfo,
.dashBoardFolders .courses .flex .lessThanSix .courseInfo {
  display: inline-block;
  width: 65%;
}
.dashBoardFolders .courses .flex .course .courseInfo ul,
.dashBoardFolders .courses .flex .lessThanSix .courseInfo ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 5px;
}
.dashBoardFolders .courses .flex .course .courseInfo ul .header,
.dashBoardFolders .courses .flex .lessThanSix .courseInfo ul .header {
  font-size: 24px;
  color: #003865;
  line-height: 30px;
  padding-bottom: 5px;
}
.dashBoardFolders .courses .flex .course .courseInfo ul .courseTitle,
.dashBoardFolders .courses .flex .lessThanSix .courseInfo ul .courseTitle {
  font-size: 24px;
  color: #003865;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 5px;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.dashBoardFolders .courses .flex .course .courseInfo ul .bookTitle,
.dashBoardFolders .courses .flex .lessThanSix .courseInfo ul .bookTitle {
  font-size: 14px;
  color: #3f3f3f;
  padding-bottom: 3px;
}
.dashBoardFolders .courses .flex .course .courseInfo ul .professor,
.dashBoardFolders .courses .flex .lessThanSix .courseInfo ul .professor,
.dashBoardFolders .courses .flex .course .courseInfo ul .access,
.dashBoardFolders .courses .flex .lessThanSix .courseInfo ul .access,
.dashBoardFolders .courses .flex .course .courseInfo ul .link,
.dashBoardFolders .courses .flex .lessThanSix .courseInfo ul .link {
  font-size: 12px;
  color: #3f3f3f;
  padding-bottom: 3px;
}
.dashBoardFolders .courses .flex .course .courseInfo ul .access.alert,
.dashBoardFolders .courses .flex .lessThanSix .courseInfo ul .access.alert {
  padding: 0 0 3px 0;
  margin: 0;
  border: none;
  border-radius: 0;
  color: #E70000;
}
.dashBoardFolders .courses .flex .course:hover,
.dashBoardFolders .courses .flex .course.add:hover {
  box-shadow: 1px 1px 20px #00263e;
}
.dashBoardFolders .courses .flex .course.add {
  border: 2px dashed #727272;
  box-shadow: none;
  text-align: center;
  padding-top: 70px;
}
.dashBoardFolders .courses .flex .course.add .icon {
  font-size: 40px;
  color: #dfdfdf;
  display: block;
  padding-bottom: 15px;
}
.dashBoardFolders .courses .flex .course.selected {
  background-color: #87d6f8;
}
.dashBoardFolders .courses .flex .course.notAvailable {
  background-color: #f7f7f7;
  opacity: .5;
  cursor: unset;
  box-shadow: none;
  filter: grayscale(100%);
}
.dashBoardFolders .courses .flex .lessThanSix {
  display: none;
}
.dashBoardFolders.locker .folderOptions li:last-child {
  float: unset;
}
.dashBoardFolders.locker.on {
  background-color: #00263e;
  margin-bottom: 0;
  padding-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dashBoardFolders.locker.on .folderOptions li .btn.pill {
  color: #ffffff;
}
.dashBoardFolders.locker.on .courses .flex .course.notSelected {
  background-color: #ffffff;
  opacity: .8;
  /*cursor: unset;*/
  box-shadow: none;
  filter: grayscale(100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.dashBoardFolders.locker.on .courses .flex .course.notSelected .check {
  display: none;
}
.dashBoardFolders.locker.on .courses .flex .course.selected {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #006298;
}
.dashBoardFolders.locker.on .courses .flex .course.selected .check {
  display: block;
  position: absolute;
  color: #006298;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  border: 2px solid #006298;
  border-radius: 50%;
  background-color: #ffffff;
}
.dashBoardFolders.locker.on .courses .flex .course.selected .check .icon {
  position: relative;
  font-size: 20px;
  top: 3px;
  left: 2px;
}
.dashBoardFolders.locker.on .courses .flex .course.selected .courseInfo ul .header,
.dashBoardFolders.locker.on .courses .flex .course.selected .courseInfo ul .courseTitle,
.dashBoardFolders.locker.on .courses .flex .course.selected .courseInfo ul .bookTitle,
.dashBoardFolders.locker.on .courses .flex .course.selected .courseInfo ul .professor {
  color: #ffffff;
}
.dashBoardFolders.locker.on .courses .flex .lessThanSix.locker {
  display: block;
  box-shadow: unset;
  border: 2px dashed #ffc72c;
  padding-top: 50px;
  text-align: center;
  border-radius: 4px;
}
.dashBoardFolders.locker.on .courses .flex .lessThanSix.locker .icon,
.dashBoardFolders.locker.on .courses .flex .lessThanSix.locker p {
  color: #ffc72c;
}
.dashBoardFolders.locker.on .courses .flex .lessThanSix.locker .icon {
  color: #ffc72c;
  font-size: 40px;
  padding-bottom: 15px;
  display: block;
}
.dashBoardFolders.locker.on.confirmModal {
  background-color: #ffffff;
  padding-bottom: 0;
  margin-top: 30px;
}
.dashBoardFolders.locker.on.confirmModal .courses {
  padding: 0 30px 0 50px;
}
.dashBoardFolders.locker.on.confirmModal .courses .flex .course {
  width: 48%;
  cursor: unset;
}
.dashBoardFolders.locker.on.confirmModal .courses .flex .course .courseInfo button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.dashBoardFolders.locker.on.confirmModal .courses .flex .course.empty {
  box-shadow: unset;
  background-color: #ffffff;
  cursor: unset;
  /* height: 179px;*/
  border: 2px dashed #3f3f3f;
  text-align: center;
}
.dashBoardFolders.locker.on.confirmModal .courses .flex .course.empty .courseImg,
.dashBoardFolders.locker.on.confirmModal .courses .flex .course.empty .courseInfo {
  display: none;
}
.dashBoardFolders.locker.on.confirmModal .courses .flex .course.empty p {
  padding: 50px 0;
}
.lockerNav {
  background-color: #006298;
  min-height: unset;
  padding: 0;
}
.lockerNav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lockerNav ul li {
  padding: 16px 25px;
  position: relative;
  text-align: center;
  align-self: flex-end;
  font-size: 12px;
}
.lockerNav ul li a {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.lockerNav ul li a .icon {
  font-size: 22px;
  padding-right: 6px;
  position: relative;
  top: 3px;
}
.lockerNav ul li a:hover,
.lockerNav ul li a:active,
.lockerNav ul li a:focus {
  color: #00263e;
  text-decoration: none;
}
.lockerNav ul li.register {
  flex-grow: 1;
  text-align: right;
}
.lockerNav ul li:after {
  bottom: -20px;
  left: 50%;
  border: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 38, 62, 0);
  border-bottom-color: #00263e;
  border-width: 13px;
  margin-left: -13px;
  visibility: hidden;
}
.lockerNav ul li:first-child {
  padding-left: 0;
}
.lockerNav ul li:first-child:after {
  left: 50%;
}
.lockerNav ul li.active:after {
  bottom: 0;
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp;
  animation-duration: .5s;
  visibility: visible;
}
@keyframes moveUp {
  from {
    opacity: 0;
    bottom: -20px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
.lockerNav.dashboard ul li:after {
  border-bottom-color: #ffffff;
}
.lockerBG {
  background-color: #00263e;
  position: relative;
  margin-bottom: 30px;
}
.lockerBG .lockerNotice h1 {
  font-family: SummerFont, open-sans, sans-serif;
  color: #ffc72c;
  font-size: 55px;
  margin-top: 35px;
  transition: width .8s ease;
  text-align: center;
  width: 100%;
}
.lockerBG .lockerNotice h1.locker {
  width: 500px;
  margin-bottom: 35px;
}
.lockerBG .lockerNotice .lockerCopy {
  text-align: center;
}
.lockerBG .lockerNotice .lockerCopy p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
  padding-bottom: 15px;
  margin: 0 auto;
  width: 50%;
}
.lockerBG .lockerNotice .lockerCopy .btnContainer button {
  margin: 0 5px;
}
.lockerBG .lockerNotice .lockerCopy a {
  color: #ffffff;
  text-decoration: none;
}
.lockerBottom {
  background-image: url("../images/unlimited/lockerStripe.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  position: absolute;
  bottom: -40px;
  height: 100px;
  width: 100%;
  z-index: -10;
}
.lockerBG.on {
  background-color: #00263e;
  margin-bottom: 0;
}
.lockerBG.on .lockerBottom {
  display: none;
}
.productBadge {
  position: absolute;
  bottom: 0;
  right: 0;
}
.productBadge.mindtap {
  background-image: url("../images/unlimited/productBadges/mindtap.png");
  background-size: 100% 100%;
  width: 56px;
  height: 54px;
}
.productBadge.fourltrpress {
  background-image: url("../images/unlimited/productBadges/4ltrpress.png");
  background-size: 100% 100%;
  width: 56px;
  height: 54px;
}
.productBadge.aplia {
  background-image: url("../images/unlimited/productBadges/aplia.png");
  background-size: 100% 100%;
  width: 56px;
  height: 54px;
}
.productBadge.cnow {
  background-image: url("../images/unlimited/productBadges/cnow.png");
  background-size: 100% 100%;
  width: 70px;
  height: 41px;
}
.productBadge.ilrn {
  background-image: url("../images/unlimited/productBadges/ilrn.png");
  background-size: 100% 100%;
  width: 70px;
  height: 41px;
}
.productBadge.owl {
  background-image: url("../images/unlimited/productBadges/owl.png");
  background-size: 100% 100%;
  width: 70px;
  height: 41px;
}
.productBadge.sam {
  background-image: url("../images/unlimited/productBadges/sam.png");
  background-size: 100% 100%;
  width: 70px;
  height: 41px;
}
.productBadge.webassign {
  background-image: url("../images/unlimited/productBadges/webassign.png");
  background-size: 100% 100%;
  width: 56px;
  height: 54px;
}
.productBadge.wa {
  background-image: url("../images/unlimited/productBadges/wa.png");
  background-size: 100% 100%;
  width: 56px;
  height: 54px;
}
.searchResultsArea {
  padding: 30px 0;
}
.searchResultsArea .resultsContainer {
  display: flex;
  padding: 30px 0;
}
.searchResultsArea .resultsContainer .sidebar {
  padding: 25px 20px;
  margin: 0 25px 0 0;
  background-color: #f7f7f7;
  min-width: 265px;
}
.searchResultsArea .resultsContainer .sidebar h3 {
  padding: 0 0 10px 0;
  margin: 0;
  font-family: "open-sans", sans-serif;
  color: #00263e;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.searchResultsArea .resultsContainer .sidebar h3 .icon {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.searchResultsArea .resultsContainer .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0 0 25px 0;
}
.searchResultsArea .resultsContainer .sidebar ul li {
  font-size: 14px;
  padding: 0 0 10px 0;
  color: #006298;
}
.searchResultsArea .resultsContainer .sidebar ul li a {
  font-size: 14px;
}
.searchResultsArea .resultsContainer .sidebar .filterContainer {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 15px 0;
  margin: 0 0 25px 0;
}
.searchResultsArea .resultsContainer .sidebar .filterContainer h2 {
  margin: 0;
  padding: 0 0 15px 0;
  font-family: "open-sans", sans-serif;
  color: #00263e;
  font-size: 25px;
}
.searchResultsArea .resultsContainer .sidebar .filterContainer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.searchResultsArea .resultsContainer .sidebar .filterContainer ul li a {
  display: block;
  margin-bottom: 5px;
}
.searchResultsArea .resultsContainer .sidebar .filterContainer ul li:not(:last-child) a {
  padding-right: 0;
  position: relative;
}
.searchResultsArea .resultsContainer .sidebar .filterContainer ul li:not(:last-child) a:after {
  content: "+";
  display: block;
  font-size: 24px;
  margin-right: -3px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.searchResultsArea .resultsContainer .sidebar .filterContainer ul li:last-child {
  font-weight: bold;
}
.searchResultsArea .resultsContainer .sidebar.top {
  padding-bottom: 10px;
  display: none;
}
.searchResultsArea .resultsContainer .sidebar.top h2 {
  padding: 0;
  margin: 0;
  font-family: "open-sans", sans-serif;
  color: #00263e;
  font-size: 25px;
  display: inline-block;
  border: none;
}
.searchResultsArea .resultsContainer .sidebar.top .form-group {
  display: inline-block;
  margin-left: 10px;
}
.searchResultsArea .resultsContainer section {
  width: 100%;
}
.searchResultsArea .resultsContainer section h2 {
  font-family: open-sans, sans-serif;
  color: #00263e;
  font-size: 25px;
  padding-bottom: 15px;
}
.searchResultsArea .resultsContainer section h6 {
  background-color: #ffc72c;
  padding: 15px;
  color: #3f3f3f;
  font-family: open-sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.searchResultsArea .resultsContainer section .sorter {
  display: flex;
}
.searchResultsArea .resultsContainer section .sorter p {
  padding-top: 6px;
}
.searchResultsArea .resultsContainer section .sorter .form-group {
  min-width: 200px;
  margin-left: 10px;
}
.searchResultsArea .resultsContainer section .sorter .searchTips {
  flex: 1;
}
.searchResultsArea .resultsContainer section .sorter .searchTips a {
  color: #ffffff;
}
.searchResultsArea .resultsContainer section .productContainer {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  position: relative;
}
.searchResultsArea .resultsContainer section .productContainer .productImg {
  margin-right: 15px;
  margin-bottom: 10px;
  width: 150px;
}
.searchResultsArea .resultsContainer section .productContainer .productImg img {
  width: 100%;
  border: 1px solid #dfdfdf;
}
.searchResultsArea .resultsContainer section .productContainer .productInfo {
  position: relative;
}
.searchResultsArea .resultsContainer section .productContainer .productInfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.searchResultsArea .resultsContainer section .productContainer .productInfo ul li {
  padding: 0 0 5px 0;
}
.searchResultsArea .resultsContainer section .productContainer .productInfo ul li.recommended {
  color: #e0004d;
}
.searchResultsArea .resultsContainer section .productContainer .productInfo ul li.recommended.hidden {
  display: none;
}
.searchResultsArea .resultsContainer section .productContainer .productInfo ul li.title {
  font-size: 22px;
  color: #00263e;
  line-height: 25px;
}
.searchResultsArea .resultsContainer section .productContainer .productInfo ul li.author {
  font-weight: bold;
}
.searchResultsArea .resultsContainer section .productContainer .productInfo ul li.isbn {
  font-size: 12px;
  line-height: 16px;
}
.searchResultsArea .resultsContainer section .productContainer .productInfo ul li.copyright {
  font-size: 12px;
  padding-bottom: 15px;
}
.searchResultsArea .resultsContainer section .productContainer .productInfo .btnContainer button {
  margin-bottom: 10px;
}
.searchResultsArea .resultsContainer section .productContainer .productInfo .btnContainer .btn-primary.ghost:active,
.searchResultsArea .resultsContainer section .productContainer .productInfo .btnContainer .btn-primary.ghost:focus {
  background-color: #006298;
}
.searchResultsArea .resultsContainer section .productContainer.recommended {
  background-color: #87d6f8;
}
.searchResultsArea.lockerBG.on .resultsContainer section h2 {
  color: #ffffff;
}
.searchResultsArea.lockerBG.on .resultsContainer section .sorter p {
  color: #ffffff;
}
.searchResultsArea.lockerBG.on .resultsContainer section .productContainer.selected {
  background-color: #006298;
  border-radius: 4px;
  border-bottom: 1px solid #00263e;
}
.searchResultsArea.lockerBG.on .resultsContainer section .productContainer.selected .productImg {
  position: relative;
}
.searchResultsArea.lockerBG.on .resultsContainer section .productContainer.selected .productImg .check {
  display: block;
  position: absolute;
  color: #006298;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  border: 2px solid #006298;
  border-radius: 50%;
  background-color: #ffffff;
}
.searchResultsArea.lockerBG.on .resultsContainer section .productContainer.selected .productImg .check .icon {
  position: relative;
  font-size: 20px;
  top: 3px;
  left: 2px;
}
.searchResultsArea.lockerBG.on .resultsContainer section .productContainer.selected .productInfo {
  color: #ffffff;
}
.searchResultsArea.lockerBG.on .resultsContainer section .productContainer.selected .productInfo ul li.title {
  color: #ffffff;
}
.searchResultsArea.lockerBG.on .resultsContainer section .productContainer.notSelected {
  background-color: #00263e;
  border-bottom: 1px solid #ffffff;
}
.searchResultsArea.lockerBG.on .resultsContainer section .productContainer.notSelected .productImg {
  background-color: #f7f7f7;
  opacity: .5;
  cursor: pointer;
  box-shadow: none;
  filter: grayscale(100%);
}
.searchResultsArea.lockerBG.on .resultsContainer section .productContainer.notSelected .productImg .check {
  display: none;
}
.searchResultsArea.lockerBG.on .resultsContainer section .productContainer.notSelected .productInfo {
  color: #ffffff;
}
.searchResultsArea.lockerBG.on .resultsContainer section .productContainer.notSelected .productInfo ul li.title {
  color: #ffffff;
}
.searchResultsArea.lockerBG.on .resultsContainer section .productContainer.notSelected.noBorder {
  border-bottom: 1px solid #00263e;
}
.exploreRow h3 {
  font-family: "open-sans", sans-serif;
  font-size: 18px;
  color: #00263e;
  font-weight: bold;
  margin-bottom: 0;
}
.exploreRow .outerContainer {
  padding: 0;
  margin: 0;
  color: #ecf0f1;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.exploreRow .outerContainer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.exploreRow .outerContainer h1,
.exploreRow .outerContainer p {
  text-align: center;
}
.exploreRow .outerContainer p {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.exploreRow .outerContainer a:link,
.exploreRow .outerContainer a:hover,
.exploreRow .outerContainer a:active,
.exploreRow .outerContainer a:visited {
  -webkit-transition: color 150ms;
  transition: color 150ms;
  color: #95a5a6;
  text-decoration: none;
}
.exploreRow .outerContainer a:hover {
  color: #7f8c8d;
  text-decoration: underline;
}
.exploreRow .outerContainer .row {
  overflow: scroll;
  width: 100%;
  overflow-y: hidden;
  height: 320px;
  padding-top: 32px;
  margin: 0 0 50px 0;
}
.exploreRow .outerContainer .row__inner {
  font-size: 0;
  white-space: nowrap;
  margin: 0;
  padding-bottom: 0;
}
.exploreRow .outerContainer .row__inner .handle {
  position: absolute;
  width: 150px;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  left: 0;
  height: 290px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
.exploreRow .outerContainer .row__inner .handle.last {
  left: unset;
  right: 0;
  width: 150px;
  background: linear-gradient(to left, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
.exploreRow .outerContainer .row__inner .tile {
  position: relative;
  display: inline-block;
  width: 150px;
  height: auto;
  font-size: 20px;
  cursor: pointer;
  margin-right: 30px;
  transition: all .3s ease;
}
.exploreRow .outerContainer .row__inner .tile .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  color: #ffffff;
  background-color: #006298;
  font-size: 12px;
  box-shadow: 0 0 5px #3f3f3f;
}
.exploreRow .outerContainer .row__inner .tile .tag.orange {
  background-color: #fa6600;
}
.exploreRow .outerContainer .row__inner .tile .tag.green {
  background-color: #48A200;
}
.exploreRow .outerContainer .row__inner .tile:hover {
  box-shadow: 1px 1px 6px #727272;
}
.exploreRow .outerContainer .row__inner .tile__media h6 {
  padding: 5px;
  background-color: #f7f7f7;
  font-size: 12px;
  font-family: "open-sans", sans-serif;
  color: #00263e;
  margin: 0;
  height: 60px;
  overflow: hidden;
  line-height: 16px;
  white-space: normal;
}
.exploreRow .outerContainer .row__inner .tile__img {
  width: 150px;
  height: auto;
  border: 1px solid #dfdfdf;
}
.exploreRow .outerContainer .row__inner:last-child:before {
  content: " ";
  width: 150px;
  display: inline-block;
  position: relative;
}
.exploreRow .outerContainer .row__inner:last-child:after {
  content: " ";
  width: 150px;
  display: inline-block;
  position: relative;
}
.exploreRow.grayBg {
  background-color: #f7f7f7;
}
.exploreRow.grayBg .outerContainer .row__inner .handle {
  background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 100%);
}
.exploreRow.grayBg .outerContainer .row__inner .handle.last {
  background: linear-gradient(to left, #f7f7f7 0%, #f7f7f7 50%, rgba(247, 247, 247, 0) 100%);
}
.exploreRow.grayBg .outerContainer .row__inner .tile__media h6 {
  background-color: #ffffff;
}
.browseDiscipline h3 {
  font-family: open-sans;
  color: #00263e;
  font-size: 18px;
  font-weight: bold;
}
.browseDiscipline h3 .packtImg {
  background-image: url("../images/unlimited/Packt-Logo.png");
  background-size: 100%;
  height: 28px;
  width: 80px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.browseDiscipline .disciplineLinks {
  width: 77%;
}
.browseDiscipline .disciplineLinks .columns {
  -moz-column-width: 240px;
  -webkit-column-width: 240px;
  column-width: 240px;
  margin: 15px 0 30px 0;
}
.browseDiscipline .disciplineLinks .columns ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.browseDiscipline .disciplineLinks .columns ul li a {
  padding-bottom: 15px;
  display: inline-block;
}
.browseDiscipline .disciplineLinks .columns ul li:first-child {
  margin-top: 0px;
}
.exploreRow.locker.on {
  background-color: #00263e;
}
.exploreRow.locker.on h3 {
  color: #ffffff;
}
.exploreRow.locker.on .outerContainer .row__inner .handle {
  position: absolute;
  width: 150px;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  left: 0;
  height: 290px;
  background: linear-gradient(to right, #00263d 0%, #00263d 50%, rgba(0, 38, 61, 0) 100%);
}
.exploreRow.locker.on .outerContainer .row__inner .handle.last {
  left: unset;
  right: 0;
  width: 150px;
  background: linear-gradient(to left, #00263d 0%, #00263d 50%, rgba(0, 38, 61, 0) 100%);
}
.exploreRow.locker.on .outerContainer .row__inner .tile {
  border-radius: 4px;
  overflow: hidden;
}
.exploreRow.locker.on .outerContainer .row__inner .tile.notSelected {
  background-color: #f7f7f7;
  opacity: .5;
  cursor: pointer;
  box-shadow: none;
  filter: grayscale(100%);
}
.exploreRow.locker.on .outerContainer .row__inner .tile.notSelected .check {
  display: none;
}
.exploreRow.locker.on .outerContainer .row__inner .tile.selected .check {
  display: block;
  position: absolute;
  color: #007db8;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  border: 2px solid #006298;
  border-radius: 50%;
  background-color: #ffffff;
}
.exploreRow.locker.on .outerContainer .row__inner .tile.selected .check .icon {
  position: relative;
  font-size: 20px;
  top: 3px;
  left: 2px;
}
.exploreRow.locker.on .outerContainer .row__inner .tile.selected h6 {
  background-color: #006298;
  color: #ffffff;
}
.letsGetStarted {
  background: linear-gradient(#003865 75%, #006298);
  position: relative;
  padding-bottom: 100px;
  /*min-height: 100vh;*/
}
.letsGetStarted .rightColumn {
  position: relative;
}
.letsGetStarted .lgsRibbon {
  background-image: url("../images/unlimited/lgsStripeNew.png");
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
.letsGetStarted .lgsContainer {
  padding: 50px 0 0 0;
}
.letsGetStarted .lgsContainer h1 {
  font-family: SummerFont, open-sans, sans-serif;
  color: #ffc72c;
  font-size: 110px;
}
.letsGetStarted .lgsContainer p {
  color: #ffffff;
  padding: 15px 0 20px 0;
  max-width: 400px;
  font-size: 20px;
  line-height: 30px;
}
.letsGetStarted .lgsGroup {
  background-image: url("../images/unlimited/lgsGroup.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 486px;
  height: 274px;
}
.letsGetStarted .getStartedGirl span {
  background-image: url("../images/unlimited/Female162.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100%;
  height: 504px;
  display: block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.printOptionsContainer,
.partnersOptionsContainer {
  margin: 30px 0 0 0;
}
.printOptionsContainer p,
.partnersOptionsContainer p {
  width: 100%;
}
.printOptionsContainer h3,
.partnersOptionsContainer h3 {
  font-family: open-sans, sans-serif;
  color: #3f3f3f;
  font-weight: bold;
}
.printOptionsContainer h3 img,
.partnersOptionsContainer h3 img {
  top: -3px;
  position: relative;
}
.printOptionsContainer .printOptions,
.partnersOptionsContainer .printOptions {
  display: flex;
  border-top: 2px solid #dfdfdf;
  padding: 30px 0;
}
.printOptionsContainer .printOptions .prodImg,
.partnersOptionsContainer .printOptions .prodImg {
  padding: 0 20px 10px 0;
}
.printOptionsContainer .printOptions .prodImg img,
.partnersOptionsContainer .printOptions .prodImg img {
  width: 150px;
  min-height: 188px;
  border: 1px solid #dfdfdf;
}
.printOptionsContainer .printOptions .prodDetails,
.partnersOptionsContainer .printOptions .prodDetails {
  position: relative;
  width: 70%;
}
.printOptionsContainer .printOptions .prodDetails .co,
.partnersOptionsContainer .printOptions .prodDetails .co {
  font-style: italic;
  color: #E70000;
  position: absolute;
  bottom: 0;
}
.printOptionsContainer .printOptions .prodDetails h2,
.partnersOptionsContainer .printOptions .prodDetails h2 {
  font-family: "open-sans", sans-serif;
  color: #00263e;
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 25px;
  font-weight: bold;
}
.printOptionsContainer .printOptions .prodDetails h2 span,
.partnersOptionsContainer .printOptions .prodDetails h2 span {
  font-weight: normal;
}
.printOptionsContainer .printOptions .prodDetails p,
.partnersOptionsContainer .printOptions .prodDetails p {
  font-size: 14px;
  padding: 0 0 5px 0;
  margin: 0;
}
.printOptionsContainer .printOptions .prodDetails form fieldset label,
.partnersOptionsContainer .printOptions .prodDetails form fieldset label {
  color: #006298;
  font-size: 18px;
  margin: 30px 20px 0 0;
}
.printOptionsContainer .printOptions .prodDetails form fieldset label span,
.partnersOptionsContainer .printOptions .prodDetails form fieldset label span {
  display: block;
  font-size: 12px;
  color: #3f3f3f;
}
.printOptionsContainer .printOptions .prodPrice,
.partnersOptionsContainer .printOptions .prodPrice {
  text-align: right;
  position: relative;
}
.printOptionsContainer .printOptions .prodPrice h4,
.partnersOptionsContainer .printOptions .prodPrice h4 {
  font-family: "open-sans", sans-serif;
  color: #3f3f3f;
  font-weight: bold;
}
.printOptionsContainer .printOptions .prodPrice h4 span,
.partnersOptionsContainer .printOptions .prodPrice h4 span {
  font-size: 14px;
  font-weight: normal;
}
.printOptionsContainer .btnContainer,
.partnersOptionsContainer .btnContainer {
  text-align: right;
  border-top: 2px solid #dfdfdf;
  padding: 30px 0 0 0;
}
.partnersOptionsContainer {
  margin: 70px 0;
}
.partnersOptionsContainer .col-md-8 {
  width: 70%;
}
.partnersOptionsContainer .col-md-offset-2 {
  margin-left: 15%;
}
.partnersOptionsContainer .partnerOptions {
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 5px #dfdfdf;
}
.partnersOptionsContainer .partnerOptions .pHeader {
  padding: 30px;
}
.partnersOptionsContainer .partnerOptions .pHeader h4 {
  font-family: "open-sans", sans-serif;
  color: #3f3f3f;
  font-weight: bold;
}
.partnersOptionsContainer .partnerOptions .pHeader h4 img {
  width: 115px;
}
.partnersOptionsContainer .partnerOptions .printOptions {
  background-color: #f7f7f7;
  padding: 30px;
}
.myAccount .accountOptions {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #bfbfbf;
  overflow: hidden;
  height: 83px;
}
.myAccount .accountOptions li {
  display: inline-block;
  padding: 25px 10px;
}
.myAccount .accountOptions li .btn.pill {
  background-color: transparent;
  border-color: transparent;
  color: #006298;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}
.myAccount .accountOptions li .btn.pill.selected,
.myAccount .accountOptions li .btn.pill:hover {
  background-color: #006298;
  color: #ffffff;
}
.myAccount .accountOptions li .btn.create {
  border: 1px dashed #3f3f3f;
  color: #727272;
}
.myAccount .accountOptions li:first-child {
  padding-left: 0;
}
.myAccount .form h6 {
  color: #3f3f3f;
  font-family: open-sans, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.myAccount .btnContainer {
  text-align: right;
  padding-top: 25px;
}
.myAccount .btnContainer .btn {
  margin-left: 10px;
}
.myAccount .birthYearInfo {
  padding-top: 43px;
}
.cengageOffers {
  background-color: #f7f7f7;
  padding: 10px;
  margin-top: 20px;
}
.cengageOffers .text-label {
  font-weight: bold;
  font-size: 14px;
}
.cengageOffers label {
  font-size: 12px;
}
.cengageOffers.has-error,
.oneLine.has-error {
  border-radius: 4px;
  border: 1px solid #E70000;
}
.bYear h6 {
  font-family: open-sans, sans-serif;
  color: #3f3f3f;
  font-weight: bold;
}
.modal-content .modal-body ol {
  margin: 0 0 0 20px;
  padding: 0;
}
.modal-content .modal-body ol li {
  padding: 0 0 15px 0;
}
.modal-content .modal-body .btn {
  text-transform: uppercase;
}
.modal-content .modal-body h6 {
  font-family: "open-sans", sans-serif;
  padding: 0 0 10px 0;
  margin: 0;
  color: #3f3f3f;
  font-weight: bold;
}
.modal-content .modal-body .productContainer {
  padding: 15px;
  display: flex;
  position: relative;
}
.modal-content .modal-body .productContainer .prodImg {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 130px;
  margin: 0 15px 0 0;
}
.modal-content .modal-body .productContainer .prodImg img {
  width: 100%;
  border: 1px solid #dfdfdf;
}
.modal-content .modal-body .productContainer .prodImg .productBadge.mindtap {
  width: 40px;
  height: 38px;
}
.modal-content .modal-body .productContainer .copyContainer {
  display: inline-block;
  position: relative;
}
.modal-content .modal-body .productContainer .copyContainer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-content .modal-body .productContainer .copyContainer ul li {
  padding-bottom: 5px;
}
.modal-content .modal-body .productContainer .copyContainer ul li.self {
  color: #f2a900;
}
.modal-content .modal-body .productContainer .copyContainer ul li.title {
  font-size: 18px;
  color: #3f3f3f;
}
.modal-content .modal-body .productContainer .copyContainer ul li.author,
.modal-content .modal-body .productContainer .copyContainer ul li.access,
.modal-content .modal-body .productContainer .copyContainer ul li.copyright,
.modal-content .modal-body .productContainer .copyContainer ul li.isbn {
  font-size: 12px;
}
.modal-content .modal-body .productContainer .copyContainer .btnContainer {
  position: absolute;
  bottom: 0;
}
.modal-content .modal-body .summary {
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
}
.modal-content .modal-body .summary p {
  color: #006298;
}
.modal-content .modal-body .buyRentOptions .option {
  padding-bottom: 15px;
}
.modal-content .modal-body .buyRentOptions .option .optionRadio {
  padding-right: 0;
}
.modal-content .modal-body .buyRentOptions .option .optionPrice {
  font-weight: bold;
}
.modal-content .modal-body .buyRentOptions .option .optionInfo p {
  margin: 0;
  font-size: 12px;
  color: #003865;
}
.modal-content .modal-body .buyRentOptions .option label {
  font-weight: normal;
}
.modal-content .modal-body .successful {
  margin: 20px 0 0 0;
  padding: 8px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #3A8200;
  color: #ffffff;
}
.modal-content .modal-footer .btn {
  text-transform: uppercase;
}
.interstitial {
  background-image: url("../images/unlimited/interstitialOverlayStripeAlt.png");
  background-repeat: no-repeat;
  background-position: -100px 0;
  background-size: 875px 310px;
}
.interstitial .modal-header {
  background-image: url("../images/unlimited/cengageUnlimitedLogoStackedWhite.svg");
  height: 200px;
  background-repeat: no-repeat;
  background-position: 60px 20px;
  background-size: 480px 200px;
}
.interstitial .modal-header .close {
  color: #ffffff;
}
.interstitial .modal-header .close:hover {
  color: #3f3f3f;
}
.interstitial .modal-body video {
  margin: 0 auto 30px;
  width: 450px;
  box-shadow: 0 0 6px #3f3f3f;
  border: 10px solid #ffffff;
  display: block;
  background-color: #ffffff;
}
.interstitial .modal-body p {
  line-height: 30px;
  padding-bottom: 20px;
}
.interstitial .modal-footer {
  text-align: center;
}
.isIncluded .modal-body .productContainer,
.productInfo .modal-body .productContainer {
  padding: 0;
}
.isIncluded .modal-body .productContainer .prodImg,
.productInfo .modal-body .productContainer .prodImg {
  width: 150px;
}
.isIncluded .modal-body .productContainer .prodImg .productBadge.mindtap,
.productInfo .modal-body .productContainer .prodImg .productBadge.mindtap {
  width: 56px;
  height: 54px;
}
.isIncluded .modal-body .copyContainer,
.productInfo .modal-body .copyContainer {
  width: 69%;
  position: relative;
}
.isIncluded .modal-body .copyContainer .title,
.productInfo .modal-body .copyContainer .title {
  color: #006298;
}
.isIncluded .modal-body .copyContainer .author,
.productInfo .modal-body .copyContainer .author {
  font-weight: bold;
  font-size: 14px;
}
.productInfo .modal-body .productContainer {
  padding-bottom: 20px;
}
.productInfo .modal-body .productContainer .copyContainer ul li.title {
  padding-bottom: 20px;
  font-size: 20px;
  color: #00263e;
}
.productInfo .modal-body .productContainer .copyContainer ul li.copyright,
.productInfo .modal-body .productContainer .copyContainer ul li.isbns {
  color: #006298;
  font-size: 12px;
}
/* password strength css */
.passwordStrength {
  position: absolute;
  padding: 20px;
  border: 1px solid #bfbfbf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 1200;
  background: #fff;
  top: 100%;
  left: 0;
  font-size: 12px;
  width: 100%;
  box-shadow: 1px 1px 5px #bfbfbf;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}
.passwordStrength p {
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid #bfbfbf;
  padding: 0 0 10px;
  position: relative;
  z-index: 1;
}
.passwordStrength ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.passwordStrength li {
  list-style: none;
  margin: 7px 0 0;
  padding: 3px 0 0;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.passwordStrength .pwcopy {
  padding: 0 8px;
}
.passwordStrength .success {
  color: #3A8200;
}
.passwordStrength .fail {
  color: #ff5858;
}
.passwordStrength:before {
  border-color: #bfbfbf rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 7px 7px;
  top: -7px;
  content: "";
  display: block;
  left: 48%;
  position: absolute;
}
.passwordStrength:after {
  position: absolute;
  font-family: "icomoon";
  top: 50%;
  left: 25%;
  font-size: 1200%;
  color: #f7f7f7;
  content: "\f084";
  z-index: 0;
}
.helpPopUp,
.accessCodeHelpPopUp,
.tempAccess {
  background-color: #fff;
  position: absolute;
  border: 1px #dfdfdf solid;
  padding: 20px;
  top: 0;
  left: 0;
  z-index: 99;
  max-width: 770px;
  width: 100%;
  box-shadow: 3px 3px 20px #000;
  border-radius: 4px;
}
.helpPopUp h2 {
  color: #007db8;
}
.helpPopUp .closeBtn,
.tempAccess .closeBtn {
  left: 95%;
}
.accessCodeHelpPopUp .closeBtn {
  left: 95%;
  position: relative;
}
.closeIcon {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #7a7a7a;
}
.swapPage .modal-body .productContainer .product {
  width: 48%;
  padding: 15px;
}
.swapPage .modal-body .productContainer .product .top {
  height: 130px;
}
.swapPage .modal-body .productContainer .product .bottom {
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
  display: flex;
}
.swapPage .modal-body .productContainer .product .bottom .price {
  font-weight: bold;
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.swapPage .modal-body .productContainer .product:first-child {
  border: 2px dashed #E70000;
  margin-right: 30px;
}
.swapPage .modal-body .productContainer .product:nth-child(2) {
  border: 2px solid #3A8200;
}
.editFolder .modal-body .form-group input {
  width: 90%;
  display: inline-block;
}
.editFolder .modal-body .form-group span {
  display: inline-block;
  font-size: 25px;
  cursor: pointer;
  margin: 0 0 0 15px;
  position: relative;
  top: 3px;
}
.editFolder .modal-body .form-group span.icon:hover {
  color: #E70000;
}
.addOrRegister .modal-body .grayContainer {
  background-color: #f7f7f7;
  margin-bottom: 25px;
  padding: 10px;
}
.updateSchool .schoolUpdater {
  padding: 30px 0;
}
.updateSchool .schoolUpdater h3 {
  font-family: "open-sans", sans-serif;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.updateSchool .schoolUpdater .icon {
  font-size: 30px;
  color: #bfbfbf;
  padding: 10px 0;
  display: block;
}
.upDownArrow {
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 55px;
}
.upDownArrow .arrowContainer .icon:first-child {
  position: absolute;
  left: 0;
}
.upDownArrow .arrowContainer .icon:last-child {
  position: absolute;
  right: 0;
}
.exclusivePartnersRow {
  padding: 20px 0;
}
.exclusivePartnersRow .flex {
  margin: 0 auto;
  width: 1250px;
}
.exclusivePartnersRow .flex .partnerContainer {
  box-shadow: 0 0 6px #bfbfbf;
  padding: 25px;
  margin: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 380px;
}
.exclusivePartnersRow .flex .partnerContainer .banner {
  position: absolute;
  background-color: #e0004d;
  padding: 3px 25px;
  color: #ffffff;
  top: 15px;
  left: 0;
  font-size: 12px;
}
.exclusivePartnersRow .flex .partnerContainer .banner2 {
  position: absolute;
  left: 0;
  top: 75%;
  background-color: #ffc72c;
  color: #003865;
  font-size: 13px;
  padding: 10px;
  font-weight: bold;
  width: 100%;
}
.exclusivePartnersRow .flex .partnerContainer .partnerArea {
  width: 300px;
  min-height: 257px;
  text-align: left;
  overflow: hidden;
}
.exclusivePartnersRow .flex .partnerContainer .partnerArea p {
  padding: 0 0 15px 0;
  margin: 0;
}
.exclusivePartnersRow .flex .partnerContainer .partnerArea .btnContainer {
  margin: 10px 0 0 0;
}
.exclusivePartnersRow .flex .partnerContainer .partnerArea .btnContainer button {
  margin-bottom: 0;
}
.exclusivePartnersRow .flex .partnerContainer.chegg .partnerArea .logo {
  font-size: 32px;
  color: #f07d00;
  padding-bottom: 30px;
}
.exclusivePartnersRow .flex .partnerContainer.chegg .partnerArea .logo img {
  width: 40%;
}
.exclusivePartnersRow .flex .partnerContainer.kaplan .partnerArea {
  text-align: center;
}
.exclusivePartnersRow .flex .partnerContainer.kaplan .partnerArea .logo img {
  width: 70%;
  padding: 10px 0 15px 0;
}
.exclusivePartnersRow .flex .partnerContainer.kaplan .partnerArea p:last-child {
  margin: 0;
  padding: 10px 0 0 0;
  color: #727272;
}
.exclusivePartnersRow .flex .partnerContainer.kaplan .partnerArea h3 {
  padding: 0 0 15px 0;
  margin: 0;
  font-family: "open-sans", sans-serif;
  color: #17266E;
  font-weight: bold;
  font-size: 24px;
}
.exclusivePartnersRow .flex .partnerContainer.kaplan .partnerArea h4 {
  font-family: "open-sans", sans-serif;
  color: #3f3f3f;
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.exclusivePartnersRow .flex .partnerContainer.quizlet {
  background-color: #4055b8;
}
.exclusivePartnersRow .flex .partnerContainer.quizlet .partnerArea {
  color: #ffffff;
  margin: 0;
}
.exclusivePartnersRow .flex .partnerContainer.quizlet .partnerArea .logo {
  text-align: center;
}
.exclusivePartnersRow .flex .partnerContainer.quizlet .partnerArea ul {
  margin: 0 0 0 28px;
  padding: 0;
}
.exclusivePartnersRow .flex .partnerContainer.quizlet .partnerArea ul li {
  text-align: left;
  font-weight: 100;
  font-size: 14px;
  padding: 0 0 10px 0;
}
.exclusivePartnersRow .flex .partnerContainer.quizlet .partnerArea .logo img {
  width: 60%;
  padding: 10px 0 15px 0;
}
.exclusivePartnersRow .flex .partnerContainer.quizlet .partnerArea p:nth-child(2) {
  font-size: 17px;
  text-align: center;
}
.exclusivePartnersRow .flex .partnerContainer.quizlet .partnerArea p.last {
  font-size: 14px;
  font-weight: 100;
  margin: 0;
  padding: 0;
}
.singUpForm .oneLine input,
.signUpForm .oneLine label {
  display: inline;
  padding-left: 10px;
}
.sGoBtn {
  text-align: right;
  padding: 10px 0;
}
.newLogin .logo {
  background-image: url("../images/Cengage_Logo_Color.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 35px;
  width: 156px;
}
.newLogin .logo a {
  display: block;
  height: 100%;
  width: 100%;
}
.newLogin #header {
  margin: 15px 0;
}
.newLogin #header .headRight {
  text-align: right;
  height: 35px;
  padding-top: 5px;
}
.newLogin #main {
  background-image: url("../images/BG-main-08.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  position: relative;
}
.newLogin #main h1 {
  font-size: 90px;
  text-align: center;
}
.newLogin #main h3 {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
}
.newLogin #main .welcomeTitle h1 {
  font-family: SummerFont, open-sans, sans-serif;
  font-weight: 100;
  font-size: 145px;
  color: #ffffff;
}
.newLogin #main .welcomeTitle h3 {
  text-transform: uppercase;
  font-family: "gnuolane", sans-serif;
  font-size: 45px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
}
.newLogin #main .welcomeTitle h3 a {
  color: #fa6600;
  cursor: pointer;
}
.newLogin .searchContainerHome {
  margin: 15% auto 21%;
  max-width: 770px;
}
.newLogin .searchBox {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  margin: 0 auto;
  padding: 30px 40px;
  position: relative;
}
.newLogin .searchBox h3 {
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.newLogin .forgot {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.newLogin .signInAccess {
  padding: 40px;
}
.newLogin .signInAccess .siaContainer {
  padding: 0 0 30px 0;
}
.newLogin .signInAccess .siaContainer .forGotBtn {
  position: absolute;
  right: 15px;
  top: 9px;
  border-left: 1px #c5c5c5 solid;
  padding: 0 0 0 10px;
  font-size: 14px;
}
.newLogin .signInAccess .tou {
  padding-top: 15px;
}
.newLogin .signInAccess .tou p {
  font-size: 13px;
  color: #7a7a7a;
  position: relative;
  top: 10px;
  padding-bottom: 15px;
}
.newLogin .signInAccess .caa {
  padding-top: 30px;
  border-top: 1px #7a7a7a solid;
}
.newLogin .signInAccess .caa .btn {
  padding: .6em 2em;
}
.newLogin .signInAccess .caa .dropdown-menu {
  width: 200px;
  left: -7px;
}
.newLogin .signInAccess .caa .dropdown-menu li {
  padding: 0;
  text-align: center;
}
.newLogin .signInAccess .caa .dropdown-menu li a {
  color: #007db8;
}
.newLogin .signInAccess .caa .dropdown-menu li a:hover {
  color: #3f3f3f;
}
.newLogin .signInAccess .caa .dropdown-menu:after,
.newLogin .signInAccess .caa .dropdown-menu:before {
  display: none;
}
.newLogin .signInAccess .btn-primary.active,
.newLogin .signInAccess .btn-primary.focus,
.newLogin .signInAccess .btn-primary:active,
.newLogin .signInAccess .btn-primary:focus {
  color: #fff;
  background-color: #007db8;
  border-color: #007db8;
}
.newLogin .dropdown {
  display: inline-block;
}
.newLogin footer {
  margin-top: 0;
}
@media screen and (max-width: 1207px) {
  .newLogin #main h1 {
    font-size: 80px;
  }
  .newLogin #main .validTitle h1 {
    font-size: 50px;
    line-height: 45px;
  }
  .newLogin #main h3 {
    font-size: 26px;
  }
  .newLogin #main .welcomeTitle h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 1027px) {
  .newLogin #main h1 {
    font-size: 75px;
  }
  .newLogin #main .validTitle h1 {
    font-size: 50px;
    line-height: 45px;
  }
  .newLogin #main h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 769px) {
  .newLogin #main h1 {
    font-size: 65px;
  }
  .newLogin #main .welcomeTitle h3 {
    font-size: 35px;
  }
  .newLogin .closeBtn {
    right: 0;
    bottom: -15px;
    left: 93%;
  }
  .newLogin .passwordStrength {
    left: 0;
  }
  .newLogin .codeValidated h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 700px) {
  .newLogin .passwordStrength {
    left: 20px;
  }
}
@media screen and (max-width: 667px) {
  .newLogin #main {
    background-position: left left;
  }
  .newLogin #main h1 {
    font-size: 65px;
  }
  .newLogin #main h3 {
    font-size: 20px;
  }
  .newLogin #main .welcomeTitle h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 624px) {
  .newLogin #main .searchBox h3 {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 573px) {
  .newLogin #main h1 {
    font-size: 50px;
  }
  .newLogin #main h3 {
    font-size: 16px;
  }
  .newLogin #main .welcomeTitle h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 480px) {
  .newLogin body {
    font-size: 14px;
  }
  .newLogin .passwordStrength {
    left: 90px;
  }
  .newLogin #header {
    padding: 10px 0;
  }
  .newLogin .logo {
    height: 33px;
  }
  .newLogin .btnSmall {
    font-size: 14px;
  }
  .newLogin #signInContainer h2 {
    font-size: 22px;
  }
  .newLogin p {
    font-size: 14px;
  }
  .newLogin #main h1 {
    font-size: 40px !important;
    line-height: 40px;
  }
  .newLogin #main .welcomeTitle h3 {
    font-size: 25px;
  }
  .newLogin #main .welcomeTitle h1 {
    font-size: 55px;
    line-height: unset;
  }
}
@media screen and (max-width: 383px) {
  .newLogin #main h1 {
    font-size: 35px !important;
    line-height: 35px;
  }
}
.joyride {
  text-align: left;
  position: absolute;
  width: 320px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 5px #727272;
  z-index: 99;
  top: 90%;
  font-size: 12px;
}
.joyride:before {
  bottom: 101%;
  border: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(191, 191, 191, 0);
  border-bottom-color: #bfbfbf;
  border-width: 10px;
  margin-left: -10px;
}
.joyride:after {
  bottom: 99.5%;
  border: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.joyride.home:before,
.joyride.home:after {
  left: 10%;
}
.joyride.explore:before,
.joyride.explore:after {
  left: 15%;
}
.joyride.search {
  top: 135%;
}
.joyride.addCourse {
  right: 0;
}
.joyride.addCourse:before,
.joyride.addCourse:after {
  left: 40%;
}
.joyride.trialBanner {
  right: 0;
  top: 100%;
}
.joyride.trialBanner p {
  font-weight: normal;
}
.joyride.trialBanner span {
  top: 10px;
  right: 10px;
}
.joyride.trialBanner:before {
  right: 15%;
  bottom: 101%;
}
.joyride.trialBanner:after {
  right: 15%;
}
.joyride.nonUnlimited {
  top: -140px;
  font-weight: normal;
}
.joyride.nonUnlimited p {
  margin: 0;
}
.joyride.nonUnlimited:before,
.joyride.nonUnlimited:after {
  border-top-color: #bfbfbf;
  border-bottom-color: transparent;
  bottom: -20px;
  left: 50%;
}
.joyride.nonUnlimited:after {
  border-top-color: #ffffff;
}
.joyride.locker1 {
  top: -160px;
  left: 35%;
  display: none;
}
.joyride.locker1:before,
.joyride.locker1:after {
  border-width: 0;
  margin-left: 0;
  border-top-color: unset;
  border-bottom-color: unset;
  bottom: 0;
}
.joyride.locker2 {
  top: 0;
  left: 30%;
  display: none;
}
.joyride.locker2:after,
.joyride.locker2:before {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #ffffff;
  left: -10px;
  top: 20px;
}
.joyride.locker2:before {
  border-right-color: #bfbfbf;
  left: -13px;
}
.joyride.locker3 {
  display: none;
  top: 111%;
}
.joyride.locker3 .endTour {
  padding: 0;
  display: inline;
  position: absolute;
  bottom: 25px;
  left: 20px;
  color: #007db8 !important;
  font-size: 14px;
}
.joyride.locker3:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
}
.joyride.locker3:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #bfbfbf;
  bottom: 100.3%;
}
.joyride.locker4 {
  display: none;
  top: -185px;
  right: 50px;
}
.joyride.locker4:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffffff;
  bottom: -19px;
  right: 40%;
}
.joyride.locker4:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #bfbfbf;
  bottom: -21px;
  right: 40%;
}
.joyride h5 {
  font-size: 14px;
  font-weight: bold;
  font-family: open-sans, sans-serif;
  color: #3f3f3f;
  padding: 0;
  margin: 0 0 15px 0;
}
.joyride span {
  position: absolute;
  top: 10px;
  right: 10px;
}
.joyride .endTour {
  position: absolute;
  bottom: 25px;
  left: 20px;
  color: #006298 !important;
  font-size: 14px;
}
.joyride .btnContainer {
  text-align: right;
}
.joyride .btnContainer button {
  font-size: 12px;
}
.joyrideStart {
  color: #ffffff;
  position: absolute;
  right: 2%;
  top: 50%;
  display: none;
}
.cuCallOut {
  text-align: right;
  display: inline-block;
  padding: 10px;
  background-color: #ffc72c;
  border-radius: 4px;
  color: #00263e;
  position: relative;
  top: -5px;
}
.cuCallOut:after {
  left: 99.6%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #ffc72c;
  border-width: 21px;
  margin-top: -21px;
  z-index: 99;
}
footer {
  background-color: #ffffff;
  padding: 25px 0 15px;
  border-top: 1px solid #bfbfbf;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  float: left;
  border-right: 1px #ffffff solid;
  padding-right: 15px;
  margin-right: 15px;
}
footer ul li a {
  color: #006298;
}
footer ul li a:hover,
footer ul li a:focus {
  color: #00263e;
  text-decoration: none;
}
footer ul li:last-child {
  border: none;
}
footer ul:after {
  clear: both;
}
footer p {
  color: #006298;
  text-align: center;
}
img.cheggLogo {
  width: 80px;
}
.progressMeter {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progressMeter:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #ffc72c;
  position: absolute;
  top: 0;
  left: 0;
}
.progressMeter > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progressMeter .progress-left {
  left: 0;
}
.progressMeter .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #00527b;
}
.progressMeter .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.progressMeter .progress-right {
  right: 0;
}
.progressMeter .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.progressMeter .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 66px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: bold;
  font-family: open-sans, sans-serif;
}
.progressMeter[data-percentage="10"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progressMeter[data-percentage="10"] .progress-right .progress-bar {
  animation: 0;
}
.progressMeter[data-percentage="20"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progressMeter[data-percentage="20"] .progress-right .progress-bar {
  animation: 0;
}
.progressMeter[data-percentage="30"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progressMeter[data-percentage="30"] .progress-right .progress-bar {
  animation: 0;
}
.progressMeter[data-percentage="40"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progressMeter[data-percentage="40"] .progress-right .progress-bar {
  animation: 0;
}
.progressMeter[data-percentage="50"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progressMeter[data-percentage="50"] .progress-right .progress-bar {
  animation: 0;
}
.progressMeter[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progressMeter[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}
.progressMeter[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progressMeter[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}
.progressMeter[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progressMeter[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}
.progressMeter[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progressMeter[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}
.progressMeter[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progressMeter[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-36);
    transform: rotate(-36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-72);
    transform: rotate(-72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-108);
    transform: rotate(-108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-144);
    transform: rotate(-144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-180);
    transform: rotate(-180deg);
  }
}
.progressMeter {
  margin-bottom: 1em;
}
.cmLoading {
  text-align: center;
  margin: 0 auto;
}
.icon-spinner:before {
  content: "\e000";
}
.icon-spinner-2:before {
  content: "\e001";
}
.icon-spinner-3:before {
  content: "\e002";
}
.icon-spinner-4:before {
  content: "\e003";
}
.icon-spinner-5:before {
  content: "\e004";
}
.icon-spinner-6:before {
  content: "\e005";
}
.icon-spinner-7:before {
  content: "\f013";
}
@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  display: inline-block;
  font-size: 4em;
  height: 1em;
  line-height: 1;
  margin: 0.5em;
  animation: anim-rotate 2s infinite linear;
  color: #575757;
  text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3);
}
.spinner--steps {
  animation: anim-rotate 1s infinite steps(8);
}
.spinner--steps2 {
  animation: anim-rotate 1s infinite steps(12);
}
.loader {
  max-width: 100px;
  width: 100%;
  position: relative;
  margin: 7% auto;
  height: 35px;
  overflow: hidden;
  padding: 0;
}
.loader h5 {
  padding: 0;
  margin: 0 0 5px 0;
  font-family: open-sans, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #bfbfbf;
  text-align: center;
}
.loader .loading {
  list-style: none;
  margin: 0 0 0 21px;
  padding: 0;
  font-size: 0;
}
.loader .loading li {
  float: left;
  margin: 0 10px 0 2px;
  padding: 0;
  height: 10px;
  width: 10px;
  border: 1px solid #7d8184;
  border-radius: 100%;
  -webkit-transform: transformZ(0);
  transform: transformZ(0);
  -webkit-animation: LOADING 2s infinite;
  animation: LOADING 2s infinite;
}
.loader .loading li:nth-child(1n) {
  left: -20px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loader .loading li:nth-child(2n) {
  left: 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader .loading li:nth-child(3n) {
  left: 20px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@-webkit-keyframes LOADING {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #7a7a7a;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    background: #bfbfbf;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #7a7a7a;
  }
}
@keyframes LOADING {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #7a7a7a;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    background: #bfbfbf;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #7a7a7a;
  }
}
@media screen and (max-width: 1499px) {
  .exclusivePartnersRow .flex {
    width: 830px;
  }
}
@media screen and (max-width: 1381px) {
  .dashBoardFolders .courses .flex .course {
    width: 48%;
  }
  .dashBoardFolders .courses .flex .course .courseInfo {
    width: 65%;
  }
  .coursePC .productImg .prodContainer .bottom .prodImgContainer {
    width: 60%;
  }
}
@media screen and (max-width: 1199px) {
  .unlimited .navbar-brand {
    width: 280px;
    height: 35px;
    top: 25px;
  }
  .coursePC .productImg .prodImgContainer img:first-child {
    width: 100px;
    min-height: unset;
  }
  .coursePC .productImg .prodImgContainer img:last-child {
    bottom: 0;
    left: 59px;
    width: 42px;
  }
  .coursePC .productImg .prodContainer .bottom .prodImgContainer {
    width: 80%;
  }
  .cleverBridge .table .tableRow .cuCover img {
    width: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .partnersOptionsContainer .col-md-8,
  .printOptionsContainer .col-md-8 {
    width: 100%;
  }
  .partnersOptionsContainer .col-md-offset-2,
  .printOptionsContainer .col-md-offset-2 {
    margin-left: 0;
  }
  .letsGetStarted .lgsContainer .lgsGroup {
    width: 500px;
    height: 282px;
  }
  .unlimited .navbar-brand {
    width: 195px;
  }
}
@media screen and (max-width: 991px) {
  .coursePC .productImg .prodContainer .bottom .prodImgContainer {
    width: 80%;
  }
  .comparisonChart {
    /*margin-top: -65px;*/
  }
  .comparisonChart .overflowContainer .chartContainer {
    width: 200%;
  }
  .comparisonChart .overflowContainer .chartContainer .chartRow {
    padding-left: 0;
  }
  .dashBoardNav ul li a {
    font-size: 14px;
  }
  .exploreRow .outerContainer .row__inner .handle,
  .exploreRow.locker.on .outerContainer .row__inner .handle,
  .exploreRow .outerContainer .row__inner .handle.last,
  .exploreRow.locker.on .outerContainer .row__inner .handle.last {
    width: 75px;
  }
  .exploreRow .outerContainer .row__inner:last-child:before,
  .exploreRow.locker.on .outerContainer .row__inner:last-child:before,
  .exploreRow .outerContainer .row__inner:last-child:after,
  .exploreRow.locker.on .outerContainer .row__inner:last-child:after {
    width: 75px;
  }
}
@media screen and (max-width: 840px) {
  .exclusivePartnersRow .flex .partnerContainer {
    margin: 30px 10px;
  }
  .lockerNav ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 811px) {
  .navbar .nav li a {
    color: #007db8;
    padding: 25px 20px;
  }
  .comparisonChart .chartContainer .chartRow p {
    font-size: 14px;
  }
  .comparisonChart .chartContainer .chartRow.titleRow .chartCell-1,
  .comparisonChart .chartContainer .chartRow.titleRow .chartCell-2 {
    min-height: 65px;
  }
}
@media screen and (max-width: 779px) {
  .dashBoardFolders .courses .flex .course {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .letsGetStarted .lgsContainer h1 {
    font-size: 80px;
  }
  .letsGetStarted .lgsContainer p {
    font-size: 16px;
  }
  .careerExplore .jobSearch {
    display: block;
  }
  .careerExplore .jobSearch .jobSTitle {
    width: unset;
    min-width: unset;
    display: block;
  }
  .careerExplore .jobSearch .jobSTitle p {
    position: unset;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .careerExplore .jobSearch .searchField {
    width: 100%;
  }
  .coursePC .productImg {
    width: 100%;
  }
  .coursePC .welcomeText {
    width: 100%;
  }
  .letsGetStarted .lgsRibbon {
    display: none;
  }
  .letsGetStarted .rightColumn {
    padding-top: 35px;
    padding-left: 15px;
  }
  .coursePC .productImg .prodContainer .bottom .prodImgContainer {
    width: 20%;
  }
  .joyride {
    display: none !important;
  }
  .lockerBG .lockerNotice h1 {
    font-size: 50px;
  }
  .lockerBG .lockerNotice .lockerCopy p {
    width: 100%;
  }
  .navbar .nav .dropdown.search {
    display: none;
  }
  .bottomBanner .bannerContainer div[class^="col-"],
  .bottomBanner .bannerContainer div[class*="col-"] {
    padding-right: 0;
  }
  .bottomBanner .bannerContainer .selectedContainer .icon {
    top: 0;
  }
  .bottomBanner .bannerContainer .selectedContainer p {
    top: -5px;
    position: relative;
  }
  .joyrideStart {
    display: none !important;
  }
  .test {
    display: none;
  }
  .letsGetStarted .lgsContainer {
    padding: 50px 0 50px 0;
  }
  .letsGetStarted .lgsContainer .lgsGroup {
    display: none;
  }
  .partnersOptionsContainer {
    margin: 30px 0;
  }
  .printOptionsContainer .printOptions,
  .partnersOptionsContainer .printOptions {
    flex-wrap: wrap;
  }
  .printOptionsContainer .printOptions .prodDetails .co,
  .partnersOptionsContainer .printOptions .prodDetails .co {
    position: unset;
  }
  .printOptionsContainer .printOptions .prodPrice,
  .partnersOptionsContainer .printOptions .prodPrice {
    width: 100%;
    text-align: left;
  }
  .printOptionsContainer .printOptions .prodPrice button,
  .partnersOptionsContainer .printOptions .prodPrice button {
    margin-bottom: 0;
  }
  .topBanner .fs {
    display: none;
  }
  .topBanner .ms {
    display: block;
  }
  .navbar-brand {
    top: 9px;
  }
  .navbar .navbar-header .mobileSearch {
    color: #ffffff;
    display: block;
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar .navbar-header .mobileSearch .icon {
    color: #ffffff;
    font-size: 22px;
  }
  .navbar .nav {
    margin: 0;
  }
  .navbar .nav li {
    border: none;
    padding-left: 30px;
  }
  .navbar .nav li a {
    padding: 15px 0 10px 0;
  }
  .navbar .nav li a .icon {
    position: absolute;
    left: -30px;
    font-size: 20px;
  }
  .navbar .nav li.search {
    display: none;
  }
  .navbar .nav li.search a .searchField {
    display: inline-block;
  }
  .navbar .nav li.textSm a {
    padding: 10px 20px 15px 0;
    font-size: 14px;
    text-transform: capitalize;
  }
  .navbar .nav li.textSm.noBorder a {
    padding: 10px 20px 15px 0;
  }
  .navbar .nav li:last-child {
    border: none;
  }
  .navbar .nav li.mobileView {
    display: block;
  }
  .navbar .nav li.mobileView a {
    font-size: 14px;
  }
  .navbar .nav li.borderBottom {
    border-bottom: 1px solid #dfdfdf;
  }
  .navbar .nav .text {
    display: block;
    font-size: 14px;
  }
  .navbar .nav .dropdown .dropdown-menu {
    width: 100%;
  }
  .navbar .nav .dropdown .dropdown-toggle {
    cursor: pointer;
  }
  .navbar .nav .dropdown .dropdown-toggle .notifyCount {
    top: 15px;
    left: -30px;
  }
  .navbar .nav .dropdown .dropdown-toggle .notifyCount span {
    top: -1px;
  }
  .navbar .nav .dropdown .dropdown-toggle .icon-bell {
    display: none;
  }
  .navbar .nav .dropdown .dropdown-menu:after,
  .navbar .nav .dropdown .dropdown-menu:before {
    display: none;
  }
  .navbar .nav .myAccount.dropdown .dropdown-toggle {
    display: none;
  }
  .navbar .nav .myAccount.dropdown .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    padding: 0;
  }
  .navbar .nav .myAccount.dropdown .dropdown-menu li {
    border: none;
    padding: 0;
  }
  .navbar .nav .myAccount.dropdown .dropdown-menu li a {
    font-size: 14px;
    padding: 15px 0;
    color: #006298;
  }
  .navbar .nav .myAccount.dropdown .dropdown-menu li a:hover {
    background-color: unset;
    color: #3f3f3f;
  }
  .navbar .nav .myNotifications {
    padding: 0 0 0 30px;
  }
  .navbar .nav .myNotifications .dropdown-menu.notMobile {
    display: none;
  }
  .navbar .nav .myNotifications .dropdown-menu .btnContainer {
    padding: 20px 0 15px 15px;
  }
  .navbar .nav .myNotifications .dropdown-menu .links .closeIcon {
    top: 4px;
  }
  .navbar .nav .myNotifications .dropdown-menu .links .noteReceived a.active:after,
  .navbar .nav .myNotifications .dropdown-menu .links .noteReceived a.active:before {
    left: 30%;
  }
  .navbar .nav .myNotifications .dropdown-menu .links .noteAll a.active:after,
  .navbar .nav .myNotifications .dropdown-menu .links .noteAll a.active:before {
    left: 20%;
  }
  .navbar .nav .myNotifications .noteThumb {
    display: none;
  }
  .navbar .nav .myNotifications .noteTitle {
    width: 100%;
  }
  .navbar .nav .myNotifications .dropdown-menu .links a.active:after,
  .navbar .nav .myNotifications .dropdown-menu .links a.active:before {
    top: 29px;
  }
  .myAccount .birthYearInfo {
    padding-top: 0;
  }
  .unlimited .headerBar .col-xs-12 {
    padding: 0;
  }
  .unlimited .navbar-header {
    padding: 0 15px;
  }
  .unlimited .navbar-brand {
    top: 10px;
  }
  .unlimited .navbar-brand span {
    display: none;
  }
  .unlimited .navbar .navbar-collapse {
    background-color: #ffffff;
  }
  .unlimited .navbar .nav .myNotifications {
    padding: 0 0 0 30px;
  }
  .unlimited .navbar .nav li {
    border: none;
  }
  .unlimited .navbar .nav li a {
    color: #006298;
  }
  .unlimited .navbar .nav li a:visited {
    color: #006298;
  }
  .unlimited .navbar .nav li a:hover,
  .unlimited .navbar .nav li a:active,
  .unlimited .navbar .nav li a:link {
    color: #3f3f3f;
  }
  .unlimited .navbar .nav li:last-child {
    border: none;
  }
  .unlimited .navbar .nav li.borderBottom {
    border-bottom: 1px solid #dfdfdf;
  }
  .unlimited .navbar .nav li.textSm a {
    padding: 10px 20px 15px 0;
    font-size: 14px;
    text-transform: capitalize;
  }
  .unlimited .navbar .nav li.textSm.noBorder a {
    padding: 10px 20px 15px 0;
  }
  .unlimited .navbar .nav li.search {
    padding-left: 30px;
  }
  .unlimited .navbar .nav .dropdown .dropdown-menu {
    width: 100%;
  }
  .unlimited .navbar .nav .dropdown .dropdown-menu li a {
    color: #3f3f3f;
  }
  .unlimited .navbar .nav .myAccount.dropdown .dropdown-menu li a {
    color: #006298;
  }
  .unlimited .navbar .nav .myAccount.dropdown .dropdown-menu li a:hover {
    color: #3f3f3f;
  }
  .unlimited .navbar-default .navbar-nav > .open > a,
  .unlimited .navbar-default .navbar-nav > .open > a:focus,
  .unlimited .navbar-default .navbar-nav > .open > a:hover {
    background-color: #ffffff;
  }
  .coursePC {
    background-size: cover;
    background-position: bottom -400px left;
    padding-bottom: 40px;
  }
  .coursePC .productImg {
    margin-bottom: 30px;
  }
  .coursePC .circleBar {
    display: none;
  }
  .unlimitedLogin section.main .btnContainer {
    text-align: left;
  }
  .unlimitedLogin section.main .btnContainer .btn {
    margin: 10px 10px 0 0;
  }
  .comparisonChart,
  .comparisonChartNew {
    display: none;
  }
  .comparisonChartMobile {
    display: block;
  }
  .dashBoardNav {
    display: none;
  }
  .dashBoardFolders .folderOptions li {
    padding: 20px 5px;
  }
  .dashBoardFolders .folderOptions .more-button {
    top: -9px;
  }
  .dashBoardFolders .courses .flex {
    flex-direction: row;
  }
  .dashBoardFolders .courses .flex .course {
    width: 100%;
  }
  .dashBoardFolders .courses .flex .course .courseImg {
    width: 100px;
  }
  .dashBoardFolders .courses .flex .course .courseImg img {
    width: 100px;
    border: 1px solid #dfdfdf;
    min-height: unset;
  }
  .dashBoardFolders .courses .flex .course .courseInfo ul .header {
    font-size: 20px;
  }
  .dashBoardFolders .courses .flex .course .courseInfo ul .courseTitle {
    font-size: 14px;
  }
  .dashBoardFolders .courses .flex .course .courseInfo ul .bookTitle {
    font-size: 12px;
  }
  .searchResultsArea .resultsContainer {
    display: block;
    padding: 0;
  }
  .searchResultsArea .resultsContainer .sidebar.side {
    display: none;
  }
  .searchResultsArea .resultsContainer .sidebar.top {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .searchResultsArea .resultsContainer .sidebar.top h2 {
    font-size: 20px;
  }
  .searchResultsArea .resultsContainer section h2 {
    display: inline-block;
    padding-left: 20px;
    font-size: 20px;
  }
  .searchResultsArea .resultsContainer section .sorter {
    display: inline-block;
    padding-left: 20px;
  }
  .searchResultsArea .resultsContainer section .sorter p {
    display: inline-block;
  }
  .searchResultsArea .resultsContainer section .sorter .form-group {
    display: inline-block;
  }
  footer ul li {
    float: unset;
    padding: 0 0 8px 0;
    margin: 0;
  }
  footer p {
    text-align: left;
    padding-top: 20px;
  }
  .exploreRow .outerContainer .row__inner .handle,
  .exploreRow.locker.on .outerContainer .row__inner .handle,
  .exploreRow .outerContainer .row__inner .handle.last,
  .exploreRow.locker.on .outerContainer .row__inner .handle.last {
    width: 50px;
  }
  .exploreRow .outerContainer .row__inner:last-child:before,
  .exploreRow.locker.on .outerContainer .row__inner:last-child:before,
  .exploreRow .outerContainer .row__inner:last-child:after,
  .exploreRow.locker.on .outerContainer .row__inner:last-child:after {
    width: 50px;
  }
  .exclusivePartnersRow .flex {
    width: 365px;
  }
  .searchBar .searchContainer .form-group {
    max-width: 70%;
    margin: 0;
  }
  .lockerNav .secondaryContainer {
    display: none;
  }
  .bottomBanner {
    font-size: 14px;
    padding: 10px 15px;
  }
  .bottomBanner .bannerContainer .selectedContainer .icon {
    font-size: 25px;
  }
  .bottomBanner .bannerContainer .btnContainer button {
    font-size: 14px;
  }
  .careerResume h3,
  .careerResume p,
  .careerResume .btnContainer {
    text-align: center;
  }
  .careerResume .img span {
    height: 200px;
    background-position: center;
  }
  .careerResume .logo span {
    background-position: center;
  }
  .careerResources .headline ul {
    margin-left: 0%;
  }
  .careerResources .tutorialsInterview {
    display: block;
  }
  .careerResources .tutorialsInterview .left {
    border-right: none;
    border-bottom: 1px solid #00a9e0;
  }
}
@media screen and (max-width: 600px) {
  .unlimitedLogin section .sectionBG {
    min-height: 25px;
    padding: 10px 0 0 0;
  }
  .unlimitedLogin section .sectionGradient {
    position: unset;
  }
  .unlimitedLogin section .sectionOverlay {
    background-image: none;
  }
  .unlimitedLogin section .instructor h2 {
    text-align: left;
  }
  .unlimitedLogin section .instructor .professorImg img {
    display: none;
  }
  .dashBoardFolders .courses .flex .course {
    flex-grow: unset;
    width: 100%;
  }
  .navbar .nav .myNotifications .dropdown-menu .links .noteAll a.active:after,
  .navbar .nav .myNotifications .dropdown-menu .links .noteAll a.active:before {
    left: 25%;
  }
  .navbar .nav .myNotifications .dropdown-menu .links .noteReceived a.active:after,
  .navbar .nav .myNotifications .dropdown-menu .links .noteReceived a.active:before {
    left: 40%;
  }
  .bottomBanner .bannerContainer {
    text-align: center;
  }
  .bottomBanner .bannerContainer .col-xs-6 {
    width: 100%;
  }
  .bottomBanner .bannerContainer .col-xs-6 .selectedContainer {
    padding-bottom: 15px;
  }
  .bottomBanner .bannerContainer .col-md-6:nth-child(2) {
    text-align: center;
  }
  .coursePC .productImg .prodContainer .bottom .prodImgContainer {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .careerResources .form-group {
    width: 100%;
  }
  .lockerBG .lockerNotice h1.locker {
    font-size: 40px;
    width: 100% !important;
  }
  .letsGetStarted .lgsContainer {
    text-align: center;
  }
  .printOptionsContainer .printOptions .prodImg,
  .partnersOptionsContainer .printOptions .prodImg {
    margin: 0 auto;
    padding: 0 0 10px 0;
  }
  .printOptionsContainer .printOptions .prodDetails,
  .partnersOptionsContainer .printOptions .prodDetails {
    width: unset;
    text-align: center;
  }
  .printOptionsContainer .printOptions .prodDetails h2,
  .partnersOptionsContainer .printOptions .prodDetails h2 {
    font-size: 20px;
  }
  .printOptionsContainer .printOptions .prodPrice,
  .partnersOptionsContainer .printOptions .prodPrice {
    text-align: center;
  }
  .printOptionsContainer .printOptions .prodPrice button,
  .partnersOptionsContainer .printOptions .prodPrice button {
    position: relative;
  }
  .printOptionsContainer .printOptions .prodPrice button h4,
  .partnersOptionsContainer .printOptions .prodPrice button h4 {
    font-size: 20px;
  }
  .searchBar .form-group {
    max-width: 100%;
  }
  .coursePC {
    padding-top: 20px;
  }
  .coursePC .productImg {
    width: 100%;
    text-align: center;
  }
  .coursePC .welcomeText {
    text-align: center;
    width: 100%;
  }
  .coursePC .welcomeText button {
    width: 100%;
  }
  .comparisonChartMobile .compareContainer .table {
    padding: 15px 15px 5px 15px;
  }
  .comparisonChartMobile .compareContainer .table .tableRow .title,
  .comparisonChartMobile .compareContainer .table .tableRow .buy,
  .comparisonChartMobile .compareContainer .table .tableRow .arrow {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .comparisonChartMobile .compareContainer .table .tableRow .title {
    padding-bottom: 15px;
  }
  .comparisonChartMobile .compareContainer .table .tableRow .buy {
    padding-bottom: 5px;
  }
  .comparisonChartMobile .compareContainer .table .tableRow .buy p {
    margin: 0;
  }
  .comparisonChartMobile .compareContainer .table .tableRow .arrow .expandBtn {
    font-size: 30px;
  }
  .comparisonChartMobile .compareContainer.microsite .table {
    padding: 15px;
  }
  .comparisonChartMobile .compareContainer.microsite .table .tableRow .bookContainer {
    padding: 0;
    text-align: center;
  }
  .comparisonChartMobile .compareContainer.microsite .table .tableRow .bookContainer .bookCover,
  .comparisonChartMobile .compareContainer.microsite .table .tableRow .bookContainer .bookInfo,
  .comparisonChartMobile .compareContainer.microsite .table .tableRow .bookContainer .bookPrice {
    display: block;
    width: 100%;
  }
  .comparisonChartMobile .compareContainer.microsite .table .tableRow .bookContainer .bookInfo p {
    position: relative;
    padding-top: 10px;
  }
  .comparisonChartMobile .compareDropdown .table {
    padding: 0;
  }
  .comparisonChartMobile .text-right {
    text-align: center;
  }
  footer ul li {
    text-align: center;
  }
  footer p {
    text-align: center;
  }
  .cleverBridge .table .tableRow .cuCover,
  .cleverBridge .table .tableRow .cuInfo,
  .cleverBridge .table .tableRow .cuPrice {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .cleverBridge .table .tableRow .cuCover {
    text-align: center;
  }
  .cleverBridge .table .tableRow .cuCover img {
    width: 100px;
    margin-bottom: 20px;
  }
  .cleverBridge .table .tableRow .cuInfo h2 {
    font-size: 20px;
    text-align: center;
  }
  .cleverBridge .table .tableRow .cuInfo p {
    text-align: center;
  }
  .cleverBridge .table .tableRow .cuInfo ul {
    width: 260px;
    margin: 0 auto;
    padding-left: 30px;
  }
  .cleverBridge .table .tableRow .cuPrice {
    text-align: center;
    margin: 20px 0;
  }
  .cleverBridge .buy {
    position: unset;
    text-align: center;
  }
  .dashBoardFolders .courses .flex .course {
    width: 100%;
    text-align: center;
  }
  .dashBoardFolders .courses .flex .course .courseImg {
    width: 150px;
  }
  .dashBoardFolders .courses .flex .course .courseImg img {
    width: 150px;
  }
  .dashBoardFolders .courses .flex .course .courseInfo {
    width: 100%;
    text-align: center;
  }
  .navbar .nav .myNotifications .dropdown-menu .links .noteAll a.active:after,
  .navbar .nav .myNotifications .dropdown-menu .links .noteAll a.active:before {
    left: 30%;
  }
  .navbar .nav .myNotifications .dropdown-menu .links .noteReceived a.active:after,
  .navbar .nav .myNotifications .dropdown-menu .links .noteReceived a.active:before {
    left: 47%;
  }
  .careerNav div {
    border-bottom: none;
  }
  .careerNav ul {
    overflow: auto;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .careerNav ul li {
    margin-bottom: 20px;
  }
  .careerNav ul li:after,
  .careerNav ul li:before {
    display: none;
  }
  .careerNav ul li.selected:after,
  .careerNav ul li.selected:before {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  .exploreRow .outerContainer .row__inner .handle,
  .exploreRow.locker.on .outerContainer .row__inner .handle,
  .exploreRow .outerContainer .row__inner .handle.last,
  .exploreRow.locker.on .outerContainer .row__inner .handle.last {
    width: 25px;
  }
  .exploreRow .outerContainer .row__inner:last-child:before,
  .exploreRow.locker.on .outerContainer .row__inner:last-child:before,
  .exploreRow .outerContainer .row__inner:last-child:after,
  .exploreRow.locker.on .outerContainer .row__inner:last-child:after {
    width: 25px;
  }
}
@media screen and (max-width: 450px) {
  .unlimitedLogin .header .col-xs-6 {
    width: 100%;
  }
  .unlimitedLogin .header .col-xs-6 ul {
    justify-content: flex-start;
  }
  .unlimitedLogin .header .col-xs-6 ul li {
    padding: 0 20px 0 0;
  }
  .searchResultsArea .resultsContainer section .productContainer {
    display: block;
    height: unset;
    text-align: center;
  }
  .searchResultsArea .resultsContainer section .productContainer .productImg {
    text-align: center;
    width: 100%;
  }
  .searchResultsArea .resultsContainer section .productContainer .productImg img {
    width: 150px;
  }
  .searchResultsArea .resultsContainer section .productContainer .productInfo {
    float: none;
  }
  .searchResultsArea .resultsContainer section .productContainer .productInfo ul li.title {
    font-size: 18px;
  }
  .searchResultsArea .resultsContainer section .productContainer .productInfo .btnContainer {
    position: relative;
  }
  .searchBar .searchContainer .form-group {
    max-width: 90%;
  }
  .searchBar .searchContainer .form-group .searchTips {
    position: unset;
    display: block;
    margin-top: 10px;
    margin-left: 12px;
  }
  @keyframes slideOpen {
    0% {
      height: 0;
      transition: all .3s ease;
      transition-property: height;
      padding: 0;
    }
    100% {
      height: 110px;
      transition: all .3s ease;
      transition-property: height;
      padding: 20px 0;
    }
  }
}
@media screen and (max-width: 414px) {
  .lockerBG .lockerNotice h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 380px) {
  .coursePC .productImg .prodContainer .bottom .prodImgContainer {
    width: 40%;
  }
  .topBanner .bannerContainer .banFirst {
    margin-left: 15px;
  }
  .topBanner .bannerContainer .banMid p.ms {
    font-size: 12px;
  }
  .navbar .nav .myNotifications .dropdown-menu {
    min-width: unset;
  }
  .navbar .nav .myNotifications .dropdown-menu .links .noteAll a.active:after,
  .navbar .nav .myNotifications .dropdown-menu .links .noteAll a.active:before {
    left: 40%;
  }
  .navbar .nav .myNotifications .dropdown-menu .links .noteReceived a.active:after,
  .navbar .nav .myNotifications .dropdown-menu .links .noteReceived a.active:before {
    left: 60%;
  }
  .navbar .nav .myNotifications .noteTitle .noteDate {
    width: 100%;
    text-align: left;
    padding-top: 5px ;
  }
  .unlimited .navbar-brand {
    width: 190px;
    height: 25px;
    top: 15px;
  }
  .exclusivePartnersRow .flex {
    width: 290px;
  }
  .exclusivePartnersRow .flex .partnerContainer .partnerArea {
    width: unset;
  }
  .exclusivePartnersRow .flex .partnerContainer .partnerArea div.chegg {
    font-size: 24px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .newLogin #main.welcomeTitle h1 {
    font-size: 50px;
  }
}
/* styles for '...' */
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.5em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 4.4em;
  /* fix problem when last visible word doesn't adjoin right side  */
  /*text-align: justify;*/
  /* */
  margin-right: -1em;
  padding-right: 1em;
}
.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  width: 1em;
  /* set width and height */
  height: 1em;
  margin-top: 0.2em;
  background: #f7f7f7;
}
.letsGetStarted .signUpArea {
  padding: 0;
}
.letsGetStarted .signUpForm {
  display: block !important;
  padding-bottom: 20px;
}
.letsGetStarted .signUpForm a {
  color: #0E85C8;
}
.letsGetStarted .signUpForm online.label {
  font-size: 15px;
}
.letsGetStarted .signUpForm .sign-up-form-cta {
  margin-top: 50px;
}
.letsGetStarted .signUpForm .sign-up-form-cta button {
  padding: 7px 40px;
}
.letsGetStarted .checkbox-options {
  margin-top: 25px;
  text-align: left;
}
.letsGetStarted .checkbox-options .option {
  display: flex;
}
.letsGetStarted .checkbox-options .option:first-child {
  margin-bottom: 20px;
}
.letsGetStarted .checkbox-options .option input {
  margin-right: 10px;
}
.letsGetStarted .checkbox-options .option label {
  font-size: 14px;
  font-weight: 400;
}
.letsGetStarted .checkbox-options .checkbox label:after {
  content: '';
  display: table;
  clear: both;
}
.signUpContainer {
  background: #ffffff;
  display: flex;
  padding: 50px 0 150px;
  min-height: 100vh;
  position: relative;
}
@media screen and (min-width: 768px) {
  .signUpContainer {
    padding: 50px 0 20px;
  }
}
.signUpContainer .swoosh {
  background: url('../images/unlimited/blue-orange-yellow-swoopright-mobile.png') no-repeat;
  background-position: center top;
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .signUpContainer .swoosh {
    background: url('../images/unlimited/blue-orange-yellow-swoopright-desktop.png') no-repeat;
    background-position: left top;
    height: 100%;
    right: 0;
    top: 0;
    width: 11%;
  }
}
.signUpContainer button {
  font-size: 20px;
}
.signUpContainer footer {
  background: none;
  border: none;
  font-weight: 300;
}
.signUpHeader {
  margin: 0 20px 30px;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .signUpHeader {
    margin: 0 20px 42px;
  }
}
.signUpHeader img {
  max-width: 600px;
  width: 100%;
}
.signUpSubHeading {
  text-align: center;
}
.signUpSubHeading h2,
.signUpSubHeading h3,
.signUpSubHeading h4 {
  color: #00263e;
  font-family: "Open Sans", sans-serif;
}
.signUpSubHeading h2 {
  font-size: 26px;
  font-weight: 400;
}
@media screen and (min-width: 480px) {
  .signUpSubHeading h2 {
    font-size: 35px;
  }
}
.signUpSubHeading h3 {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (min-width: 480px) {
  .signUpSubHeading h3 {
    font-size: 17px;
  }
}
.signUpSubHeading h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 30px;
}
@media screen and (min-width: 480px) {
  .signUpSubHeading h4 {
    font-size: 14px;
  }
}
.signUpSubHeading a {
  color: #0E85C8;
  margin-left: 6px;
}
.signUpArea {
  max-width: 630px;
  text-align: center;
  padding: 30px 0 0 0;
}
@media screen and (min-width: 480px) {
  .signUpArea {
    padding: 50px 0 0 0;
  }
}
.small-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.startMyTrial .signUpArea {
  color: #00263e;
}
.startMyTrial .signUpArea ul {
  font-weight: 600;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.startMyTrial .signUpArea ul li {
  padding: 6px 0;
}
.startMyTrial .signUpArea a {
  color: #0E85C8;
}
.startMyTrial__inner h2 {
  color: #00263e;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
  max-width: 800px;
  text-align: center;
}
.startMyTrial__inner h2 span {
  display: block;
}
@media screen and (min-width: 480px) {
  .startMyTrial__inner h2 {
    font-size: 35px;
    line-height: 56px;
  }
}
@media screen and (min-width: 768px) {
  .startMyTrial__inner h2 {
    font-size: 45px;
  }
  .startMyTrial__inner h2 span {
    display: inline;
  }
}
.startMyTrial__cta {
  margin-top: 46px;
}
.startMyTrial__cta button {
  padding: 7px 50px;
}
.yourCourse {
  background: linear-gradient(rgba(8, 7, 7, 0), rgba(0, 0, 0, 0.03));
  margin-top: 40px;
  padding: 20px;
  width: 100%;
}
.yourCourse .courseCover {
  background: url('../images/unlimited/course-cover-placeholder.jpg') no-repeat center center;
  background-size: cover;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  height: 156px;
  width: 126px;
}
.yourCourse h3 {
  color: #fa6600;
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  margin-bottom: 18px;
}
.yourCourse h4 {
  color: #00263e;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 25px;
}
.yourCourse p {
  font-size: 17px;
}
.courseLinkSignIn .signUpArea {
  padding-top: 0;
}
.courseLinkSignIn .sign-in-terms {
  margin-top: 20px;
}
.courseLinkSignIn .sign-in-cta {
  margin-top: 20px;
}
.courseLinkSignIn .sign-in-cta button {
  padding: 7px 80px;
}
.courseLinkSignIn__inner {
  display: flex;
  flex-direction: column;
}
/*
.error label #accessLabel {
  visibility: visible;
  position: relative;
  width: 560px;!important;
}*/
