/* .show-desktop-menu {
  display: block;
} */


.type-subheader {
  font-size: 1.8125rem;
  line-height: 1.95rem;
  /* font-family: "Source Sans Pro","Franklin Gothic Medium","Arial Narrow Bold","Helvetica Neue",Arial,sans-serif; */
  font-weight: 300;
  font-style: normal;
}

.show-mobile-menu {
  display: none !important;
}

.mega-menu {
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 10%);
  cursor: default;
  left: 0;
  max-height: 0;
  opacity: 0;
  padding: 15px;
  padding: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity .2s ease-in-out,max-height .8s ease-in-out,padding .2s ease-in-out;
  transition-delay: .3s;
  width: 100%;
  z-index: 10000;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #fff;
  /* padding: 14px 16px; */
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a blue background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #032794;
  color: #fff;
  /* border-bottom: 1px solid #032794; */
}

.dropdown-content {
  display: none;
  position: absolute !important;
  background-color: #fff;
  width: 100%;
  min-width: max-content;
  /* height: 25rem; */
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  transition: opacity .2s ease-in-out,max-height .8s ease-in-out,padding .2s ease-in-out;
  z-index: 1;
  padding: 15px;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: #fff;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 2px;
  color: #032794;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.mega-menu-column {
  float: left;
  /* width: 33.33%; */
  padding: 15px;
  background-color: #fff;
  /* height: 250px; */
}

/* Style links inside the columns */
.mega-menu-column a {
  float: none;
  color: #000;
  padding: 14px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.mega-menu-column a:hover {
  /* background-color: #fff; */
  border-bottom: 1px solid #032794;
}

/* Clear floats after the columns */
.mega-menu-row:after {
  content: "";
  display: table;
  clear: both;
}

.apple-image-corners {
  border-radius: 10%!important;
}

.video-support-text {
  line-height: 14px !important;
  font-size: 11px;
  display: block;
}

.image-support-text {
  line-height: 14px !important;
  font-size: 11px;
  display: block;
}

.cfe-media {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.comment-form {
  margin-top: 30px;
}

.cfe-user-image {
    max-width: 64px;
    max-height: 64px;
    width: 64px;
}

.home-group > .row {
  overflow-x: auto;
  overflow-y: hidden;
/*  white-space: nowrap;*/
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}

.home-group > .row > .col-sm-6 {
  display: inline-block;
  float: none;
}


.recent-views-group > .row {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}

.recent-views-group > .row > .col-sm-6 {
  display: inline-block;
  float: none;
}

.recent-views2-group > .row {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}

.recent-views2-group > .row > .col-sm-6 {
  display: inline-block;
  float: none;
}

.recent-views3-group > .row {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}

.recent-views3-group > .row > .col-sm-6 {
  display: inline-block;
  float: none;
}


.related-vaccines-group > .row {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}

.related-vaccines-group > .row > .col-xs-4 {
  display: inline-block;
  float: none;
}

.related-injuries-group > .row {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}

.related-injuries-group > .row > .col-xs-2 {
  display: inline-block;
  float: none;
}

/* Following two are for recaptcha center on contact page */
 .text-xs-center {
      text-align: center;
  }

/* .g-recaptcha {
    width: desired_width;
    border-radius: 4px;
    border-right: 1px solid #d8d8d8;
    overflow: hidden;
  }
*/

#menucontainer {
    display:none;
}

#liveChatBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#liveChatBtn:hover {
  background-color: #555;
}

/* go to top button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}


#sideNavBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#sideNavBtn:hover {
  background-color: #555;
}

/* 
#navbar is not used unless you add id="navbar" to nav
*/

#navbar {
    position: fixed; /* Make it stick/fixed */
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    z-index: 3;
    margin-bottom: 10px;
}

/* Style the navbar links */
/*#navbar a {
    display: block;
    text-decoration: none;
}*/


/*#navbar a:hover {
}
*/

/* lock scroll on body if mobile menu is open */

.lock-scroll {
    overflow: hidden;
    /*position: fixed;*/
}

.nav-up {
    top: -60px;
    transition: top 0.4s;
}

