@charset "UTF-8";

/* M A I N   S I T E - W I D E ******************************************************/

:root {
  /* Primary Color System */
  --color-primary: rgba(22, 42, 58, 1);
  --color-primary-light: rgba(219, 230, 230, 1);
  --color-primary-80: rgba(22, 42, 58, 0.8);   /* for hover or pressed states */
  --color-primary-20: rgba(22, 42, 58, 0.2);   /* subtle border or overlay */
  --color-primary-hover: rgba(51, 78, 80, 1); /* used as a lighter tint for hover or bg */

  /* Secondary Color System */
  --color-secondary: rgba(43, 69, 147, 1);
  --color-secondary-light: rgba(158, 185, 212, 1);
  --color-secondary-80: rgba(43, 69, 147, 0.8); /* for hover/focus backgrounds */
  --color-secondary-20: rgba(43, 69, 147, 0.2); /* for outlines/shadows */

  /* Tertiary / Accent */
  --color-tertiary: rgba(224, 96, 69, 1);
  --color-tertiary-80: rgba(224, 96, 69, 0.8);
  --color-tertiary-20: rgba(224, 96, 69, 0.2);

  /* Overlays & Surfaces */
  --overlay-dark: rgba(0, 0, 0, 0.5);
  --overlay-light: rgba(255, 255, 255, 0.7);
  --focus-ring: rgba(43, 69, 147, 0.4);         /* matches secondary tone */
  --disabled-bg: rgba(158, 185, 212, 0.4);      /* subdued secondary-light */
  --border-muted: rgba(22, 42, 58, 0.1);        /* soft border divider */
}


body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: normal;
}
/* body.interior {
    padding-top: 120px;
} */
header{
    position: relative;
    z-index: 20;
}
main a{
    color: var(--color-secondary);
}
main a:hover {
    color: var(--color-primary-80);
}
main a:active {
    text-decoration:underline;
}
.breadcrumb{
    background-color: #fff;
    padding-left: 0;
	margin-bottom: 1em;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "-";
}
.page-link {
    color: var(--color-primary);
}
.blue-bg-wrapper main .page-link:hover {
    background-color: #e9ecef;
}
.blue-bg-wrapper main a:hover{
    background-color: #fff;
    color: var(--color-primary);
}
.myaccordion .card a{
    /*color: #03567C !important;*/
    text-decoration: underline;
}
.myaccordion .card h3{
    font-size: 18px;
}
.myaccordion .card a:hover{
    text-decoration: none;
    color: #03567C;
}
.video video{
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 100%;
}


iframe {
	aspect-ratio: 16/9; /* - 16:9 aspect ratio (most common) */
    overflow: hidden;
    width: 100%;
    height: 100%;
}


strong{
    font-weight: bold;
}
.social_media_main a:hover{
    text-decoration: none;
}
.navbar-toggler-icon {
    width: 150px;
    text-align: right;
    position: relative;
    top: 2px;
    height: 29px;
    }

hr {
    border-top: 1px solid var(--color-primary);
    position: relative; 
	bottom:1em;
    width: 100%;
}

hr.def {
    border-top: 1px solid #CACACA;
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 75%;
}

hr.ihe {
    border-top: 0.07em solid var(--color-primary);
    position: relative; bottom:1em;
    margin-top: 0.05px;
    margin-bottom: 1.6rem;
    width: 100%;
}

.material-symbols-outlined {
  vertical-align: middle;
  padding: 0 4px 2px 0px;
}



.hr2 {
    width: 95%;
}
.podcast_header{
    margin-bottom: 20px;
}
.pods_row{
    padding-bottom: 20px;
}
.blue-bg-wrapper{
    background: var(--color-primary-light);
}
h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 4.25em;
    line-height: 1.2em;
    letter-spacing: normal;
}
h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 2.625em;
    line-height: 1.2em;
    letter-spacing: normal;
	color: var(--color-primary);
}
h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.425em;
    line-height: 1.2em;
    letter-spacing: normal;
}
h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: normal;
}
h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: normal;
}

button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: normal;
}
.caption {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    margin-top: 10px;
}
/* handbook styling */
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: normal;
	
   color: var(--color-primary);
   display:-ms-flexbox;
   display:flex;
   -ms-flex-align:center;
   align-items:center;
   -ms-flex-pack:justify;
   justify-content:space-between;
   padding-top:.625rem;
   padding-bottom:.625rem;
}
aside {
    font-family: 'Courier', monospace;
    font-size: 0.9em;
    line-height: 1.4em;
    letter-spacing: normal;
	color: #c52834;
}


.nu_cards {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 26px;
	max-width: 996px;
	margin: 0 auto 40px;
}

