/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* heading class attributes */
/* h1,
h2,
h3,
h4,
h5,
h6,
dt {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
} */

/* 🧠 Apply Libre Baskerville to H1–H3 */
/* h1, h2, h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
} */

/* Optional: You can further differentiate each heading if needed */
/* h1 {
  font-size: 2.25rem; */
/*  font-weight: 700;  use bold for top-level headline */
/* } */

/* h2 {
  font-size: 1.75rem;
  font-weight: 700;
} */

/* h3 {
  font-size: 1.5rem; */
 /* font-style: italic;  gives a bit of a literary flair */
/* } */


/* 🎯 Assign Inter Tight font to H1–H4 with appropriate weight */
h1 {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h2 {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h3 {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

h4 {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


TFOOT, THEAD    {
}

TH  {
}

A:link  {
    /* color: #215d6b;
    text-decoration: none !important; */
}

A:visited   {
}

A:hover {
    /* text-decoration: underline !important; */
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*edits*/

/*hero-image-container*/
.hero-image-container {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('/Portals/0/Images/temp-hero-header-image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  /* height: clamp(400px, 12vw + 50vh, 1000px); */
  /* height: clamp(450px, 14vw + 55vh, 1100px); */
  /* height: clamp(600px, 18vw + 75vh, 1500px); */
/* height: clamp(500px, 15vw + 62.5vh, 1250px); */
height: clamp(540px, 16.2vw + 67.5vh, 1350px);
}

.hero-image-container .hero-text {
  color: #fff;
  text-align: center;
  width: min(100%, 600px);
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.hero-title-main {
  font-size: clamp(2rem, 4vw + 1vh, 3.5rem);
  line-height: 1.2;
}

.hero-title-sub {
  /* font-size: clamp(1.35rem, 2.5vw + 0.3vh, 2.15rem); */
  font-size: clamp(1.1rem, 2vw + 0.25vh, 1.8rem);

  line-height: 1.5;
  font-style: italic;
  /* background-color: red; */
  
}

.hero-divider {
  border: none;
  border-top: 6px solid #1DE9B6;
  width: 60%;
  margin: 1rem auto;
  opacity: 1;
}

.hero-text button {
  margin-top: 2rem;
}

/*smaller button*/
.btn-group-sm>.btn,.btn-sm {
    --bs-btn-padding-y: 0.25rem !important;
    --bs-btn-padding-x: 0.5rem !important;
    --bs-btn-font-size: 0.875rem !important;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/*logo*/
.header-logo > a img {
  width: auto;
  height: auto;
  max-width: 315px;
  max-height: 97px;
}

/*box-shadow*/
.custom-shadow{
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.65);
}

/*adjust spacing with font awesome icon*/
.eds_fontIcon.eds_square {
    margin-right: 15px;
}
/*font awesome attributes also */
.fa-solid {
  margin-right: 13px;
  /* background-color: red; */
}

.fas {
  /* margin-right: 5px; */
  margin-right: 13px;
  /* background-color: red; */
}

/*indent pargraphs*/
.indentParagraphs p {
    padding-left: 3rem;
    /* background-color: rgba(255, 166, 0, 0.089); */
}

/*add padding underneath header title*/
.padding-underneath-header-title h3  {
    padding-top:1rem;
    padding-bottom: 1rem;
}

/*additional indent */
.additionalIndent {
    padding-left: 5rem;
    /* background-color: rgba(0, 0, 255, 0.068); */
}

/*primary button*/
.btn-primary,
.btn-primary:visited {
	color: #FFFF01;
    background-color: #00888F;
    border-color: #00888F;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    font-weight: normal;
}
.btn-primary:focus {
    background-color: #00888F;
    border-color: #00888F;
    color: #FFFF01;
}
.btn-primary:hover {
	background-color: #00ADB6;
	border-color:  #00ADB6;
	color: #FFFF01;
    box-shadow: none;
}



.primary-color{
    color: #05C7F2;
}
.primary-color-softer{
    background-color: #eff7f9;
}
.secondary-color{
    color: #fff;
}
/** **/
.accent-black{
    color: #262324;
}
.accent-yellow{
    color: #F2E205;
}
.accent-yellow-softer-background{
    background-color: #fbfbd8;
}

.accent-dark-blue{
    color: #0000FF;
}
.thirty-color-background{
    background-color: #d8ebef;
}
.dark-green-color{
	color: #002F3A;
}
.maroon-color {
   	color: #8F1107;
}

/*header attributes*/
.header-nav {
	background-color: #dee9f4;
}

/*paragraph attributes with a href linkage*/
p a {
    color: #215d6b;
    text-decoration: underline !important;
}
p a.btn, 
p a.btn:hover,
p a.btn:focus,
p a.btn:active, 
p a.btn:visited {
    text-decoration: none !important;
}
p a:hover {
    color: #51737a;
    text-decoration: underline !important;
}

/*list attributes with a href linkage*/
.list-links li a {
  color: #215d6b;           
  text-decoration: none !important;    
}
.list-links li a:hover {
    color: #51737a;    
    text-decoration: underline !important;  
}
.list-links.footer li a {
  color: #215d6b;    
  text-decoration: underline !important;
}
.list-links.footer li a:hover {
    color: #51737a;    
    text-decoration: none !important;
}
.list-links.footer a{
  color: #215d6b;    
  text-decoration: underline !important;
}
.list-links.footer a:hover{
  color: #215d6b;    
  text-decoration: underline !important;
}
/*alternative list2*/
ul.list2 li::before {
  content: "\25A0"; /* • bullet character */
  color: black;
  font-size: 0.6rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
ul.list2{
    margin-left: 0;
    padding-left:1rem;
    padding-top: 1.5rem;
    /* background-color: rgba(255, 0, 0, 0.247); */
}
ul.list2 li.spaceBelow{
    padding-bottom: 1.5rem;
    /* background-color: rgba(0, 0, 255, 0.164); */
}



/*Partial underline effect*/
.partial-underline {
    position: relative;
    display: inline-block;
}

.partial-underline::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60%;
    height: 5px;
    background: #05C7F2;
    border-radius: 2.5px;
    box-shadow: 0 1px 3px rgba(5, 199, 242, 0.3);
    transform: scaleX(1);
    transition: transform 0.3s ease;
}
.partial-underline2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1.25rem;
}

.partial-underline2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60%;
    height: 5px;
    background: #05C7F2;
    border-radius: 2.5px;
    box-shadow: 0 1px 3px rgba(5, 199, 242, 0.3);
    transform: scaleX(1);
    transition: transform 0.3s ease;
}

/*linkgroup-item-text - attributes*/
.linkgroup-item-text{
    margin-top:unset;
}


/*make title more weightier*/
.linkgroup-item-text-header {
	font-weight: 700;
}

/*logo larger-id selector*/
#nnhrc-logo-larger {
  transform: scale(1.1);
  transform-origin: center;
}

/*list unstyled-attribute*/



/* remove bullets and indentation from list */
ul.list-unstyled-attribute,
ul.list-unstyled-attribute > li {
  all: unset;
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  /* background-color: red !important; */
  
  /*restore the block behavior */
  display:block;
}

/*container background */
.container-1-background{
background-color: #e7fafd;
border-radius: 7px;
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.27);
}

/*line after the text*/
/* .with-line::after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 2px;
    background-color: #000;
    margin-left: 20px;
    vertical-align: middle;
} */

.with-line {
    display: flex;
    align-items: center;
    width: 100%;
}

.with-line::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.226);
    margin-left: 20px;
}

/*disable the hyperlinks */
.btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
  color: #131414; /* Muted color */
  background-color: #6c757d;
  border: #6c757d;
}

