h1 {
  font-size: 24px;
  line-height: 1.4em;
  color: #9c1c19;
  font-family: Rubik, Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 22px;
  font-family: Rubik, Arial, Helvetica, sans-serif;
}
#content h1 {
  margin-bottom: 10px;
}
#headerdiv {
  padding-top: 7px;
}
#headercontent {
  min-width: 350px;
  width: 36%;
  float: left;
  font-size: 12px;
  font-weight: normal;
  color: #747474;
}
#loginheader {
  min-width: 430px;
  width: 44%;
  display: block;
  float: right;
  font-size: 12px !important;
  font-weight: normal;
  color: #747474;
}
#loginheader ul {
  float: right;
}
#loginheader ul li {
  display: inline;
  text-decoration: none;
}
#loginheader ul li a {
  text-decoration: none;
  color: #747474;
}
#loginheader ul li a:hover {
  text-decoration: none;
  color: #a7a7a7;
}
#maincontent {
  padding: 20px 30px 30px 30px;
  overflow: hidden;
}
.breadcrumb {
  display: none;
}
#column-left {
  width: 65px;
}
#content {
  width: 890px;
  padding-top: 0px;
}
#sidemain {
  border: 1px solid #e0dede;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 0px 10px #dddddd;
}
#sidemain h1 {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffffff !important;
  background-color: #3d3d3d;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
#sidemain h2 {
  background-color: #eee;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 35px;
}
#sidemain h3 {
  background-color: #eee;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 35px;
}
.redarrow:before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  margin-left: -15px;
  margin-top: -3px;
  color: #9c1c19;
  cursor: pointer;
  font-size: 20px;
}
.downredarrow:before {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  margin-left: -15px;
  margin-top: -3px;
  color: #9c1c19;
  cursor: pointer;
  font-size: 20px;
}
#sidemain h1 .firstletter {
  font-size: 20px;
}
#sidemain ul {
  padding: 5px 0 5px 3px;
}
#sidemain ul li {
  padding: 5px 10px 5px 12px;
  border-bottom: 1px solid #e0dede;
  color: #333;
  font-size: 14px;
}
#sidemain ul li:last-child {
  border-bottom: none;
}
#sidemain ul li ul li {
  padding: 0px 0px 0px 1px;
  background: none;
}
#sidemain li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #3d3d3d;
}
#sidemain li i {
  margin-left: -10px;
  position: absolute;
  font-size: 14px;
  margin-top: 5px;
}
#sidemain select {
  width: 95%;
}
#sidebar {
  display: block;
  padding: 0 10px;
}
#type_filters,
#discipline_filters,
#state_filters {
  padding-left: 0px !important;
}
#type_filters > li,
#discipline_filters > li,
#state_filters > li {
  padding-left: 0px !important;
  border: 0 !important;
  padding-right: 0px !important;
}
#type_filters > li input,
#discipline_filters > li input,
#state_filters > li input {
  margin-left: 0px;
}
#type_filters > li > ul > li,
#discipline_filters > li > ul > li,
#state_filters > li > ul > li {
  border: 0;
}
#product_details td,
#product_details th {
  font-size: 13px;
  padding-right: 0px;
  padding-left: 5px;
}
#contents {
  display: block;
  float: right;
  width: 75%;
  font-size: 14px;
}
#contents h1 {
  font-size: 18px;
  color: #4c4c4c;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 0 0 15px 0;
  background-image: none;
  margin-top: -35px;
}
#content .box-row {
  width: 100%;
  clear: both;
}
#content .box-item {
  margin: 2%;
  width: 39%;
  float: left;
  min-width: 220px;
  background-color: #f4f3f1;
  padding: 3%;
  transition: all ease-in 0.2s;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  height: 120px;
}
#content .box-item:hover {
  text-decoration: none;
  background-color: #9c1c19;
  color: #fff;
}
#content .box-item:hover .box-content p {
  color: #fff;
}
#content .box-item i {
  position: absolute;
}
#content .box-item .box-content {
  padding-left: 60px;
}
#content .box-item .box-content p {
  color: #3d3d3d;
}
#content .box-item h4 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  font-family: Rubik, Arial, Helvetica, sans-serif;
}
#sbottom {
  display: none;
  float: left;
  width: 100%;
  height: 21px;
}
form input[type="text"],
form input[type="password"],
.form input[type="text"],
.form input[type="password"] {
  height: 23px;
  width: calc(100% - 1.6rem);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #8f959e;
  border-radius: 0.5rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
form textarea {
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #8f959e;
  border-radius: 0.5rem;
}
#payment .form select,
#select,
select {
  height: 35px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #8f959e;
  border-radius: 0.5rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
#footer {
}
td,
th {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 14px;
}
th {
  font-weight: bold;
}
th:hover {
  color: #9c1c19;
}
.searchbox {
  padding: 0px 0px 0px 10px;
  color: #8c8c8c;
}
.tab-content-header-mobile {
  display: none;
}
.product-list th span {
  cursor: pointer;
}
#cart-product-options {
  text-align: center;
  width: 100%;
  clear: both;
  color: #9c1c19;
  font-size: 15px;
  padding-top: 10px;
  margin-right: 0;
}
#cart-product-options .cart-product-options-box {
  width: 250px;
  margin: 5px;
  display: inline-table;
  float: initial;
}
#cart-product-options .cart-product-options-box h3 {
  font-weight: bold;
}
#cart-product-options .cart-product-options-box .cart-product-options-box1 {
  padding: 0 20px;
  margin: 0;
  min-height: 130px;
}
#cart-product-options .cart-product-options-box .button1 {
  width: 200px;
  border-radius: 20px;
}
#tab-description {
  text-align: justify;
}
#tab-description ul,
.cart ul,
.short-description ul {
  padding-left: 30px;
  padding-right: 30px;
  list-style: square;
}
#tab-description th,
#tab-description td {
  border: 0px;
}
#tab-description p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.66;
  margin-left: 10px;
}
#tab-description ul,
.cart ul,
.short-description ul {
  list-style: square;
}
#tab-description li,
.cart li,
.short-description li {
  font-size: 15px;
  line-height: 1.66;
  margin-left: 0px;
  margin-bottom: 15px;
  list-style-type: disc;
}
#tab-description h4,
#tab-more h4,
.cart h4,
.short-description h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#tab-description #rightbox {
  width: 225px;
  text-align: center;
  float: right;
  margin-left: 25px;
  display: block;
}
#tab-description #rightbox hr {
  width: 75%;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