.nu_card {
	padding: 1.2em 1.625em;
	background-color: #f2eee8;
	border-radius: 8px;
	border-bottom: 8px solid var(--color-primary);
}

.pagination {
    margin: 20px auto 50px !important;
    font-family: 'Roboto', sans-serif;
}
.pagination .page-item .page-link{
    text-decoration: none !important;
    color: #002C5E;
}
.pagination .page-item.active .page-link{
    background-color: #002C5E !important;
    border-color: #002C5E !important;
    color: #fff;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    color: #000;
}

/* IHE Components Stylin */

.description{
    font-size: 1rem;
    line-height: 1.5rem;
}

.ou-tag-link{
	text-decoration:none;
	line-height:1rem
}

.tag, .pub-date{
	font-family: 'Roboto', sans-serif;
	font-size: .875rem;
	color: #919191;
    text-decoration: none;
	line-height:1px;
    display: inline-block;
    position: relative;
}

.story{
    margin-bottom: 15px;
	text-align: left;
	line-height: 1rem;
}

.story h3{
    font-size: 1.125em;
    margin-bottom: 10px;
    font-weight: 500;
	line-height: 1.3em
}

/* navigation bar layout ` */
.nav {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.navbar {
    font-family: 'Poppins', sans-serif;
	transition: top 0.5s;
    background-color: rgba(219, 230, 230, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 0;
    margin: 0;
    padding: 0;
}

.navbar a {
    /* color: var(--color-primary); */
    font-weight: 400;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}

.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item{
    padding-left: 50px;
}


/* Make sure the header doesn't clip the mega */
.site-header .navbar { 
    overflow: visible;
}

/* Full-bleed, viewport-centered mega, fixed under the header */
.dropdown-menu-mega {
  position: fixed;                      /* detach from nav and pin to viewport */
  left: 0;
  right: 0;
  top: var(--header-h, 88px);           /* sit under header */
  /* Avoid 100vw (can create horizontal overflow when scrollbars present) */
  width: 100%;
  margin: 0;
  padding: 2em;
  border: 0;
  box-sizing: border-box;
  box-shadow: -3px 16px 24px rgba(0,0,0,.12);
  z-index: 1050;
  background-color: rgba(236, 240, 240, 0.98); /* full-bleed background color */
  -webkit-backdrop-filter: saturate(120%) blur(12px);
  backdrop-filter: saturate(120%) blur(12px);
  overflow: visible;                     /* default: let inner grid manage overflow */
}

/* keep constrained content centered while background spans full width */
.dropdown-menu-mega .mega-grid {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;                         /* inner padding only for content */
}

/* Mobile: make the panel scroll independently */
@media (max-width: 992px) {
  .dropdown-menu-mega {
    /* full height under header, scrollable vertically on small screens */
    top: var(--header-h, 88px);
    bottom: 0;
    height: auto;
    max-height: calc(100vh - var(--header-h, 88px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
  }

  /* keep the close button row sticky at the top of the panel */
  .dropdown-menu-mega > .container .d-flex.justify-content-end {
    position: sticky;
    top: 0;
    z-index: 2;
    background: inherit;
    padding-top: 0.5rem;
  }

  /* slightly reduce inner padding on small screens */
  .dropdown-menu-mega .mega-grid {
    padding: 0.5rem 1rem 1.5rem;
  }
}
.mega-col { padding-top: 10px; position: relative;}



/* Buttons in aux column */
.dropdown-menu-mega .btn { 
    width: 100%; 
    text-align: center;     /* this centers inline text */
    display: flex;          /* flexbox ensures content centers */
    justify-content: center;
    align-items: center;    /* vertical centering */
    font-size:0.9em;
}

/* Optional: subtle hover that matches header style */
.dropdown-menu-mega .dropdown-item:hover { 
    text-decoration: none;
    opacity: .85; }

/* Ensure headings don’t push columns misaligned by margins */
.dropdown-menu-mega p { margin-top: 8px; margin-bottom: 12px; }



@media (min-width: 992px) {
  .dropdown-menu-mega .dropdown-item { padding-left: 0; padding-right: 0; font: size 0.9em; }
  /* Right-side “aux” column divider */
  .mega-col.aux {border-left: 1px solid var(--color-primary-20);}
}


/* Optional: if your header casts a shadow, match it */
.site-header.fixed-top { box-shadow: 0 1px 0 rgba(0,0,0,.06); }


.dropdown-menu {
    border: 0 !important;
    background-color: rgba(236, 240, 240, 0.98);
    backdrop-filter: saturate(120%) blur(12px);
    -webkit-backdrop-filter: saturate(120%) blur(12px);
}
.dropdown-menu h6 {
    font-size:1em;
}
.dropdown-menu a {
    display: block;
    /* color: #fff  */
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    padding: 4px !important;
}
.dropdown-menu a:hover{
    color: #fff !important;
}
.dropdown-menu .dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    margin-top: 0 !important;
    /* min-height:; */
	min-width: 15rem;
    margin-left: 0;
    border: none;
    /* padding: ; */
    top: 0;
    left: 100%;
    transform: none;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    color: #fff !important;
    background-color: var(--color-secondary) !important;
}
.dropdown-col .dropdown-item:hover {
    color: #fff !important;
        background: var(--color-secondary) !important;
}
.dropdown-menu .dropdown-item.dropdown-toggle{
    position: relative;
}
.dropdown-menu .dropdown-item.dropdown-toggle::after{
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    top: 50%;
    right: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    display: inline-block;
}
#sidebar .components .Submenu a.dropdown::before{
    content: "\f078";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    display: inline-block;
}#sidebar .components .Submenu a.dropdown[aria-expanded="true"]::before{
    content: "\f077";
}
.navbar-nav .nav-link {
    padding-left: 10px;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-submenu {
    position: relative;
}

/* Portal Login - keep desktop, hide mobile */
@media (max-width: 992px) {
  .btn-portal .fa-user-circle { font-size: 1.2rem; }
}

.btn-portal {
  border-width: 2px;
  font-weight: 500;
  font-size:0.9em;
  display: inline-flex;
  align-items: center;
}

.btn-cta {
  background-color: var(--color-secondary);
  color: #fff;
  box-shadow: -3px 5px 5px rgba(0,0,0,.12);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;  
}


.btn-cta:hover {
    background-color: var(--color-secondary-80);
    color:#fff;
    border: 1px solid var(--color-secondary-light);
    box-shadow:none;
}

.btn-orange{
    background-color: none;
    border: 1px solid var(--color-secondary);
    color: var(--color-tertiary);
}
.btn-orange:hover {
    color: var(--color-tertiary-80) !important;
    text-decoration: underline !important;
}
.btn-gray{
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    color: #DF3927;
    font-weight: 500;
        font-size: 22px;
    font-family: 'Poppins', sans-serif;
}
.btn-gray:hover {
    color: var(--color-primary-20) !important;
    text-decoration: underline !important;
}
.btn_login, .btn_media {
    color: var(--color-primary) !important;
    font-weight: 400 !important;
}
.btn_media, .btn_media:focus{
    z-index: 2 !important;
    width: 100%;
}
.media_group .dropdown-menu {
    min-width: 9rem;
    width: 100%;
    top: 0 !important;
    z-index: 1;
    margin-left: 0;
    margin-top: 10px !important;
    }
.btn_login::after {
    content: "Sign In";
}

.btn-primary-outline {
    color: var(--color-primary) !important;
    background: none !important;
    border-color: var(--color-primary) !important;
}

.btn-primary {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary) !important;
}

.btn-primary:hover {
    color: var(--color-primary);
    background-color:var(--color-secondary-20);
    border-color: var(--color-secondary-80) !important;
}

.btn_login:hover {
    color: var(--color-primary-80) !important;
}

.show > .dropdown-toggle {
    color: #fff !important;
    background: var(--color-primary-80) !important;
    border-color: var(--color-primary) !important;
}

.btn-primary-outline:hover {
    color: #fff !important;
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}
.btn_login:focus {
    border-color: var(--color-primary-80) !important;
    background: var(--color-primary) !important;
    color: #fff !important;
}
.btn_login_chevron {
    padding-left: 5px;
}
/* ACTION: swap active_link to current_link on current page in navbar */
.active_link:hover {
    border-bottom: 2px solid #000;
    text-decoration: none;
    display: inline-block;
    width: auto;
}
.active_link {
    display: inline-block;
    width: auto;
    border-bottom: 2px solid transparent;
}
.current_link {
    border-bottom: 2px solid #000;
    text-decoration: none;
    display: inline-block;
    width: auto;
}
.calendar-listing {
        display: inline-block;
        text-align: center;
        padding: 1px;
    }
    .calendar-listing h3{
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
    }
    .calendar-listing li{
        line-height: normal;
        margin: 15px 0;
    }
    .calendar-listing li a{
        font-style: italic;
        font-size: 14px;
        color: #454545;
        display: block;
        text-align: left;
    }
button[aria-expanded="false"] .fa-stack.open{
    display: none;
}
button[aria-expanded="true"] .fa-stack.closed{
    display: none;
}
button[aria-expanded="true"] .fa-stack.open{
    display: block;
}

/* Replace button[aria-expanded] with .card-header[aria-expanded] */
.card-header[aria-expanded="true"] .open {
  display: inline-block;
}
.card-header[aria-expanded="true"] .closed {
  display: none;
}
.card-header[aria-expanded="false"] .open {
  display: none;
}
.card-header[aria-expanded="false"] .closed {
  display: inline-block;
}


/* footer layout section */
.footer {
    margin: 0 auto;
    width: 100%;
    background: var(--color-primary-light);
    padding: 0 20px;
}
.footer a{
    color: #000;
}
.footer .btn_sub {
    color: var(--color-primary-light);
    background-color: var(--color-primary);
}
.footer a:hover{
    color: #000;
}
.footermenu_col {
    padding: 10px;
    border: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px
}
.footermenu_col a:hover {
    color: #fff;
    text-decoration: underline;
}
.logotext{
    display: inline;
    line-height: normal;
}
.btn_sub {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border-radius: 6px;
    align-self: center;
}
.btn_sub:hover {
	background-color: var(--color-primary-80);
    text-decoration: underline !important;
}

.btn_sub:active {
    background-color: var(--color-primary-80) !important;
    color: #fff !important;
}
/* page layout section */
.card-title:hover {
    color: var(--color-primary-80);
}
.card_img {
    background: #F2F2F2 !important;
    margin: 20px;
    height: 5rem;
}
.card {
	background:white !important;
 	margin: 0px 12px 0px 12px;
/*     -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16); */
/*     -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16); */
/*     box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16); */
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--color-primary-light);
}