/*primary-link-attributes*/
.primary-link {
  color: #007bff;        /* Default link color */
  text-decoration: none; /* Remove underline */
  font-weight: 500;
}

.primary-link:hover {
  color: #0056b3;        /* Darker shade on hover */
  text-decoration: underline;
}

.primary-link:active {
  color: #003f7f;        /* Even darker when clicked */
}

.primary-link:visited {
  color: #6c757d;        /* Greyish tone after visited */
}

.primary-link:focus {
  outline: 2px solid #80bdff; /* Visible outline for accessibility */
  outline-offset: 2px;
}


/*primary link - global change to site*/
a:not(.btn),
a:not(.btn):link,
a:not(.btn):active,
a:not(.btn):visited {
	color: #002F3A;
	text-decoration: none
}

a:hover:not(.btn) {
	color: rgb(0, 122, 150);
}

/*color the svg color */
.icon-svg-maroon{
    display:inline-block;
    width:60px;           /* size like your old max-width */
    aspect-ratio: 1 / 1;  /* adjust if your SVG isn’t square */
    background-color: #8F1107; /* pulls from .primary-color */
    -webkit-mask: url("/portals/0/images/Map, Pin, Location, Travel, Navigation.svg")
                  no-repeat center / contain;
            mask: url("/portals/0/images/Map, Pin, Location, Travel, Navigation.svg")
                  no-repeat center / contain;
    vertical-align: middle;
  }
