body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

nav.navbar {
  z-index: 1030;
}

#mobile-nav-collapse {
  position: sticky;
  top: 56px;
  z-index: 1025;
}

.navbar{
	background-image: linear-gradient(#31bff8, #0375a1);
}

.navbar-brand{
	color: white;
	font-family: Helvetica;
	font-style: oblique;
	font-size: 2.25rem;
	font-weight: bold;
}

.nav-srch-catalog{
	border-bottom: solid 1px #C4C3C2;
	font-size: 1.1rem;
}

.navbar-brand:hover{
	color: white;
}

.nav-link{
	color: white;
	font-weight: bold;
	font-family: 'Inter', sans-serif;
	font-size: 1.05rem;
}

.nav-link:hover{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.nav-btn{
	background-color: white;
	border: 5px solid #a6e1fc;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 10px;
	font-family: 'Inter', sans-serif;
}

.dropdown-toggle::after {
  transition: transform 0.25s ease;
}

.dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}


.dropdown-menu{
	background-color: #01455e;
	border-radius: 10px;
}

.dropdown-item{
	color: white;
	font-weight: bold;
	font-family: 'Inter', sans-serif;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent !important;
  color: #f0ff00 !important;
}

.mobile-nav-burger{
	height: auto;
	width: 87%;
}

.mobile-nav-btn:focus,
.mobile-nav-btn:active {
  outline: none;
  box-shadow: none;
}

.mobile-nav-btn::after{
	display: none !important;
}

.modal-content{
	border-radius: 10px;
}

.modal-content{
	background-color: #E8F9FF;
}

#lg-demo-modal .modal-header,
#adl-modal .modal-header,
#microscorm-modal .modal-header,
#scorm-modal .modal-header,
#vodmicro-modal .modal-header,
#vod-modal .modal-header,
#dvd-modal .modal-header,
#kits-modal .modal-header,
#booklet-modal .modal-header,
#avail-ind-modal .modal-header,
#contact-us-modal .modal-header,
#rslr-login-modal .modal-header,
#rslr-signup-modal .modal-header,
#forgot-password-modal .modal-header,
#popup_msg_modal .modal-header {
  border-bottom: none;
}

#lg-demo-modal .modal-body form button[type="submit"] {
  display: block;
  margin: 1rem auto 0 auto;
}

.modal-msg{
	font-size: 1rem;
}

.modal-title,
.modal-label,
.close{
  color: #02749f;
  font-weight: bold;
}

.no-resize{
	resize: none;
}

.no-bullets{
	list-style: none;
}

.mobile-nav-item{
	color: white;
	font-weight: bold;
	font-size: 1.5rem;
	display: inline-block;
	transition: transform 0.25s ease;
}

.mobile-nav-item:hover{
	transform: scale(1.04);
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.52rem;
}

.mobile-nav-item:focus,
.mobile-nav-item:active {
  outline: none;
  box-shadow: none;
}

.caret{
	font-size: 0.75rem;
}

.mobile-nav-item .caret {
  display: inline-block;
  transition: transform 0.25s ease;
}

/* When collapse is OPEN */
.mobile-nav-item:not(.collapsed) .caret {
  transform: rotate(180deg);
}

.mobile-nav-srch-catalog{
	color: #e0e0e0;
	font-weight: bold;
	font-size: 1.2rem;
	border-bottom: solid 1px #C4C3C2;
}

.mobile-nav-srch-catalog:hover{
	color: #e0e0e0;
	font-weight: bold;
	font-size: 1.2rem;
	border-bottom: solid 1px #C4C3C2;
}

.mobile-nav-sub{
	color: #e0e0e0;
	font-weight: bold;
	font-size: 1.1rem;
}

.mobile-nav-sub:hover{
	color: #e0e0e0;
	font-weight: bold;
	font-size: 1.1rem;
}

.curved-bottom{
    background-image: url("../images/home-curved-bottom.png");
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: auto;
	min-height: 214px;
	position: relative;
	z-index: 2;
}


.blue-buttons{
	color: white;
	background-color: #02749f;
	border: 5px solid #a6e1fc;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 10px;
	font-family: 'Inter', sans-serif;
	white-space: nowrap;
}

.blue-buttons:hover{
	color: white;
}

.yellow-buttons{
	color: #02749f;
	background-color: #fffebb;
	border: 5px solid #a6e1fc;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 10px;
	font-family: 'Inter', sans-serif;
}

.yellow-buttons:hover{
	color: #02749f;
}

.header48{
	color: #02749f;
	font-family: 'Inter', sans-serif;
	font-size: 2.75rem;
	font-weight: bold;
}

.header36{
	color: #02749f;
	font-family: 'Inter', sans-serif;
	font-size: 2.25rem;
	font-weight: bold;
}

.header30{
	color: #02749f;
	font-family: 'Inter', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}

.header24{
	color: black;
	font-family: 'Inter', sans-serif;
	font-size: 1.25rem;
}

.page-header{
	color: #02749f;
	font-weight: bold;
	font-size: 2.5rem;
	font-family: 'Inter', sans-serif;
}

.paragraph-header{
	color: #02749f;
	font-family: 'Inter', sans-serif;
	font-size: 1.85rem;
	font-weight: bold;
}

.paragraph-text{
	font-size: 1.25rem;
	font-family: 'Inter', sans-serif;
}

.footer-bg{
	background-image: linear-gradient(#7d7c7d, #424242);
	color: white;
	font-family: 'Inter', sans-serif;
}

.marcom-footer{
		font-style: oblique;
		font-weight: bold;
		font-family: Helvetica;
}

.mail-list-btn{
		border-radius: 10px;
		background-color: white;
		color: black;
}

.list-badge {
    position: relative;
    padding-right: 55px;
}

.list-badge::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.list-badge-new::after {
    background-image: url("../images/New Icon (40x40).png");
}

.list-badge-updated::after {
    background-image: url("../images/Updated Icon (40x40).png");
}

.thumb-badge > a {
    position: relative;
    display: block;
    border-radius: 10px;
}

.thumb-badge > a::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 5;
    border-radius: 10px;
}

.thumb-badge-new > a::after {
    background-image: url("../images/NEW Thumb Tag.png");
}

.thumb-badge-updated > a::after {
    background-image: url("../images/UPDATED Thumb Tag.png");
}