.card-header {
    background-color: transparent !important;
    border-bottom: none;
    width: 95%;
}

.card-body {
    border-radius: none !important;
    background-color: rgba(219, 230, 230, 0.5) !important;
}

.index_card {
    margin: 20px auto;
    max-width: 285px;
	text-align: center;
}
.learn_header {
    color: var(--color-primary-80);
    text-align: left;
}
.medical_header a {
    color: var(—color-secondary);
}
.dental_header a {
    color: #df3927;
}
.vet_header a {
    color: #09b5ac;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--color-secondary);
    margin-left: 10px;
    margin-right: 10px;
}
.carousel-indicators active {
    background-color: var(--color-secondary-80);
}
.carousel-indicators {
    bottom: -50px;
}
.plus_toggle {
    position: absolute;
    bottom: 1px;
    right: 1px;
    color: var(--color-primary);
}
.plus_toggle:hover {
    color: var(--color-primary-80);
}
.movie_header {
    padding-bottom: 20px;
    font-size: 14px;
}
.main_column {
    margin: 0 auto;
    margin-top: 0 !important;
    vertical-align: top;
    background: #fff;
    background-color: #fff;
}
.main_video {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.main_content {
    margin: 20px;
    margin-top: 0 !important;
}
.read_more a {
    color: #DF3927;
    text-decoration: underline !important;
    font-size: 14px;
}
.podcast_player {
    background: #F2F2F2;
    border-radius: 8px;
    border: 2px;
    border-style: solid;
    border-color: #CACACA !important;
    width: 100% !important;
}
.podplayer {
    text-align: center;
}
.logo_bundle {
    padding-left: 50px;
    padding-right: 10px;
}
/* end of MAIN */
/********************************************************************************************************************/

/********************************************************************************************************************/
/* M O B I L E *****************************************************************************************************/
@media (max-width: 767px) {
		
	.nu_cards {
    	grid-template-columns:1fr;
		grid-gap:48px;
	    grid-auto-rows:1fr
  	}
	.nu__card {
    	padding:0 25px 55px
  	}
    body {
        padding-top: 100px;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column !important;
    }
    .navbar-toggler {
        width: 100px;
        border-style: none;
        border-color: #fff;
    }
    .navbar-toggler-icon {
        width: 150px;
        text-align: right;
    }
    .navbar-toggler-icon::before {
        content: "MENU";
        font-style: normal;
        font-size: 1em;
        padding-right: 100px;
        position: relative;
        top: 5px;
        color: #000;
        font-weight: 500;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item {
        /* color: #fff !important; */
        font-size: 0.9em;
    }
    .dropdown-menu-right {
        margin-top: 5px !important;
    }
    .tmdtext {
        display: none;
    }

    .logotext {
        font-size: 30px;
        font-weight: 500;
        vertical-align: middle;
    }
    .logo_bundle {
        width: 100%;
        justify-content: center;
    }
    #sub_nav {
        background: #fff;
        border-bottom: 3px;
        border-top-color: #46658C !important;
        border-top-style: solid;
        width: 100%;
        height: 70px;
    }
    /* mobile nav layout section */
    .navigation_group {
        position: static;
        width: 110%;
        background: #fff;
        z-index: 1;
        box-shadow: 0 8px 10px -6px #888888 !important;
    }
	
		.search-login {
		position: relative;
/* 		bottom: 65px; */
	} 
		.search_group {
        position: absolute;
        top: 0;
        right: 80px;
        width: 60px;
        display: flex;
        flex-basis: 80%;
        justify-content: flex-end;
        z-index: 3;
    }
    .login_group {
        position: absolute;
        top: 0;
        right: 1px;
        width: 20px;
        display: flex;
        justify-content: flex-end;
        z-index: 4;
    }
    .login_group .btn-group{
        display: block;
    }
    /* bumps login button to right */
    .menu_filler {
        display: none;
    }

    /* login button edit look */
    .btn_login {
     background: var(--color-primary) !important;
    color: #fff !important;
    }
    .btn_login::before {
        content: "Sign In";
    }

    .btn_login:hover {
        background: #fff !important;
        color: var(--color-primary-80) !important;
        border-color: var(--color-primary-80) !important;
    }

    .btn_login_chevron {
        display: none;
    }

    /* footer section */
    .flex_footer {
        display: flex;
        flex-direction: column;
    }

    .flex_footer :nth-child(1) {
        order: 3;
    }

    .flex_footer :nth-child(2) {
        order: 1;
        align-self: center;
    }

    .flex_footer :nth-child(3) {
        order: 2;
        align-self: center !important;
    }

    .flex_footer :nth-child(4) {
        order: 3;
    }

    .flex_footer_bottom_row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex: 0 1 100%;
    }

    .flex_footer_bottom_col_a {
        margin-right: 50px;
    }

    .flex_footer_bottom_col_b {
        text-align: left;
    }

    .btn_sub {
        margin-top: 0 !important;
        align-content: center;
    }

    .btn_sub_col {
        display: flex;
        justify-content: center;
    }

    #facebook_text {
        display: none;
    }

    #twitter_text {
        display: none;
    }

    #instagram_text {
        display: none;
    }

    .social_media {
        display: flex;
        justify-content: center;
        flex-direction: row;
        margin-bottom: 0;
    }

    .fa-facebook-f {
        font-size: 2em;
        margin: 10px 10px;
        color: #454545;
    }

    .fa-facebook-f:hover {
        color: #fff;
    }

    .fa-twitter {
        font-size: 2em;
        margin: 10px 10px;
        color: #454545;
    }

    .fa-twitter:hover {
        color: #fff;
    }

    .fa-instagram {
        font-size: 2em;
        margin: 10px 10px;
        color: #454545;
    }

    .fa-instagram:hover {
        color: #fff;
    }

    /* main content section */
    .main_page_headers {
        display: flex;
        flex-direction: row;
        text-align: center;
    }

    .learn_header {
        text-align: center;
        flex-wrap: nowrap;
        margin-top: 40px;
    }

    .medical_header {
        font-size: 20px;
        text-align: center;
        font-weight: 500;
    }

    .dental_header {
        font-size: 20px;
        text-align: center;
        font-weight: 500;
    }

    .vet_header {
        font-size: 20px;
        text-align: center;
        font-weight: 500;
    }

    .main_page_headers {
        display: none;
    }

    .mobile_page_headers {
        text-align: center;
        margin-top: 60px;
		padding: 12px;
    }

    .third_column {
        display: none;
    }

    .top_row {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }

    .second_column {
        flex: auto;
    }

    .card_rows {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .top_row :nth-child(1) {
        order: 2;
    }

    .top_row :nth-child(2) {
        order: 1;
    }

    .main_column {
        padding-top: 40px;
    }

/*     .menu_column {
        display: none;
    }  */

    .info_column {
        display: flex;
        flex-direction: column;
        align-self: stretch;
        width: 90%;
    }

    .news_row {
        display: flex;
        flex-direction: column;
        align-self: center;
    }

    .main_news {
        margin: 0 auto;
        width: 100%;
    }

    .side_news {
        margin: 0 auto;
        width: 100%;
    }

    .news_hr {
        display: none;
    }

    .pods_row {
        display: flex;
        flex-direction: column;
        align-self: center;
    }
    .main_pods {
        margin: 0 auto;
    }
    .side_pods {
        margin: 0 auto;
    }
    .podcast_header {
        margin: 10px 0px 10px;
    }
}