.icon-png-maroon2{
  display:inline-block;
  width:60px;
  height:60px;                 /* set height instead of relying only on aspect-ratio */
  background-color:#8F1107;    /* the tint color */
  -webkit-mask: url('/Portals/0/Images/relocation2.png') no-repeat center / contain;
          mask: url('/Portals/0/Images/relocation2.png') no-repeat center / contain;
  vertical-align:middle;
}
.icon-svg-maroon3{
    display:inline-block;
    width:60px;           /* size like your old max-width */
    aspect-ratio: 1 / 1;  /* adjust if your SVG isn’t square */
    background-color: #8F1107; /* pulls from .primary-color */
    -webkit-mask: url("/Portals/0/Images/047-no%20racism.svg")
                  no-repeat center / contain;
            mask: url("/Portals/0/Images/047-no%20racism.svg")
                  no-repeat center / contain;
    vertical-align: middle;
  }
.icon-svg-maroon4{
    display:inline-block;
    width:60px;           /* size like your old max-width */
    aspect-ratio: 1 / 1;  /* adjust if your SVG isn’t square */
    background-color: #8F1107; /* pulls from .primary-color */
    -webkit-mask: url("/Portals/0/Images/Mountain-01-edited.svg")
                  no-repeat center / contain;
            mask: url("/Portals/0/Images/Mountain-01-edited.svg")
                  no-repeat center / contain;
    vertical-align: middle;
  }
.icon-svg-maroon5{
    display:inline-block;
    width:60px;           /* size like your old max-width */
    aspect-ratio: 1 / 1;  /* adjust if your SVG isn’t square */
    background-color: #8F1107; /* pulls from .primary-color */
    -webkit-mask: url("/Portals/0/Images/043-financial.svg")
                  no-repeat center / contain;
            mask: url("/Portals/0/Images/043-financial.svg")
                  no-repeat center / contain;
    vertical-align: middle;
  }
.icon-svg-maroon6{
    display:inline-block;
    width:60px;           /* size like your old max-width */
    aspect-ratio: 1 / 1;  /* adjust if your SVG isn’t square */
    background-color: #8F1107; /* pulls from .primary-color */
    -webkit-mask: url("/Portals/0/Images/negotiation.svg")
                  no-repeat center / contain;
            mask: url("/Portals/0/Images/negotiation.svg")
                  no-repeat center / contain;
    vertical-align: middle;
  }