.nav-down {
    transition: top 0.4s;
}


 .under_line {
     border-bottom: 1px solid #000;
     color: #000;
     padding-bottom:1px;
 }

 .under_line_blue {
     border-bottom: 1px solid #007bff;
     color: #000;
     padding-bottom:1px;
 }


 .big-text-img {
  font-size: 75px;
  color: #007bff;
 }

 .help-sm {
 	font-size: 17px;
 }

.contact-info {
	font-size: 16px;
}

.menu-info-sm {
  font-size: 13px;
}

input[type="search"].home-page-search::-webkit-input-placeholder {
  font-size: 13px;
}

.blue {
	color: #007bff;
	font-weight: bold;
}

.prime-text-blue {
  color: #007bff;
}

.legal-sm {
	font-size: 13px;
}

.real-sm {
  font-size: 11px;
}

.other-sm {
  font-size: 14px;
}

.rating-sm {
  font-size: 11px;
}

.super-sm {
  font-size: 11px;
  padding: 5px;
}

.bg-custom-blue {
    background-color: #007bff;
    color: #fff;
}

/*.scrolling-wrapper {
    padding-left: 13px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
      &::-webkit-scrollbar {
        display: none;
      }
}

.scrolling-wrapper .col {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 3px;
  }

.scrolling-wrapper .col .card {
    height: auto; 
    width: auto; 
}*/

/*.media img {
    max-width: 100%;
    height: auto;
}*/

/*  stuff below for off canvas */


/*body {
  overflow-x: hidden;  //Prevent scroll on narrow devices 

}*/

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    z-index: 3;
    background-color: #293140;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
    z-index: 3;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 3.50rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

 .box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.bg-ps {
  /* background-color: #103a7f; */
  background-color: #293140;
  color: #fff;
  border-color: #103a7f;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.btn-border-blk {
/*  padding-top: 0rem;
  border-radius: 3px;
  border: 1px solid;*/
  /*border-bottom: 1px solid #007bff;*/
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

/* hamburger menu effects */

.icon-bar {
  width: 22px; 
  height: 2px;
  background-color: #fff;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
  margin-bottom: 4px;
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}

/* menu animation */

/*.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}*/

/*.navbar-toggler .icon-bar:nth-of-type(2) {
    top: 1px;
}*/

.navbar-toggler .icon-bar {
    position: relative;
    transition: all 300ms ease-in-out;
}
.navbar-toggler.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}
.navbar-toggler.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.navbar-toggler.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

/*body { 
  padding-top: 50px; 
}*/

/*

@media screen and (max-width: 768px) {
    body { padding-top: 30px; }
}*/

/*@media (min-width: 980px) {
  body {
    padding-top: 60px;
    padding-bottom: 42px;
  }
}*/

.media-body{
  white-space: normal;
}

.media-body > a {
  color: inherit;
  text-decoration: inherit;
}

/* Search expanding*/

/* Brand sizing*/
 .brand-md-text {
    font-size: 14px;
 }

 .navbarlinks-size-md {
  font-size: 14px;
 }

 /* VICP Steps progress */

 
/* The Testimonials Curtain Menu Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1021; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #fff;
    /*background-color: rgb(0,0,0); */ /* Black fallback color */
    /*background-color: rgba(0,0,0, 0.9);*/  /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.6s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 10%; /* 25% from the top */
    width: 90%; /* 100% width */
    text-align: left; /* Centered text/links */
    margin-top: 20px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    margin-left: 5px;
    margin-right: 5px;
    padding: 8px;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    /*color: #f1f1f1;*/
    color: #007bff;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 30px;
    right: 7px;
    font-size: 40px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* added to make stars orange  */
.checked {
    color: orange;
}



/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 44; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fff; /* white*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
/*.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    /*color: #818181;*/
    /*display: block;*/
    /*transition: 0.3s;*/

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    /*top: 20px;*/
    right: 25px;
    font-size: 24px;
    margin-left: 50px;
}

.injury-style {
  width: 9rem;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

@media (max-width: 560px) {
  .injury-style {
    width: 100% !important;
  }
}

@media (max-width: 576px) {

	.make-text-sm {
      font-size: 1.75rem;
    }
	.make-text-smlr {
	  font-size: 15px;
  }
  #promoView {
    margin-bottom: .25rem!important;
  }

  .promo-text {
    font-size: 13px;
    margin-bottom: 0rem;
  }

  .type-subheader {
      font-size: 1.4375rem;
      line-height: 1.95rem;
  }

}