/* end of mobile */
/********************************************************************************************************************/
/* T A B L E T  V I E W *********************************************************************************************/

/* MAYBE PUT IN TABLET VIEW HERE? */

/* B I G   S C R E E N **********************************************************************************************/
/********************************************************************************************************************/

@media (min-width: 768px) {

    /* footer section */
    .flex_footer_bottom_row {
        display: flex;
        justify-content: center;
        flex-direction: row;
        margin: 0 auto;
        width: 98%;
    }

    /* Footer address order */
    .footer_address {
        display: flex;
        flex-direction: column;
    }

    .footer_address :nth-child(1) {
        order: 2;
    }

    .footer_address :nth-child(2) {
        order: 2;
    }

    .footer_address :nth-child(3) {
        order: 1;
    }

    .flex_footer {
        display: flex;
        flex-direction: row;
    }

    .btn_sub {
        margin-top: 40px;
       color: var(--color-tertiary);
            margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 290px;
    }

    /* main content - adjust multi-colum page layouts */
    .card_rows {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .main_page_headers {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        margin: 30px;
        padding: 40px;
        margin-right: 0;
    }

    .learn_header {
        padding-bottom: 10px;
    }

    .mobile_page_headers {
        display: none;
    }

    

    .magazine_image {
        margin-bottom: 20px;
        max-width: 100%;
    }

    /* add vertical line on homepage */
    .v1 {
        border-left: 2px solid #707070;
        height: auto;
        margin-bottom: 10px;
        padding: 0 20px;
    }

    .second_column {
        margin-bottom: 10px;
        padding-right: 40px;
    }
.wrapper {
        display: flex;
        width: 100%;
    }
.sidebar-header h2{
       font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 500;
    line-height: normal;
    }
#sidebar .components .Submenu ul li a {
        color: #4c4c4c !important;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: lighter;
    }
#sidebar .components .Submenu ul li .current{
       text-decoration: underline; 
    }