.icon-svg-maroon7{
    display:inline-block;
    width:60px;           /* size like your old max-width */
    aspect-ratio: 1 / 1;  /* adjust if your SVG isn’t square */
    background-color: #8F1107;    /* pulls from .primary-color */
    -webkit-mask: url("/Portals/0/Images/World%20copy.svg")
                  no-repeat center / contain;
            mask: url("/Portals/0/Images/World%20copy.svg")
                  no-repeat center / contain;
    vertical-align: middle;
  }
.icon-svg-maroon8{
    display:inline-block;
    width:60px;           /* size like your old max-width */
    aspect-ratio: 1 / 1;  /* adjust if your SVG isn’t square */
    background-color: #8F1107;    /* pulls from .primary-color */
    -webkit-mask: url("/Portals/0/Images/006-agreement%20copy.svg")
                  no-repeat center / contain;
            mask: url("/Portals/0/Images/006-agreement%20copy.svg")
                  no-repeat center / contain;
    vertical-align: middle;
  }
.icon-svg-maroon9{
    display:inline-block;
    width:70px;           /* size like your old max-width */
    aspect-ratio: 1 / 1;  /* adjust if your SVG isn’t square */
    background-color: #8F1107;    /* pulls from .primary-color */
    -webkit-mask: url("/Portals/0/Images/contract negotiation, terms agreement, business negotiation, deal-making, contract terms copy.svg")
                  no-repeat center / contain;
            mask: url("/Portals/0/Images/contract negotiation, terms agreement, business negotiation, deal-making, contract terms copy.svg")
                  no-repeat center / contain;
    vertical-align: middle;
  }
.icon-svg-maroon10 {
    display:inline-block;
    width:60px;           /* size like your old max-width */
    aspect-ratio: 1 / 1;  /* adjust if your SVG isn’t square */
    background-color: #8F1107;    /* pulls from .primary-color */
    -webkit-mask: url("/Portals/0/Images/emrip-5.svg")
                  no-repeat center / contain;
            mask: url("/Portals/0/Images/emrip-5.svg")
                  no-repeat center / contain;
    vertical-align: middle;
  }
.icon-svg-maroon11 {
    display:inline-block;
    width:60px;           /* size like your old max-width */
    aspect-ratio: 1 / 1;  /* adjust if your SVG isn’t square */
    background-color: #8F1107;    /* pulls from .primary-color */
    -webkit-mask: url("/Portals/0/Images/Asset%201-ver2.svg")
                  no-repeat center / contain;
            mask: url("/Portals/0/Images/Asset%201-ver2.svg")
                  no-repeat center / contain;
    vertical-align: middle;
  }
.icon-svg-maroon12 {
    display:inline-block;
    width:60px;           /* size like your old max-width */
    aspect-ratio: 1 / 1;  /* adjust if your SVG isn’t square */
    background-color: #8F1107;    /* pulls from .primary-color */
    -webkit-mask: url("/Portals/0/Images/031-biography%20copy.svg")
                  no-repeat center / contain;
            mask: url("/Portals/0/Images/031-biography%20copy.svg")
                  no-repeat center / contain;
    vertical-align: middle;
  }
.icon-svg-maroon13 {
    display:inline-block;
    width:60px;           /* size like your old max-width */
    aspect-ratio: 1 / 1;  /* adjust if your SVG isn’t square */
    background-color: #8F1107;    /* pulls from .primary-color */
    -webkit-mask: url("/Portals/0/Images/13324%20-%20Earth%20Day%20copy.svg")
                  no-repeat center / contain;
            mask: url("/Portals/0/Images/13324%20-%20Earth%20Day%20copy.svg")
                  no-repeat center / contain;
    vertical-align: middle;
  }


  /*buffer - between elements*/
  .buffer-1{
      margin-right: 15px;
      /* background-color: red; */
  }
  .buffer-2{
      margin-left: 3px;
      /* background-color: red; */
  }

