@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i');
Macmillan.less ------------------- html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00758E;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 0px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h-size1,
.h-size2,
.h-size3,
.h-size4,
.h-size5,
.h-size6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h-size1 small,
.h-size2 small,
.h-size3 small,
.h-size4 small,
.h-size5 small,
.h-size6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h-size1 .small,
.h-size2 .small,
.h-size3 .small,
.h-size4 .small,
.h-size5 .small,
.h-size6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h-size1,
h2,
.h-size2,
h3,
.h-size3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
.h-size4,
h5,
.h-size5,
h6,
.h-size6 {
  margin-top: 10px;
  margin-bottom: 5px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small h6 .small {
  font-size: 75%;
}
h1,
.h-size1 {
  font-size: 36px;
}
h2,
.h-size2 {
  font-size: 30px;
}
h3,
.h-size3 {
  font-size: 24px;
}
h4,
.h-size4 {
  font-size: 18px;
}
h5,
.h-size5 {
  font-size: 14px;
}
h6,
.h-size6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-normal {
  font-weight: 500;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #455a64;
  font-weight: 300;
}
.text-gray {
  color: #b0bec5;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border: 6px solid #EFF2F3;
  font-family: 'Source Serif Pro', serif;
  font-weight: 300;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
  font-family: 'Source Sans Pro', sans-serif;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
  background: #ffe5d3;
  border: 6px solid #ffe5d3;
}
.blockquote-light {
  padding-right: 15px;
  padding-left: 15px;
  background: transparent;
  border: 6px solid #546e7a;
  text-align: left;
}
.blockquote-light small,
.blockquote-light-solid small {
  color: #cff3f9;
}
.blockquote-light-solid {
  padding-right: 15px;
  padding-left: 15px;
  background: #205460;
  border: 6px solid #205460;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* Framework */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1380px) {
  .container {
    max-width: 1366px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* Table */
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
thead {
  background: #EFF2F3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 90%;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid transparent;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #EFF2F3;
}
.table-hover > tbody > tr:hover {
  background-color: #CFF3F9;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #daf4d4;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.value,
.table > tbody > tr > td.value,
.table > tfoot > tr > td.value,
.table > thead > tr > th.value,
.table > tbody > tr > th.value,
.table > tfoot > tr > th.value,
.table > thead > tr.value > td,
.table > tbody > tr.value > td,
.table > tfoot > tr.value > td,
.table > thead > tr.value > th,
.table > tbody > tr.value > th,
.table > tfoot > tr.value > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.value:hover,
.table-hover > tbody > tr > th.value:hover,
.table-hover > tbody > tr.value:hover > td,
.table-hover > tbody > tr:hover > .value,
.table-hover > tbody > tr.value:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
.ftsdesk {
  border: 2px solid #A2D6DD !important;
  background: #CFF3F9 !important;
  width: 505px;
  height: 780px;
  border-radius: 5px !important;
  margin-left: 8px;
}
.ftsdesh {
  font-size: 18px !important;
  color: #0B171D !important;
  font-weight: bold !important;
  margin-top: -5px !important;
  font-family: Source Serif Pro;
}
.ftsdeshh {
  font-size: 18px;
  color: #0B171D !important;
  font-weight: bold !important;
  font-family: Source Serif Pro;
}
.ftsdeshhh {
  font-size: 15px;
  color: #DA1B2C !important;
  font-weight: bold !important;
  margin-top: -5px !important;
  font-family: Source Serif Pro;
}
.btn-print-p {
  height: 34px !important;
  padding: 0px 17px 0px 17px !important;
  line-height: 33px !important;
  font-size: 15px !important;
}
.foo {
  float: left;
  width: 10px;
  height: 10px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #0B171D;
}
.flag-mbl-li {
  display: none !important;
}
.flag-desk-div {
  display: block;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .navbar-nav .flag-mbl-li .open .dropdown-menu > li {
    margin-left: -3px;
    border-top: 1px solid #455A64;
    width: 663px !important;
    margin-top: 2px !important;
  }
  .navbar-nav .flag-mbl-li .open .dropdown-menu > li > a {
    color: #080808;
    padding: 5px 520px 5px 10px !important;
  }
  .header-mbl-scroll {
    overflow: scroll;
    height: 204px;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .navbar-nav .flag-mbl-li .open .dropdown-toggle[aria-expanded="true"] .caret {
    transform: rotate(180deg);
  }
  .navbar-nav .flag-mbl-li .open .dropdown-toggle[aria-expanded="false"] .caret {
    transform: rotate(0deg);
  }
  .flag-mbl-li {
    display: block !important;
  }
  .flag-mbl-li .content .top-bar-right {
    padding: 8px !important;
    float: left !important;
  }
  .flag-mbl-li .content .top-bar-right .top-bar-dropdown .btn-light {
    background: none !important;
    min-width: 0px !important;
    border: none !important;
    border-color: none !important;
    color: #080808!important;
    outline: none !important;
    box-shadow: none !important;
    margin-left: -10px;
  }
  .navbar-nav .flag-mbl-li .open .dropdown-menu {
    margin-left: -5px;
  }
  .navbar-nav .flag-mbl-li .open .dropdown-menu > li {
    margin-left: -3px;
    border-top: 1px solid #455A64;
    width: 375px;
    margin-top: 2px !important;
  }
  .navbar-nav .flag-mbl-li .open .dropdown-menu > li > a {
    color: #080808;
    padding: 5px 226px 5px 10px;
  }
  .flag-desk-div {
    display: none;
  }
  .ftsdesk {
    border: 2px solid #A2D6DD !important;
    background: #CFF3F9 !important;
    width: auto !important;
    height: auto !important;
    border-radius: 5px !important;
    margin-left: 5px  !important;
    margin-right: 5px  !important;
    padding: 20px 15px 20px 15px !important;
  }
  .tooltip-icon {
    margin-left: 2px !important;
    margin-bottom: 3px !important;
    width: 14px !important;
    display: inline-block !important;
    margin-bottom: 3px;
  }
  .tooltip-inner {
    width: 10em !important;
    white-space: normal;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .surfacebtnmbl {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px !important;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* Inputs and Forms */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  line-height: inherit;
  color: #333;
  border: 0;
  text-transform: uppercase;
  /*!  */
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.025em;
  padding-bottom: 10px;
  border-bottom: solid 1px #EFF2F3;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eff2f3;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  z-index: 2;
  display: block;
  line-height: 34px;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.form-control-feedback {
  margin-top: 0.25rem;
}
.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #68B75F;
}
.has-success .form-control {
  border-color: #68B75F;
}
.has-success .input-group-addon {
  color: #68B75F;
  border-color: #68B75F;
  background-color: #DAF4D4;
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2368B75F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #B79E25;
}
.has-warning .form-control {
  border-color: #B79E25;
}
.has-warning .input-group-addon {
  color: #B79E25;
  border-color: #B79E25;
  background-color: #fffbd7;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23B79E25' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.has-error .form-control-feedback,
.has-error .form-control-label,
.has-error .col-form-label,
.has-error .form-check-label,
.has-error .custom-control {
  color: #EF5656;
}
.has-error .form-control {
  border-color: #d9534f;
}
.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}
.has-error .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 6px;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* Buttons */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-link {
  font-weight: 600;
  color: #00758E;
  border-radius: 0;
  margin: auto;
  padding: 0;
}
.btn-link:after {
  /*content: ' →';*/
  text-decoration: none;
  /*! vertical-align:middle; */
}
/* For arrow next to New Edition Available link in PDP*/
.addarrowImg:after {
  content: " \2192";
}
.btn.js_search_button {
  background: url(../images/search.svg) no-repeat;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  border-bottom: solid 1px #00758E;
  background-color: transparent;
  text-decoration: none;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
/* Dropdown */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  float: left;
  min-width: 200px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #00758e;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(20, 42, 53, 0.2);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #cfd8dc;
}
.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-align: center;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: white;
  text-decoration: none;
  background-color: #00758e;
}
.top-bar-dropdown .dropdown-menu:hover,
.top-bar-dropdown .dropdown-menu:focus {
  color: white;
  text-decoration: none;
  background-color: #00758e;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00758E;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* Button Group */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* Input Group */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #cfd8dc;
  border: 1px solid #cfd8dc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
#home-search a.input-group-addon:last-child:focus {
  border: 1px solid #23527c;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  height: 48px;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/* Navigation */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #CFF3F9;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #45a5b5;
  /*! border-color: #00758E; */
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #cfd8dc;
}
.nav > li > a > img {
  max-width: none;
}
/* Navigation Tabs */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 100px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00758E;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* Navigation Bar */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border-top: solid 1px #d2d9e1;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 250;
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    /*! margin-left: -15px; */
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 100%;
    overflow: visible;
  }
  /* Studentstore sign in Mobile Start */
  .studentstoreatag {
    line-height: 40px !important;
    padding-left: 20px !important;
    border-top: 1px solid gray;
    padding-bottom: 0px !important;
  }
  .SSdropdownli {
    color: black !important;
    font-weight: bold !important;
    margin: 0px !important;
    text-align: left !important;
  }
  .headeralignmobile {
    float: none !important;
  }
  .headeralignmobileli {
    float: none !important;
    display: grid !important;
    border-left: none !important;
    border-top: 1px solid #455A64;
  }
  .headeralignmobileliflt {
    float: left !important;
  }
  #headernav .navbar-nav li .banner__component.banner {
    float: left !important;
  }
  .navbar-nav .open .dropdown-menu {
    margin-top: -10px !important;
  }
  /* Studentstore sign in Mobile End */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* Breadcrumbs */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #f8fafa;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
/* Pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 18px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #00758E;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eff2f3;
  /*! box-shadow: 2px 2px 2px gray; */
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 5;
  color: #23527c;
  background-color: #cff3f9;
  border-color: #cff3f9;
  transform: scale(1.1);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #00758E;
  border-color: #00758E;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #eff2f3;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* Pager */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0px 5px 15px -5px rgba(207, 216, 220, 0.7);
  border: solid 1px transparent;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #cff3f9;
  border: solid 1px #00758e;
  /*! transform: scale(1.1); */
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
/* Label */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* Badge */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #546E7A;
  border-radius: 10px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #00758E;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #68b75f;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #cff3f9;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-value {
  background-color: #e5d676;
}
.progress-striped .progress-bar-value {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ef5656;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: white;
  text-decoration: none;
  background-color: #142A35;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00758E;
  border-color: #00758E;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  background-color: #fff;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.well {
  min-height: 20px;
  margin-bottom: 5px;
  background-color: #fff;
  border: none;
  border-radius: 0;
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 10px;
  border-radius: 6px;
}
/* Modal */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .7;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .9;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #142A35;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #cfd8dc;
  background: #EFF2F3;
}
.modal-header .close {
  margin-top: -2px;
  float: right;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  float: left;
  font-weight: 600;
  font-size: 18px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #cfd8dc !important;
}
.modal-footer .btn,
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: auto;
    margin: 0px auto 0px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-md {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 60%;
  }
}
/* Tooltip */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 10px 10px 10px 10px;
  color: #fff;
  text-align: center;
  background-color: #142A35;
  border-radius: 4px;
  margin-left: -82px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #142A35;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #142A35;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #142A35;
}
/* Popover */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  color: #ffffff;
  background: #142A35;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(207, 216, 220, 0.5);
  box-shadow: 0 5px 10px rgba(207, 216, 220, 0.5);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #142A35;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #142A35;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #142A35;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #142A35;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