#sidebar .components .Submenu ul li{
       margin: 4px 0 4px 15px;
    line-height: normal;
    }
.Submenu,
.Submenu a {
   color: #000 !important;
   font-family: 'Poppins', sans-serif;
   font-size: 16px;
   font-weight: 400;
/*     padding: 4px 0; */
    line-height: normal;
    }
	
.Submenu:active{
   text-decoration:underline
}
/* add side bars to some pages*/
    .filler_column {
        background: var(--color-primary-light) !important;
    }
}

/* end of big screen */



/* S E A R C H **********************************************************************************************/
/* css only sliding search bar magic */
.search-login{
    position: relative;
}
#wrap {
    margin: 5px 10px 10px;
    display: inline-block;
    position: relative;
    height: 30px;
    padding: 0;
}

.search_group input[type="text"], .blog_search input[type="text"] {
    height: 40px;
    font-size: 14px;
    display: inline-block;
    font-family: "Roboto";
    font-weight: 100;
    border: none;
    outline: none;
    color: #454545;
    padding: 3px;
    padding-right: 30px;
    width: 0px;
    position: absolute;
    top: -6px;
    right: -4px;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}
.blog_search input[type="text"]{
    top: -1px;
    right: 0;
}
.blog_search input[type="text"]{
    width: 100%;
        z-index: 1;
    border: 2px solid #CACACA;
    border-radius: 5px !important;
    cursor: text;
    background-color: #fff;
}