.alert {
  margin-bottom: 0rem;
}

.img-thumbnail {
  padding: 0rem;
}

.margin-spacer-1 {
	margin-top: 25px;
}

.margin-spacer-25 {
	margin-top: 25px;
}

/* .img-thumbnail {
    border: 1 none;
    border-radius: 25px;
    box-shadow: none;
} */

#newLiveChatBtn {
  /*display: none;*/
  position: fixed;
  height: 90px;
  width: 90px;
  bottom: 30px;
  right: 30px;
  /*left: 30px;*/
  z-index: 99;
  font-size: 13px;
  /*border: none;*/
  outline: none;
  background-color: #a200ff;
  color: white;
  cursor: pointer;
  padding: 15px;
  /*border-radius: 4px;*/
  border-radius: 50%;
  border: 3px solid #87CEFA;
}

#newLiveChatBtn:hover {
  background-color: #555;
}

#promoView {
  white-space: normal;
}
#promoClose {
  white-space: normal;
}
.btn-outline-purple {
    color: #8a00cc;
    border-color: #8a00cc;
}

#frameLiveChatBtn:hover {
  background-color: #555;
}

#frameLiveChatBtn {
  /*display: none;*/
  position: fixed;
  height: 60px;
  width: 60px;
  bottom: 30px;
  right: 30px;
  /*left: 30px;*/
  z-index: 90;
  font-size: 13px;
  /*border: none;*/
  outline: none;
  background-color: #a200ff;
  color: white;
  cursor: pointer;
  /* padding: 15px; */
  /*border-radius: 4px;*/
  border-radius: 50%;
  border: 3px solid #87CEFA;
}

.bottom-text {
  font-size: 25px;
}

.breadcrumb {
	background-color: transparent !important;
}

.embolden-text {
  font-weight: 800;
  color: #fff;
}

.text-stroke {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.embolden-text-blk {
	font-weight: 800;
	color: #000000;
}

.super-embolden-text-blk {
  font-weight: 900;
  color: #000000;
}

.p_tag_injury {
	font-size: 15px;
}

#loading-text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

button.fake-btn, a.fake-btn {
    border: 1px solid;
    box-sizing: border-box;
    font-family: inherit;
    margin: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    border-radius: 0;
    border-radius: var(--button-border-radius,0);
    background-color: transparent;
    border-color: inherit;
    color: inherit;
    display: inline-block;
    font-size: .875rem;
    max-width: 100%;
    min-height: 40px;
    padding: 9.5px 30px;
}

button.fake-btn--primary, a.fake-btn--primary {
    font-size: 1rem;
    font-weight: 700;
    border-radius: 24px;
    color: #fff !important;
    text-decoration: none;
	background-color: #032794;
}

button.fake-btn--default, a.fake-btn--default {
    font-size: 1rem;
    font-weight: 700;
    border-radius: 24px;
    color: #000 !important;
    text-decoration: none;
	  background-color: #cdced1;
	  border-color: #000;
}

button.btn--fluid, a.fake-btn--fluid {
    width: 100%;
}


.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #3498db;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #3498db;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

.stepper-label-big-bold {
  font-size: 1.5rem;
  font-weight: bold;
}

.normal-text {
  font-size: 1rem;
}


.attention-text {
	color:coral;
}

.playstation-blue {
	color: #103a7f;
}

.playstation-blue-bold {
	color: #103a7f;
	font-weight: 600;
}

.row-fluid {
	padding: 3rem 2rem;
	/* background-color: maroon; */
	background-color: #103a7f;
}

.jumbo-text {
  color: #fff;
}

.filter-on-big {
  display: block;
}

.filter-on-small {
  display: none;
}

@media (max-width: 576px) {
  .filter-on-big {
    display: none;
  }

  .filter-on-small {
    display: block;
  }
  .show-desktop-menu {
    display: none !important;
  }

  .show-mobile-menu {
    display: block !important;
  }

  .mobile-padding {
    padding: 0.75rem 0.75rem !important;
    float: right;
  }

  /* .shorten-links {
  font-size: 11px !important;
} */
.dropdown-item {
  white-space: normal !important;
}
/* Height of navbar */
  /* .offcanvas-collapse {
    top: 126px !important;
  } */
}