/* Visibility */
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    text-align: center;
    background-color: #142A35;
    border-radius: 4px;
    margin-left: -42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGD_j0nMiB9fPhg_k1wdK2h0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGDRVvBvQIc1z78c__uoBcyI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOode0-EuMkY--TSyExeINg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGClYwVOhDRq2vbpGRTZ7bbs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFKFh1TDTPrUZWzVp6FtpG8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGCOFnW3Jk0f09zW_Yln67Ac.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGDovqjS_dXPZszO_XltPdNg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFxe-GPfKKFmiXaJ_Q0GFr8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6E78GtRp3lhchupCJNw8t58.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6Lpx497t94oDua8KfAL9f-E.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6MAjkyiewWYrWZc50I8hK7I.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoM7YHq4FgHI02B8rPccK0FJQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoM40tgx99jmYGv_xzYuwd1rU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoMxgy2Fsj5sj3EzlXpqVXRKo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6CzM2XYAq8cDhaXsrN8WXcA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6OXKTZYPNtG1yMB_YJSqlic.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6GQKuzMuncr0JB710wa2dPI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6J-EY3txTwhUdSs_eHhDaJM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6Kr3NmSntz3GE6rIpxOPZGY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6Nnl6YROR5rHLkdLoHwoOWA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Serif Pro'), local('SourceSerifPro-Regular'), url(https://fonts.gstatic.com/s/sourceserifpro/v4/CeUM4np2c42DV49nanp55Q_BUM40eMa9-jBVStC9wY0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Serif Pro'), local('SourceSerifPro-Regular'), url(https://fonts.gstatic.com/s/sourceserifpro/v4/CeUM4np2c42DV49nanp55fETq2ZMMnErnN6OL83eMrU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Serif Pro Bold'), local('SourceSerifPro-Bold'), url(https://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarKwVIEQt96q_HGoOJQzfwxw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Serif Pro Bold'), local('SourceSerifPro-Bold'), url(https://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarPgHLTi6vdOOFgNDwEC6JgI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@charset "UTF-8";
/* Macmillan Learning Catalog */
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body,
html {
  padding: 0;
  margin: 0;
  min-width: 100%;
}
body {
  background: #eff2f3;
  position: relative;
  font-family: 'Source Sans Pro', sans serif;
  color: #0b171d;
  line-height: 1.6;
  min-height: 100%;
  font-size: 15px;
  padding-top: 101px;
  padding-bottom: 97px;
  -ms-overflow-style: scrollbar;
  overflow-x: hidden;
}
main {
  min-height: 100%;
}
footer {
  padding: 16px;
  background: #637a86;
  margin-top: 0px;
  color: white;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  font-size: 13px;
  position: absolute;
}
footer ul li a {
  color: white;
  text-decoration: none;
}
footer ul li a:hover,
footer ul li a:focus {
  color: white;
}
footer .specs-divider {
  color: #B1C0C6;
  font-size: 80%;
  vertical-align: middle;
  opacity: 0.8;
  margin: 0 8px;
  font-weight: 200;
}
footer img {
  max-width: 30px;
  height: auto;
  float: right;
}
/** Custom **/
.container-margin-bottom {
  padding-bottom: 48px;
}
.padding {
  padding: 10px 0px;
}
.padding-small {
  padding: 5px 0px;
}
.no-right-padding {
  padding-right: 0;
}
select {
  font-family: 'Source Sans Pro', sans serif;
  background: #FFF;
  color: #142A35;
  border-color: #EFF2F3;
}
select.form-control {
  font-family: 'Source Sans Pro', sans serif;
  background: #EFF2F3;
  color: #142A35;
  border-color: #CFD8DC;
}
/** Typography **/
a {
  color: #00758E;
}
.link-inline {
  text-decoration: underline;
}
.bold {
  font-weight: 700;
}
.hr-small {
  margin: 10px 0px;
}
.hr-dark {
  border-color: #455A64;
  margin: 24px 0px;
}
.hr-white {
  border-color: white;
}
.p-large {
  font-size: 1.25em;
  font-weight: 300;
}
a.caret-text,
.caret-text {
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 24px;
}
.thankyou-margin {
  margin-top: 20px !important;
}
.serif {
  font-family: 'Source Serif Pro', serif;
}
.text-red {
  color: #da1b2c;
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6,
hgroup p {
  margin: 4px 0 6px;
}
hgroup h5,
hgroup h6,
hgroup p {
  margin: 6px 0;
}
/** Table of Contents **/
.toc-header a {
  color: white;
  font-size: 1.25em;
  font-weight: bold;
}
.toc-1 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-top: 0;
}
#product-tabs p.toc-1 {
  font-weight: 600;
  letter-spacing: 0.05em;
}
.toc-2 {
  font-size: 1.1em;
  margin-left: 20px;
  font-weight: 400;
}
.toc-3 {
  font-size: 1em;
  margin-left: 40px;
  font-weight: 400;
}
.toc-4 {
  font-size: 0.9em;
  margin-left: 60px;
  font-weight: 300;
}
.toc-5 {
  font-size: 0.8em;
  margin-left: 80px;
  font-weight: 300;
}
/** Navigation **/
.navbar {
  min-height: 70px;
  margin-bottom: 0;
}
.navbar-fixed-top {
  border: none;
}
.navbar-default {
  background-color: white;
  border-color: transparent;
  margin-bottom: 24px;
  border-bottom: solid 1px #eff2f3;
}
.navbar-default .navbar-toggle {
  border: none;
  height: 70px;
  padding: 16px;
  margin: 0;
  border-radius: 0;
  width: 48px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #45a5b5;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #142A35;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #eff2f3;
}
.navbar-brand {
  height: 70px;
  display: block;
  min-width: 260px;
  max-width: 520px;
  /*max-width: 260px;*/
  /*background: url(../images/ML_logo.svg) no-repeat;*/
  background-position: center;
  margin-right: 2px;
}
.student-store-logo {
  display: inline-block;
  padding: 0px;
  margin: 18px 0px 0px 13px;
  font-size: 1.5em;
  font-weight: 700;
  float: left;
  font-family: "Source Serif Pro";
  color: #455a64;
}
.navbar-nav > li > a {
  height: 70px;
  border-left: 1px solid #eff2f3;
  color: #080808;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.01em;
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 24px;
  text-decoration: none;
}
.navbar-nav > li > a > img {
  max-width: 24px;
  display: block;
  min-width: 24px;
}
.nav-tabs {
  border-bottom: none;
  background: #455a64;
  height: 48px;
}
#nav-searchtabs {
  position: absolute;
  height: auto;
  z-index: 100;
  width: 100%;
  background: white;
}
/** Buttons **/
.btn {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 39px;
  padding: 0 15px;
  margin: 0px;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 5px;
}
.btn:hover,
a.btn:hover {
  opacity: 0.95;
  box-shadow: inset 0 0 0 3px #45a5b5;
  -webkit-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.btn.btn-default:hover,
a.btn.btn-default:hover {
  opacity: 0.8;
  box-shadow: inset 0 0 0 3px #546e7a;
  -webkit-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.btn:disabled:hover,
a.btn:disabled:hover {
  opacity: 1;
  cursor: default;
}
.btn:focus,
a.btn:focus {
  outline: none;
  box-shadow: 0 0 6px #00758e;
  /* teal glow */
}
.btn-default {
  background: #CFD8DC;
  color: #142A35;
}
.btn.btn-primary,
a.button.btn-primary,
.input-group-addon.btn-primary {
  color: #ffffff;
  background: #00758E;
}
.input-group-addon.btn-primary {
  border: none;
  border-radius: 0;
}
.btn.btn-primary.disabled,
.btn.btn-primary[disabled],
fieldset[disabled] .btn.btn-primary {
  color: #ffffff;
  background: #b0bec5;
}
.btn.btn-secondary,
a.btn.btn-secondary {
  color: #00758E;
  background: transparent;
  border: 1px solid #00758E;
}
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  opacity: 1;
  background: rgba(0, 117, 142, 0.1);
  /*background: #CFF3F9;*/
}
.btn.btn-secondary:disabled,
a.btn.btn-secondary:disabled {
  color: #dddddd;
  background: transparent;
  border: 1px solid #dddddd;
}
.btn.btn-solid-light,
a.button.btn-solid-light,
.input-group-addon.btn-solid-light {
  color: #080808;
  background: #a2d6dd;
}
.btn.btn-solid-light:hover,
a.btn.btn-solid-light:hover {
  opacity: 1;
  background: white;
}
.input-group-addon.btn-solid-light {
  border: none;
  border-radius: 0;
}
.btn.btn-solid-light.disabled,
.btn.btn-solid-light[disabled],
fieldset[disabled] .btn.btn-solid-light {
  color: #ffffff;
  background: #b0bec5;
}
.btn.btn-light,
a.btn.btn-light {
  color: white;
  background: transparent;
  border: 1px solid white;
}
.btn.btn-light:hover,
a.btn.btn-light:hover,
a.btn.btn-light:focus {
  opacity: 1;
  background: white;
  /*background: #CFF3F9;*/
  color: #142A35;
  border-color: #45a5b5;
}
.btn.btn-light:disabled,
a.btn.btn-light:disabled {
  color: #dddddd;
  background: transparent;
  border: 1px solid #dddddd;
}
.btn.icon svg {
  position: absolute;
  top: 12px;
  left: 11px;
  width: 16px;
  height: 16px;
}
.btn.btn-small.icon svg {
  position: absolute;
  top: 9px;
  left: 11px;
  width: 13px;
  height: 13px;
}
a.link-light {
  color: #a2d6dd;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
.btn.icon {
  padding-left: 34px;
  position: relative;
}
.btn.btn-primary.icon svg {
  fill: #ffffff;
}
.btn.btn-secondary.icon svg {
  fill: #00758E;
}
.btn.btn-light.icon svg {
  fill: #ffffff;
}
a.link-light svg {
  fill: white;
}
.btn.btn-large.icon svg {
  top: 15px;
}
.btn-small {
  height: 32px;
  line-height: 31px;
  font-size: 13px;
}
.btn-large {
  height: 48px;
  line-height: 47px;
  font-size: 16px;
}
.btn-justified {
  margin: 5px 0;
  width: 100%;
}
btn-group-justifed.btn-inline {
  margin-right: 5px;
}
.btn-inline {
  margin-right: 5px;
  /*! margin-bottom: 5p; */
}
.btn-icon {
  max-width: 14px;
  margin: -2px 0px 0px 5px;
}
.btn-caret {
  max-width: 12px;
  margin: -2px 0px 0px 2px;
}
.btn-search-results {
  border: solid 2px #607D8B;
  background: transparent;
  height: auto;
}
.dropdown-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #142A35;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.edit {
  float: right;
  vertical-align: middle;
  margin-top: 0;
}
.hide-option {
  display: none;
}
#nav-top-button {
  margin-top: 0px;
  margin-bottom: 16px;
  background: #a2d6dd;
  background: -webkit-linear-gradient(left, #a2d6dd 25%, transparent);
  background: -o-linear-gradient(right, #a2d6dd 25%, transparent);
  background: -moz-linear-gradient(right, #a2d6dd 25%, transparent);
  background: linear-gradient(to right, #a2d6dd 10%, transparent);
}
#nav-top-button .btn {
  margin-bottom: 0;
  text-align: left;
  color: #080808;
}
.btn-orders {
  margin-top: 5px;
}
/** Input **/
.form-control {
  border-radius: 0;
  border-color: #cfd8dc;
  height: 48px;
}
.form-control::-webkit-input-placeholder {
  color: #142a35;
  font-size: 0.875em;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #142a35;
  font-size: 0.875em;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #142a35;
  font-size: 0.875em;
}
.form-control:-ms-input-placeholder {
  color: #142a35;
  font-size: 0.875em;
}
.form-control:focus {
  outline: none;
  box-shadow: 0 0 6px #00758e;
  /* teal glow */
  /*border: 1px solid #00758E !important;*/
}
input[type=radio].purchase-radio {
  margin-left: -22px;
  margin-right: 6px;
}
label {
  font-size: 90%;
}
label.checkbox {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  color: #080808;
  margin-left: 24px;
  font-weight: 600;
}
label.checkbox span {
  display: inline-block;
}
input:focus {
  outline: none;
  box-shadow: 0 0 6px #00758e;
  /* teal glow */
  /*border: 1px solid #00758E !important;*/
}
input[type=checkbox] {
  background: #ffffff;
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  vertical-align: bottom;
  position: relative;
  -webkit-border-radius: 0px;
  /*-moz-border-radius: 0px;*/
  border-radius: 0px;
  -webkit-appearance: none;
  /*-moz-appearance: none;*/
  appearance: none;
  margin: 3px 6px 3px 0px;
}
input[type=checkbox].addon {
  margin: 3px 6px 3px -24px;
}
input[type=checkbox]:checked {
  background: #00758e url('http://clients.openfieldcreative.com/macmillan/cdl/style/_img/checkbox-white.svg') center center;
  border-color: transparent;
}
input[type=checkbox]:disabled {
  background: #f3f3f3;
}
input[type=checkbox]:checked:disabled {
  background: #f3f3f3 url('http://clients.openfieldcreative.com/macmillan/cdl/style/_img/checkbox-gray.svg') center center;
  border: 1px solid #c8c8c8;
}
label.checkbox-inline,
label.radio-inline {
  margin-right: 24px;
  padding-top: 5px;
}
label.radio {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  font-size: 15px;
  color: #080808;
}
label.radio span {
  display: inline-block;
  margin-left: 6px;
}
input:focus {
  outline: none;
  box-shadow: 0 0 6px #00758e;
  /* teal glow */
  /*border: 1px solid #00758E !important;*/
}
.radio input[type="radio"],
input[type=radio] {
  margin-right: 6px;
  margin-bottom: 4px;
  /*SS-905*/
}
input[type=radio],
input.purchase-radio[type="radio"] {
  background: #ffffff;
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  vertical-align: bottom;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
}
input[type=radio].radio-unchecked {
  background: #ffffff;
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  vertical-align: bottom;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
}
input[type=radio]:checked,
input.purchase-radio[type="radio"]:checked {
  background: white;
  border: solid 5px #00758e;
}
input[type=radio].radio-checked {
  background: #00758e;
  border-color: transparent;
}
input[type=radio]:disabled {
  background: #f3f3f3;
}
input[type=radio]:checked:disabled {
  background: #f3f3f3;
  border: 1px solid #c8c8c8;
}
.panel-default.panel-price .panel-body p.form-text {
  margin-left: 24px;
}
small.form-text {
  margin-top: 10px;
}
.form-text {
  margin: 5px;
}
/** Panels **/
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}
.panel .panel-default {
  margin-bottom: 10px;
}
.panel.orders,
.panel.checkout {
  margin-bottom: 10px;
  box-shadow: 0px 2px 10px #c9d4d8;
}
.expand-minus-caret-up,
.expand-plus-caret-down {
  display: block;
  height: 14px;
  width: 14px;
  float: left;
  margin-right: 6px;
  margin-top: 2px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  margin-left: -18px;
  vertical-align: text-top;
}
.expand-minus-caret-up {
  background: white;
  border: solid 4px #00758e;
}
.expand-plus-caret-down {
  background: transparent;
  border: solid 1px #b0bec5;
}
.expand-minus {
  display: block;
  height: 16px;
  width: 14px;
  background: url(../images/minus.png) center;
  background-size: 16px 16px;
  float: right;
}
.expand-plus {
  display: block;
  height: 16px;
  width: 16px;
  background: url(../images/plus.svg) center;
  background-size: 16px 16px;
  float: right;
}
.expand-minus-white {
  display: block;
  height: 16px;
  width: 16px;
  background: url(../images/minus-white.png) center;
  background-size: 16px 16px;
  float: right;
}
.collapsed .expand-plus-white {
  display: block;
  height: 16px;
  width: 16px;
  background: url(../images/plus-white.svg) center;
  background-size: 16px 16px;
  float: right;
}
.panel-group .panel + .panel-price .panel-heading {
  border-top: solid 1px #eff2f3;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
}
.panel-default.panel-price .panel-body {
  padding-top: 0;
}
.panel-default.panel-price .panel-body.see-all-options {
  margin: 0 -15px;
}
.panel-default.panel-price .panel-heading label {
  font-size: 14px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}
.panel-default.panel-price .panel-heading p {
  font-size: 12px;
  color: #546e7a;
  font-weight: 400;
  margin: 0;
  text-transform: none;
}
.panel-default.panel-price .panel-body p {
  font-size: 12px;
  color: #546e7a;
  margin: 0 0 10px;
}
.panel-default.panel-price .panel-body p.small.addon-margin {
  margin-left: 24px;
}
.panel-default .panel-title {
  font-weight: 700;
}
.panel-default .panel-title p {
  color: inherit;
  font-weight: 400;
}
.panel-default .panel-heading {
  background: white;
  border: none;
  min-height: 36px;
  padding: 15px 10px;
  border-radius: 0;
}
.panel-default .panel-heading,
.panel-default .panel-footer {
  background: white;
  border-radius: 3px;
  border: 0;
  border-top: solid 1px #eff2f3;
  /*! margin-top: -15px; */
}
.orders {
  border-top: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-dark {
  background: #142A35;
}
.panel-dark .panel-title {
  color: white;
  text-align: left;
}
.panel-dark .panel-heading {
  border-top: solid 1px #080808;
}
#contents.panel-dark .panel-heading {
  border-top: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}
.panel-body.panel-top-fix {
  padding-top: 0;
}
.panel-primary {
  border: none;
}
.panel-primary > .panel-body {
  padding: 0;
}
.panel-primary > .panel-footer {
  background: white;
  border: none;
  padding: 16px 24px;
}
.panel-primary > .panel-footer h3 {
  margin: 5px 0;
  font-family: 'Source Serif Pro', serif;
  font-weight: 700;
  font-size: 1.5em;
}
.panel-primary > .panel-footer {
  background: white;
  border: none;
}
.panel .panel-toc {
  border-radius: 0;
}
.panel-toc > .panel-heading {
  color: white;
  background-color: #142a35;
  border-radius: 0;
  border-top: solid 1px #455A64;
  padding: 10px 0px;
}
.panel-toc > .panel-heading + .panel-collapse > .panel-body {
  color: white;
  background-color: #142a35;
  border-radius: 0;
  border: none;
  padding: 0 0 24px;
}
.panel-orders {
  border-radius: 0px;
  margin-bottom: 5px;
  /*!  */
}
.panel-orders .panel-heading {
  background: #455a64;
  color: white;
  border-radius: 0;
  /*! border: none; */
}
.panel-orders img {
  max-height: 180px;
  margin-bottom: 10px;
}
.panel-orders .panel-body {
  padding: 16px 24px 24px;
}
.panel-orders .panel-body p {
  font-size: 13px;
  margin-bottom: 5px;
}
.panel-orders .panel-body h4 {
  margin-top: 5px;
}
.panel-orders .panel-footer {
  background: #EFF2F3;
  border-radius: 0;
}
.panel-orders .panel-title {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-weight: 600;
}
#personal .panel.orders {
  margin: 0;
  box-shadow: none;
  border-bottom: solid 1px #EFF2F3;
  line-height: 30px;
  border-radius: 0;
}
#personal .orders .panel-title {
  font-size: 14px;
  text-transform: none;
}
.checkout .panel-disabled {
  background: #e2e9ec;
}
.panel-filter .panel-title {
  font-size: 12px;
}
.panel.panel-filter .panel-heading p {
  padding: 0px;
  margin-top: -5px;
}
.panel.panel-filter .panel-heading {
  padding: 10px 0px;
}
.panel.panel-filter {
  background: white;
  border-radius: 0;
  border-top: solid 1px #e2e9ec;
  position: fixed;
  width: 100%;
  z-index: 0;
  height: 36px;
  border-bottom: solid 1px #e2e9ec;
  line-height: 16px;
}
.panel.panel-filter.panel-facet-index {
  z-index: 1;
}
/* Missing filter class */
.panel.panel-filter .panel-heading h1 {
  padding: 0px;
  margin-top: -2px;
}
.panel.panel-filter .panel-body {
  background: white;
  box-shadow: 0px 5px 10px rgba(20, 42, 53, 0.2);
  margin-top: 6px;
}
h4.filter-checklist {
  margin-top: 16px;
}
/** Wells **/
.well-form {
  padding: 0px 45px;
}
.well-address {
  border: solid 1px #EFF2F3;
  margin-bottom: 24px;
}
.well-blue {
  background: #cff3f9;
  border: solid 1px #a2d6dd;
  border-radius: 4px;
}
.well-yellow {
  background: #fffbd7;
  border: solid 1px #e5d676;
  border-radius: 4px;
}
.well-gray {
  background: #EFF2F3;
  border: solid 1px transparent;
}
/* checkout issue
 .well-sm hr {
       border-color: inherit;
}*/
.well-sm p {
  margin: 0 0 10px 0;
}
.well-sm p.h-size5 {
  margin: 10px 0 5px 0;
  /*SS-192*/
}
/** Banners **/
.jumbotron {
  margin: 0px;
  text-align: center;
  padding: 48px;
  color: white;
  background: #546e7a;
  margin-bottom: 24px;
}
#discipline.jumbotron {
  padding-top: 24px;
  padding-bottom: 0;
  margin-top: 0;
  background: #a2d6dd;
  margin-bottom: 0px;
  height: 100%;
  position: relative;
  text-align: center;
  color: #142a35;
}
#discipline.jumbotron:after {
  content: " ";
  background: #a2d6dd;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 100px;
  left: 0;
  z-index: -1;
  transform-origin: bottom;
}
.jumbotron.incopy {
  text-align: left;
  margin: 0 0 24px;
}
.jumbotron.incopy h1 {
  margin-top: 0;
}
#single-search.jumbotron {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(141deg, #004c72 0%, #00758e 51%, #45a5b5 75%);
  margin-bottom: 36px;
  height: 50vh;
  position: relative;
  text-align: center;
}
.jumbotron-textbox {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  min-width: 640px;
}
.jumbotron-textbox-z {
  z-index: 0 !important;
}
#single-search.jumbotron h1,
#single-search.jumbotron .h-size1,
#single-search.jumbotron .lead,
.jumbotron .lead {
  color: white;
}
.jumbotron h1,
.jumbotron .h-size1 {
  font-size: 2.8em;
  font-family: 'Source Serif Pro', serif;
  margin: 36px 0 0 0;
  color: white;
  font-weight: 600;
}
.jumbotron h2 {
  color: #455A64;
  margin: 5px 0;
  font-weight: 100;
  font-size: 1.6em;
}
.jumbotron .lead {
  margin-bottom: 16px;
}
.jumbotron ul.search-results ul.ui-component li.ui-menu-item p {
  margin-bottom: 15px;
  font-size: 1em;
  text-align: left;
  color: #546e7a;
}
.li-ui-menu-item-p {
  margin-bottom: 15px;
  font-size: 1em;
  text-align: left;
  color: #546e7a;
}
.jumbotron ul.search-results ul.ui-component li.ui-menu-item {
  text-align: left;
}
.tab-content.homepage-search {
  padding: 36px;
  background: #142a35;
}
#home-search-box {
  margin: 36px auto;
  max-width: 800px;
  background: white;
}
#search-box-nav {
  max-width: 100%;
  box-shadow: 0px 2px 10px #c9d4d8;
  margin-bottom: 10px;
}
#home-search-box .input-group .form-control,
#home-search-box2 .input-group .form-control,
#nav-searchtabs .input-group .form-control,
#search-box-nav .input-group .form-control {
  background: white;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  height: 56px;
}
#home-search-box .btn-info,
#home-search-box2 .btn-info,
#nav-searchtabs .btn-info,
#search-box-nav .btn-info {
  border: none;
  background: white;
  border-radius: 0px;
  color: black;
}
#homepage-callouts {
  text-align: center;
  padding-bottom: 48px;
  margin-top: 0px;
}
#homepage-callouts h2 {
  font-weight: 900;
  font-size: 1.7em;
  font-family: 'Source Serif Pro', serif;
  margin: 15px 0 5px 0;
}
#homepage-callouts p {
  font-weight: 400;
  font-size: 1em;
}
#homepage-callouts a {
  font-weight: 600;
}
#homepage-callouts img.icon {
  margin: auto;
  max-width: 100px;
}
#homepage-callouts .col-md-4 {
  border-right: solid 1px #C2CED2;
}
#homepage-callouts .col-md-4:last-child {
  border-right: solid 1px transparent;
}
/** LIST **/
.list {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 12px;
}
.list-item {
  width: 25%;
  float: left;
  padding: 1.25rem;
  /* 10 */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-cover.digital-list-item {
  padding: 0;
  height: auto;
  width: 100%;
}
.list-cover.digital-list-item img {
  box-shadow: none;
  min-width: 100%;
  padding: 0;
  min-height: auto;
}
.list-item-inner-digital {
  width: 100%;
  color: white;
  background-color: #121e44;
  overflow: hidden;
  box-shadow: 0px 2px 10px #c9d4d8;
  border-radius: 12px;
}
.list-item-register {
  width: 50%;
  float: left;
  padding: 0.625rem;
  /* 10 */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-item-inner {
  width: 100%;
  color: #142A35;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 2px 10px #c9d4d8;
}
.list-item img,
.list-item-register img {
  width: auto;
  display: block;
  max-height: 180px;
  max-width: 270px;
}
/* JavaScript disabled */
html.no-js .list-item {
  width: 100%;
  float: none;
}
html.no-js .list-item img {
  max-width: 9.375rem;
  /* 150 */
  float: right;
  margin-left: 1.25rem;
  /* 20 */
}
html.no-js .list-item img {
  max-width: none;
  float: none;
  margin-left: 0;
}
@media only screen and (max-width: 1200px) {
  .list-item {
    width: 33.333%;
    /* 3 items per row */
  }
  .list-item-register {
    width: 50%;
    /* 2 items per row */
  }
}
@media only screen and (max-width: 991px) {
  .list-item {
    width: 50%;
    /* 2 items per row */
  }
  .list-item-register {
    width: 100%;
    /* 1 items per row */
  }
  .list-cover.digital-list-item img {
    max-height: 100%;
    width: 100%;
  }
  .pagination {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .list-item {
    width: 100%;
    /* 1 item per row */
    float: none;
  }
  .list-item-register {
    width: 100%;
    /* 2 items per row */
  }
  html.no-js .list-item img {
    max-width: none;
    float: none;
    margin-left: 0;
  }
  .pagination {
    margin: 27px 0 0 0 !important;
  }
}
.list-cover {
  background: #f8fafa;
  display: block;
  height: 220px;
  padding: 16px;
}
.list-cover img {
  box-shadow: -5px 10px 30px -10px rgba(20, 42, 53, 0.4);
}
.list-specs {
  padding: 0px 16px 16px 16px;
}
.list-specs .h-size3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.2;
}
.list-specs .h-size3.serif {
  font-size: 1.8em;
}
.list-specs .h-size3 a {
  color: #142A35;
}
.list-specs p {
  margin-bottom: 5px;
}
.list-specs .small {
  margin: 0;
}
.list-specs .btn-primary {
  margin-top: 10px;
}
.digital-name-specs {
  font-weight: 400;
  color: #142A35;
  width: 100%;
  display: block;
  margin-top: 10px;
}
.lp-icon {
  height: 12px;
  width: 12px;
  background: #da1b2c;
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
}
.sapling-icon {
  height: 12px;
  width: 12px;
  background: green;
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.writershelp-icon {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: teal;
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
}
.digital-icon-spacer {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
}
.label-list {
  font-size: 0.825em;
  padding: .3em 0.6em .4em;
  color: #142a35;
  border-radius: 24px;
  float: right;
  text-transform: uppercase;
  background: #ffc196;
}
.label-list.new {
  background: #aee5d3;
}
.label-list.best {
  background: #faf2a9;
}
.label-list.order-type {
  float: none;
  background: #ffe5d3;
}
.price-range {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 80%;
}
.specs-divider {
  color: #cfd8dc;
  /*margin:0 10px;*/
  margin: 0 4px;
  /*SS-683*/
  font-weight: 200;
}
.resource-badge {
  background: #a2d6dd;
  color: #080808;
  font-weight: 500;
  margin-right: 3px;
}
.cart-menu {
  min-width: 300px;
}
.cart-badge-empty,
.cart-badge {
  color: #080808;
  font-weight: 700;
  margin-left: 3px;
}
.spanFix {
  display: inline-block;
}
.cart-badge-empty {
  background: #CFD8DC;
}
.cart-badge {
  background: #ffc196;
}
.cart-image {
  background-image: url("../images/minicart.svg");
  max-width: 24px;
  display: block;
  min-width: 24px;
}
.accordion-group {
  margin: 0;
  padding: 15px;
}
.accordion-inner {
  border-top: solid 1px #EEF1F2;
  margin-top: 5px;
}
.accordion-toggle {
  font-weight: 600;
  color: #142A35;
  text-transform: none;
  line-height: 1.5;
}
.accordion-toggle .panel-title {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
  margin-left: 18px;
  vertical-align: text-top;
  font-weight: 700;
  text-transform: uppercase;
}
.panel-default.panel-price .panel-heading p.isbn {
  margin-left: 24px;
}
/** PRODUCT **/
#product-image {
  box-shadow: -5px 12px 8px rgba(20, 42, 53, 0.5);
}
#product-specs {
  padding: 3%;
}
#product-specs img {
  box-shadow: -10px 10px 20px -10px rgba(20, 42, 53, 0.4);
  margin-bottom: 10px;
  /* Below two lines added to as fix for ss-906 */
  width: 100%;
  height: 100%;
}
#product-specs .col-md-5 {
  padding: 0px 24px;
}
#product-specs .h-size3 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 22px;
}
#product-specs .h-size4 {
  font-weight: 500;
  margin-top: 5px;
}
.tab-content {
  background: white;
  padding-bottom: 4px;
}
#product-tabs .tab-content {
  color: white;
  background: transparent;
}
#product-tabs {
  color: white;
}
#product-tabs p {
  color: white;
  font-weight: 300;
}
#product-tabs #features h4 {
  font-family: 'Source Serif Pro', serif;
}
#specs {
  margin: 16px 0;
}
.dropdown-price {
  float: right;
  margin: 0;
  font-size: 0.9em;
  font-weight: 700;
}
.label-rentbuy {
  letter-spacing: 0.025em;
}
.product-isbn {
  margin-top: 3px;
  margin-bottom: 0px;
}
.product-price-from,
.product-price-best {
  font-weight: 300;
  font-size: 80%;
}
.product-price-best {
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.addon-total .product-price {
  font-size: 1.1em;
  font-weight: 700;
}
.product-price {
  font-size: 0.9em;
  font-weight: 600;
  float: right;
  margin-right: 5px;
  color: #142a35;
}
.best-value {
  color: #142A35;
  background: #faf2a9;
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 5px;
  margin-right: 0px;
  text-align: right;
  line-height: 1.2;
  font-size: 1em;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: none;
  border-radius: 0;
  color: white;
  height: 48px;
  border-right: solid 1px #142a35;
  padding: 12px;
  font-size: 12px;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  color: #142A35;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border-color: transparent;
  color: white;
  background: #142a35;
  font-weight: 600;
}
.nav-tabs.nav-price {
  background: #ffffff;
  height: auto;
  width: 100%;
}
.nav-tabs.nav-price > li > a {
  border-radius: 0;
  color: #142A35;
  padding: 10px 10px 12px;
  background: white;
  height: auto;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.02em;
  border-left: solid 1px #EFF2F3;
  border-top: solid 4px #EFF2F3;
  margin: 0;
  border-bottom: none;
  border-right: none;
}
.nav-tabs.nav-price li a.last {
  border-right: 0;
}
.nav-tabs.nav-price li a.first {
  border-left: 0;
  border-right: 0;
}
.nav-tabs.nav-price > li > a:hover {
  color: #142A35;
}
.nav-tabs.nav-price > .active > a,
.nav-tabs.nav-price > .active > a:hover,
.nav-tabs.nav-price > .active > a:focus {
  color: #142a35;
  background: white;
  /*!  */
  border-top: solid 4px #da1b2c;
  /*! border-right:solid 1px #EFF2F3; */
  border-left: solid 1px #EFF2F3;
  border-bottom: solid 1px white;
}
#price-box-padding {
  margin-bottom: 24px;
}
.addon-total {
  margin-bottom: 10px;
  display: inline-block;
  float: right;
}
/** Custom Store **/
.custom-store #product-specs img {
  box-shadow: none;
  margin-bottom: 10px;
}
.custom-store .panel-default.panel-price .panel-heading label {
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
}
/** Components **/
ul.search-results ul.ui-component {
  background: white;
  margin: 0;
  padding: 0;
  font-size: 1em;
  position: absolute;
  width: 100%;
  z-index: 100;
  border-top: solid 1px #EFF2F3;
}
#search-box-nav ul.search-results ul.ui-component {
  width: 85%;
}
ul.search-results ul.ui-component hr {
  margin: 0;
}
ul.search-results ul.ui-component .ui-menu-item li {
  list-style: none;
  margin: 0;
  padding: 8px 16px;
  border-bottom: solid 1px #EFF2F3;
}
.search-results-list {
  list-style: none;
  margin: 0;
  padding: 8px 16px;
  border-bottom: solid 1px #EFF2F3;
}
.search-results .ui-component .ui-menu-item img {
  max-width: 50px;
  margin-right: 10px;
  margin-top: 5px;
}
.search-results-img {
  max-width: 50px;
  margin-right: 10px;
  margin-top: 5px;
  max-height: 70px /* Newly added as given @ SS-995 */;
}
ul.search-results ul.ui-component li p.h-size4 {
  margin-bottom: 0px;
  color: #00758E;
  font-weight: 700;
  font-size: 18px;
}
/** 
s **/
.alert {
  position: relative;
  width: 100%;
  height: auto;
  background: #CFF3F9;
  border: 1px solid #45A5B5;
  font-size: 14px;
  color: #080808;
  box-sizing: border-box;
  /*! top:70px; */
  padding: 10px;
  z-index: 100;
}
.alert-icon {
  position: absolute;
  top: 7px;
  left: 13px;
}
.alert-icon svg {
  fill: #45a5b5;
}
.alert span {
  display: inline-block;
  padding-left: 45px;
  box-sizing: border-box;
}
.alert span strong {
  margin-right: 5px;
}
.alert-top {
  margin-top: -16px;
  margin-bottom: 16px;
}
.alert.warning {
  background: #fffbd7;
  border-color: #B79E25;
}
.alert.warning .alert-icon svg {
  fill: #B79E25;
}
.alert.error {
  background: #FFE7E5;
  border-color: #EF5656;
}
.alert.error .alert-icon svg {
  fill: #EF5656;
}
.alert.success {
  background: #DAF4D4;
  border-color: #68B75F;
}
.alert.success .alert-icon svg {
  fill: #68B75F;
}
/** Preview **/
.preview-sidebar {
  background: white;
  position: fixed;
  width: 300px;
  z-index: 1;
  padding-top: 56px;
}
.digital-sidebar {
  position: fixed;
  width: 56px;
  z-index: 1;
  min-height: 100%;
}
.preview-close-bar {
  background: #455a64;
  color: white;
  padding: 40px 15px 15px 15px;
  height: 100%;
  width: 56px;
  display: inline-block;
  text-align: center;
  float: left;
  position: absolute;
}
.preview-close-bar a {
  color: white;
}
.digital-sidebar .preview-close-bar a {
  color: white;
  top: 24px;
  position: relative;
}
.list-indicator {
  font-size: 24px;
  line-height: 0.8;
}
.preview-content {
  height: 100vh;
  padding: 48px;
  display: inline-block;
  margin-left: 300px;
}
.digital-content {
  padding: 7% 10%;
  margin-left: 56px;
  top: 50%;
  left: 50%;
}
.digital-content h6 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 200;
  color: #546e7a;
}
.digital-line::after {
  content: "—";
  display: block;
  font-weight: 900;
  color: #304ffe;
  font-size: 1em;
  line-height: 0.7;
}
.digital-background {
  background: #142A35;
  height: 100vh;
}
.white-type,
.white-type h6 {
  color: white;
}
.preview-close-bar svg {
  fill: #ffffff;
  width: 36px;
}
.scroll-icon {
  height: 50px;
  width: 50px;
  display: inline-block;
  background-color: transparent;
  margin-top: 60px;
}
.scroll-icon-chevron-1,
.scroll-icon-chevron-2 {
  fill: none;
  stroke: #142A35;
}
.scroll-icon-chevron-white {
  fill: none;
  stroke: #ffffff;
}
.scroll-icon-chevron-1 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.scroll-icon-chevron-2 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
}
ul.preview-list {
  margin-left: 70px;
  padding: 15px;
}
ul.preview-list li {
  display: block;
  padding: 16px 0px;
  border-bottom: solid 1px #eee;
  margin-right: 16px;
  list-style: none;
}
ul.preview-list li.current {
  font-weight: bold;
}
/** Full Page Section **/
.full-page {
  width: 100%;
  background-color: transparent;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7 {
  min-height: 100vh;
  top-bottom: 0px;
  margin-bottom: 0px;
}
.section-header {
  text-align: center;
}
#section1 {
  margin-top: -26px;
  background: transparent;
}
#section2 {
  background: #142a35;
  color: white;
}
#section4 {
  background: #142a35;
  color: white;
}
.content-margin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkout-success.content-margin {
  position: relative;
  top: 0%;
  left: 0%;
  transform: none;
  padding: 60px;
}
.content-margin.wide {
  min-width: 80%;
}
.content-margin h1 {
  font-size: 2.5em;
  margin-bottom: 24px;
}
section {
  top-bottom: 36px;
  margin-bottom: 36px;
}
.section-title {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: inherit;
}
.service-heading {
  margin: 20px 0 5px;
  text-transform: none;
}
.bar {
  background-color: #ef5656;
  height: 4px;
  width: 70px;
  margin-bottom: 40px;
  margin-top: 10px;
}
.section-header .bar {
  margin: 10px auto 40px;
}
/** Checkout / My Account / Cart **/
.table-summary {
  font-size: 12px;
}
.checkout-number {
  height: 36px;
  width: 36px;
  display: inline-block;
  padding: 2px;
  border: solid 1px #46a5b5;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 200;
  font-family: 'Source Sans Pro';
  vertical-align: middle;
}
.checkout-number.checked {
  background: #cff3f9;
  padding-top: 5px;
  border-color: #cff3f9;
}
.expand-icon-margin p {
  margin-left: 36px;
}
.expand-circle {
  margin-left: -36px;
  height: 24px;
  width: 24px;
  display: inline-block;
  padding: 2px;
  border: solid 1px #142A35;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
  line-height: 18px;
  font-weight: 200;
  font-family: 'Source Sans Pro';
  vertical-align: middle;
}
.order-specs span,
.item-break span {
  clear: left;
  display: list-item;
  list-style: none;
}
p.order-specs.small span,
p.item-break.small span {
  line-height: 1.4;
}
p.order-specs.small span strong {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.8;
}
ul.product-list-item {
  list-style: none;
  padding: 0;
}
ul.product-list-item li img {
  max-width: 220px;
  width: 100%;
  margin-bottom: 16px;
}
ul.product-list-item li {
  border-top: solid 1px #EFF2F3;
  padding: 16px 0;
}
ul.product-list-item li:first-child {
  border-top: solid 1px transparent;
}
.product-list-item .price {
  float: right;
  margin-right: 10px;
}
.checkout .panel-title {
  font-size: 16px;
  font-family: 'Source Serif Pro';
}
.checkout .panel-body {
  padding: 36px;
}
.orders .panel-title {
  font-size: 18px;
  line-height: 36px;
  display: inline;
}
.form-checkout {
  padding: 0px 24px;
}
.form-checkout h4 {
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.form-checkout .control-label {
  font-weight: 600;
}
.form-checkout input[type=checkbox] {
  margin-left: 0px;
}
.listdeskmar {
  margin-left: 10px;
  margin-bottom: -5px;
}
/** Media Queries **/
@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 0px;
  }
  .listdeskmar {
    margin-left: 10px;
    margin-bottom: 0px !important;
  }
  footer {
    margin-top: 0px;
    height: auto;
    bottom: 0;
    position: relative;
    padding: 16px 0px;
  }
  footer ul li a {
    color: white;
    line-height: 36px;
    font-size: 13px;
  }
  footer .list-inline > li {
    display: block;
  }
  footer .list-inline > li {
    display: block;
    border-bottom: dotted 1px #566a75;
    margin-left: -8px;
    margin-right: -10px;
  }
  .listdeskmar {
    margin-left: 18px;
  }
  footer .footer__left .list-inline > li > a {
    margin-left: 10px;
  }
  footer img {
    visibility: hidden;
    display: none;
  }
  table.table-responsive td,
  table.table-responsive tr,
  table.table-responsive tbody {
    display: inline-block;
    width: 100%;
  }
  .table.table-responsive > tbody > tr > td {
    padding: 4px;
  }
  .table.table-responsive > tbody > tr {
    padding: 8px 4px;
  }
  .table.table-responsive > tbody > tr.order-divider {
    border-top: solid 5px #CFD8DC;
  }
  .table-list span {
    clear: left;
  }
  .cover-image {
    max-width: 180px;
    margin-bottom: 16px;
  }
  /*SS-192
*.navbar-brand {
*	display: block;
*	width: 36px;
*	height: 70px;
*	min-width:36px;
*	max-width:36px;
*	background:url(../images/ML_logo_wave.svg) no-repeat;
*	background-position:center;
*	margin-left:10px;
}*/
  .nav > li {
    position: relative;
    display: inline-block;
    /*! min-height: 100%; */
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    height: 100%;
  }
  .navbar-nav {
    margin: 0;
    float: right;
  }
  .navbar-left {
    margin-right: auto;
    padding-top: 10px;
    float: left !important;
  }
  .navbar-nav > li > a {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 24px;
    margin-bottom: -6px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
  }
  /*SS-758*/
  #headernav .navbar-nav li .banner__component.banner {
    height: auto !important;
    padding: 14px 10px 15px 10px !important;
    line-height: 24px;
    margin-bottom: -6px;
    float: right;
    display: inline-block;
    border-left: 1px solid #eff2f3;
  }
  /*SS-758*/
  #headernav .navbar-nav li .nav-cart {
    height: auto !important;
    padding: 14px 10px 9px 10px !important;
    line-height: 24px;
    margin-bottom: -6px;
    float: right;
    display: inline-block;
    border-left: 1px solid #eff2f3;
  }
  /*SS-758*/
  #headernav .navbar-nav .logged_in {
    height: auto !important;
    padding: 14px 10px 15px 10px !important;
    line-height: 24px;
    margin-bottom: -6px;
    float: left;
    display: inline-block;
    border-left: 1px solid #eff2f3;
  }
  /* Missing mobile view class */
  .navbar-default {
    position: fixed;
  }
  #homepage-callouts img.icon {
    margin-top: 0;
  }
  #homepage-callouts .col-md-4 {
    border-right: none;
    padding: 24px 16px;
  }
  .jumbotron {
    /*padding: 24px;*/
    padding: 0px 9px 0px 24px;
    /*SS-192*/
    min-height: 100%;
    /*margin: -26px -15px 0px -15px;*/
    margin: -26px 0px 0px -15px;
    /*SS-192*/
    text-align: left;
  }
  .jumbotron h1 {
    font-size: 2.25em;
  }
  .jumbotron h2 {
    font-size: 1.25em;
    margin-bottom: 16px;
  }
  .jumbotron p {
    font-size: 1.2em;
  }
  #single-search.jumbotron {
    height: auto;
    margin-bottom: 0;
  }
  .search-results .ui-component img {
    visibility: hidden;
    width: 0;
  }
  .jumbotron-textbox {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    min-width: 100%;
  }
  #home-search-box {
    margin: 5px 0px;
  }
  .panel.panel-filter {
    top: 77px;
  }
  .panel.panel-filter .panel-body {
    background: #ffffff;
    margin-top: 0px;
  }
  .panel.panel-filter .container {
    max-width: 1170px;
  }
  .panel.panel-filter {
    position: relative;
    top: 0px;
    z-index: 100;
    height: 60px;
  }
  .panel.panel-filter .panel-heading {
    padding: 20px 0px;
    height: 60px;
  }
  .well,
  .well-form {
    padding: 0;
  }
  .nav-tabs.nav-price > li {
    display: table-cell;
    width: 1%;
    font-size: 0.9em;
  }
  .nav-tabs.nav-price > li > a {
    margin-bottom: 0;
  }
  .form-checkout {
    padding: 0px;
  }
  .digital-content {
    height: auto;
    padding: 70px 24px;
    display: inline-block;
    margin-left: 0px;
    width: 100%;
  }
  .digital-sidebar {
    width: 100%;
    position: relative;
  }
  .preview-sidebar {
    visibility: hidden;
    width: 0px;
    z-index: 0;
    top: 0px;
  }
  .preview-close-bar {
    padding: 0px 15px;
    width: 100%;
    float: none;
    height: 56px;
    text-align: left;
    min-height: auto;
  }
  .digital-sidebar .preview-close-bar a {
    position: absolute;
    /*! padding: 8px 0px; */
    margin-top: -2px;
  }
  /** Full Page Section **/
  .full-page {
    width: 100%;
    background-color: transparent;
    min-height: auto;
    position: relative;
    z-index: 1;
  }
  #section1 {
    margin-top: 0px;
    background: transparent;
  }
  #section1,
  #section2,
  #section3,
  #section4,
  #section5,
  #section6,
  #section7 {
    min-height: auto;
    text-align: left;
  }
  .section-header {
    text-align: left;
  }
  .content-margin {
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    padding: 36px 0px;
  }
  .content-margin h1 {
    font-size: 1.7em;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .content-margin.wide {
    min-width: 80%;
  }
  .section-title {
    margin-top: 24px;
  }
  .section-header .bar {
    margin: 10px 0;
  }
  #product-specs img,
  img.product-related {
    max-width: 200px;
    margin-bottom: 10px;
  }
  #product-specs img {
    margin-left: -6px;
  }
  #price-box-padding {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
  }
  .panel-body .product-price {
    font-size: 85%;
  }
  #site-wrapper {
    height: auto;
  }
  #site-menu {
    position: fixed;
    z-index: 100;
    top: 70px;
  }
  .product-list-item .price {
    float: none;
    margin-bottom: 16px;
  }
  #product-tabs {
    padding-bottom: 36px;
    background: #142a35;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .row-offcanvas {
    margin-bottom: 0px !important;
  }
  .digital-sidebar {
    position: relative;
  }
  .well-form {
    padding: 0;
    /*SS-192*/
  }
  .well-gray,
  .well-blue {
    padding: 10px;
  }
  body {
    padding-bottom: 0;
  }
  footer {
    margin-top: 0px;
    height: auto;
    bottom: 0;
    position: relative;
    padding: 16px 0;
  }
  footer ul li a {
    color: white;
    font-size: 13px;
    line-height: 36px;
  }
  footer .list-inline > li {
    display: block;
  }
  footer .list-inline > li {
    display: block;
    border-bottom: dotted 1px #566a75;
    margin-right: -145px;
    margin-left: -7px;
  }
  footer .list-inline > li > a {
    margin-left: 10px;
  }
  footer .list-inline > li > a:first-child {
    display: block;
  }
  .specs-divider,
  .footerLogo {
    display: none;
  }
  #homepage-callouts h2 {
    font-size: 1.4em;
  }
  #homepage-callouts p {
    font-size: 90%;
  }
  /** Full Page Section **/
  .full-page {
    width: 100%;
    background-color: transparent;
    min-height: auto;
    position: relative;
    z-index: 1;
    /*! margin-left: 0px; */
  }
  #section1 {
    padding-bottom: 24px;
  }
  #section1,
  #section2,
  #section3,
  #section4,
  #section5,
  #section6,
  #section7 {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: auto;
    text-align: left;
    padding: 30px 60px;
  }
  .section-header {
    text-align: left;
  }
  .content-margin {
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    padding: 60px;
  }
  .content-margin h1 {
    font-size: 1.7em;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .content-margin.wide {
    min-width: 80%;
  }
  .section-title {
    margin-top: 24px;
  }
  .section-header .bar {
    margin: 10px 0;
  }
  #product-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0;
    margin-top: -24px;
  }
  #product-specs {
    left: 0;
    width: 100%;
    padding: 16px;
  }
  #product-tabs {
    float: none;
    left: 0;
    width: 100%;
    background: #142a35;
  }
  #product-tabs .tab-content {
    padding: 24px 24px 60px;
  }
  .preview-content {
    height: 100vh;
    padding: 16px;
    display: inline-block;
    margin-left: 0px;
    width: 100%;
  }
  /** Full Page Section **/
  .content-margin {
    min-width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  #product-wrapper {
    display: table;
    width: 100%;
    margin: auto;
    padding: 0;
    margin-top: -24px;
    height: 100vh;
  }
  #product-specs {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  #product-tabs {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    background: #142a35;
  }
  #product-tabs .tab-content {
    padding: 8% 10% 20%;
  }
  .digital-content {
    max-width: 1366px;
    margin: auto;
  }
  .mobile_show {
    display: none;
  }
  #product-specs a.accordion-toggle .expand-plus-caret-down,
  #instructor a.accordion-toggle .expand-plus-caret-down {
    border-top: 6px solid #080808;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-top: 6px;
    margin-left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  #product-specs a.accordion-toggle.collapsed .expand-plus-caret-down,
  #instructor a.accordion-toggle.collapsed .expand-plus-caret-down {
    transform: rotate(-90deg) !important;
  }
}
@media only screen and (min-width: 1300px) {
  .nav-tabs.nav-justified > li > a {
    font-size: 14px;
  }
  .content-margin.wide {
    max-width: 1300px;
    min-width: 1140px;
    padding: 100px;
  }
  .section-header {
    max-width: 920px;
  }
}
.sidebar-offcanvas {
  top: 0;
}
.row-offcanvas {
  margin-bottom: 70px;
  padding-left: 70px;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding-left: 0;
    margin-top: 46px;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
    /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */
  }
}
/** Accordion **/
.accordion-menu {
  width: 90%;
  max-width: 600px;
  background: #4d5158;
  margin: 4em auto;
  box-shadow: 0 4px 40px #70ac76;
}
.accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.accordion-menu label,
.accordion-menu a {
  position: relative;
  display: block;
  padding: 18px 18px 18px 64px;
  background: #4d5158;
  box-shadow: inset 0 -1px #555960;
  color: #ffffff;
  font-size: 1.6rem;
}
.no-touch .accordion-menu label:hover,
.no-touch .accordion-menu a:hover {
  background: #52565d;
}
.accordion-menu label::before,
.accordion-menu label::after,
.accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion-menu label {
  cursor: pointer;
}
.accordion-menu label::before,
.accordion-menu label::after {
  background-image: url(../img/icons.svg);
  background-repeat: no-repeat;
}
.accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.accordion-menu label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
}
.accordion-menu a::after {
  /* image icon */
  left: 36px;
}
.accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.accordion-menu input[type=checkbox]:checked + label + ul,
.accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show addons when item is checked */
  display: block;
}
.accordion-menu ul label,
.accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #41444a;
  padding-left: 82px;
}
.no-touch .accordion-menu ul label:hover,
.no-touch .accordion-menu ul a:hover {
  background: #3c3f45;
}
.accordion-menu > li:last-of-type > label,
.accordion-menu > li:last-of-type > a,
.accordion-menu > li > ul > li:last-of-type label,
.accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.accordion-menu ul label::before {
  left: 36px;
}
.accordion-menu ul label::after,
.accordion-menu ul a::after {
  left: 59px;
}
.accordion-menu ul ul label,
.accordion-menu ul ul a {
  padding-left: 100px;
}
.accordion-menu ul ul label::before {
  left: 54px;
}
.accordion-menu ul ul label::after,
.accordion-menu ul ul a::after {
  left: 77px;
}
.accordion-menu ul ul ul label,
.accordion-menu ul ul ul a {
  padding-left: 118px;
}
.accordion-menu ul ul ul label::before {
  left: 72px;
}
.accordion-menu ul ul ul label::after,
.accordion-menu ul ul ul a::after {
  left: 95px;
}
@media only screen and (min-width: 600px) {
  .accordion-menu label,
  .accordion-menu a {
    padding: 24px 24px 24px 82px;
    font-size: 1.9rem;
  }
  .accordion-menu label::before {
    left: 24px;
  }
  .accordion-menu label::after {
    left: 53px;
  }
  .accordion-menu ul label,
  .accordion-menu ul a {
    padding-left: 106px;
  }
  .accordion-menu ul label::before {
    left: 48px;
  }
  .accordion-menu ul label::after,
  .accordion-menu ul a::after {
    left: 77px;
  }
  .accordion-menu ul ul label,
  .accordion-menu ul ul a {
    padding-left: 130px;
  }
  .accordion-menu ul ul label::before {
    left: 72px;
  }
  .accordion-menu ul ul label::after,
  .accordion-menu ul ul a::after {
    left: 101px;
  }
  .accordion-menu ul ul ul label,
  .accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .accordion-menu ul ul ul label::after,
  .accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
.accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
/** For Mock Ups Only **/
.ui-section {
  background: white;
  padding: 24px;
  margin-bottom: 24px;
}
.ui-section-dark {
  background: #142A35;
  color: white;
  padding: 24px;
  margin-bottom: 24px;
}
.ui-header2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: solid 1px #EFF2F3;
}
.page-header {
  font-weight: 400;
  margin: 10px 0;
  font-size: 2em;
  font-family: 'Source Serif Pro';
}
.palette-square {
  width: 100%;
  display: block;
  padding: 16px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-selected {
  color: white;
  background: #00758E;
  padding: 1px 3px;
  border-radius: 4px;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
  margin-right: 5px;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Transitions */
/* Preview */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* ------------------------------------------------------------------- */
.m-scene .scene_element {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.m-scene .scene_element--fadein {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.m-scene .scene_element--fadeinup {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.m-scene .scene_element--fadeindown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.m-scene .scene_element--fadeinright {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.m-scene .scene_element--fadeinleft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.m-scene .scene_element--delayed {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.m-scene.is-exiting .scene_element {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}
.m-scene.is-exiting .scene_element--delayed {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.m-scene.is-exiting .scene_element--noexiting {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}
@media screen and (min-width: 768px) {
  .m-scene .scene_element--fadeinright-wide {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}
@media screen and (min-width: 768px) {
  .m-scene .scene_element--fadeinleft-wide {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
.is-loading,
.is-loading a {
  cursor: progress;
}
.search-results .ui-widget-content {
  display: none;
}
.input-group {
  width: 100%;
}
#js-site-search-input {
  background-image: url('/medias/header-search.svg?context=bWFzdGVyfGltYWdlc3wyNzR8aW1hZ2Uvc3ZnK3htbHxpbWFnZXMvaGRiL2g4Yi84Nzk3NTY5ODQzMjMwLnN2Z3xiZWJiNjA5MDU0ODZmMzE2NDU1NjlmODAwMTI5NzI0MGM4ZDZjOGI2NTg4ZGMyZTJlYTQ4NzcwMDQ3ZTA1YzA0') !important;
  background-position: 97% 50% !important;
  background-repeat: no-repeat !important;
}
ul#ui-id-1 {
  position: absolute !important;
  background-color: #ffffff;
  left: 0 !important;
  padding-left: 0px !important;
}
ul.search-results {
  background: white;
  margin: 0;
  padding: 0;
  font-size: 1em;
  position: absolute;
  width: 100% !important;
  z-index: 100;
  border-top: solid 1px #EFF2F3;
  left: 0 !important;
}
.jumbotron-index {
  z-index: 0 !important;
}
/* SS-3209 & SS-3210 : START */
/*ss-707*/
#digital-modal-sapling ul,
#digital-modal-3 ul {
  margin: 0;
  margin-bottom: -30px;
  padding: 0;
  font-size: 1em;
  width: 100% !important;
  z-index: 100;
  border-top: solid 1px #EFF2F3;
  position: relative !important;
  background-color: #ffffff;
  left: 0 !important;
  padding-left: 0px !important;
  max-height: 220px;
  overflow: auto;
}
#digital-modal-3 ul {
  margin-bottom: -20px;
}
#digital-modal-sapling ul li,
#digital-modal-3 ul li {
  list-style: none;
  margin: 0;
  padding: 8px 16px;
  border-bottom: solid 1px #EFF2F3;
}
/* SS-3209 & SS-3210 : START */
.imgClass img {
  width: 24px;
  height: 24px;
}
.logoClass img {
  width: 260px;
  height: 40px;
  position: relative;
  right: 15px;
}
.footerLogo img {
  width: 30px;
  height: 27px;
}
.details-rental-addon {
  clear: both;
  border-left: solid 1px #EFF2F3;
  /*padding:48px 10px 0px 24px;*/
  padding: 24px 24px 24px 24px;
}
.loggedInnote {
  height: 70px;
  color: #080808;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.01em;
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 24px;
  text-decoration: none;
  padding-right: 15px;
}
/* New class emailed for shared header Apr 18*/
.modal-top-nav {
  top: 0;
}
/* #cboxOverlay, #colorbox, #cboxWrapper, #cboxContent, #cboxMiddleLeft, #cboxLoadingOverlay, #cboxLoadedContent, #cboxLoadingGraphic, #cboxClose { */
/*display : none !important;*/
#cboxTitle,
#cboxClose {
  display: none !important;
}
.imgClass .nav-cart {
  padding: 24px 15px 15px 15px;
  border-left: 1px solid #eee;
}
.imgClass .nav-cart a.mini-cart-link.js-mini-cart-link {
  display: inline-block;
}
.imgClass .nav-cart a .mini-cart-count.js-mini-cart-count {
  float: left;
}
/* Checkout page payment of creditcard styling */
#bt div#number,
.update-payment-method-form div#number {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfd8dc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#bt div#number:focus,
.update-payment-method-form div#number:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: 0 0 6px #00758e !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#bt div#expiration-date,
.update-payment-method-form div#expiration-date {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfd8dc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#bt div#expiration-date:focus,
.update-payment-method-form div#expiration-date:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: 0 0 6px #00758e !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#bt div#cvv,
.update-payment-method-form div#cvv {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfd8dc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#bt div#cvv:focus,
.update-payment-method-form div#cvv:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: 0 0 6px #00758e !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/*Out os Stock*/
p#outofstockid {
  font-size: 15px;
  display: block;
  padding: 0 0 0 25px;
  text-transform: uppercase;
}
.outofstock-content {
  cursor: not-allowed;
  opacity: 0.9;
}
.outofstock-content .rental-label {
  cursor: not-allowed;
}
#homepage-callouts a:after {
  content: " \2192";
  text-decoration: none;
}
#headernav .navbar-nav li .banner__component.banner {
  padding: 23px 15px 24px 15px;
  display: inline-block;
  border-left: 1px solid #eff2f3;
  height: 70px;
}
#headernav .navbar-nav li a .banner__component.banner {
  padding: 0px;
  display: inline-block;
  border-left: none;
  height: inherit;
}
#headernav .navbar-nav li .nav-cart {
  display: inline-block;
  padding: 24px 10px;
  /*border-left: 1px solid #ccc;*/
  border-left: 1px solid #eff2f3;
  /*SS-758*/
  height: 70px;
  float: left;
}
a.mini-cart-link.js-mini-cart-link .pull-left {
  float: left;
  width: 25px;
}
.mini-cart-count.js-mini-cart-count {
  display: inline-block;
  float: left;
  width: 25px;
}
button.outOfStock {
  display: block;
  background: none !important;
  color: #333 !important;
  text-align: left;
  padding: 0 0 10px 8px !important;
  margin: 0 !important;
  height: 0px !important;
  border: 0px solid transparent !important;
  text-transform: uppercase;
}
button.outOfStock:hover {
  border: 0px solid transparent !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  transition: inherit !important;
}
/*Author tab last border to remove*/
#authors .hr-dark:last-child,
#digital .hr-dark:last-child,
#contents .hr-dark:last-child {
  display: none;
}
/* Filter & sort in mobile refine-btn issue */
.sort-refine-bar .js-show-facets {
  display: none;
}
/* PDP Panels radio button */
.addborder {
  border: 5px solid #00758E !important;
}
.display-none,
.js-qty-selector {
  display: none;
}
#addToCartButton {
  margin-top: 20px;
}
/*Filter*/
.selected-filters {
  padding: 0;
  margin: 48px 15px 50px;
  width: 99%;
}
.selected-filters a {
  display: inline-block;
  background: #CFD8DC;
  padding: 6px 15px 6px 25px;
  font-size: 13px;
  color: #333;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
#filter-value1 {
  display: none;
}
#filter-value2 {
  display: none;
}
#filter-value3 {
  display: none;
}
.close-icon-filter {
  background: url(../images/close-icon.svg) no-repeat 10px center #cfd8dc !important;
  background-size: 8px 8px !important;
}
@media only screen and (max-width: 767px) {
  .list-item {
    padding: 0 20px;
  }
  .added-filter-cnt {
    padding: 0px 0px 10px 0px;
  }
}
/* Price span for PDP radio and checkbox */
.total1 {
  outline: none;
  border: none;
  max-width: 70px;
  text-align: right;
  display: inline-block;
  padding: 0 2px;
  width: auto;
}
.renttotal {
  outline: none;
  border: none;
  max-width: 60px;
  text-align: right;
  display: inline-block;
  padding: 0 2px;
  width: auto;
}
label.rental-label {
  display: inline-block;
  margin: 0 !important;
  text-transform: none !important;
}
label.rentlabel {
  font-weight: 600 !important;
  font-size: .9em !important;
}
.panel-default.panel-price .panel-body p {
  margin: 15px 0 10px !important;
}
/*Mini cart*/
@media only screen and (min-width: 992px) {
  #digital-modal-3 {
    top: 15%;
  }
  .modal {
    top: 25%;
    max-width: 765px;
    margin: auto;
  }
}
.modal {
  overflow-x: hidden;
  overflow-y: auto;
  text-indent: 0;
}
.mini-cart-item .details h2 a {
  color: #0b171d;
  text-decoration: none;
}
.mini-cart-checkout-button {
  margin-top: 0 !important;
}
/*PDP Radio button*/
.panel-collapse,
.panel-collapse-child {
  display: none;
}
.tab-pane .panel-body {
  padding: 15px 15px 0;
}
/* Search - see all results width */
.ui-autocomplete .ui-front .ui-menu .ui-widget .ui-widget-content {
  position: relative !important;
  width: 642px !important;
}
/*Modal search popup*/
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #142A35;
  background-color: rgba(20, 42, 53, 0.7);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 10%;
  width: 80%;
  text-align: center;
  margin: 30px auto;
}
/*Search appears - helper text displaying above to footer issue*/
.ui-helper-hidden-accessible div {
  display: none;
}
.radio label {
  margin-left: 26px;
}
/**SS-191: hedderlogo display in below 991px**/
@media only screen and (max-width: 991px) {
  .header_mobile_text {
    /*margin: 11px 0px 0px 35px !important;*/
    position: absolute ;
    cursor: pointer;
  }
  .mobile_hide {
    display: none;
  }
  .mobile_show {
    display: block;
    min-width: 36px;
    max-width: 36px;
    background-position: center;
    float: left;
  }
  .navbar-brand {
    display: block;
    width: 36px;
    height: 70px;
    min-width: 36px;
    max-width: 36px;
    /* background: url(../images/ML_logo_wave.svg) no-repeat;*/
    background-position: center;
    margin-left: 10px;
  }
}
.header_mobile_text {
  float: right;
  margin: 11px -1px 0px 0px;
  font-size: 23px;
  font-weight: 700;
  font-family: "Source Serif Pro";
  color: #455a64;
  cursor: pointer;
}
/*Payment in checkout - Braintree form elements */
.description {
  margin-left: 0px !important;
  padding: 0px 0px 0px 128px;
}
/*promocode - start*/
.promocode-validHide,
.promocode-notValidHide,
.promocode-serverErrorHide,
.promocode-enterHide {
  display: none;
}
.promocode-validShow,
.promocode-notValidShow,
.promocode-serverErrorShow,
.promocode-enterShow {
  display: block;
  font-size: 14px;
}
.promocode-notValidShow,
.promocode-serverErrorShow,
.promocode-enterShow {
  color: #da1b2c;
  font-size: 14px;
  font-weight: bold;
}
.promocode-validShow {
  color: green;
}
/*promocode - end*/
/*SS-683*/
:-ms-input-placeholder.form-control {
  /*color: #142a35;*/
  font-size: 16px !important;
}
/*Addons Text & Addons price is distorted issue - resolved*/
.col-xs-8.addons-txt {
  padding: 0 0 0 15px;
}
.col-xs-4.addons-price {
  padding: 0 15px 0 0;
}
/*SS-905*/
.form-horizontal .form-group.btn-payment-savecontinue {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
/*SS-935*/
.errorMsgHide {
  display: none;
}
.errorMsgShow {
  display: block;
}
/* Added as per the comments given by Sara in SS-684 */
/*SS-836*/
.author_names {
  width: 178px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* SS-997 - Order details table layout alignment*/
.tableRow {
  width: 100%;
}
.tableFirstCol {
  width: 40%;
}
.tableOtherCol {
  width: 20%;
  word-break: break-word;
}
/* Fix for Edit Email in Checkout Page */
.checkoutEmail {
  margin-top: 4px;
  display: inline-block;
}
/*Add on product styling in return page*/
.page-returnContentPage .return-item {
  overflow: hidden;
}
/* No results found page ipad alignment */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  body.page-searchEmpty footer {
    position: fixed;
  }
}
/*Fix for 1170 - only for IE - reverted previous changes for content-margin class*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.page-searchEmpty .content-margin,
  body.page-saplingLandingPage .content-margin {
    min-width: 0px;
    padding: 0px;
  }
  /*Minicart popup alignment in IE*/
  #cartmodal.modal {
    left: 180px;
  }
}
/*Modal search box styles in mobile-view*/
@media only screen and (max-width: 767px) {
  .overlay-content {
    position: relative;
    top: 0;
    width: auto;
    text-align: center;
    margin: 0px auto;
  }
  .Bootstrappage {
    padding-bottom: 30px !important;
  }
}
/*Modal search box styles in ipad-view*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .overlay-content {
    position: relative;
    top: 0;
    width: auto;
    text-align: center;
    margin: 30px auto;
  }
  .homeSearch_digitalFlow #single-search.jumbotron {
    background: none;
    height: 38vh;
    padding-bottom: 0px;
  }
  #home-search-box {
    margin: 17px auto;
    max-width: 800px;
    background: white;
  }
}
/* Search box autocomplete list focus through up & down arrows*/
.ui-state-focus {
  background-color: #dcdcdc;
}
.return-steps hr {
  border-color: #a2d6dd;
}
[for="js-site-search-input-head"],
[for="js-site-search-input"] {
  display: none;
}
.page-order .order-shipping-method .value-order {
  word-wrap: break-word;
}
.form-horizontal1 {
  text-align: left;
  margin: 10px;
}
/* NEW CANADA 2017*/
.top-bar {
  display: block;
  height: 30px;
  background: #142a35;
}
.top-bar-left,
.top-bar-right {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar-left li a {
  display: inline-block;
  height: 100%;
  line-height: 16px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #455a64;
  float: left;
}
.top-bar-left li a.top-bar-active {
  background: #ffffff;
  color: #455a64;
}
.top-bar-right {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.top-bar-dropdown .btn-light {
  line-height: 30px;
  height: 30px;
  border: 0;
  border-radius: none;
}
.top-bar-dropdown .btn.btn-light:hover,
.top-bar-dropdown a.btn.btn-light:hover,
.top-bar-dropdown .btn.btn-light:focus,
.top-bar-dropdown a.btn.btn-light:focus {
  border: 0;
  border-radius: 0;
  border-color: white;
}
.top-bar-dropdown .dropdown-menu-right {
  min-width: 147px;
}
.top-bar-dropdown > ul > li {
  padding: 0 15px 0 15px;
}
.country-flag {
  height: 20px;
  width: 20px;
  float: right;
  margin: 5px 5px 5px 5px;
}
li .country-flag {
  margin: 0px 5px 5px 5px;
}
.top-bar-dropdown .btn {
  margin-bottom: 0px !important;
  min-width: 147px;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  /*SS-2828*/
  .top-bar-left li a {
    line-height: 16px;
    padding: 7px 9px;
    font-size: 13px;
  }
}
.alert_filters {
  margin-bottom: 50px !important;
}
#homepage-callouts .col-md-6 {
  border-right: solid 1px #C2CED2;
}
#homepage-callouts .col-md-6:last-child {
  border-right: solid 1px transparent;
}
.account-section-content {
  padding-top: 24px;
}
.printpackingslip {
  margin-top: 20px;
}
.template-pages-MultiStepCheckoutSummaryPageTemplate-ca select.form-control {
  background-color: #fff;
}
.template-pages-MultiStepCheckoutSummaryPageTemplate-ca select.form-control[disabled] {
  background-color: #eff2f3;
  opacity: 1;
}
.qty_style {
  font-size: 100%;
  margin-right: 5px;
}
#home-search .form-control:focus {
  box-shadow: inset 0 0 6px #1c39c7;
}
#search-box-nav .form-control:focus {
  box-shadow: 0 0 6px #00758e;
}
.ebook-access-callout {
  background: #e5f3f5;
  margin-top: 10px;
  padding: 6px;
  display: inline-block;
}
/* NEW PURCHASE OPTIONS */
h1,
h2,
h3,
h4,
h5,
h6,
.h-size1,
.h-size2,
.h-size3,
.h-size4,
.h-size5,
.h-size6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
}
#product-specs .h-size1,
#product-specs .h-size2,
#product-specs .h-size3,
#product-specs .h-size4,
#product-specs .h-size5,
#product-specs .h-size6,
#product-tabs .h-size1,
#product-tabs .h-size2,
#product-tabs .h-size3,
#product-tabs .h-size4,
#product-tabs .h-size5,
#product-tabs .h-size6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.4;
  color: inherit;
}
#product-specs .h-size3 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  #product-specs {
    width: 55% !important;
  }
  #product-tabs {
    width: 45% !important;
  }
  #product-tabs .tab-content {
    padding: 8% 8% 16% !important;
  }
}
#product-tabs p {
  font-weight: inherit;
}
#product-tabs h2 {
  font-size: 1.6em;
  margin-bottom: 6px;
}
#product-specs .nav-tabs.nav-price {
  background: transparent;
}
#product-specs .nav-tabs.nav-price > .active > a,
.nav-tabs.nav-price > .active > a:hover,
.nav-tabs.nav-price > .active > a:focus {
  color: white;
  background: #142a35;
}
#product-specs .nav-tabs.nav-price > li > a {
  border-radius: 0;
  color: #142A35;
  padding: 12px 6px;
  background: #d0dee3;
  height: auto;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.02em;
  border: solid 2px #eff2f3;
}
#product-specs label.radio {
  font-size: 14px;
  margin-left: 24px !important;
}
#product-specs .radio input[type="radio"],
#product-specs input[type="radio"] {
  margin-right: 6px;
  margin-bottom: 4px;
  margin-left: -24px !important;
}
#product-specs .panel {
  border-radius: 6px;
}
.parent-radio[aria-expanded="true"] {
  transform: rotate(0deg) !important;
}
.parent-radio.collapsed {
  transform: rotate(-90deg) !important;
}
#product-specs .parent-label {
  clear: both;
}
#product-specs .panel .panel-body {
  background: white;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-bottom: 16px;
}
#product-specs .panel .panel-heading {
  background: white;
  border-radius: 6px;
  border: none;
  margin-top: 19px;
}
.tab-pane .panel-group:first-child .panel-heading {
  margin-top: 5px !important;
}
#product-specs .tab-content {
  background: transparent;
}
#product-specs a.accordion-toggle .expand-plus-caret-down {
  border-top: 6px solid #080808;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-bottom: 6px;
  margin-right: 6px;
  margin-top: 10px;
  margin-left: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-bottom: 0;
}
#product-specs a.accordion-toggle.collapsed .expand-plus-caret-down {
  transform: rotate(-90deg);
}
#product-specs .expand-plus-caret-down {
  background: none;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: bottom;
  position: relative;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
}
#product-specs .panel-default.panel-price .panel-body p {
  margin-top: 0px !important;
}
#product-specs .panel-default.panel-price .panel-heading p.isbn {
  margin-left: 18px;
  margin-top: 0px !important;
  padding-left: 0px;
  padding-bottom: 0px;
}
#product-specs .panel-default.panel-price .panel-body p.isbn {
  margin-left: 24px;
  margin-top: 0px !important;
  padding-left: 0px !important;
}
#product-specs .label-list {
  margin-top: 10px;
  font-size: 75%;
  float: left;
  margin-right: 5px;
  text-transform: none;
  padding: 3px 10px;
}
#product-specs label span {
  margin-left: 0;
}
#addToCartButton {
  margin-top: 20px;
}
.add-to-cart-btn {
  margin-top: 20px;
}
/*.close-thik:hover, .close-thik:focus{
  //content: 'x'; // here is your X(cross) sign.
  color: black;
  background-color: lightgray;
  font-weight: 300;
  font-family: Arial, sans-serif;
  
}

.close-thik {
                font-weight: 500;
                font-size: 12px;
                font-family: Source Sans Pro, sans serif
    color: black;
    background-color: lightgray;
                visibility: visible;
}
.remove-promocode-couponcode{
font-size: 12px;
}*/
.promo-applied {
  font-weight: 500;
}
/* NEW DROPDOWN CART 2018*/
@media only screen and (min-width: 992px) {
  #cartmodal-drop .modal {
    top: 0px;
    max-width: 300px;
    margin: auto;
    margin-right: 0;
    float: right;
  }
}
#cartmodal-drop .modal .modal-header {
  background: white;
  border: none;
}
@media (min-width: 768px) {
  #cartmodal-drop .modal-dialog {
    width: auto;
    margin: 0;
    float: right;
    top: 100px !important;
    right: 0;
    max-width: 290px;
    position: fixed;
  }
  #cartmodal-drop .modal-content {
    -webkit-box-shadow: 0px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    border: solid 1px #eff2f3;
  }
  #cartmodal-drop .modal-sm {
    width: 300px;
  }
  #cartmodal-drop .modal-md {
    width: 50%;
  }
}
#cartmodal-drop .modal.fade #cartmodal-drop .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
#cartmodal-drop .modal.in #cartmodal-drop .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* PLEASE NOTE : WRITE BELOW CONDITION FOR THE CART MODAL ONLY */
.modal-open .modal-backdrop.in {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 0;
  display: none;
}
#cartmodal-drop p {
  margin: auto;
}
#cartmodal-drop ul.product-list-item li img {
  max-width: 90px;
}
#cartmodal-drop ul.product-list-item {
  max-height: 380px;
  overflow: hidden;
  overflow-y: auto;
}
#cartmodal-drop .h-size4 {
  margin: auto;
}
#cartmodal-drop .modal-body {
  padding: 0px 0px 15px 15px;
}
#cartmodal-drop .modal-header {
  padding: 5px 15px;
}
#cartmodal-drop ul.product-list-item li {
  padding: 10px 0;
}
#cartmodal-drop .btn-block {
  width: 96%;
}
.list-group-item {
  font-size: 13px;
}
.jumbotron {
  padding: 24px 48px 36px;
}
.preview-close-bar {
  margin-top: 0px;
}
.m-scene {
  padding-top: 24px;
}
ul.title-letter-list li a {
  padding: 0 6px 10px;
  font-weight: 500;
}
.title-section {
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .digital-sidebar {
    position: fixed;
  }
  .Bootstrappage {
    padding-bottom: 23px !important;
  }
}
@media only screen and (max-width: 767px) {
  .jumbotron {
    margin-right: -24px;
    margin-bottom: 0px;
    margin-top: -53px;
  }
  .digital-sidebar {
    width: 100%;
    position: relative;
    margin-top: -30px;
  }
  .preview-close-bar {
    margin-top: 0px;
  }
  .m-scene {
    padding-top: 0px;
  }
}
.ebook-access-callout {
  background: #e5f3f5;
  margin-top: 10px;
  padding: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
}
#product-specs .ebook-access-callout .h-size4 {
  font-size: 16px;
  font-weight: bold;
  color: #080808;
  margin: 5px 0 0 0;
}
.ebook-access-callout img {
  box-shadow: none !important;
  max-width: 48px;
  float: left;
  margin-right: 10px;
  margin-bottom: 0 !important;
}
/*SS-3209,SS-3210*/
.sapling-legend {
  text-transform: none;
  font-size: 1.2em;
  letter-spacing: 0;
  font-weight: 200;
}
.search-digital-flow {
  box-shadow: 0px 2px 10px #c9d4d8;
}
.lp-course {
  margin-left: 24px;
}
.digital-access-callout {
  background: #e5f3f5;
  margin: 10px 0;
  padding: 10px 16px 6px;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  clear: both;
}
#product-specs .panel-default.panel-price .panel-body p.larger {
  font-size: 0.9em;
}
.clear-float {
  clear: both;
}
.sapling-search-img {
  margin-bottom: auto !important;
  width: auto !important;
  height: auto !important;
}
.disabledAnchor {
  pointer-events: none !important;
  cursor: default;
  color: gray;
}
.sapling-alert {
  width: auto !important;
  margin: 0px 15px;
}
.loadersmall {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: 50%;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*SS-2828*/
@media only screen and (max-width: 340px) {
  .top-bar-dropdown .btn {
    min-width: 125px;
    padding: 0px;
  }
  .top-bar-dropdown .dropdown-menu-right {
    min-width: 125px;
  }
  .top-bar-dropdown > ul > li {
    padding: 0;
  }
}
.pageLabel-productNotFoundPage .js-shopping-button {
  margin: 10px;
}
#specs h2 {
  line-height: 1.6;
  min-height: 100%;
  font-size: 1em;
  font-weight: normal;
}
#specs span.small {
  font-size: 90% !important;
  clear: left;
  display: list-item;
  margin-top: 10px;
  list-style: none;
  color: #080808;
  line-height: 1.6;
}
/*SS-3211*/
/* NEW FOR instructor FLOW */
#instructor #product-tabs p {
  color: #142a35;
  /*!  */
  margin-left: 0;
}
#instructor #product-tabs p.lead {
  font-weight: 200;
  margin-bottom: 10px;
}
#instructor #product-tabs .panel-body p.description {
  margin-left: 0;
}
#instructor #product-tabs {
  width: 100%;
  vertical-align: top;
  background: transparent;
}
#instructor .tab-content {
  color: #142a35;
  padding: 0 !important;
}
#instructor #product-specs {
  padding: 0;
  margin: 0;
}
#instructor .product-content {
  max-width: 1920px;
  margin: auto;
  padding: 2.5% 5% 10%;
}
#purchasetypes.tab-content {
  padding: 0;
}
#instructor #product-specs .col-md-5 {
  padding: 0;
}
#instructor .nav-tabs.nav-price {
  background: transparent;
  height: auto;
  width: 100%;
}
#instructor .nav-tabs.nav-price > li > a {
  border-radius: 0;
  color: #142A35;
  padding: 10px 10px 12px;
  background: #D0DEE3;
  height: auto;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0;
  border: none;
}
#instructor .nav-tabs.nav-price > .active > a,
#instructor .nav-tabs.nav-price > .active > a:hover,
#instructor .nav-tabs.nav-price > .active > a:focus {
  color: white;
  background: #142a35;
  border-top: none;
}
#instructor .nav-tabs.nav-justified > .active > a,
#instructor .nav-tabs.nav-justified > .active > a:hover,
#instructor .nav-tabs.nav-justified > .active > a:focus {
  border-color: transparent;
  background: #142a35;
  color: #eff2f3;
  font-weight: 600;
}
#instructor .nav-tabs {
  background: #ffffff;
  color: #142a35;
}
#instructor .nav-tabs.nav-justified > li > a {
  border-radius: 0;
  color: #142a35;
  height: 48px;
  border-right: solid 1px #eff2f3;
  padding: 12px;
  font-size: 14px;
}
.specs {
  margin: 36px !important;
}
#instructor .h-size4 {
  font-size: 18px;
}
.tab-pane section {
  padding: 16px 3%;
}
.tab-pane section#preview-section {
  padding: 0 !important;
  margin: 0;
}
.product-content-body {
  margin-top: 16px;
}
#instructor #product-specs .nav-tabs.nav-justified {
  background: transparent;
  color: #142a35;
}
.active-underline {
  border-bottom: solid 3px #142a35;
  padding-bottom: 5px;
}
#instructor #product-specs .nav-tabs.nav-justified > .active > a,
#instructor .nav-tabs.nav-justified > .active > a:hover,
#instructor .nav-tabs.nav-justified > .active > a:focus {
  background: #142a35;
  color: #eff2f3;
  font-weight: 600;
  border-color: #eff2f3;
}
#instructor #product-specs .nav-tabs.nav-justified > .active > a span .active-underline,
#instructor .nav-tabs.nav-justified > .active > a:hover span .active-underline,
#instructor .nav-tabs.nav-justified > .active > a:focus span .active-underline {
  border-color: transparent;
  background: #142a35;
  color: #eff2f3;
  font-weight: 600;
}
#instructor .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  background: #eff2f3;
}
#instructor .panel-dark {
  border-radius: 0;
}
#instructor .panel-default .panel-heading,
.panel-default .panel-footer {
  background: white;
  border-radius: 6px;
  border: 0;
  /* margin-top: 10px; */
}
#instructor .panel-default .panel-heading {
  background: white;
  border: none;
  min-height: 36px;
  padding: 16px;
  border-radius: 6px;
  color: #080808;
}
#instructor .panel-title {
  font-size: 1em;
  text-transform: none;
}
#instructor #product-tabs p.isbn {
  margin-left: 18px;
  /* margin: 0; */
}
#instructor #product-tabs div.title {
  margin-left: 18px;
  /* margin: 0; */
}
#instructor #product-tabs #section2 p,
#instructor #product-tabs #section4 p {
  color: white;
}
#instructor hgroup {
  margin-bottom: 10px;
}
.parent-label input[type="radio"],
input.purchase-radio[type="radio"] {
  background: none;
  display: inline-block;
  box-sizing: border-box;
  border-right: 0;
  vertical-align: bottom;
  position: relative;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #080808;
}
.parent-label input[type="radio"]:checked,
input.purchase-radio[type="radio"]:checked {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #080808;
  border-bottom: 0;
  margin-bottom: 6px;
  margin-right: 2px;
}
.addon {
  float: left;
}
.panel-default.panel-price .panel-heading label {
  line-height: 1.4;
}
.panel-default.panel-price .panel-heading p {
  line-height: 1.4;
}
.panel-default.panel-price .panel-heading p.isbn-lvl2 {
  margin-left: 24px;
}
a.list-group-item {
  color: #080808;
}
#product-specs img .digital-icon {
  border-radius: 50%;
  background: none;
}
.price-box-padding {
  max-width: 100%;
  margin-top: 10px;
}
.label-exam-copy {
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 0;
  border-left: solid 2px #EFF2F3;
  border-right: solid 2px #EFF2F3;
  padding: 6px 10px;
  font-size: 0.825em;
  color: #142a35;
  background: #ffc196;
  width: 100%;
}
.well-student-callout {
  border-radius: 6px;
  background: #aee5d3;
  margin: 10px 0 0 0;
  text-align: center;
}
.well-student-callout a.btn-link {
  color: #080808;
  font-weight: 400;
  font-size: 14px;
}
.look-icon {
  margin: 6px 6px 0 -2px;
  max-width: 16px;
  height: auto !important;
}
.digital-icon {
  border-radius: 50%;
  margin-top: 24px;
  max-width: 80px;
  width: 100%;
}
.download-arrow {
  margin-left: 5px;
  /*!  */
}
.callout-image {
  margin-top: 10px;
}
/* AUTHOR SECTION */
.author-photo {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
/* RESOURCES SECTION */
#resources .resource-entry {
  padding: 16px 24px 24px;
  margin: 16px 0px;
  background: white;
  border-radius: 6px;
}
#resources .resource-entry .btn {
  margin-top: 10px;
}
#resources .resource-entry .h-size4 {
  margin: 0;
}
/* PREVIEW SECTION */
#preview-tab-content {
  height: 100vh;
}
.preview-content-margin {
  height: 100vh;
  position: relative;
}
.preview-content-inner {
  padding: 5%;
}
#preview-section .row-offcanvas {
  padding-left: 24px;
}
.list-group#preview-tab {
  font-size: 13px;
  margin-right: -16px;
}
/* --------------- Responsive Fixes --------------- */
@media (max-width: 767px) {
  #instructor .product-content {
    padding: 0;
    padding-bottom: 36px;
  }
  #instructor .panel-dark .panel-heading {
    background: #fff;
    border-top: solid 1px #d0dee3;
  }
  #instructor .panel-price .panel-heading {
    background: white;
    border-top: 0;
  }
  #instructor .panel-price .panel-heading .parent-label {
    margin-left: 0px;
  }
  .panel-default.panel-price .panel-body {
    background: white;
  }
  #instructor .panel-dark .panel-title {
    color: #080808;
  }
  #instructor .nav-tabs.nav-justified > li > a {
    font-size: 12px;
    padding: 15px 6px;
  }
  #instructor .nav-tabs.nav-justified > .active > a,
  #instructor .nav-tabs.nav-justified > .active > a:hover,
  #instructor .nav-tabs.nav-justified > .active > a:focus {
    background: #142a35;
    color: white;
    border-right: solid 1px #eff2f3;
  }
  #instructor #product-tabs .rental-period p.isbn {
    margin-left: 6px !important;
    margin: 0;
  }
  #preview-section .device-small {
    display: none;
  }
  #instructor #preview-section .tab-content > .tab-pane {
    display: block;
  }
  #instructor #preview-section .tab-content > .fade {
    opacity: 100;
  }
  #preview-tab-content,
  .preview-content-margin {
    height: 100%;
  }
  #product-callout {
    margin-bottom: 24px;
  }
  .look-icon {
    margin: -2px 6px 0 -2px;
    max-width: 16px;
  }
  .resource-entry {
    padding: 16px 24px 24px;
    margin: 16px 0px;
    background: white;
    border-radius: 6px;
  }
  .resource-mobile-caret {
    margin-left: -10px !important;
    margin-top: 10px !important;
  }
  .resource-mobile {
    margin-left: -36px !important;
  }
  .btn-margin {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  #preview-section .device-small {
    display: block;
  }
  .resource-mobile {
    margin-left: -36px !important;
  }
}
@media only screen and (max-width: 767px) {
  .list-group#preview-tab {
    margin-right: 0px;
  }
}
/*SS - Homepage Updates */
.ss-home-box {
  background: white;
  padding: 36px 16px 48px;
  box-shadow: 0px 2px 10px rgba(20, 43, 53, 0.2);
}
#digital-find:after {
  content: " ";
  background: #205460;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -300px;
  left: 0;
  z-index: -1;
  transform-origin: bottom;
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
}
#showdigital {
  padding: 60px 36px;
  background: #cff3f9;
  height: 100%;
}
#showdigital {
  margin-bottom: 36px;
  margin-top: -20px;
}
#digital-find {
  width: 100%;
  display: block;
  text-align: center;
  background: #205460;
  padding: 10px 0;
  margin-bottom: 48px;
}
.digital -textbox ul,
.digital-find-textbox ul {
  text-align: center;
  border: 0;
}
.digital-textbox ul li {
  border: 0;
  padding: 10px 0 0;
}
.digital-textbox ul li.course-lvl-1 {
  border-top: solid 1px #eff2f3;
  font-weight: 700;
  font-size: 1.1em;
}
.digital-find-textbox ul li {
  border-top: 0;
  font-weight: 500;
  font-size: 1em;
  border-bottom: 0;
}
.digital-textbox ul li a {
  color: #455A64;
  font-size: 0.8em;
}
.digital-textbox ul li.course-lvl-1 a,
.digital-find-textbox ul li a {
  color: #080808;
}
span.button-caret {
  margin-left: 6px;
  display: inline-block;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.collapsed span.button-caret {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn.icon svg {
  position: absolute;
  top: 12px;
  left: 11px;
  width: 16px;
  height: 16px;
}
.btn.btn-small.icon svg {
  position: absolute;
  top: 9px;
  left: 11px;
  width: 13px;
  height: 13px;
}
.btn-round {
  border-radius: 24px;
}
/* HOMEPAGE CALLOUTS */
.list-home {
  margin: 0;
}
.list-item-3col-max {
  transition: .3s ease;
}
.list-item-3col-max .list-item-inner {
  box-shadow: 0px 2px 10px rgba(20, 43, 53, 0.2);
  border-radius: 6px;
}
/* SS-3594 - END */
/* .no-csstransforms3d .mp-pusher, .no-js .mp-pusher { */
/* padding-left: 320px; */
/* } */
.mp-mainpush {
  transform: translate3d(320px, 0px, 0px) !important;
}
.mp-mainpushed {
  width: 100%;
  min-height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.list-item-3col-max:hover {
  transform: translateY(-10px) scale(1.02);
}
.col3-digital.list-item-3col-max .list-specs {
  padding: 20px;
}
.col3-digital.list-item-3col-max:hover {
  transform: translateY(0) scale(1) !important;
}
.list-item-3col-max:hover .list-title {
  background-position: -100% 0;
}
.list-item-3col-max .list-specs {
  padding: 16px;
}
.list-title {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #faf2a9 50%);
  background-size: 200%;
  background-position: 0 0;
  display: inline;
  transition: 0.5s ease-in-out;
  font-family: 'Source Sans Pro', arial, sans-serif;
  padding: 2px 4px;
}
.list-title a {
  color: #080808;
  text-decoration: none;
}
.circle-caret {
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  height: 3em;
  margin-bottom: 24px;
}
.circle-caret a {
  display: inline-block;
  border-radius: 50%;
}
.step-number {
  height: 48px;
  width: 48px;
  display: block;
  padding: 2px;
  border: solid 3px #46a5b5;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  font-size: 1.9em;
}
select.form-control.custom-select {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 10px 16px;
  line-height: 1.5;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%205460' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 12px 16px;
  border: 1px solid #46A5B5;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#specs h2 {
  line-height: 1.6;
  min-height: 100%;
  font-size: 1em;
  font-weight: normal;
}
#specs span.small {
  font-size: 90% !important;
  clear: left;
  display: list-item;
  margin-top: 10px;
  list-style: none;
  color: #080808;
  line-height: 1.6;
}
.well-purchase-callout p {
  margin: 0 !important;
}
#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
}
.skiptocontent {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skiptocontent:focus {
  position: static;
  width: auto;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form-text-align {
    margin-left: -15px;
    margin-top: -15px;
  }
  .description {
    margin-left: 0 !important;
    padding: 0px 0px 0px 0px !important;
  }
}
/* Windows High Contrast Mode Support */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: white-on-black) {
  #headernav li:nth-last-child(-n+3) img,
  #home-search-box img,
  #header-search img,
  #product-specs .nav-tabs.nav-price > .active > a,
  .nav-tabs.nav-price > .active > a:hover,
  .nav-tabs.nav-price > .active > a:focus,
  .close {
    -webkit-filter: invert(100%) contrast(400%);
    /* Safari */
    filter: invert(100%) contrast(400%);
    opacity: 1;
  }
}
@media screen and (-ms-high-contrast: active) {
  .btn:hover,
  a.btn:hover {
    opacity: 1;
  }
}
/* SS-3594 - START */
.container-menu {
  position: relative;
  overflow: hidden;
}
#Error404.jumbotron,
#discipline.jumbotron {
  height: 100% !important;
}
.Error404-textbox {
  position: relative;
  top: 0% !important;
  left: 0% !important;
  transform: translate(0%, 0%) !important;
  min-width: 100%;
  margin-left: 0 !important;
  padding: 0 16px;
}
#Error404.jumbotron {
  padding-top: 24px;
  padding-bottom: 0;
  margin-top: 0;
  background: #ffe7e5;
  margin-bottom: 0px;
  height: 100vh !important;
  position: relative;
  text-align: left;
  color: #142a35;
}
.Error404-textbox {
  position: relative;
  top: 25% !important;
  left: 25% !important;
  transform: translate(-25%, -25%) !important;
  min-width: 100%;
  margin-left: 56px !important;
}
.jumbotron .Error404-textbox h1 {
  font-size: 3.25em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  text-shadow: 2px 2px 0px #ffe7e5, 4px 4px 0px #ffc196;
  margin: 36px auto 24px;
  color: #080808;
}
.jumbotron .Error404-textbox h1 span.leadhead {
  font-weight: 200;
  font-size: 2.5em !important;
  clear: left;
  display: list-item;
  list-style: none;
}
.Error404-lead {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 200;
}
.Error404-textbox img {
  margin-top: -48px;
  margin-left: -24px;
}
/* SS-3594 - END */
/*homepage digital-find css-Start*/
#digital-find .btn.btn-tab-toggle,
#digital-find a.btn.btn-tab-toggle {
  color: #080808;
  background: #cff3f9;
}
.homeSearch_digitalFlow #digital-find {
  padding: 25px 0 30px 0;
}
#digital-find .accordion-toggle {
  font-weight: 600;
  line-height: 2.5;
}
#digital-find #showdigital {
  margin-bottom: 36px;
  margin-top: -20px;
  margin-left: 36px;
  margin-right: 36px;
  border-radius: 6px;
}
#digital-find #showdigital {
  padding: 60px 36px;
  background: #cff3f9;
  height: 100%;
}
#digital-find .digital-product-steps {
  display: none;
}
#digital-find .list-item-3col-max {
  width: 33.33333333%;
}
#digital-find:after {
  background: none !important;
}
.homeSearch_digitalFlow {
  background: linear-gradient(141deg, #004c72 0%, #00758e 51%, #45a5b5 75%);
}
.homeSearch_digitalFlow .jumbotron {
  margin: 0px;
  padding: 48px;
  background: none;
  margin-bottom: 0px;
}
.homeSearch_digitalFlow #single-search.jumbotron {
  background: none;
  height: 38vh;
  padding-bottom: 0px;
}
.homeSearch_digitalFlow #digital-find {
  background: none;
}
#digital-find .step-number {
  height: 50px;
  width: 50px;
  display: block;
  padding: 0;
  border: solid 3px #ffe5d3;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  font-size: 1.7em;
  font-weight: 600;
  text-shadow: -1px 1px 0px #ffc196, -2px 2px 0px #ffe5d3;
  background: #ffc196;
  box-shadow: -2px 2px 0px #e5d676;
}
@media only screen and (max-width: 767px) {
  #digital-find .list-item-3col-max {
    width: 100% !important;
    padding: 8px 0;
  }
  #digital-find .list-item {
    width: 100%;
    float: none;
  }
  .homeSearch_digitalFlow #single-search.jumbotron {
    height: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  #digital-find .list-item {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  #digital-find .list-item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 320px) {
  #digital-find .achieve-search {
    margin-left: -24px;
  }
}
@media only screen and (min-device-width: 1280px) and (max-device-width: 1366px) {
  .homeSearch_digitalFlow #digital-find {
    padding: 42px 0 30px 0;
  }
}
/*homepage digital-find css-End*/
#cartmodal .js-mini-cart {
  overflow-x: hidden;
  overflow-y: auto;
  text-indent: 0;
  max-height: 400px;
}
#cartmodal.modal {
  overflow-y: hidden;
}
.js-mini-cart .mini-cart-checkout-button {
  width: 15%;
  float: right;
  position: relative;
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .js-mini-cart .mini-cart-checkout-button {
    width: 30%;
    float: right;
    position: relative;
    margin-top: 90px;
  }
  .form-text-align {
    margin-left: -15px;
    margin-top: -15px;
  }
  .description {
    margin-left: 0 !important;
    padding: 0px 0px 0px 0px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .js-mini-cart .mini-cart-checkout-button {
    width: 60%;
    float: right;
    position: relative;
    margin-top: 90px;
  }
}
.page-saplingProductDetailsPage .panel-default.panel-price .panel-body p,
.outofstock-content {
  margin-left: 25px !important;
}
.page-saplingProductDetailsPage .text-black {
  margin-left: 8px !important;
}
.page-saplingProductDetailsPage .titelName {
  margin-left: 18px;
}
.well-purchase-callout p {
  margin: 0 !important;
}
.myaccount-price {
  margin-top: 10px;
}
#digital-modal-3 .modal-content {
  max-height: 500px;
}
#digital-modal-3 .modal-content .modal-body {
  overflow-x: hidden;
  overflow-y: auto;
  text-indent: 0;
  max-height: 335px;
}
.policy-alert {
  position: relative;
  width: 100%;
  height: auto;
  background: #CFF3F9;
  border: 1px solid #45A5B5;
  font-size: 14px;
  color: #080808;
  box-sizing: border-box;
  padding: 10px;
  font: inherit;
}
.policy-alert-icon {
  position: absolute;
  top: 7px;
  left: 13px;
}
.policy-alert-icon svg {
  fill: #45a5b5;
}
.policy-alert span {
  display: inline-block;
  padding-left: 45px;
  box-sizing: border-box;
  padding-right: 36px;
}
.policy-alert span a {
  font-weight: 700;
  color: #080808;
  text-decoration: underline;
}
button.close.policy {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.close.policy {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  color: #080808;
  filter: alpha(opacity=20);
  opacity: 1;
  text-shadow: none;
  margin-left: 10px;
}
.m-scene-top {
  padding-top: 64px !important;
}
.cartmodal-drop-top {
  top: 147px !important;
}
.main_Privacy {
  margin-top: 46px;
}
.account-section-content_Privacy {
  margin-top: 65px;
}
.checkout-success_Privacy {
  margin-top: 46px;
}
.withPrivacyNotice {
  margin-top: 81px !important;
}
.withoutPrivacyNotice {
  margin-top: 35px;
}
.promo-alert {
  background: #dbfff3;
  background: linear-gradient(to right, #fffbd7, #dbfff3);
  border: none;
  text-align: center;
  padding: 10px;
}
#promo-details-model {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  background-color: rgba(20, 42, 53, 0.7);
  overflow-x: hidden;
  transition: 0.5s;
}
#promo-details-model .modal-dialog {
  top: 10%;
  max-width: 51%;
}
@media screen and (max-width: 767px) {
  #promo-details-model .modal-dialog {
    top: 6%;
    max-width: 80%;
    margin: 0px auto;
  }
}
/* NEW INSTRUCTOR 2018 */
.btn.btn-white,
a.btn.btn-white {
  color: #080808;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.btn.btn-white,
a.btn.btn-white {
  border-radius: 3px !important;
}
#showcourses,
#showdiscipline,
#home_browseButton {
  padding: 36px;
  background: white;
  margin-top: -6px;
  border-radius: 6px;
}
.discipline-textbox ul li.course-lvl-1 a,
.discipline-home-textbox ul li a,
.jumbotron-textbox ul li.course-lvl-1 a,
.jumbotron-home-textbox ul li a {
  color: #080808;
}
.discipline-textbox ul li.course-lvl-1,
.jumbotron-textbox ul li.course-lvl-1 {
  border-top: solid 6px #a2d6dd66;
  font-weight: 700;
  font-size: 1.2em;
  border-bottom: 0;
  margin-top: 16px;
}
.discipline-textbox ul li a,
.jumbotron-textbox ul li a {
  color: #080808;
  font-size: 0.9em;
}
#product-specs a.accordion-toggle .expand-plus-caret-down,
#instructor a.accordion-toggle .expand-plus-caret-down {
  border-top: 6px solid #080808;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-bottom: 6px;
  margin-right: 6px;
  margin-top: 9px;
  margin-left: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-bottom: 0;
}
#product-specs a.accordion-toggle.collapsed .expand-plus-caret-down,
#instructor a.accordion-toggle.collapsed .expand-plus-caret-down {
  transform: rotate(-90deg) !important;
}
#showcourses a.accordion-toggle .expand-plus-caret-down,
#home_browseButton {
  margin-left: 0px !important;
}
.jumbotron .discipline-textbox h1 {
  font-size: 3.8em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  line-height: 1;
  text-shadow: 2px 2px 0px #50a4b5, 4px 4px 0px #fff;
  margin-bottom: 24px;
}
.jumbotron .discipline-textbox h1 {
  text-shadow: 1px 1px 0px #a2d6de, 3px 3px 0px rgba(94, 172, 189, 0.8) !important;
  margin-bottom: 16px !important;
}
.jumbotron h1,
.jumbotron .h-size1 {
  color: #142a35;
}
@media only screen and (min-width: 992px) {
  #product-specs .expand-plus-caret-down,
  #instructor .expand-plus-caret-down {
    background: none;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    position: relative;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
  }
}
/* NEW 2018*/
.container-menu {
  position: relative;
  overflow: hidden;
}
.menu-trigger {
  width: 100%;
  font-size: 0.9em;
  padding: 5px 2px;
  color: white;
  border-left: none !important;
}
.menu-trigger:hover,
.menu-trigger:focus {
  transform: scale(0.8);
}
#nav-icon4 {
  width: 30px;
  height: 16px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 2px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4.mp-level-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 2px;
}
#nav-icon4.mp-level-open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.mp-level-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 2px;
  top: 20px;
}
.mp-pusher {
  position: relative;
  left: 0;
  min-height: 100%;
}
.mp-pusher::after,
.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}
.mp-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 320px;
  min-height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  overflow: hidden;
}
.mp-level {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 346px;
  min-height: 100%;
  background: #142A35;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2 !important;
}
/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0;
}
.mp-pusher::after,
.mp-level::after {
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}
.mp-level::after {
  z-index: -1;
}
.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  min-height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mp-level.mp-level-overlay {
  cursor: pointer;
}
.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  min-height: 100%;
  background: transparent;
  opacity: 1;
}
.mp-pusher,
.mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 320px;
}
.mp-menu h2 {
  margin: 0;
  padding: 1.5em 1.2em 1.2em 1.2em;
  color: white;
  font-weight: 300;
  font-size: 2em;
}
.mp-menu h2 a {
  color: white;
}
.mp-menu h2 a::after {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  content: "\e080";
  right: 10px;
  font-size: 1em;
  color: white;
}
.mp-menu.mp-overlap h2::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 3px;
  font-size: 0.875em;
}
.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.mp-menu ul li > a {
  display: block;
  padding: 1em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  font-size: 1em;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  color: white;
}
.mp-menu ul li::before {
  position: absolute;
  left: 10px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.2);
  line-height: 3.5;
}
.mp-level > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}
.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0);
}
/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
.mp-back {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  font-size: 0.8em;
  padding: 1em 1.5em;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  width: 320px;
}
a.mp-back:hover,
a.mp-back:focus {
  color: white;
}
.mp-back::after {
  position: absolute;
  content: " \2190";
  right: 10px;
  font-size: 1.3em;
  color: white;
}
.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
  background: transparent;
  box-shadow: none;
  color: transparent;
}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
/*.no-csstransforms3d .mp-pusher, .no-js .mp-pusher {
	padding-left: 320px;
}*/
.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none;
}
.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block;
}
@media (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__top .banner__component img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  footer {
    padding: 16px;
    background: #637a86;
    margin-top: 0px;
    color: white;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    font-size: 12px;
  }
  .footer__top .banner__component img {
    display: block;
  }
}
#homepage-course-callouts {
  margin-top: 36px;
  margin-bottom: 16%;
}
.list-item-3col-max div.content {
  flex: 1;
  display: flex;
}
.discipline-cover {
  margin: auto;
  max-height: 100%;
}
.list-item-3col-max {
  width: 33.33333333% !important;
}
.collapsed .bottom:after {
  content: '';
  display: inline-block;
  margin-top: 0.7em;
  width: .8em;
  height: .8em;
  border-top: 0.2em solid #142A35;
  border-bottom: 0;
  border-right: 0.2em solid #142A35;
  border-left: 0;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.collapsed .bottom:after {
  z-index: -1;
  position: relative;
}
.bottom:after {
  /* content: '';*/
  display: inline-block;
  margin-top: 1em;
  width: .8em;
  height: .8em;
  border-bottom: 0.2em solid #080808;
  border-top: 0;
  border-right: 0;
  border-left: 0.2em solid #080808;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.collapsed .bottom {
  display: inline-block;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 0.2em solid #142a35;
  background: none;
}
.bottom {
  display: inline-block;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 0.2em solid #a2d6dd;
  background: #a2d6dd;
}
.btn.btn-white:hover,
a.btn.btn-white:hover,
btn.btn-white:focus,
a.btn.btn-white:focus {
  opacity: 1;
  background: #205460;
  color: #ffffff;
  border: 1px solid #205460;
}
@media only screen and (min-width: 992px) {
  .search-empty .content-margin.wide {
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    padding: 70px 0px 230px 80px;
  }
}
.discipline-filters {
  margin-top: 48px;
  margin-bottom: -55px;
  margin-left: 20px;
}
.panel-price .accordion-toggle .panel-heading {
  padding-bottom: 33px !important;
}
.tab-pane .panel-price .isbn {
  margin-top: -33px !important;
  padding-left: 35px;
  padding-bottom: 0px;
}
.radioChecked .radio .isbn {
  padding-left: 0px;
}
.tab-pane .panel-price .panel-collapse {
  margin-top: 12px !important;
}
.panel-default.panel-price p.isbn {
  font-size: 12px;
  color: #546e7a;
  font-weight: 400;
  margin: 0;
  text-transform: none;
}
/* SS-7534 */
#browse-btn-group .btn {
  margin-bottom: 0px !important;
}
#browse-btn-group .accordion-toggle {
  line-height: 39px !important;
}
#discipline .discipline-textbox ul li {
  padding: 5px 0 !important;
}
.discipline-textbox ul {
  padding: 0 16px !important;
  margin-bottom: 0 !important;
}
.link-course {
  text-decoration: underline;
  padding-left: 15px;
  font-weight: bold;
  display: inline;
  float: left;
}
@media (max-width: 380px) {
  .link-course {
    margin-right: 93px;
  }
}
/* SS-7311  */
.list-digital {
  display: block;
  padding-top: 10px;
  margin-top: 16px !important;
  border-top: none !important;
}
.list-digital-label {
  max-width: 20px !important;
  display: inline-block !important;
  margin-right: 5px;
}
.discipline-textbox ul.course-lvl-3 li a,
.jumbotron-textbox ul.course-lvl-3 li a {
  margin-left: 24px !important;
  color: #455A64;
}
#colorbox {
  outline: 0;
}
#list-ad {
  background-color: #142A35;
  color: white;
}
/* Studentstore sign in Start */
.studentstoresignin {
  color: black !important;
  background: #ffffff !important;
  font-weight: bold !important;
  height: 50px !important;
  box-shadow: none !important;
  outline: none !important;
  text-transform: uppercase;
}
.SSdropdownli {
  color: black !important;
  font-weight: bold !important;
  padding: 10px 20px;
  text-align: left !important;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.stdstrsigninbtn[aria-expanded="true"] .caret {
  transform: rotate(180deg);
}
.SSdoubleslash {
  color: gainsboro !important;
}
.sshr {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border: 0;
  border-top: 2px solid gainsboro;
}
.SSdropdown {
  background: #ffffff !important;
  left: 0 !important;
  font-weight: bold !important;
  border: none;
}
.carretmargin {
  margin-left: 5px !important;
}
@media only screen and (min-device-width: 992px) {
  .lisigninss {
    padding-top: 10px;
  }
  .lisignssdrdn {
    top: 60px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .lisigninss {
    padding-top: 10px;
  }
  .lisignssdrdn {
    top: 60px;
  }
}
/* Studentstore sign in End */
.neweditionavailable {
  margin-left: 10px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  border-bottom: 2px solid !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #00758E !important;
}
.neweditionavailable:hover {
  text-decoration: none !important;
}
#pageMinHeight {
  margin-bottom: 0px !important;
  padding-bottom: 48px;
}
.accountorderalertmg {
  margin-bottom: 10px !important;
}
.neweditionavailable:focus {
  text-decoration: none !important;
}
/* FOOTER SOCIAL ICONS CSS UPDATES */
.facebookimgli {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: 5px;
}
.facebookimgli img {
  max-width: 35px;
}
@media only screen and (max-width: 767px) {
  .facebookimglivis {
    visibility: visible !important;
    display: block !important;
    float: left !important;
    margin-right: 10px;
    max-width: 40px !important;
  }
  .listdeskmar > li {
    border-bottom: 0px !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .facebookimglivis {
    visibility: visible !important;
    display: block !important;
    float: left !important;
    margin-right: 10px;
    max-width: 40px !important;
  }
  .listdeskmar > li {
    border-bottom: 0px !important;
  }
}
@media (max-width: 639px) {
  .pagination {
    width: auto !important;
  }
}
/* SS-7437 CSS */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 5;
  color: white !important;
  background-color: #00758E !important;
  border-color: #cff3f9;
  transform: scale(1.1);
}
.pagination > li > a,
.pagination > li > span {
  padding: 12px 12px !important;
  width: 48px !important;
  height: 46px !important;
}
#pagination-id .pagination > li > a,
.pagination > li > span {
  font-size: 17px !important;
}
.pagination-href {
  font-size: 17px !important;
}
.Bootstrappage {
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}
.selected-filters .btn.btn-primary {
  padding-top: 0px !important;
}
.selected-filters .btn.btn-default:hover,
.selected-filters a.btn.btn-default:hover,
.selected-filters a.btn.btn-default:focus {
  opacity: 0.8 !important;
  box-shadow: inset 0 0 0 3px #45a5b5 !important;
  -webkit-transition: box-shadow 0.2s ease-in !important;
  transition: box-shadow 0.2s ease-in !important;
  color: white !important;
  background: #205460 !important;
}
.selected-filters .btn,
.selected-filters .list-specs .btn-primary {
  text-transform: none !important;
  border-radius: 3px !important;
}
.selected-filters .btn-default {
  padding: 8px 15px 7px 25px !important;
}
.selected-filters {
  margin: 48px 15px -14px !important;
}
@media only screen and (max-width: 767px) {
  .selected-filters {
    margin: 18px 15px 18px !important;
  }
}
.thankyoudesk {
  font-size: 38px;
  color: #0B171D !important;
  font-family: Source Serif Pro Bold !important;
  margin-top: 5px;
}
.yourreturndesk {
  font-size: 24px;
  color: #0B171D !important;
  font-family: Source Sans Pro Semibold !important;
}
.pagination > .active > span {
  z-index: 0;
}
.terms-n-condition {
  background-color: #eff2f3;
  padding: 7px 15px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 10px;
  margin-top: -20px;
  margin-left: 10px;
  margin-right: 10px;
}
.list-digital-label {
  max-width: 25px !important;
  display: inline-block !important;
  margin-right: 5px;
}
.surface-heading-two {
  font-family: Source Sans Pro !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 23px !important;
  color: #0B171D !important;
  margin-left: 10px;
}
.promo-code-box-all {
  background: #eff2f3;
  margin-left: 10px !important;
  margin-right: 10px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}
.surface-cancel {
  background: #FFFFFF !important;
  border: 1px solid #00758E !important;
  font-family: Source Sans Pro !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 23px;
  text-align: center;
  color: #00758E !important;
}
.firstnameinputaddress {
  border-color: #D9534F !important ;
}
.content input[type=checkbox]:checked {
  background: #00758e url(../images/check_orderSummary.svg) no-repeat center center;
  background-size: 10px 12px;
  border-color: transparent;
}
.tooltip-icon {
  margin-left: 2px;
  margin-bottom: 3px !important;
  width: 14px !important;
  display: inline-block !important;
  margin-bottom: 3px;
}
.tooltip-inner {
  width: 20em;
  white-space: normal;
}
.bottom {
  border: none !important;
  background: none !important;
}
.tooltip.bottom {
  padding: 5px 0px 0px 0px !important;
  margin-top: -1px !important;
  margin-left: -1px !important;
}
.search-result-ss-mbl {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: Source Sans Pro;
  font-size: 16px;
  color: #000000;
}
.cart-yoursection {
  margin-bottom: 15px;
}
.mp-pushed .homeSearch_digitalFlow .jumbotron .jumbotron-textbox {
  z-index: 0 !important;
}
.mp-pushed .panel-group .panel-facet-index {
  z-index: 0 !important;
}
/*smart edit alignment fix*/
.Macmillan_Footer_Logo {
  margin-left: 868px;
  right: 0px;
  bottom: 0px;
}
.digital-flow-slot {
  margin: 10px auto;
  max-width: 220px;
}
.switch-site {
  margin-left: 1200px;
  width: 300px;
  right: 0px;
  top: -10px;
}
.site-tab {
  max-width: 400px;
  left: 0px;
  height: 10px;
}
.nav-bar {
  left: 0px;
  max-width: 300px;
}
.checkout-Popup-height {
  max-height: 200px;
  overflow: scroll;
}
footer .container-fluid > img {
  display: none !important;
}
.footer__top .row img {
  padding-left: 0px !important;
}
#mark-paypal-button .paypal-buttons-label-paypal {
  display: inline-block !important;
  min-width: 120px !important;
}
#mark-paypal-button .paypal-buttons-label-pay {
  display: inline-block !important;
  width: 174px !important;
}
#mark-paypal-button .paypal-buttons-label-checkout {
  display: inline-block !important;
  width: 174px !important;
}
#mark-paypal-button .paypal-buttons-label-buynow {
  display: inline-block !important;
  width: 174px !important;
}
.achieve-order-confirmation-button {
  margin-left: 10px !important;
  font-weight: 600 !important;
  color: #080808 !important;
  background: transparent !important;
  border: 1px solid #00758E !important;
}
.cart-new-content {
  padding: 20px !important;
  background: #EFF2F3 !important;
}
.cart-new-paragraph-content {
  margin-left: 30px !important;
  margin-top: -23px !important;
}
.cart-new-span-content {
  font-family: Source Sans Pro !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #0B171D !important;
}
.ss-legal_blank-template {
  margin-bottom: -80px !important;
  margin-top: -90px !important;
  padding: 20px;
}
.return-btn-disable {
  cursor: default !important;
  color: #00758E !important;
  border: 1px solid #00758E !important;
}
.return-order-btn-disable {
  cursor: default !important;
  color: #00758E !important;
  background: #FFFFFF !important;
  border: 1px solid #00758E !important;
}
.return-btn-disable:hover {
  opacity: 0.65 !important;
  box-shadow: none;
  cursor: default;
  border: 1px solid #00758E !important;
}
.return-order-btn-disable:hover {
  opacity: 0.65 !important;
  cursor: default !important;
  color: #00758E !important;
  box-shadow: none;
  background: #FFFFFF !important;
  border: 1px solid #00758E !important;
}
.return-btn-disable:hover + .return-note {
  color: red !important;
}
.return-order-btn-disable:hover + .return-note {
  color: red !important;
}
.return-note {
  font-size: 13px;
}
.order-confirmation-achieve-page .lead {
  color: #080808 !important;
  font-weight: 500 !important;
  font-size: 24px !important;
}
.order-confirmation-achieve-page .order-email {
  font-size: 18px !important;
  color: #080808 !important;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .return-item-achieve {
    margin-right: 10px !important;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .return-item-achieve {
    margin-right: 222px;
    margin-bottom: 10px;
  }
}
.form-horizontal #applepay {
  display: none;
}
.form-horizontal #venmo,
.form-horizontal #venmo-button {
  display: none;
}
.alert-dismissible-new {
  padding: 2px !important;
}
.alert-icon-new {
  top: 3px !important;
}
.alert-pdp-new_content {
  font-size: 12px !important;
  font-weight: 600 !important;
  vertical-align: text-top !important;
  padding-left: 43px !important;
}
.productdetailscartissues {
  overflow: scroll !important;
}
.floatRight-backButton {
  float: right !important;
}
.inline-backButton {
  display: inline-block !important;
}
#progress-container {
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  height: 20px;
}
#progress-bar {
  width: 0%;
  height: 100%;
  background-color: #DA1B2C;
}
.addressEntry {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payment-method-section {
  padding-left: 20px;
}
.update-payment-method {
  display: block;
  margin: 0 auto;
  width: 90%;
}
.payment-method-error {
  margin-top: -23px;
  margin-bottom: 15px;
}
.card-submit,
.cancel-method,
.paypal-submit,
.gpay-submit {
  margin-top: -10px !important;
  height: 35px;
  line-height: 32px;
}
.google-pay-button-container {
  text-align: right !important;
  float: right !important;
  width: auto !important;
  height: 40px !important;
}
#gpay-button-online-api-id {
  height: 47px !important;
}
#google-pay-button {
  margin-left: 10px !important;
}
.gpay-card-info-container {
  padding: 3px !important;
}
.clock.flag-mbl-li {
  display: none !important;
}