.search_group input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
}

.search_group input[type="text"]:focus  {
    width: 220px;
    z-index: 1;
    border: 2px solid #CACACA;
    border-radius: 5px !important;
    cursor: text;
    background-color: #fff;
}

.search_group input[type="submit"], .blog_search input[type="submit"]{
    height: 25px;
    width: 25px;
    display: inline-block;
    color: #000;
    background: url(https://www.tmdsas.com/_resources/img/icons-graphics/search-solid.svg) center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0.8;
    cursor: pointer;
    transition: opacity .2s ease;
}
.blog_search input[type="submit"]{
    top: 5px;
    right: 5px;
}
.search_group input[type="submit"]:hover, .blog_search input[type="submit"]:hover {
    opacity: 0.4 !important;
}

/* WAI THINGS */
#skippy {
    display: block;
    padding: 1em;
    color: #fff;
    background-color: var(—color-secondary);
    outline: 0;
}
#skippy:focus{
    top: 25px;
    position: relative;
}
#skippy .skiplink-text {
    padding: .5em;
    outline: 1px dotted
}
@media (min-width:992px){
	
	/* handbook add	*/
	
	.nu__card {
   	padding:0 17px 30px}
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}
  
  .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--color-primary) transparent transparent transparent;
}


.tooltip:hover .tooltiptext {
  visibility: visible;
}

     /* navigation section */
.dropdown-submenu .dropdown-menu {
    margin-top: -8px !important;
    margin-left: -1px !important;
    z-index: 0;
    min-height: inherit;
    padding-top: 8px;
    padding-bottom: 8px;
    top: 0;
    left: 100%;
    transform: none;
    border-left: 1px solid #fff !important;
}
.navbar-nav .nav-link {
    padding: 0.25rem 2rem;
}

