/* Comment Generated by Combres - Resource '/CSS/Less/branding.less' (Mode: Static) */.sans {
  font-family: 'Roboto', Arial, sans-serif;
}
.serif {
  font-family: 'Roboto Slab', Georgia, serif;
}
.verdana {
  font-family: Verdana, sans-serif;
}
.bold {
  font-weight: bold;
}
.plaintext {
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.small {
  font-size: 12px;
}
/* Comment Generated by Combres - Resource '/CSS/Less/helpers.less' (Mode: Static) */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearAll {
  clear: both;
}
.border-box {
  box-sizing: border-box;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.block {
  display: block !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.hide {
  display: none;
}
.center {
  text-align: center;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.unselected {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.separator {
  font-weight: bold;
  color: #eeeeee;
}
.separatorSpecial {
  font-weight: bold;
  color: #999999;
}
/* Comment Generated by Combres - Resource '/CSS/site-global.less' (Mode: Static) */
body {
  font-size: 15px;
  color: #333333;
  font-family: 'Roboto', Arial, sans-serif;
  margin: 0px auto;
}
.mask {
  background: black;
  opacity: 0.5;
}
h1,
.h1 {
  font-size: 25px;
  margin: 0 0 10px 0;
}
h2,
.h2 {
  font-size: 20px;
  margin: 0 0;
}
h3,
.h3 {
  font-size: 16px;
  margin: 0 0;
}
h4,
.h4 {
  font-size: 16px;
  margin: 0 0;
}
h5,
.h5 {
  font-size: 14px;
  margin: 0 0;
}
p {
  margin: 0 0;
}
.masthead {
  width: 100%;
  background: #555555;
}
.masthead .accountNavBar {
  margin: 0 auto;
  height: 30px;
}
.icon-user {
  margin-right: 5px;
}
.navbar {
  font-size: 12px;
}
.navbar ul {
  float: left !important;
}
.navbar ul li {
  float: left !important;
}
.navbar ul li a {
  display: block;
}
.navbar ul,
.navbar ul ul {
  float: left !important;
  z-index: 10000 !important;
}
.global-nav-menu {
  margin: 0 auto;
}
.global-nav-menu .left a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  line-height: 30px;
  color: #e8eaee;
}
.global-nav-menu .left a img {
  vertical-align: middle;
  margin-right: 10px;
}
.global-nav-menu .left a:hover {
  text-decoration: none;
}
.global-nav-menu .sign-in-area {
  float: right;
  color: white;
  line-height: 32px;
  font-size: 14px;
}
.global-nav-menu .sign-in-area i {
  line-height: 32px;
}
.siteUserInfo {
  line-height: 30px;
}
.siteUserInfo #divUsernameLoggedIn span,
.siteUserInfo #divUsernameLoggedIn div {
  line-height: 24px;
}
.accountNavBar span,
.accountNavBar a {
  font-weight: bold;
  color: white;
}
#globalHeader_divMyAccountLink a {
  font-weight: bold;
  color: #4f7fc5;
}
.siteHeader {
  position: relative;
  z-index: 2;
  background: #3e72bc;
  background-color: #0e4fab;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#397ac7), to(#0e4fab));
  background-image: -moz-linear-gradient(#397ac7, #0e4fab);
  background-image: -ms-linear-gradient(#397ac7, #0e4fab);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #397ac7), color-stop(100%, #0e4fab));
  background-image: -webkit-linear-gradient(#397ac7, #0e4fab);
  background-image: -o-linear-gradient(#397ac7, #0e4fab);
  background-image: linear-gradient(#397ac7, #0e4fab);
}
.siteHeader .header-wrap {
  margin: 0 auto;
}
.siteHeader .left {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.siteHeader .menu-wrap {
  font-family: 'Roboto Slab', Georgia, serif;
}
.siteHeader .menu-wrap .mobile-menu {
  display: none;
  float: right;
  padding: 10px;
  color: white;
  background: #5276ba;
  font-size: 16px;
}
.siteHeader .menu-wrap ul {
  list-style-type: none;
  background: #5276ba;
  padding: 0;
  float: right;
}
.siteHeader .menu-wrap ul li {
  float: left;
  padding: 5px 0;
}
.siteHeader .menu-wrap ul li a {
  color: white;
  font-size: 18px;
  line-height: 24px;
  padding: 0 16px;
  border-left: 1px dotted white;
}
.siteHeader .menu-wrap ul li a:hover {
  text-decoration: none;
}
.siteHeader .menu-wrap ul li:first-of-type a {
  border-left: none;
}
.siteHeader .menu-wrap ul li:hover {
  background: #7693c9;
}
.advertisingBlocks a {
  color: #333333;
}
.advertisingBlocks a:visited,
.advertisingBlocks a:hover,
.advertisingBlocks a:active {
  color: #333333;
}
.advertisingBlocks a:visited {
  color: #1a1a1a;
}
.advertisingBlocks a:hover,
.advertisingBlocks a:active {
  color: #4d4d4d;
}
.sprite-globalHeader {
  display: inline-block;
  *display: inline;
  zoom: 1;
  *padding-bottom: 1px;
  background-color: transparent;
}
.sprite-globalHeader {
  background-image: url('/Images/sprites/sprite_globalHeader.png');
  background-repeat: no-repeat;
}
.sprite-ad_label_vert {
  background-position: 0 8px;
  width: 11px;
  height: 90px;
  position: absolute;
  top: 10px;
  left: 105px;
}
.footerWrap {
  background: #1b1b1b;
}
.footer {
  margin: 0 auto;
}
.footer ul {
  padding-left: 0;
  list-style: none;
}
.footer li a {
  color: #999999;
}
.site-theme-footer {
  color: white;
  padding: 3rem 0 0 0;
}
.global-footer-link-wrap {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
}
.global-footer-link--container {
  width: 70%;
  zoom: 1;
}
.global-footer-link--container:before,
.global-footer-link--container:after {
  content: "";
  display: table;
}
.global-footer-link--container:after {
  clear: both;
}
@media all and (max-width: 1200px) {
  .global-footer-link--container {
    width: 100%;
  }
}
.global-footer-social {
  width: 30%;
  zoom: 1;
}
.global-footer-social:before,
.global-footer-social:after {
  content: "";
  display: table;
}
.global-footer-social:after {
  clear: both;
}
@media all and (max-width: 1200px) {
  .global-footer-social {
    display: block;
    width: 100%;
    margin-top: 1rem;
    zoom: 1;
  }
  .global-footer-social:before,
  .global-footer-social:after {
    content: "";
    display: table;
  }
  .global-footer-social:after {
    clear: both;
  }
  .global-footer-social .global-footer-site-details {
    float: left;
  }
  .global-footer-social .footer-logo-container {
    padding-top: 1rem;
    float: right;
    width: calc(37%);
  }
}
@media all and (max-width: 800px) {
  .global-footer-social .global-footer-site-details {
    float: none;
    margin-bottom: 2rem;
  }
  .global-footer-social .footer-logo-container {
    padding-top: 0;
    float: none;
    width: 100%;
  }
}
.global-footer-link-list {
  float: left;
  margin-right: 2rem;
  width: calc(28%);
}
.global-footer-link-list li {
  margin: 0 0 .65rem 0;
  padding: 0;
  font-size: .9375rem;
  list-style-type: none;
  line-height: 1.3em;
}
@media all and (max-width: 800px) {
  .global-footer-link-list {
    width: calc(42%);
  }
  
  .global-footer-link-list.careers {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .global-footer-link-list {
    width: 100%;
  }
}
.list-title {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: .1rem;
}
.contact li.list-title {
  margin-top: 2rem;
}
.contact li.list-title.contact-address {
  margin-top: 0;
}
.footer .button {
  display: inline-block;
  background: #945aa6;
  padding: .751rem 1rem .5rem;
  color: white;
  width: 250px;
  max-width: 100%;
  min-width: 230px;
  line-height: 1;
  text-transform: capitalize;
  margin: 2rem 0 0 0;
}
.footer .button:hover {
  background: #844799;
}
@media all and (max-width: 400px) {
  .footer .button {
    width: 190px;
  }
}
.footer-email {
  height: 1.5em;
  width: 1.5em;
  margin-right: .5rem;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  background-image: url("/Images/icons/footer-email.svg");
}
.footer-catalog {
  height: 1.5em;
  width: 1.5em;
  margin-right: .5rem;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  background-image: url("/Images/icons/footer-catalog.svg");
}
i {
  background-repeat: no-repeat;
  display: block;
  display: block;
  height: 1.5em;
  width: 1.5em;
}
.social-facebook {
  background-image: url("/Images/icons/social-facebook.svg");
}
.social-googleplus {
  background-image: url("/Images/icons/social-googleplus.svg");
}
.social-instagram {
  background-image: url("/Images/icons/social-instagram.svg");
}
.social-pinterest {
  background-image: url("/Images/icons/social-pinterest.svg");
}
.social-twitter {
  background-image: url("/Images/icons/social-twitter.svg");
}
.social-youtube {
  background-image: url("/Images/icons/social-youtube.svg");
}
.social-icons {
  margin-top: 0;
}
.social-icons .list-title {
  display: block;
  width: 100%;
  margin-bottom: .65rem;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: .5rem;
}
.social-icons .social-link {
  display: inline-block;
  height: 2.25em;
  width: 2.25em;
  background: white;
  position: relative;
}
.social-icons .social-link:hover {
  background: #ccccca;
}
.social-icons .social-icon {
  background-repeat: no-repeat;
  display: block;
  height: 1.5em;
  width: 1.5em;
  position: absolute;
}
.social-icons .social-facebook {
  top: 6px;
  left: 12px;
}
.social-icons .social-twitter {
  top: 7px;
  left: 6px;
}
.social-icons .social-googleplus {
  top: 9px;
  left: 6px;
}
.social-icons .social-youtube {
  top: 9px;
  left: 5px;
}
.social-icons .social-pinterest {
  top: 5px;
  left: 8px;
}
.social-icons .social-instagram {
  top: 5px;
  left: 5px;
}
.footer-logo-container {
  padding-top: 5rem;
}
.footer-logo-container img {
  max-width: 100%;
}
.global-footer-site-info a {
  display: block;
  height: 40px;
  margin-bottom: 10px;
  width: 270px;
}
.global-footer-bottom {
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  background-color: #020202;
  color: white;
  padding: 2rem;
}
.global-footer-bottom .global-footer-site-details {
  max-width: 1340px;
  margin: auto!important;
  padding: 0 25px!important;
}
.global-footer-bottom .global-footer-site-details li {
  display: inline-block;
  padding-right: 2rem;
  margin: 0 0 .5rem 0!important;
}
.hide {
  display: none;
}
/* Comment Generated by Combres - Resource '/CSS/global.less' (Mode: Static) */
body {
  -webkit-font-smoothing: antialiased;
}
.masthead {
  box-sizing: border-box;
}
.pageHeader h1 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 4px solid #4569ad;
}
.pageHeader p {
  color: #e8eaee;
  margin-bottom: 20px;
}
a {
  color: #006fb7;
  text-decoration: none;
}
a:visited {
  color: #006fb7;
}
a:focus,
a:hover,
a:active {
  color: #3866a9;
  outline: 0 !important;
}
a.special {
  color: #006699;
}
a:hover {
  color: #3866a9;
  text-decoration: underline;
}
.mainContainer .button,
.mainContainer a.button {
  background: none repeat scroll 0 0 #5276ba;
  border: none;
  color: white;
  padding: 10px;
  width: auto;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
}
.mainContainer .button.bordered,
.mainContainer a.button.bordered {
  border: 4px solid #5276ba !important;
}
.mainContainer .button.create,
.mainContainer a.button.create {
  margin-top: 10px;
}
.mainContainer .button:link,
.mainContainer a.button:link,
.mainContainer .button:visited,
.mainContainer a.button:visited,
.mainContainer .button:hover,
.mainContainer a.button:hover,
.mainContainer .button:active,
.mainContainer a.button:active {
  color: white;
  text-decoration: none;
}
.mainContainer .button:hover,
.mainContainer a.button:hover {
  background: #3a5c9d;
}
.mastHead {
  padding: 20px;
  background: #f2f4f7;
}
.mainContainer {
  margin: 0 auto;
  background: white;
}
.mainContainerShadow {
  background-color: #eeece5;
  background-image: -moz-linear-gradient(#888888, #eeece5);
  background-repeat: repeat-x;
  height: 10px;
}
.error {
  color: #990000;
  font-weight: bold;
}
.screenreader-text {
  position: absolute;
  left: -10000px;
}
.contentContainer {
  padding: 20px;
  z-index: 1;
  position: relative;
}
.left.contentColumn {
  width: 600px;
  margin-right: 10px;
}
.right.portletColumn {
  width: 310px;
}
.arrow {
  width: 0;
  height: 0;
  border: 4px solid #e8eaee;
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px solid inherit;
  margin-top: 10px;
  margin-left: 10px;
}
.advertisement {
  text-align: center;
}
.advertisementHeader {
  background: url(/Images/ads/advertisement.png) no-repeat;
  margin: 0px auto 10px auto;
  display: block;
  width: 77px;
  height: 8px;
}
.breadCrumbs {
  margin-bottom: 10px;
  font-weight: bold;
}
.headerSignInContainer {
  background: #eeeeee;
}
.headerSignIn {
  color: #333333;
}
.headerSignIn span {
  font-weight: bold;
}
.headerSignIn span.user-icon {
  background: url('/Images/icons/icon_user.png') no-repeat left;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0 4px -1px;
}
.requestPasswordResetContainer {
  border: 2px solid #5276ba;
  border-radius: 5px;
  padding: 10px;
  display: none;
  position: absolute;
  background: #eeeeee;
  z-index: 999;
  -moz-box-shadow: 10px 10px 5px #888888;
  -webkit-box-shadow: 10px 10px 5px #888888;
  box-shadow: 10px 10px 5px #888888;
}
.requestPasswordReset {
  width: 620px;
}
.requestPasswordReset .field {
  margin-bottom: 10px;
}
.requestPasswordReset .field label {
  margin-right: 15px;
}
.requestPasswordReset .field input {
  width: 235px;
  border: 1px solid #5276ba;
  border-top: 1px solid black;
}
.requestPasswordReset .top {
  border-bottom: 1px solid #5276ba;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.requestPasswordReset .top h4 {
  float: left;
}
.requestPasswordReset .top a {
  font-weight: bold;
  background: url('/Images/arrow_right.png') no-repeat left;
  float: right;
  padding-left: 10px;
}
.requestPasswordReset .instructions {
  color: black;
  background: white;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
  width: 215px;
}
.requestPasswordReset .instructions a {
  font-weight: bold;
  background: url('/Images/arrow_right.png') no-repeat left;
  padding-left: 10px;
  color: #006699;
}
.requestPasswordReset .left .button {
  margin-left: 90px;
}
.infoIcon {
  background: url('/Images/buttons/b_question.png') no-repeat left;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}
.control_validation_error {
  border: 1px solid #990000;
}
.gradientBorder {
  background-color: white;
  background-image: -moz-linear-gradient(#888888, white);
  background-repeat: repeat-x;
  height: 5px;
  width: 970px;
}
.stepContainer {
  zoom: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.stepContainer:before,
.stepContainer:after {
  content: "";
  display: table;
}
.stepContainer:after {
  clear: both;
}
.stepContainer h3 {
  margin-top: 10px;
}
.stepContainer img {
  display: block;
}
.stepContainer h4 {
  margin: 10px 0;
}
ul.stepContainer {
  border: none;
  margin: 0;
  padding: 0;
}
ul.stepContainer li {
  color: #333333;
  height: 32px;
  vertical-align: middle;
  float: left;
  width: 20%;
  text-align: center;
  list-style-type: none;
  background: #e8eaee;
  border-right: 1px solid white;
  box-sizing: border-box;
}
ul.stepContainer li .left {
  width: 100%;
  margin-top: 8px;
}
ul.stepContainer li .bubble {
  display: none;
}
ul.stepContainer li.active {
  background: black;
  color: white;
}
ul.stepContainer li.active.last {
  border-right: none;
}
ul.stepContainer li.next {
  color: black;
}
ul.stepContainer li.next.last {
  border-right: none;
}
.viewMore {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  ul.stepContainer li .left {
    font-size: 11px;
  }
}
@media screen and (min-width: 641px) {
  .hide-mobile {
    display: inline;
  }
  
  .show-mobile {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .hide-mobile {
    display: none;
  }
  
  .show-mobile {
    display: inline;
  }
  
  .contentContainer {
    padding: 20px 10px;
  }
  
  ul.stepContainer {
    margin-top: 10px;
  }
  ul.stepContainer li {
    background: none;
    height: auto;
    border-top: 1px solid #5276ba;
  }
  ul.stepContainer li .left {
    color: #e8eaee;
  }
  ul.stepContainer li .left:before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #e8eaee;
    border: 1px solid #999999;
    display: block;
    margin: -20px auto 10px auto;
    content: "";
  }
  ul.stepContainer li.active {
    background: none;
  }
  ul.stepContainer li.active .left {
    display: block;
    color: #333333;
  }
  ul.stepContainer li.active .left:before {
    background: black;
    border: 1px solid #999999;
  }
}
@media screen and (min-width: 641px) and (max-width: 760px) {
  ul.stepContainer li .left {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1024px) {
  .mainContainer {
    width: 95%;
  }
  
  .left.column {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .mainContainer {
    width: 970px;
  }
  
  ul.stepContainer {
    border: none;
    margin: 0;
    padding: 0;
  }
  ul.stepContainer li {
    color: #333333;
    height: 32px;
    vertical-align: middle;
    float: left;
    width: 20%;
    text-align: center;
    list-style-type: none;
    background: #e8eaee;
    border-right: none;
  }
  ul.stepContainer li .left {
    width: 150px;
    margin-top: 8px;
  }
  ul.stepContainer li .right {
    background: url('/Images/backgrounds/progressBar.png') no-repeat -8px 0px;
    width: 32px;
    height: 32px;
  }
  ul.stepContainer li.previous .right {
    background: url('/Images/backgrounds/progressBar.png') no-repeat -40px 0px;
    width: 32px;
    height: 32px;
  }
  ul.stepContainer li.active {
    background: black;
    color: white;
  }
  ul.stepContainer li.active .right {
    background: url('/Images/backgrounds/progressBar.png') no-repeat -73px 0px;
    width: 32px;
    height: 32px;
  }
  ul.stepContainer li.active.last .right {
    background: url('/Images/backgrounds/progressBar.png') no-repeat -145px 0px;
  }
  ul.stepContainer li.next {
    color: #333333;
  }
  ul.stepContainer li.next .right {
    background: url('/Images/backgrounds/progressBar.png') no-repeat -8px 0px;
    width: 32px;
    height: 32px;
  }
  ul.stepContainer li.next.last .right {
    background: url('/Images/backgrounds/progressBar.png') no-repeat -104px 0px;
  }
}
.header-link-home {
  display: inline-block;
}
.DUP-logo {
  width: 280px;
}
@media all and (max-width: 480px) {
  .DUP-logo {
    width: 208px;
  }
}
.user-info {
  color: black;
  padding-right: 2rem;
}
.user-info i,
.user-info span {
  display: inline;
}
.detailBox {
  border: 1px solid #e8eaee !important;
}
.gdpr-cookie-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 12px 18px;
  line-height: 1.5;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  background-color: #f8f8f8;
  border: solid 1px #dadbdb;
  text-align: center;
}
@media all and (min-width: 600px) {
  max-width: 85%;
}
@media all and (min-width: 900px) {
  max-width: 647px;
  display: flex;
  justify-content: space-between;
}
.gdpr-cookie-body,
.gdpr-cookie-links_wrap {
  font-size: 14px;
  line-height: 18px;
}
.gdpr-cookie-body a,
.gdpr-cookie-links_wrap a {
  text-decoration: underline;
  color: #4688f1;
}
.gdpr-cookie-body .js-gdpr-cookie-acceptLink,
.gdpr-cookie-links_wrap .js-gdpr-cookie-acceptLink {
  font-weight: bold;
}
.js-gdpr-cookie-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: $black;
}
/* Comment Generated by Combres - Resource '/CSS/globalNav.less' (Mode: Static) */
.adBanner {
  height: 90px;
  padding: 9px 0 11px;
  position: relative;
  text-align: center;
  width: 970px;
  margin: 0 auto;
}
.topNav {
  z-index: 1000;
  position: relative;
}
.umbrellaNavBar {
  position: relative ;
  background: #eeece5;
  padding: 0 10px;
  height: 32px;
}
.umbrellaNavBar ul {
  list-style-type: disc;
}
.umbrellaNavBar ul li {
  color: #f2f4f7;
  padding: 10px 23px 10px 0;
}
.umbrellaNavBar ul li.first {
  list-style-type: none;
}
.umbrellaNavBar ul li.hasDropDown {
  background: url('/Images/sprites/article_common_sprite.png') no-repeat right -143px;
  margin-right: 11px;
}
.nav {
  width: 730px;
  height: 28px;
  padding: 0;
}
.nav > li {
  float: left;
  padding: 5px 0;
  height: 15px;
}
.nav li a {
  color: #3866a9;
  font-weight: bold;
  padding: 0 0 4px 0;
}
.nav li:hover,
.nav li a:hover {
  color: #333333;
  text-decoration: none;
}
.umbrellaNavBar .subNav {
  display: none;
  padding: 1px 0 5px 0;
  position: absolute;
  top: 35px;
  left: auto;
  z-index: 1002;
  background: #333333;
  margin-left: 5px;
}
.umbrellaNavBar .subNav li {
  clear: both;
  padding: 6px 0;
  width: 265px;
  border-bottom: 1px dotted #f2f4f7;
  margin: 0 15px;
}
.umbrellaNavBar .subNav li a,
.umbrellaNavBar .subNav li span {
  display: block;
  color: #f2f4f7;
  padding: 0;
  text-decoration: none;
}
.umbrellaNavBar .subNav strong {
  color: #f2f4f7;
  font-size: 13px;
}
.umbrellaNavBar .subNav li a:hover {
  text-decoration: none;
  color: white;
}
.umbrellaNavBar .subNav li a:hover strong {
  color: white;
}
.umbrellaNavBar .subNav li.first {
  width: 287px;
  border-bottom: 1px solid white;
  border-top: 1px solid #f2f4f7;
  margin: 0;
  padding: 8px 0 7px 8px;
  line-height: 1.2;
}
.umbrellaNavBar .subNav li.first a {
  margin-right: 0;
}
.umbrellaNavBar .subNav li.archives {
  border: 0;
  padding-left: 8px;
  padding-bottom: 2px;
  margin: 0;
}
.umbrellaNavBar .subNav li.last {
  border: 0;
}
ol.order {
  list-style: decimal;
}
.microNavBar {
  width: 100%;
}
.microNavBar ul {
  width: 100%;
  height: 15px;
  background: #999999;
  border-top: 2px solid #4f7fc5;
  list-style: disc;
  padding: 5px 0 10px 0;
  margin: 0;
}
.microNavBar ul.subNav {
  background: #999999;
  z-index: 1004;
  height: auto;
  width: 225px;
  zoom: 1;
  padding: 1px 15px 5px 15px;
  position: absolute;
  left: auto;
  display: none;
  margin: 3px 0 0 0;
  -moz-box-shadow: 2px 2px 2px #e8eaee;
  -webkit-box-shadow: 2px 2px 2px #e8eaee;
  box-shadow: 2px 2px 2px #e8eaee;
}
.microNavBar ul.subNav:before,
.microNavBar ul.subNav:after {
  content: "";
  display: table;
}
.microNavBar ul.subNav:after {
  clear: both;
}
.microNavBar ul.subNav li {
  height: 20px !important;
  padding: 4px 0;
  width: 225px;
  display: block !important;
}
.microNavBar ul.subNav li span.arrow {
  margin-top: 0 !important;
}
.microNavBar ul.subNav li a {
  border: none !important;
  margin-top: none !important;
}
.microNavBar ul.subNav li:first-child {
  margin: -3px 0 0 0px !important;
  padding-top: 8px;
}
.microNavBar ul li {
  height: 18px !important;
  color: white;
  display: block;
  line-height: 19.5px;
}
.microNavBar ul li.active {
  background-image: url('/Images/sprites/article_common_sprite.png');
  background-position: -9999px -272px;
  background-repeat: no-repeat;
}
.microNavBar ul li.clearfix {
  list-style: none;
}
.microNavBar ul li:first-child {
  margin-left: 10px;
  list-style: none;
  border-left: none;
}
.microNavBar ul li:first-child a {
  border-left: 0;
}
.microNavBar ul li.hasDropDown {
  background: url('/Images/sprites/article_common_sprite.png') no-repeat right -154px;
  padding: 5px 25px 5px 0;
  height: 10px !important;
  margin: 2px 0 0 0 !important;
}
.microNavBar ul li.hasDropDown a {
  margin-top: -7px;
}
.microNavBar ul li.hasDropDown:hover ul.subNav {
  display: block !important;
}
.microNavBar ul li.bookDrop {
  background: url('/Images/sprites/article_common_sprite.png') no-repeat right -154px;
  padding: 5px 25px 5px 0;
  height: 10px !important;
  margin: 2px 0 0 0 !important;
}
.microNavBar ul li.bookDrop a {
  margin-top: -7px;
}
.microNavBar ul li.bookDrop:hover ul.subNav {
  display: block !important;
}
.microNavBar ul li a {
  font-size: 13px;
  padding: 0px 10px;
  border-left: 1px solid white;
  color: white;
  font-weight: bold;
}
.microNavBar ul li a:hover {
  text-decoration: none;
  color: #f2f4f7;
}
.microNavBar .active a {
  color: white;
  font-weight: bold;
  padding-bottom: 6px;
}
.microNavBar a:hover,
.microNavBar a:active,
.microNavBar a:focus {
  color: white;
  text-decoration: none !important;
}
.microNavBar .subNav li span {
  font-size: 13px;
  width: 200px;
  display: block;
  color: white;
  padding: 0;
  text-decoration: none;
}
.microNavBar .subNav strong {
  color: white;
}
.microNavBar .subNav li a:hover {
  text-decoration: none;
  color: #f2f4f7;
}
.microNavBar .subNav li a:hover strong {
  color: white;
}
.microNavBar .subNav li.first {
  margin: -1px 0 0;
  padding: 8px 0 7px 8px;
  line-height: 1.2;
}
.microNavBar .subNav li.first a {
  margin-right: 0;
  color: #eeeeee;
}
.microNavBar .subNav li.archives {
  border: 0;
  padding-left: 8px;
  margin: 0;
}
.microNavBar .subNav li.last {
  border: 0;
}
.microNavBar ul.subNav {
  border-top: none;
}
.microNavBar .subNav li span.arrow {
  width: 0;
  height: 0;
  border: 4px solid white;
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px solid inherit;
  margin: 4px 10px 0 0;
}
.microNavBar ul li {
  height: auto;
}
/* Comment Generated by Combres - Resource '/CSS/font.css' (Mode: Static) */
@font-face {
  font-family: ajot_icons;
  src: url("/CSS/fonts/ajot_icons.eot?dgm16j");
  src: url("/CSS/fonts/ajot_icons.eot?#iefixdgm16j") format("embedded-opentype"), url("/CSS/fonts/ajot_icons.woff?dgm16j") format("woff"), url("/CSS/fonts/ajot_icons.ttf?dgm16j") format("truetype"), url("/CSS/fonts/ajot_icons.svg?dgm16j#ajot_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*="icon-"] {
  font-family: ajot_icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\61";
}
.icon-search:before {
  content: "\6b";
}
.icon-share:before {
  content: "\62";
}
.icon-user:before {
  content: "\6c";
}
.icon-facebook:before {
  content: "\63";
}
.icon-twitter:before {
  content: "\6d";
}
.icon-filter:before {
  content: "\64";
}
.icon-file-pdf:before {
  content: "\6e";
}
.icon-wrench:before {
  content: "\65";
}
.icon-arrow-up:before {
  content: "\6f";
}
.icon-linkedin:before {
  content: "\66";
}
.icon-read-more:before {
  content: "\70";
}
.icon-rss:before {
  content: "\67";
}
.icon-print:before {
  content: "\71";
}
.icon-envelope-alt:before {
  content: "\68";
}
.icon-twitter2:before {
  content: "\72";
}
.icon-facebook2:before {
  content: "\69";
}
.icon-google-plus:before {
  content: "\73";
}
.icon-pinterest:before {
  content: "\6a";
}
.icon-link:before {
  content: "\74";
}
.icon-youtube:before {
  content: "\79";
}
.icon-pointer_left:before {
  content: "\75";
}
.icon-pointer_down:before {
  content: "\77";
}
.icon-pointer_right:before {
  content: "\76";
}
.icon-institution:before {
  content: "\78";
}
.icon-menu:before {
  content: "\7a";
}
.icon-plus:before {
  content: "\e600";
}
.icon-minus:before {
  content: "\32";
}
.icon-calendar:before {
  content: "\31";
}
/* Comment Generated by Combres - Resource '/CSS/cartView.less' (Mode: Static) */
.stepContainer {
  border-bottom: none;
}
.orderSummary a {
  color: #006699;
}
.codeEntry {
  padding: 10px;
  margin-bottom: 10px;
  width: 458px;
}
.codeEntry a,
.codeEntry b {
  color: #006699;
  font-weight: bold;
}
.left > .codeBox {
  font-style: italic;
}
.codeBox {
  padding: 10px;
  background: #eeeeee;
  width: 200px;
  color: black;
  margin-bottom: 10px;
}
.codeBox .field {
  width: 208px;
  border: 1px solid #3e5e9b;
  border-bottom: 1px solid #5276ba;
  margin: 10px 0;
  display: block;
}
.codeBox .explanation {
  margin-top: 10px;
  border-top: 1px solid #5276ba;
  padding-top: 10px;
}
.checkoutRelated {
  background: #eeeeee;
  padding: 20px;
  margin-top: 10px;
}
.checkoutRelated .container {
  background: white;
  padding: 10px;
  display: inline-block;
  width: 204px;
  font-weight: bold;
}
.checkoutRelated .container .price {
  display: block;
}
.checkoutRelated .container .terms {
  font-weight: normal;
  color: #999999;
}
.checkoutRelated .container .left,
.checkoutRelated .container .right {
  width: 95px;
}
.checkoutRelated .container img {
  border: 2px solid #5276ba;
}
.checkoutRelated .container .top {
  border-bottom: 1px solid #5276ba;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
.checkoutRelated .container .bottom {
  font-size: 12px;
}
/* Comment Generated by Combres - Resource '/CSS/accountOverview.less' (Mode: Static) */
.contentContainer .top {
  padding-bottom: 10px;
  border-bottom: 2px solid #f2f4f7;
  margin-bottom: 10px;
}
.customerProfileLinks {
  font-weight: bold;
}
.customerProfileLinks span {
  margin: 0 10px;
}
.editBar {
  padding: 10px;
  color: #999999;
  background: #eeeeee;
  margin: 10px 0;
  font-weight: bold;
}
.area .right {
  width: 530px;
}
.area .right .field .left {
  margin-right: 5px;
  text-align: right;
  width: 155px;
}
.area .right .field .right {
  margin-left: 5px;
  text-align: left;
  width: 325px;
  color: #333333;
}
.contentColumn .button {
  float: right;
}
/* Comment Generated by Combres - Resource '/CSS/orderSummary.less' (Mode: Static) */
.cotentContainer {
  font-size: 1rem;
}
.orderSummary:last-child {
  border-bottom: 1px solid #e8eaee;
}
.orderSummary {
  border-bottom: 1px solid #e8eaee;
}
.orderSummary h5 {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 15px;
}
.orderSummary .button {
  vertical-align: middle;
}
ul.reviewTop {
  background: #e8eaee;
  margin: 0 0;
  padding: 5px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
ul.reviewTop li {
  float: left;
  list-style-type: none;
  width: 20%;
  margin-right: 2%;
  color: black;
  text-transform: uppercase;
  font-size: 0.75rem;
  text-align: center;
}
ul.reviewTop li.first {
  width: 40%;
  text-align: left;
}
ul.reviewTop li.last {
  width: 10%;
}
ul.line {
  margin: 0 0;
  padding: 10px 5px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
ul.line:first-of-type {
  border-top: none;
}
ul.line li {
  width: 20%;
  margin-right: 2%;
  color: black;
  padding: 5px 0;
  float: left;
  list-style-type: none;
  vertical-align: top;
  text-align: center;
}
ul.line li .product {
  font-size: 14px;
}
ul.line li .productLink {
  font-size: 14px;
  display: block;
  color: #006699;
  margin-bottom: 3px;
  display: inline-block;
}
ul.line li .details {
  color: #333333;
  display: block;
  font-weight: normal;
  font-size: 12px;
}
ul.line li .details alt-title {
  visibility: hidden;
}
ul.line li .quantity {
  font-weight: normal;
  width: 48%;
  float: left;
  display: block;
  text-align: right;
}
ul.line li .updateCartButtons {
  width: 14px;
  height: 14px;
  line-height: 13px;
  border: 1px solid #3866a9;
  border-radius: 8px;
  float: left;
  margin: 1px 0 0 10px;
  text-align: center;
}
ul.line li .updateCartButtons a {
  font-size: 14px;
  color: #3866a9;
}
ul.line li .updateCartButtons a:hover {
  text-decoration: none;
}
ul.line li .updateCartButtons:hover {
  border-color: #990000;
}
ul.line li .updateCartButtons:hover a {
  color: #990000;
}
ul.line li.first {
  width: 40%;
  text-align: left;
}
ul.line li.last {
  width: 10%;
}
ul.line li.promo {
  border-bottom: 2px solid #5276ba;
}
.totalBox1,
.totalBox {
  border: 2px solid #e8eaee;
  width: 100%;
}
.totalBox1 .header,
.totalBox .header {
  background: #e8eaee;
  padding: 10px 10px 15px;
  margin-bottom: 10px;
}
.totalBox1 .totals,
.totalBox .totals {
  margin: 0;
  padding: 0;
  height: 60px;
}
.totalBox1 .line,
.totalBox .line {
  margin-bottom: 20px;
  display: block;
  text-align: center;
  color: #333333;
}
.totalBox1 .line .label,
.totalBox .line .label {
  width: 50%;
  text-align: right;
  float: left;
}
.totalBox1 .line span,
.totalBox .line span {
  width: 48%;
  float: right;
  text-align: left;
  padding-left: 5px;
}
.totalBox1 .totalBoxBottom,
.totalBox .totalBoxBottom {
  background: #e8eaee;
  padding: 15px 10px 15px;
  margin: 0px;
}
.totalBox {
  border-top: none;
}
.totalBox .totalBoxBottom .left {
  margin-top: 10px;
}
.totalBoxBottom .return-link-wrap {
  float: left;
  margin-top: 10px;
}
.totalBoxBottom .btn-wrap {
  float: right;
}
.totalBoxBottom .btn-wrap .button {
  font-size: .875rem;
}
.editableQuantity {
  width: 30px;
}
@media screen and (max-width: 480px) {
  ul.reviewTop li {
    display: none;
  }
  ul.reviewTop li.first {
    width: 100%;
    display: block;
  }
  ul.line {
    margin: 0 0;
    padding: 10px 5px;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  ul.line li {
    width: 100%;
    text-align: left;
  }
  ul.line li .quantity {
    text-align: left;
    width: auto;
  }
  ul.line li .quantity:before {
    content: "Quantity:";
    display: block;
    float: left;
    margin-right: 10px;
    font-weight: bold;
  }
  ul.line li.first {
    width: 100%;
  }
  ul.line li.first + li:before {
    content: "Terms:";
    display: block;
    float: left;
    margin-right: 10px;
    font-weight: bold;
  }
  ul.line li.last {
    width: 100%;
  }
  ul.line li.last:before {
    content: "Price:";
    display: block;
    float: left;
    margin-right: 10px;
    font-weight: bold;
  }
  
  .totalBox .totalBoxBottom .return-link-wrap {
    float: none;
    text-align: right;
    margin: 0 0 20px 0;
  }
  .totalBox .totalBoxBottom .btn-wrap {
    float: right;
  }
}
@media screen and (max-width: 760px) {
  .totalBox {
    box-sizing: border-box;
  }
}
@media screen and (min-width: 761px) and (max-width: 1024px) {
  .left.column {
    width: 53%;
  }
  
  .totalBox .line .label,
  .totalBox1 .line .label {
    width: 50%;
    text-align: right;
    float: left;
  }
  .totalBox .line span,
  .totalBox1 .line span {
    width: 48%;
    float: right;
    text-align: left;
  }
  
  .totalBox {
    width: 50%;
  }
  
  .totalBox1 {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .totalBox,
  .totalBox1 {
    width: 40%;
  }
  .totalBox .line .label,
  .totalBox1 .line .label {
    width: 50%;
  }
  .totalBox .line span,
  .totalBox1 .line span {
    width: 48%;
  }
}