#tab-description #timed-monitored div,
#tab-description #overview-notice div,
#tab-description #video-timed-monitored div {
  border-radius: 25px;
  background: #dddddd;
  padding: 15px;
  width: 90%;
  border: 1px solid #333333;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  margin-top: 15px;
}
#tab-more #rightbox {
  text-align: center;
  margin-top: 20px;
}
#floating-tab-links {
  position: fixed;
  top: 200px;
  right: calc(50% - 563px);
  z-index: 9999;
  display: flex;
  flex-direction: column;
}
#floating-tab-links a {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 10px 8px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-color: #d6d6d6;
  border: none;
  border-right: 3px solid transparent;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
  margin-bottom: 10px;
}
#floating-tab-links a:hover {
  background-color: #9c1c19;
  color: #fff;
}
#floating-tab-links a.active-vertical-tab {
  background-color: #fff;
  color: #b10000;
  border-right: 3px solid #9c1c19;
}
.small-print {
  font-size: 8pt !important;
  color: #888888;
  margin-top: 35px;
}
.footer-menu-item .active1 {
  background: none !important;
  padding-left: 0px !important;
}
.footer-menu-item .sub-menu {
  position: relative;
  top: -20px;
  left: 100px;
  width: 150px;
}
.footer-menu-item .sub-menu li {
  border-bottom: none !important;
  width: 150px !important;
}
.footer-menu-item .sub-menu li a {
  border-bottom: none !important;
  padding-left: 5px !important;
}
.footer-menu-item .sub-menu li a:hover,
.footer-menu-item .sub-menu li a:focus {
  background: none !important;
  color: #666 !important;
}
.footer-menu-item .sub-menu li:last-child {
  padding-bottom: 5px;
}
#productcourse h3 {
  color: #333333;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 15pt;
  line-height: 130%;
  display: inline;
  text-align: left;
}
#preview {
  style=padding: 7px;
  width: 225px;
  text-align: center;
  margin-left: 20px;
  display: block;
  float: right;
}
#preview .previewtext {
  color: rgb(99, 99, 99);
  line-height: 110%;
  font-size: 8pt;
  margin-top: 0px;
}
#preview .previewheadline {
  color: #333333;
  line-height: 110%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}