.nav-item .dropdown-item {
    font-size:0.9em;
    line-height: 1.4em;

}
.dropdown-menu .dropdown-item.dropdown-toggle::after {
    right: 7px;
    }

.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item{
    padding-left: 0;
}

.login_group .dropdown-menu {
   min-width: 9rem;
   width: 100%;
    }
.dropdown-menu-right {
    margin-top:18px !important;
    border-radius: 0px;
    }
.navbar {
  background-color: rgba(219, 230, 230, 0.5); /* or var(--color-primary-80) if defined */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari support */
    }

#navbarsTMD a {
/*     padding-top: 60px; */
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1em;
    font-weight: 500;
    color: var(--color-primary);
    }
.tmdtext {
    display: inline-block;
    font-size: 0.7em;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    color: var(—color-secondary);
    line-height: normal;
    text-align: center;
    margin-top: -5px;
	padding-bottom:12px;
    }

@media (max-width: 992px) {
   #navbarsTMD .dropdown-menu {
    left: auto;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
   
    }
    #navbarsTMD a {
    padding-top: 20px;
    }
}
.logotext {
    font-size: 42px;
    font-weight: 500;
    vertical-align: -webkit-baseline-middle;
    color: var(—color-secondary);
    letter-spacing: 2px;
    }
    /* multicol navigation */
div.dropdown-multicol {
        width: 50em;
        background: var(—color-secondary);
        margin-left: -150px !important;
        margin-top: 8px !important;
    }
div.dropdown-multicol a {
        border-color: var(—color-secondary) !important;
    }
div.dropdown-multicol > div.dropdown-col {
        display: inline-block !important;
        vertical-align: top;
        width: 33%;
    }

/* Extra Large desktops*/
@media (min-width: 1601px) {
    #main.container{
        max-width: 90%;
    }
    footer .container{
        max-width: 1550px;
    }
#sidebar {
    margin-left: 20px;
    width: 100%;
}
.search-login{
    position: relative;
    bottom: -25px;
}
}
/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1600px) {
    /*body{border: 1px solid #ff0000;}*//*Red*/
    #main.container{
        max-width: 90%;
    }
    .interior #main.container{
        max-width: 90%;
    }
    footer .container{
        max-width: 1200px;
    }
    #sidebar {
    margin-left: 20px;
    width: 100%;
}
.search-login{
    position: relative;
    bottom: -25px;
}
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    /*body{border:1px solid #ff8a33;}*//*Orange*/
.main_page_headers h2{
    font-size: 30px;
    line-height: 40px;
    }
.main_page_headers {
    padding: 0;
    }
#sidebar {
    margin-left: 20px;
    width: 100%;
}
.search-login {
    bottom: 65px;
}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 992px) {
    /*body{border: 1px solid #ffff00;}*//*Yellow*/
#sub_nav{
    padding: 0;
    }
.logogroup.un-stick{
    display: none;   
    }
.navbar {
    background-color: transparent;
    background: transparent;
    box-shadow: none;
    padding-top: 0;
}
.btn_sub {
    margin-top: 20px;
    }
.navbar-nav {
        display: flex;
        flex-direction: column !important;
    }
.navbar-toggler {
        width: 100px;
        border-style: none;
        border-color: #fff;
    }
.navbar-toggler-icon::before {
        content: "MENU";
        font-style: normal;
        font-size: 1em;
        padding-right: 100px;
        position: relative;
        top: 5px;
        color: #000;
        font-weight: 500;
    }

.dropdown-menu-right {
    margin-top: 8px !important;
    }
.tmdtext {
        display: none;
    }

.logotext {
        font-size: 30px;
        font-weight: 500;
        vertical-align: middle;
        letter-spacing: 0;
    color: #000;
    }
.logo_bundle {
        width: 100%;
        justify-content: center;
    }
#sub_nav {
        background: transparent;
        border-bottom: 3px;
        border-top-color: #46658C !important;
        border-top-style: solid;
        width: 100%;
        height: 70px;
    }
/* mobile nav layout section */
.navigation_group {
        position: static;
        width: 110%;
        background: #fff;
        z-index: 1;
        box-shadow: 0 8px 10px -6px #888888 !important;
    }
.search_group {
         position: absolute;
        top: 0;
        right: 80px;
        width: 60px;
        display: flex;
        flex-basis: 80%;
        justify-content: flex-end;
        z-index: 3;
    }
.login_group {
         position: absolute;
        top: 0;
        right: 1px;
        width: 20px;
        display: flex;
        justify-content: flex-end;
        z-index: 4;
    }
.login_group .btn-group{
        display: block;
    }
/* bumps login button to right */
    .menu_filler {
        display: none;
    }
    /* login button edit look */