/*image scroller */
.edsc3d__Theme1 .ms-partialview-template .ms-slide-info .ms-info > h3 {
  font-family: "Arial" !important;
}
.edsc3d__Theme1 .ms-partialview-template .ms-slide-info .ms-info > div {
  font-family: "Arial" !important;
  font-size: 1.15rem !important;
  margin: 6px;
  line-height: 1.4;
  /* background-color: red; */
}

/*podcasts section style*/
.eds_news_NewsEntertainment.eds_style_custom_sgbmk63j6ni .edn_articleSummary,
.eds_news_NewsEntertainment.eds_style_custom_sgbmk63j6ni .edn_articleSummary *
{
	color: #384245;
	font-weight: 500;
	font-size: 1.1rem;
}
.eds_news_NewsEntertainment.eds_style_custom_sgbmk63j6ni .edn_category > a,
.eds_news_NewsEntertainment.eds_style_custom_sgbmk63j6ni .edn_category > span
{
	color: #fff;
}
/*background color for pane, re: homepage announcements */
.eds_containers_Press.eds_paddingTopBottom {
  background-color: #d8e8f7;
}

/*homepage announcements - background color for top 2 year blocks*/
.eds_news_NewsEntertainment.eds_style_custom_sgbmk63j6ni .edn_leadingArticle .edn_category > a, .eds_news_NewsEntertainment.eds_style_custom_sgbmk63j6ni .edn_leadingArticle .edn_category > span {
    
    color: #fff;
}

/*change background color for container */
.eds_containers_Press.eds_paddingTopBottom {
    background-color: #f1f7fb;
}

/* LISTS - Alphabetical */
.ol-upper-alpha { list-style-type: upper-alpha; } /* A, B, C */
.ol-lower-alpha { list-style-type: lower-alpha; } /* a, b, c */

/* LISTS - Roman numerals */
.ol-upper-roman { list-style-type: upper-roman; } /* I, II, III */
.ol-lower-roman { list-style-type: lower-roman; } /* i, ii, iii */

/*change property of container background */
/* .eds_containers_Press.eds_paddingTopBottom {
    background-color: #f1f7fb;
    border-radius: 7px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
} */















/*media queries MEDIA QUERIES*/
/* 📱 Extra Extra Small (XXS) — Really Small Devices (<375px) */
@media (max-width: 374.98px) {
    .variable-width{
        width: 100%;
    }
}

/* 📱 Extra Small (XS) — 375px to 575.98px */
@media (min-width: 375px) and (max-width: 575.98px) {
    .variable-width{
        width: 100%;
    }
}

/* 📱 Small (SM) — 576px to 767.98px */
@media (min-width: 576px) and (max-width: 767.98px) {
    .variable-width{
        width:75%;
        margin-inline: auto;
    }
}

/* 📱 Medium (MD) — 768px to 991.98px */
@media (min-width: 768px) and (max-width: 991.98px) {
    .variable-width{
        width:75%;
        margin-inline: auto;
    }
}

/* 💻 Large (LG) — 992px to 1199.98px */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /*logo*/
    .header-logo > a img {
    width: auto;
    height: auto;
    max-width: 315px;
    max-height: 97px;
    margin-right: 1.25rem;
    /* background-color: red; */
    }
    .variable-width{
        width:75%;
        margin-inline: auto;
    }
}

/* 🖥️ Extra Large (XL) — 1200px to 1399.98px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    /*logo*/
    .header-logo > a img {
    width: auto;
    height: auto;
    max-width: 315px;
    max-height: 97px;
    margin-right: 1.25rem;
    /* background-color: red; */
    }
    .variable-width{
        width:75%;
        margin-inline: auto;
    }
  
}

/* 🖥️💼 Extra Extra Large (XXL) — 1400px and up */
@media (min-width: 1400px) {
    /*logo*/
    .header-logo > a img {
    width: auto;
    height: auto;
    max-width: 315px;
    max-height: 97px;
    margin-right: 1.25rem;
    /* background-color: red; */
    }
    .variable-width{
        width:75%;
        margin-inline: auto;
    }
  
}






















































































































































