@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
        justify-content: center;
    }
}

.navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus {
    background-color: #ffc629;
}


.carousel-item > .carousel-caption > a > input[type="button"] {
  color: #12284c;
  }
  
  /*Bootstrap 5 compatibility CSS*/
  .dropdown-menu > li > a {
    padding: 3px 20px !important;
  }
  .pageHelp {
    display: none;
  }
  @media (min-width: 768px) {
    .navbar-nav .open .dropdown-menu > li > a {
      text-align: left !important;
    }
  }
  @media (max-width: 768px) {
    .dropdown-menu > li > a {
      text-align: center;
    }
  }
  
  
  /*|eBook Activate Fix|*/
  p#VitalSourceMessage {display: none;}
  /*|END eBook Activate Fix|*/
  
  .breadcrumb {
  display: none;
  }
  
  footer {
  display: none !important;
  }
  
  .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  }
  
  
  /*** LOGO ***/
  
  .logowidth {
  max-width:1150px;
  margin:0 auto;
  margin-top: 10px;
  }
  
  #logo {
  /* max-width: 500px; */
  /* max-width: 100%; */
 /* width: 70%; */
  }

  @media(max-width: 575px) {
    .hideColumn-sm {
      display: none !important;
    }
  }
  
  
  #headerright{
  height:102px;
  }
  
  .searchassembly{
  float:right;
  }

  #banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
  }

  #banner .logo {
    flex: 1;
    text-align: center;
    position: relative;
  }

  #banner .logo #logolink {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%);
  }

  @media (max-width: 767px) {
    #banner {
      flex-direction: column;
    }

    #banner .logo #logolink {
      position: unset;
      transform: translateY(0);
    }
  }
  
  
  /* MINICART SOCIALS AREA */
  #socials a em {
  float: left;
  padding-right: 10px;
  font-size: 20px!important;
  }
  
  #socials a em, .numberCircle{
  transition: color 0.25s ease
  }
  
  #socials em:hover, 
  .numberCircle:hover{
  color:#fbad3e;
  }
  
  #socials .fa-instagram {
  padding-right: 10px;
  }
  
  .dropbtn {
  font-size: 16px;
  border: none;
  }
  
  .dropbtn a {
  font-weight: bold;
  }
  
  #Cart{
  display:none;
  }
  
  .span-cart-items {
      position: absolute;
      font-size: 14px;
  font-weight:bold;
      color: #fff;
      z-index: 2;
      bottom: 2px;
      margin-left: 19px;
  }
  
  .cart-single-digit {
      left: 13px;
  }
  
  .cart-double-digit {
      left: 9px;
  }
  
  #itemcount{
  margin-left: -3px;
  }
  
  .socdropdown {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  
  font-family: 'Roboto Condensed', sans-serif;
  }
  
  .socdropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-family: 'Roboto Condensed', sans-serif;
  }
  
  .socdropdown-content a {
  color: #000;
  padding: 11px 15px;
  text-decoration: none;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  }
  
  .socdropdown:hover .socdropdown-content {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  }
  
  .fa-shopping-cart {
  font-size: 20px!important;
  vertical-align: top;
  color:#333;
  }
  
  .numberCircle {
  border-radius: 50%;
  behavior: url(PIE.htc);
  background: #000;
  color: #fff;
  text-align: center;
  font: 30px Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  padding: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  }
  
  .login {
  color:#000;
  padding-left: 10px;
  font-size: 15px!important;
  text-decoration: none;
  font-family: ‘Roboto Condensed’, sans-serif;
  }
  
  .login:hover {
  text-decoration:none;
  color:#fbad3e;
  }
  
  .soccontainer-1 {
  width: 250px;
  white-space: nowrap;
  float:right;
  margin-top:10px;
  }
  
  .soccontainer-1 input#q {
  z-index: 0;
  width: 100%;
  height: 35px;
  border: 1px solid #000;
  font-size: 10pt;
  color: #262626;
  padding-left: 35px;
  top: 25px;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  }
  
  .soccontainer-1 input#q::-webkit-input-placeholder,
  .soccontainer-1 input#q:-moz-placeholder,
  .soccontainer-1 input#q::-moz-placeholder,
  .soccontainer-1 input#q:-ms-input-placeholder {
  color: #000;
  }
  
  .soccontainer-1 .icon {
  position: absolute;
  margin-left: 10px;
  margin-top: 8px;
  z-index: 1;
  color: #000;
  font-size: 16px;
  }
  
  #mersearch {
  margin-left: 750px;
  width: 250px!important;
  margin-bottom: -50px;
  margin-top: -85px!important;
  height: 140px!important;
  }
  
  #abvsearch{
  width:250px!important;
  float:right;
  margin-bottom:10px!important;
  margin-top:25px !important;
  display: block;
  -webkit-transition: ease .5s; /* For Safari 3.1 to 6.0 */
  transition: ease .5s;
  cursor: pointer;
   }
  @media (max-width: 767px) {
  #logolink{
  display:flex;
  justify-content:center;
  }
  
  #logo{
  width: auto;
  height:100px;
  margin-bottom: 10px;
  }
  
  #headerright{
  height:102px;
  margin-bottom: 55px;
  }
  
  .widthcontainer{
  max-width:1170px;
  margin:0 auto;
  display:flex;
  justify-content:center;
  }
  
  .widthcontainer>.container-fluid {
  margin-top:25px;
  }
  
  #headerright>div{
  display:flex;
  justify-content:center;
  }
  }
  
  
  
  
  
  
  
  /* NAV BAR */
  #h_nav {
      min-height: 0px;
  }
  #myMenu>.container-fluid{
  padding:0 !important;
  }
  /*fullsite front face navbar */
  .navbar {
  font-family: ‘Roboto Condensed’, sans-serif;
  position: relative; 
  background-color: #12284c !important;
  }
  
  .navbar-nav{
  width:100%;
  text-align:center;
  margin: 0;
  border:none;
  }
  
  
  /*top level nav items*/
  .navbar .navbar-nav>li>a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  }
  
  .nav .navbar-nav ul {
  display: inline-block;
  text-align: center;
  }
  
  /* dropdowns on desktop */
  .dropdown-menu {
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: center;
  min-width: 160px;
  padding: 15px 0;
  margin: 0px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffc629;
  background-clip: padding-box;
  border: 1px solid #000;
  }
  
  /*top-level nav item hover*/
  .navbar .navbar-nav>li>a:hover,
  .navbar .navbar-nav>li>a:focus {
  color: #ffc629;
  background-color:  #12284c; !important
  font-size: 15px;
  font-weight: bold;
  }
  
  /*when dropdown is open and a 1st-level dropdown is hovered on*/
  .navbar .navbar-nav>.open,
  .navbar .navbar-nav>.open>a,
  .navbar .navbar-nav>.open>a:focus,
  .navbar .navbar-nav>.open>a:hover {
  background-color: #12284c !important;
  color: #ffc629;
  }
  
  /*hamburger menu*/
  .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}
  .navbar-toggler {
      margin-left: auto;
      margin-right: 20px;
  }
  .navbar-toggler:focus {
      box-shadow: none;
  }
  /*desktop hover menu*/
  .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.5;
  color: #000;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
  }
  
  /*color of top level nav when dropdwon is open*/
  .nav .open > a, 
  .nav .open > a:hover, 
  .nav .open > a:focus {
  background-color:#ffc629;
  border-color: transparent;
  color: #000;
  }
  @media (min-width: 768px) {
      .dropdown-menu ul.dropdown-menu {
      margin-top: -47px !important;
  }
  }
  /* TOGGLE HAMBURGER ICON WHEN CLOSED */
  .navbar .navbar-toggle {
  border-color: #fbad3e;
  background-color: #fff; !important
  }
  
  .navbar .navbar-toggle .icon-bar {
  background-color: #fbad3e;
  border-color: transparent;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  }  
  
  /* HAMBURGER MENU FUNCTION: X TO CLOSE */
  .navbar-toggle {
  border: none;
  background: transparent !important;
  }
  
  .navbar-toggle:hover {
  background: transparent !important;
  }
  
  .navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  }
  
  .navbar-toggle[aria-expanded="true"] span:nth-child(1){
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
  }
  
  .navbar-toggle[aria-expanded="true"] span:nth-child(2){
  opacity: 0;
  }
  
  .navbar-toggle[aria-expanded="true"] span:nth-child(3){
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
  }
  
  .navbar-toggle .collapsed span:nth-child(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  }
  
  .navbar-toggle .collapsed span:nth-child(2) {
  opacity: 1;
  }
  .navbar-toggle .collapsed span:nth-child(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  }
  
  .close,
  .close:hover,
  .close:focus {
  color:#000;
  opacity:1;
  }
  
  li.dropdown.dropdown-submenu > ul.dropdown-menu {
    background-color: #ffc629;
  }
  
  li.dropdown.dropdown-submenu > ul.dropdown-menu > li > a {
  color: #000 !important;
  }
  
  /*centers the parent fullscreen nav!*/
  @media only screen and (min-width : 1201px) {
  .navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  }
  
   .navbar-nav .open .dropdown-menu > li > a {
  color: #000;
  }
  
   .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #000;
  text-decoration:underline;
  background-color: #ffc629;
  }
  }
  
  
  /* change navbar toggle width - due to long navbar */
  @media (max-width: 1200px) {
  .navbar-header {
  float: none;
  border: transparent;
  }
  
  .navbar-left,.navbar-right {
  float: none !important;
  }
  
  .navbar-toggle {
  display: block;
  }
  
  .navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  
  .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  }
  .navbar-nav {
  float: none!important;
  margin-top: 7.5px;
  }
  
  .navbar-nav>li {
  float: none;
  }
  
  .navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  }
  
  .collapse.in{
  display:block !important;
  }
  
   .navbar-nav .open .dropdown-menu > li > a {
  color: #000;
  }
  
   .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #000;
  background-color: #ffc629;
  }
  
  .nav .navbar-nav {
  text-align: center;
  }
  
   .navbar-nav .open .dropdown-menu > li > a {
  color: #000 !important;
  float: none;
  text-align:center;
  }
  
   .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #000;
  background-color: #ffc629;
  text-deocration:underline;
  }
  }
  
  @media (max-width: 767px) {
  #navContainer{
  margin-top:0px;
  }
  
   .navbar-nav .open .dropdown-menu > li > a {
  color: #000;
  }
  
   .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #000;
  background-color: #ffc629;
  }
  }
  
  
  div .btext {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  }
  
  
  /** CAROUSEL **/
  
  /*Carousel and color behind image*/
  #myCarousel {
  padding: 0px;
  max-width: 100%;
  height:auto;
  margin:0;
  background-color:#000;
  }
  @media only screen and (min-width: 1220px) {
  #myCarousel{
  max-width: 100%;
  max-height: auto;
  margin: 0 auto;
  }  
  }
   
  /*Forces carousel image to be 100% width and not max width of 100%*/
  .carousel-item .img-fluid {
  width:100%;
  height:auto;
  }
  
  .carousel .item img {
  max-width: 100%; /*img width*/
  max-height: auto;
  display: block;
  margin: 0 auto;
  }
  @media only screen and (min-width: 1220px) {
  .carousel-inner > .item {
  height: auto;
  }
  
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%px;
  height: auto;
  }
  }
  
  @media (max-width: 979px) {
  .carousel img {
  width: auto;
  height: 500px;
  }
  }
  
  
  /*carousel hero text background*/
  .carousel-caption {
  background-color: #12284c;
  bottom: 0px;
  left: auto;
  opacity: 0.9;
  padding-left: 10px;
  right: 0%;
  text-align: right;
  width: 70%;
  height: 110px;
  }
  
  /*carousel hero background triangle on left side*/
  .carousel-caption::before {
  border-bottom: 110px solid #12284c;
  border-left: 110px solid transparent;
  position: absolute;
  top: 0px;
  left: -109px;
  width: 0;
  height: 0;
  content: "";
  }
  
  /*non-specified carousel caption color*/
  .carouselP {
  color: #fff;
  text-align:left;
  font-family: ‘Roboto Condensed’, sans-serif;
  font-size: 20px;
  font-weight: bold;
  }
  @media (max-width: 520px) {
  .carouselP {
  color:white;
  text-align:left;
  font-family: ‘Roboto Condensed’, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-left: 20px;
  }
  }
  @media screen and (min-width: 1016px) {
  .carouselP {
  color: #fff;
  text-align:left;
  font-family: ‘Roboto Condensed’, sans-serif;
  font-size: 20px;
  font-weight: bold;
  }
  }
  
  .carousel-caption a {
  color: white !important;
  font-size: 20px;
  font-weight: bold;
  }
  .carousel-caption a:hover,
  .carousel-caption a:active {
  color: white !important;
  font-size: 20px;
  text-decoration:none;
  }
  
  @media screen and (min-width: 1016px) {
  .carousel-caption a {
  color: white !important;
  font-size: 20px;
  font-weight: bold;
  }
  .carousel-caption a:hover,
  .carousel-caption a:active {
  color: white !important;
  font-size: 20px;
  text-decoration:none;
  }
  }
  
  
  .carousel-caption .btn {
  margin: 10px;
  font-family: ‘Roboto Condensed’, sans-serif;
  font-size: 20px;
  padding:8px;
  position: absolute;
  z-index: 10;
  top: 10%;
  right: 15%;
  text-shadow: none;
  }
  @media (max-width: 1000px) {
  .carousel-caption .btn {
  position: absolute;
  z-index: 10;
  top: 15%;
  right: 6%;
  align: left;
  font-size:15px;
  margin-bottom: 30px;
  }
  }
  @media only screen and (min-width: 992px) {
  .carousel-caption .btn {
  position: absolute;
  z-index: 10;
  top: 10%;
  right: 15%;
  }
  }
  @media only screen and (max-width: 600px) {
  .carousel-caption .btn {
  position: absolute;
  z-index: 10;
  top: 5%;
  right: 5%;
  align: left;
  }
  }
  @media (max-width: 520px) {
  .carousel-caption .lead,
  .carousel-caption .btn {
  font-size: 10px;
  }
  }
  
  
  
  .carousel-indicators {
  bottom: -5px !important
  }
  
  /*slide indicator default color*/
  .carousel-indicators button {
  background-color: #white !important;
  }
  
  /*slide indicator active color*/
  .carousel-indicators .active {
  background-color: ##323339 !important;
  }
  
  .carousel-control {
  width: 5% !important;
  }
  
  @media (max-width: 1000px) {
  .carousel-caption {
  text-align: center !important;
  width: 100% !important;
  padding-bottom: 0px;
  }
  
  .carousel-caption {
  opacity: 1 !important;
  position: relative;
  }    
  
  .carousel-control {
  opacity: 1 !important;
  }
  
  .carousel-indicators {
  visibility: hidden;
  }
  
  .carousel-caption::before {
  display: none;
  }
  }
  @media (max-width: 1000px) {
  .carouselP {
  color:white;
  text-align:left;
  font-family: ‘Roboto Condensed’, sans-serif;
  font-size: 18px;
  font-weight: bold;
  }
  }
  
  @media (max-width: 1000px) {
  a.carouselP {
  /*font-size: 1.5em !important; */
  margin: 0px !important;
  padding-bottom: 1px;
  color: #fff; !important
  font-family: ‘Roboto Condensed’, sans-serif;
  font-weight: bold;
  }
  }
  
  @media only screen and (max-width : 992px) {
  .carousel-caption::before {
  display: none;
  }
  
  .carousel-caption a {
  color: white;
  font-size: 15px;
  font-weight: bold;
  }
  
  .carousel-caption a:hover,
  .carousel-caption a:active {
  color: #e0ded7;
  font-size: 15px;
  text-decoration:none;
  }
  
  .carousel-caption h3 {
  font-size: 2em !important;
  margin: 0px;
  }
  }
  
  @media (max-width: 767px) {
  .carousel-caption::before {
  display: none;
  }
  .carousel {
  margin-left: -20px;
  margin-right: -20px;
  }
  
  .carousel img {
  height: 300px;
  }
  }
  
  
  
  /* BOTTOM STYLES*/
  
  #bottomSection{
  padding-bottom:25px;
  padding-top:25px;
  margin-top: 10px;
  }
  
  /*footer color*/
  .fullwidth{
  background-color: #12284c;
  width:100%;
  }
  
  .boxrow{
  max-width:1000px;
  margin:0 auto;
  }
  
  /*Footer titles*/
  .bottomtitle{
  color: #ffc629 !important;
  font-family: ‘Roboto Condensed’, sans-serif;
  font-size: 30px !important;
  font-weight: normal !important;
  margin-bottom: 20px !important;
  }
  
  .nolist{
  list-style:none;
  margin-left:-35px;
  text-align:left;
  }
  
  .haslist{
  margin-left:-25px;
  }
  
  /*footer house and Follow Us*/
  .boxrow li{
  color: #fff;
  margin-bottom:15px;
  font-size:12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  /*footer links*/
  a.bottomlink { 
  color: #fff;
  text-decoration:none;
  font-size:12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  a.bottomlink:hover,
  a.bottomlink:focus{
  
  text-decoration:underline;
  font-size:12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  /*Phone and Email in footer*/
  .contactP {
  color: #fff;
  text-align:left;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  /*Social Media in footer*/
  a.facontact {
  color: #fff;
  font-size: 16px;
  }
  
  a.facontact:hover,
  a.facontact:active {
  color: #fbad3e;
  font-size: 16px;
  text-decoration: none;
  }
  
  
  
  /*** MIDDLE DIV BOXES ****/
  .maxwidth {
  width: 100%;
  padding-top: 5px;
  }
  
  .boxrowI{
  margin: 0px;
  }
  
  .midrow {
  margin: 0px;
  padding: 0px;
  }
  
  .midimage1 {
  margin-right: 0px;
  margin-top: 10px;
  margin-left: 0px:
  }
  
  .midimage2 {
  margin-right:0px;
  margin-top: 10px;
  margin-left: 0px:
  }
  
  .midimage3 {
  margin-right:0px;
  margin-top: 10px;
  margin-left: 2px:
  }
  
  /*undercarousel boxes background color*/
  .underCarousel, .underCarousel1 {
  background-color: #12284C;
  float: left;
  margin-top: 5px;
  border:5px solid white;
  padding: 10px;
  padding-top: 15px;
  }
  /*on mobile*/
  @media (min-width: 992px) {
  .underCarousel {
  border-right: 5px solid white;
  }
  }
  
  /*Title of under-carousel boxes on desktop*/
  #box1{
  color: #fff;
  font-family: ‘Roboto Condensed’, sans-serif;
  font-weight: 700;
  font-size: 40px;
  padding-top: 2.5px;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 0;
  padding: 0;
  }
  /*on mobile*/
  @media (max-width: 512px) {
  #box1{
  color: #fbad3e;
  font-family: ‘Roboto Condensed’, sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-top: 2.5px;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 0;
  padding: 0;
  }
  }
  
  /*subtitle on under-carousel boxes*/
  #box1sub{
  color: #fff;
  font-size: 25px;
  font-family: ‘Roboto Condensed’, sans-serif;
  margin-top: 0px;
  margin-left: 15px;
  margin-bottom: 0px;
  }
  /*on mobile*/
  @media (max-width: 512px) {
  #box1sub{
  color: #fff;
  font-size: 14px;
  font-family: ‘Roboto Condensed’, sans-serif;
  margin-top: 0px;
  margin-left: 15px;
  margin-bottom: 0px;
  }
  }
  
  
  /*Under Carousel buttons on desktop*/
  @media (min-width: 513px) {
  #inp1 {
  float: right;
  font-family: ‘Roboto Condensed’, sans-serif;
  margin-right: 7px;
  margin-top: -85px;
  margin-right: 15px;
  -webkit-border-radius: 2.5;
  -moz-border-radius: 2.5;
  border-radius: 2.5px;
  color: #000;
  background: #ffc629 !important;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 15px 10px 15px;
  border: solid #fff 3px;
  text-decoration: none;
  background: none;
  -webkit-transition: ease .25s;
  transition: ease .25s;
  }
  
  #inp1:hover {
  cursor: pointer;
  background: #12284c !important;
  text-decoration: none;
  color: #ffc629;
  font-weight: bold;
  }
  }
  
  /*Under Carousel buttons on mobile*/
  @media (max-width: 512px) {
  #inp1 {
  float: right;
  font-family: ‘Roboto Condensed’, sans-serif;
  margin-right: 5px;
  margin-top: -65px;
  background-color: #323339;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 5px 7px 5px 7px;
  text-decoration: none;
  -webkit-transition: ease .25s;
  transition: ease .25s;
  }
  }
  
  /*Under Carousel buttons on small mobile*/
  @media (max-width: 428px) {
  #inp1 {
  float: right;
  font-family: ‘Roboto Condensed’, sans-serif;
  margin-right: 5px;
  margin-top: -65px;
  background-color: #323339;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 5px 7px 5px 7px;
  text-decoration: none;
  -webkit-transition: ease .25s;
  transition: ease .25s;
  }
  }
  
  
  
  
  /* STYLING FOR OTHER RWD PAGES */
  
  /* MERCH IMAGE SQUISH FIX */
  img.merchImage.margin_auto.img-responsive{
  object-fit: cover!important;
  }
  
  /* COURSE MATERIALS SQUISH FIX */
  .close{
  text-shadow:0 0 0 #fff!important;
  }
  .courseBookDetail .btn, .hidden-print{
  background-color: #323339!important; 
  color:black!important;
  font-weight:bold !important;
  border:1.5px solid black !important;
  width:150px!important;
  }
  
  
  .displayb {
  font-size: 15px;
  }
  .loginDisclaimer {
  font-size: 15px;
  }
  p {
  font-size: 15px;
  }
  
  
  .panel-info {
  border-color: #00386C;
  }
  
  
  .panel-heading{
  background-color:#000!important;
  color:white!important;
  }
  
  .fa-arrow-circle-o-right{
  color: #323339;
  }
  .fa-arrow-circle-o-right:hover,
  .fa-arrow-circle-o-right:focus,
  .fa-arrow-circle-o-right:active{
  color: #4e4f58;
  }
  
  .fa-chevron-circle-down:before {
  color: #000;
  }
  .fa-chevron-circle-down:hover,
  .fa-chevron-circle-down:active,
  .fa-chevron-circle-down:focus {
  color:  #ffc629;
  }
  
  .ordering_enabled {
  color: #000;
  }
  
  .ordering_hover_color:hover{
  background-color:#ffc629;
  }
  
  .add_another_course_button_enabled{
  color:#323339 ;
  }
  .add_another_course_button_enabled:hover,
  .add_another_course_button_enabled:focus,
  .add_another_course_button_enabled:active{
  color:#4e4f58;
  }
  
  #Get_Materials{
  color:#000;
  }
  
  .btn{
  background-color:  #fff;
  color:  #000;
  font-weight: bold;
  }
  
  .btn:hover,
  .btn:focus,
  .btn:active,{
  background-color: #4e4f58;
  color:  #000;
  font-weight: bold;
  }
  
  .btn-primary {
  background-color:  #ffc629;
  border: transparent;
  font-weight: bold;
  color:  #fff;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .35s; 
  transition-property: background-color;
  transition-duration:.35s;
  border: solid #fff 3px;
  }
  
  .btn-primary:hover, 
  .btn-primary:focus,
  .btn-primary:active{
  font-weight: bold;
  background-color: #12284c;
  color:  #ffc629 !important;
  border: transparent;
  border: solid #fff 3px;
  }
  
  .btn-default {
  background-color:  #fbad3e;
  border: transparent;
  font-weight: bold;
  color:  #000;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .35s; 
  transition-property: background-color;
  transition-duration:.35s;
  }
  
  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active {
  font-weight: bold;
  background-color: #fff;
  color:  #000;
  border: transparent;
  }
  
  .btn-info, 
  .btn-block {
   font-family: ‘Roboto Condensed’, sans-serif;
  font-size: 18px;
  background-color:  #fbad3e;
  border: transparent;
  font-weight: bold;
  color:  #000;
  padding-top: 10px;
  padding-bottom:10px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .35s; 
  transition-property: background-color;
  transition-duration:.35s;
  }
  
  .btn-info:hover, 
  .btn-info:focus,
  .btn-info:active,
  .btn-block:hover,
  .btn-block:focus,
  .btn-block:active {
  font-family: ‘Roboto Condensed’, sans-serif; 
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  color:  #000;
  border: transparent;
  padding-top: 10px;
  padding-bottom:10px;
  }
  
  
  
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: ‘Roboto Condensed’, sans-serif; 
  }
  
  
  
  /** RWD END GLOBAL **/
  
  
  
  
  /**** SCREEN RESIZING ***/
  
  @media only screen and (min-width: 1220px) {
  .item{
  max-width: 100%;
  height: auto;
  }
  }
  
  
  @media only screen and (min-width: 992px) {
  .col-md-6 {
  width: 50%;
  }
  
  .spacingbox{
  margin-left:20px;
  }
  }