.btn_login {
        color: #fff !important;
    }
.btn_login::before {
    content: "Sign In";
    }
.btn_login:hover {
    color: #fff !important;
    background: var(--color-primary-80)  !important;
    border-color: var(--color-primary-80) !important;
    }
.btn_login_chevron {
    display: none;
    }
.main_page_headers {
    padding: 0;
    }
.main_page_headers h2{
    font-size: 30px;
    line-height: 40px;
    }
.login_group .dropdown-menu {
    transform: none;
    right: 0;
    left: inherit;
    margin-top: 10px !important;
}
    .menu_column {
        display: none;
    }
.logogroup{
   background-color: #fff;  
     padding-top: 8px;
    }
.main_column{
    padding-top: 70px !important;
    }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  /*body{border: 1px solid #66ff33;}*//*Green*/
#sub_nav {
    padding: 0;
}
.logogroup.un-stick{
    display: none;   
    }
.search_group input[type="text"]:focus  {
    width: 210px;
        background-color: #fff;
}
.logogroup{
   background-color: #fff;  
    padding-top: 8px;
    }
.main_column{
    padding-top: 70px !important;
    }
.navbar {
    background-color: transparent;
    background: transparent;
    box-shadow: none;
    padding-top: 0;
}
#sub_nav {
        background: transparent;
    }
.btn_media {
    margin-top: 40px;
}
}

/* Make the button look like a nav-link without extra spacing */
#navMegaToggle.btn-link {
  color: var(--color-primary);
  text-decoration: none;
  background: none;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.15s;
}
#navMegaToggle.btn-link:hover,
#navMegaToggle.btn-link:focus {
  text-decoration: none;
  opacity: 0.8;
  outline: none;
}

/* Keep icon swap aligned */
#navMegaToggle .fa-bars, #navMegaToggle .fa-times {
  width: 1.25em;
  text-align: center;
  font-size: 1.25em;
  vertical-align: middle;
  transition: color 0.15s;
}

/* Optional: show a subtle active state when the panel is open */
.dropdown.show #navMegaToggle {
  opacity: .9;
  font-weight: 500;
}

/* Mobile panel header spacing (for the Close button row we added) */
@media (max-width: 992px) {
  #navMegaClose {
    color: inherit;
    background: none;
    border: none;
    font-size: 1.5em;
    padding: 0.5rem 1rem;
    cursor: pointer;
    outline: none;
    transition: color 0.15s;
  }
  #navMegaClose:hover,
  #navMegaClose:focus {
    color: var(--color-primary-80);
    outline: none;
  }
.site-header .navbar {
    padding:0 0rem;
}
}

.site-header .navbar-nav .nav-link {
  padding: 0.25rem 2rem;
}

/* Full-bleed header background with constrained content inside */
.site-header {
  width: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
  z-index: 1030;
}

/* Inner container that constrains logo, menu and buttons */
.site-header .nav-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
}

/* Desktop refinements: more breathing room */
@media (min-width: 992px) {
  .site-header .nav-inner { padding-left: 1.5rem; padding-right: 1.5rem; }
  .site-header .navbar { padding-top: 0.4rem; padding-bottom: 0.4rem; }
  .site-header .navbar-brand img#TMD_logo { width: 14rem; max-width: 100%; height: auto; }
}

/* Mobile adjustments */
@media (max-width: 992px) {
  .site-header .nav-inner { padding-left: 0.75rem; padding-right: 0.75rem; }
  .site-header .navbar { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .site-header .navbar-brand img#TMD_logo { width: 9.5rem; }
}

/* Base logo sizing and visibility overrides to ensure it shows on desktop */
.site-header .navbar-brand img#TMD_logo {
  width: 12rem;
  max-width: 100%;
  height: auto;
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 992px) {
  /* Make the full-bleed mega panel scrollable on mobile */
  .dropdown-menu-mega {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-h, 88px);                 /* sit under header */
    height: calc(100vh - var(--header-h, 88px));
    max-height: calc(100vh - var(--header-h, 88px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;           /* smooth native scrolling on iOS */
    padding-bottom: 1rem;
    background-color: rgba(236, 240, 240, 0.98); /* ensure bg covers area while scrolling */
    z-index: 1050;
  }

  /* Keep the mobile close button row visible while content scrolls */
  .dropdown-menu-mega > .container .d-flex.justify-content-end {
    position: sticky;
    top: 0;
    z-index: 2;
    background: inherit; /* match panel bg so it looks seamless */
    padding-top: 0.5rem;
  }

  /* Slight inner padding so content isn't flush to edges when scrolling */
  .dropdown-menu-mega .mega-grid {
    padding: 0.5rem 1rem 1.5rem;
  }
}