#pdh-secondary-logo {
  display: none;
}
.category-list ul {
  width: 100%;
}
.product-list h1 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 33.9px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #4c4c4c;
  padding: 0 0 0 0;
  letter-spacing: 0.2;
}
.redlink,
a.redlink {
  color: #9c1c19;
  text-decoration: none;
}
.redlink:hover,
a.redlink:hover {
  color: #9c1c19;
  text-decoration: underline;
}
a.button1,
input.button1 {
  display: inline-block;
  position: relative;
  outline: 0;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background: #9c1c19;
  color: #ffffff;
  border-width: 0px;
  border-style: solid;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  border-color: #ffffff;
  border-radius: 5px;
  padding-left: 45px;
  text-transform: none;
}
a.button1:hover,
input.button1:hover {
  background: #262626;
  text-decoration: none;
}
a.button1:before,
input.button1:before {
  font-family: FontAwesome;
  content: "\f07a";
  position: absolute;
  margin-left: -22px;
  margin-top: -1px;
}
.show-in-mobile,
.show_in_mobile {
  display: none;
}
.show_in_desktop {
  display: block;
}
@media (max-width: 786px) {
  #headercontent,
  #loginheader #cart-total {
    display: none;
  }
  #headerdiv {
    text-align: center;
  }
  #loginheader {
    float: inherit;
    width: 100%;
    min-width: 320px;
  }
  #loginheader ul {
    float: inherit;
  }
  #loginheader {
    color: #fff;
  }
  #loginheader ul li a {
    color: #fff;
  }
  .breadcrumb {
    display: none;
    float: none;
    top: 29px;
    text-align: center;
  }
  #content .box-item {
    width: 87%;
  }
  #content-container-body h1 {
    top: -20px;
    text-align: center;
  }
  .login-content .left,
  .login-content .right {
    width: 100%;
  }
  .cart-info thead .price,
  .cart-info tbody .price {
    display: none;
  }
  #content-product-container-body .left {
    width: 100%;
  }
  #content-product-container-body .right {
    width: 100%;
    text-align: center;
    float: none;
  }
  #content-product-container-body .right img {
    width: 100%;
    padding-top: 10px;
  }
  #content-product-container-body1 .left,
  #content-product-container-body1 .right,
  #content-product-container-body1 .price,
  .product-info .cart .left,
  .product-info .cart .right {
    width: 100% !important;
    text-align: center;
  }
  .product-info .description .left,
  .product-info .description .right,
  #content-product-container-body2 .right {
    width: 100% !important;
  }
  #content-product-container1 {
    min-height: 154px;
  }
  .product-info .cart img {
    display: none;
  }
  .product-info .review .write-review {
    display: none;
  }
  .product-info .cart .left,
  .product-info .cart .right {
    padding: 15px 0;
  }
  .product-info .price .price-new1,
  .product-info .price .price-tokens {
    margin-left: 0px !important;
    display: block;
  }
  #content-product-container-body2 .right {
    text-align: center;
  }
  #tabs,
  .htabs {
    display: none;
  }
  .tab-content {
    border: none;
    padding: 0;
    float: none;
    display: none;
  }
  .tab-content-header-mobile {
    display: block;
    color: #444444;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding: 5px 25px;
    cursor: pointer;
  }
  .tab-content-header-mobile:before {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    margin-left: -15px;
    color: #9c1c19;
    font-size: 20px;
  }
  .arrow-open:before {
    content: "\f0d7";
  }
  #tab-description .review {
    width: 100%;
  }
  #tab-description .right {
    width: 100%;
    text-align: center;
  }
  #tab-description #rightbox {
    display: none;
  }
  #column-left form {
    width: 100% !important;
  }
  #sidemain_sub {
    text-align: center;
  }
  #filtercategory-div,
  #filtercategory-div select {
    width: 100%;
  }
  #filtercategory-div {
    margin-bottom: 15px;
  }
  #sidemain_sub #daterange {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  #sidemain_sub #search {
    width: 100%;
  }
  #sidemain_sub #search input {
    max-width: 100%;
    width: 100%;
  }
  #product_details td {
    border-right: 0;
  }
  .checkout-content .left,
  .checkout-content .right {
    width: 100% !important;
  }
  .show-in-mobile,
  .show_in_mobile {
    display: block;
  }
  .show_in_mobile #rightbox {
    display: block !important;
    float: inherit !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .show_in_desktop {
    display: none;
  }
  #course-tm {
    width: 98%;
  }
  #content .content .left,
  #content .content .right {
    width: 100%;
  }
}
#content.checkout-cart {
  padding: 0;
}

.checkout-cart table.radio td {
  vertical-align: middle;
}

.checkout-cart table.radio input[type="radio"] {
  margin: 10px;
}
.my10{
    margin: 10px 0;
}

@media (min-width: 420px) {
  .mini-cart-info {
    min-width: 360px !important;
  }
}
@media (max-width: 1010px) {
  #column-left,
  #sidemain,
  #trustlink {
    display: none;
  }
  #content {
    width: 100%;
  }
}
@media only screen and (max-width: 1030px) and (min-width: 1010px) {
  #maincontent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
