/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */



/* COMMENTED OUT. LINK TO MUSEO-SANS FONT IS IN THE HEADER/BOTTOM CONTENT SNIPPET IN POWER PAGES MANAGEMENT */
/* @import url("https://use.typekit.net/rno3uap.css"); */


/* font for Chronicle Display - Roman */
@font-face {
  font-family: 'Chronicle Display Roman';
  /* Choose a name for your font */
  src: url('/chrondisp-roman') format('opentype');
  font-size: 36px;
}
* {
  font-family: museo-sans,sans-serif !important;
  letter-spacing: 1px !important;
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free" !important;
}
/* start dropdown styling for distributor */
.distributorGroupNav {
  color: white;
  font-weight: 600;
  text-indent: 10px;
  padding-top: 15px;
  text-transform: uppercase;
}

a:hover {
  cursor: pointer
}

/* end dropdown styling for distributor */

/* Ensure submenu appears to the right of the parent item on computers*/
/* for mobile devices, the dropdown will be under the sub menu selected  */
@media (min-width: 767px) {
  .dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    /* Initially hidden */
  }

  /* Show the submenu when it has the 'show' class */
  .dropdown-submenu .dropdown-menu.show {
    display: block;
  }
}
.table-info td{
  color:#000000;
}
.table-info td:hover{
  color:#000000;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1040 !important; 
  --bs-backdrop-bg: #000 !important;
  --bs-backdrop-opacity: 0.5 !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1040 !important; 
  width: 100vw !important;
  height: 100vh !important;
  background-color: var(--bs-backdrop-bg) !important;
  opacity: var(--bs-backdrop-opacity) !important;
}
.modal.show .modal-dialog {
  box-shadow: #00000080 0px 0px 10px;
}
.modal-footer, .modal-header{
  border:none;
}
/* overriding primary button (select) css to have all buttons in lookup grid to match */
/* on message create and edit */
#sz_distributorvalue_lookupmodal .modal-footer button:hover{
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color:#000000 !important;
}
#sz_distributorvalue_lookupmodal .modal-footer button{
  color: #ffffff !important;
  background-color: #000000 !important;
}
/* on distributor and corporate resources */
#sz_topic_lookupmodal .modal-footer button:hover{
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color:#000000 !important;
}
#sz_topic_lookupmodal .modal-footer button{
  color: #ffffff !important;
  background-color: #000000 !important;
}

.modal-body{
  text-align:center;
}
.modal {
  z-index: 1050 !important; /* Ensure modal is above backdrop */
}
/* start code for distributor logo top left header */
.desktopHeaderText{
  
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  letter-spacing:2px !important;
}
@media (min-width: 768px) {
  .mobileHeaderText{
    
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding-left: 1rem;
    
  }
}
@media (max-width: 768px) {
  .mobileHeaderText{
    
    font-weight: 700;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding-left: 1rem;
    
  }
}
.parentHeader {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.parentHeader .siteTitle {
  line-height: 1.5;
  text-align: left;
}

/* Vertical Line */
.vertical-line {
  width: 1px;
  background-color: white;
  align-self: stretch;
}
#mobileBrandingImage .childHeader{
  width: 100%;
  height: auto;
  max-width: 100%;
}
.childHeader a {
  display: flex;
  flex: 1;
  max-width: 400px;
  white-space: normal;
  flex-direction: row;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
  gap: .5rem;

}
.headerIcon {
  max-width: 35px;
  max-height: 35px;
}

@media (max-width: 767px) {
  .headerIcon {
    max-width: 40px;
    max-height: 40px;
  }
}

/* .parentHeader img {
    max-height: 50px;   
    width: auto;
    height: auto;
    object-fit: contain;  
} */
.logo-image {
    max-height: 50px;
    max-width: 200px;
    height: auto;
    width: auto;
    object-fit: contain;
}
/* @media (min-width: 1901px) {
  .parentHeader img {
    max-width: 20%;
  }
}
@media (max-width: 1900px) {
  .parentHeader img {
    max-width: 29%;
  }
} */

/* end code for distributor logo top left header */
/* for featured action cards on home page */
.stackedContent {
  display: flex;
  text-align: center;
  padding:10px;
}
.stackedContent .card{
  width: 150px;
  height: 120px;
}
.stackedContent .card-body{
  padding:0;
}
.img-fluid{
  max-width: 80%;
  height: auto;
}
.stackedContent img{
  transition: transform 0.3s ease; /* Add a smooth transition */
}
.stackedContent img:hover {
  transform: scale(1.1); /* Scale the image to 120% on hover */
}
.stackedContent .text{
  width:150px;
}
/* Dropdown Menu */
.nav-item.dropdown {
  /* flex: 1; */
  max-width: 50%;
  display: flex;
  justify-content: flex-start;
}


/* Tooltip Fix */

/* broke up tooltipHeaderText2 and tooltipHeaderText because positioning is different on edit branding, sign out, switch distributors,home */
.tooltipHeader .tooltipHeaderText2{
  visibility: hidden;
  font-size: 16px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 10;
  top: 150%;
  left: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
  background-color: #ffffff;
  color: #000000 !important;
}
.tooltipHeader .tooltipHeaderText3{
  visibility: hidden;
  font-size: 16px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 10;
  top: 150%;
  right: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
  background-color: #ffffff;
  color: #000000 !important;
}

.tooltipHeader {
  position: relative;
  cursor: pointer;
}

.tooltipHeader .tooltipHeaderTextHome {
  visibility: hidden;
  
  font-size: 16px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 10;
  top: 125%;
  left: 90%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
  background-color: #ffffff;
  color: #000000 !important;
}

.tooltipHeader:hover .tooltipHeaderTextHome, .tooltipHeader:hover .tooltipHeaderText2,.tooltipHeader:hover .tooltipHeaderText3 {
  visibility: visible;
  opacity: 1;
}

/* END HEADER LOGO */
/* breadcrumb code */
.breadcrumb {
  padding: 0px;
  margin: 0;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb a {
  text-decoration: none;
  color: #000;
}

.breadcrumb span {
  color: #000;
  user-select: none;
}
#breadcrumb a:hover{
  font-weight:500;    text-decoration: underline;
}
#breadcrumb a.disabled {
  pointer-events: none;
  color: #808080 !important;
  text-decoration: none;
  cursor: default;
}
/* end breadcrumb code */
/* feedback button in web template */

.feedbackButtonDesktop, .feedbackButtonMobile {
  display: inline-flex;
  align-items: center;
  background-color: #4a4a4a;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  position: fixed;
  justify-content: center;
  /* ensure it is under the loading screen and icon (998 and 999) */
  z-index: 997;
}
/* individual position of where feedback buttons need to live on screen */
.feedbackButtonDesktop {
  width: 210px;
  height: 50px;
}
.feedbackButtonMobile {
  width: 64px;
  height: 64px;
}
/* code is reading a tag to hover to black text. fix to make it white */
#feedbackDesktop:hover{
  color:#ffffff;
}
/* Feedback icon image sizes */
.feedbackButtonDesktop img {
  width: 20px;
  height: 20px;
  margin-left: 12px;
}
.feedbackButtonMobile img {
  width: 30px;
  height: 30px;
}

/* Default positions (lower right) */
.feedbackPositionDesktop1 {
  bottom: 20px;
  right: 30px;
}
.feedbackPositionMobile1 {
  bottom: 20px;
  right: 30px;
}

/* When back-to-top is visible Above back-to-top */
.feedbackPositionDesktop2 {
  bottom: 90px;
  right: 30px;
}
/* Left of back-to-top */
.feedbackPositionMobile2 {
  bottom: 30px;
  right: 100px; 
}

/* When feedback icon intersects footer */
.feedbackStuckDesktop {
  position: absolute !important;
  bottom: 400px !important;
}
.feedbackStuckMobile {
  position: absolute !important;
  bottom: 215px !important;
  right: 30px !important
}

/* Back-to-top positioning */
.backToTopDesktop {
  bottom: 20px;
  right: 30px;
}
.backToTopMobile {
  bottom: 30px;
  right: 20px;
}


/* used in distributor dropdown when a distributor is selected, set them to active */
.active{
  font-weight: 800 !important;
  background: transparent !important;
  user-select: none
}
.nav-link img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pinMessage{
  max-width:35px;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* CODE FOR PAGINATION TO BE BLACK INSTEAD OF OOB BLUE */
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
  background-color: #000000 !important;
}

.page-link {
  color: #000000;
  background-color: #f2f2f2;
}

.page-link.active:focus {
  color: #000000;
  background-color: #f2f2f2;
  font-weight: 600;
}

.page-link:hover {
  color: #000000;
  background-color: #f2f2f2;
}

/* END CODE FOR PAGINATION */

.categoryType{
  color: #ffffff; 
  display: inline-block; 
  padding: 10px;
  border-radius:10px;
  min-height: 12%;
}


/* START CODE FOR FAQ PAGE */

/* Desktop Style */

/* start code for floating go to top button*/
#backToTop {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5c5c5c;
  text-decoration: none;
  transition: background 0.3s, box-shadow 0.3s;
  z-index: 99999;
  opacity: 0;
  cursor: pointer;
}

/* Show on scroll */
#backToTop.show {
  opacity: 0.9;
  pointer-events: auto;
}

/* Icon styles */
#backToTop i {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

/* end code for floating go to top button*/

/* start code for scrolling when selecting category on faq page*/
/* ensuring scrolling behavior is smooth */
html {
  scroll-behavior: smooth;
}

.faqListItem a.active {
  font-weight: bold;
  color: #000000;
  /* Bootstrap primary blue */
}

/* end code for scrolling when selecting category on faq page*/
.faqListItem {
  
}

.faqListItem:hover {
  font-weight: 400;
  
}

/* .faqToggle {
  display: none;
  /* Default: Hidden */
/* } */ */

/* Reset any margin or padding inconsistencies */
h1.articleText--subheading,
.faqList {
  margin: 0;
  /* Remove any default margin */
  padding: 0;
  /* Remove any default padding */
  list-style: none;
}

/* Optionally set padding or margin on both if you need space */
h1.articleText--subheading {
  margin-bottom: 20px;
  /* Add a margin-bottom to separate from the list */
  font-weight: 400;
}

ul.faqList {
  list-style-type: none;
  /* Remove bullets from the list */
  padding-left: 0;
  /* Ensure the list items are aligned with the container */
}
#messageBody div strong{
  text-decoration: none;
  font-weight:700;
}
#messageBody div a{
  text-decoration: underline;
  color:#20399D;
}
#messageBody div a:hover{
  text-decoration: underline;
  color:#0850F7;
}
/* #messageBody div a:visited{
  text-decoration: underline;
  color:#800080;
} */
#messageBody div a:active{
  text-decoration: underline;
  color:#ff0000;
}

strong{
  text-decoration: underline;
  font-weight:300;
}
strong:hover,strong:focused{
  font-weight:700;
}
.bold{
  font-weight:700;
  text-decoration: none;
}
/* START SETTING MUSEO SANS ON RICH TEXT EDITOR OUTPUT */
.ck-content div{
  font-size: 16px !important;
  font-weight: 300 !important;
  
  color: #000000 !important;
  
}
.ck-content span{
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #000000 !important;
}
.ck-content a span strong:active {
    color: #ff0000 !important;
    text-decoration: underline !important;
}
.ck-content a span strong:hover {
    color: #0850F7 !important;
    text-decoration: underline !important;
}
.ck-content span strong{
  font-weight: 700 !important;
  text-decoration: none !important;
}
.ck-content a span strong{
  color: #20399D !important;
  text-decoration: underline !important;
}
.ck-content a span u{
  color: #467987;
  text-decoration: underline;
}
.ck-content a span u:active{
  color: #ff0000;
  text-decoration: underline;
}
.ck-content a span u:hover{
  color: #217086;
  text-decoration: underline;
}
.truncate-text {
  line-height: 1.5em;
  height: 24%;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 10px 0px;
}
.truncate-text div{
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #000000 !important;
  
}
.truncate-text span{
  font-size: 16px !important;
  font-weight: 300 !important;
  background-color:#ffffff !important;
  color: #000000 !important;
  
}
.truncate-textSearch {
  line-height: 1.5em;
  height: 24%;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 10px 0px;
}
.truncate-textSearch a{
  font-size: 16px;
  font-weight: 300;
}
.truncate-textSearch a:hover{
  font-size: 16px;
  font-weight: 700;
}
.truncate-textSearch div{
  font-size: 16px !important;
  font-weight: 300 !important;
  
  color: #000000 !important;
  
}
.truncate-textSearch span{
  font-size: 16px !important;
  font-weight: 300 !important;
  background-color:#f2f2f2 !important;
  color: #000000 !important;
  
}
/* END SETTING MUSEO SANS ON RICH TEXT EDITOR OUTPUT */

/* Mobile Style */
/* @media (max-width: 768px) {
  .faqList {
    display: none;
  }

  .faqList.active {
    display: block;
  }

  .faqToggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Museo Sans", museo
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    padding: 10px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .faqToggle:hover {
    background-color: #f1f1f1;
  }

  .faqToggle.active::after {
    content: "\25B2";
    font-size: 18px;
    margin-left: auto;
  }

  .faqToggle::after {
    content: "\25BC";
    font-size: 18px;
    margin-left: auto;
  }
} */

/* END CODE FOR FAQ PAGE */
/* START CODE FOR GRID VIEWS */

#saveButton.disabled {
  /* important to override OOB bootstrap code for disabled class */
  background-color: #717171 !important;
  color: #ffffff !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  /* Prevent clicks */
  opacity: 0.6 !important;
}

/* to make hover of item look grabbable */
.draggable-item {
  cursor: grabbing;
}
@media (min-width: 767px) {
  .actionButtons{
    display: flex;                /* Enable flexbox layout */
    justify-content: start;       /* Align items horizontally to the start (left) */
    gap: 10px;  
  }
}
select,
option,
td,
.dt-info,
.dt-paging-button,
.dt-column-title {
  background: #ffffff !important;
  font-size:16px !important;
  font-weight:300 !important;
}

.optionset {
  margin-right: 20px;
  min-width: 12rem;
  min-height: 30px;
  width: 15rem;
}

.dataTables_length label,.dataTables_info,.paginate_button{
  font-size:16px !important;
  font-weight:300 !important;
  letter-spacing: 1px !important;
  
  color:#000000 !important;
}
.paginate_button:hover{
  font-weight:700 !important;
}
.paginate_button{
  background:transparent !important;
}
.dataTables_filter input{
  font-size:16px !important;
  font-weight:300 !important;
  letter-spacing: 1px !important;
  
  color:#000000 !important;
  min-width: 20rem !important;
}
/* for desktop */
@media (min-width: 767px) {
  /* width of drag icon */
  .dataTable col[data-dt-column="0"]{
    width:10% !important;
  }
  /* width of display name */
  .dataTable col[data-dt-column="1"]{
    width:20% !important;
  }
  /* width of topic */
  .dataTable col[data-dt-column="2"]{
    width:20% !important;
  }
  /* width of description */
  .dataTable col[data-dt-column="3"]{
    width:30% !important;
  }
  /* width of action buttons */
  .dataTable col[data-dt-column="4"]{
    width:20% !important;
  }
  /* width of hidden guid */
  .dataTable col[data-dt-column="5"]{
    width:0% !important;
  }
  div.dt-container div.dt-layout-table>div {
    padding: 0px;
  }
  div.dt-container {
    padding: 0px 10px 50px 0px;
  }
  .primaryActionButtons{
    margin-right: 25px;
    border-color:black
  }
  div.dt-container div.dt-layout-row{
    vertical-align: middle;
  }
  .secondaryActionButtons{
    border-color:black;
  }
  .dt-info{
    padding-left: 70px;
  }
  div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end{
    width: 25%;
  }
  .dt-input{
    font-weight:300;
    font-size:16px;
  }
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 20px 0px !important;
  }
}
.center-cell {
  vertical-align: middle;
}
/* for mobile */
@media (max-width: 767px) {
  table.dataTable .dtr-details .dtr-data {
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
  }

} 
#linksTable td{
  padding-right:5px !important;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  /* Prevents long words from spilling over */
  overflow: hidden !important;
  word-wrap: break-word !important;
  white-space: normal !important;
}
.entity-form {
  background-color: #ffffff;
}

.crmEntityFormView .actions {
  background-color: #ffffff;
}

.entity-form .form-control {
  background-color: #f2f2f2 !important;
  color: #000000 !important;
  padding: 10px;
}

/* END CODE FOR GRID VIEWS */

/* START CODE FOR SEARCH */
/* for desktop */
@media (min-width: 767px) {
.input-group {
  width: 55% !important;
  position: relative;
}
.view-toolbar .input-group{
  width: 100% !important;
  position: relative;
}
}
/* for mobile */
@media (max-width: 767px) {
.input-group {
  width: 100% !important;
  position: relative;
}}
#navSearch,
#navSearchMobile {
  font-size: 1.2rem;
  color: #ffffff;
}

#searchBarNav::placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
  font-size: 16px;
  font-weight: 500;
  
}

.nav-item input {
  font-size: 16px;
  font-weight: 500;
  
}
/* mobile */
@media (max-width: 767px) {
  .xrm-editable-html {
    flex-grow: 1;
    width: 100%;
  }
} 
/* desktop */
@media (min-width: 767px) {
  .xrm-editable-html {
    flex-grow: 1;
    width: 80%;
  }
} 


/* start sidebar code */

.headerSearchInput{
  background-color:#ffffff; 
  width: 60%; 
  height: 3rem;
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border:none;
  
}

/* Style for the search container */
.search-container {
  position: relative;
  width: fit-content;
}

/* Style for the search icon */
.search-icon {
  cursor: pointer;
}
/* SEARCH RESULTS CSS */

.returnResults{
  font-size: 16px;
  font-weight:300;
}
.greyHR{
  margin: 1rem 0;
  color: #0000002b;
  border: 0;
  border-top: 2px solid;
}
.searchVal {
  margin-left: 8px;
  /* Space between text and div */
  font-style: italic;
  font-size: 16px;
  font-weight: 700;
}
/* desktop */
@media (min-width: 768px) {
  .searchLocation{
    font-size: 15px;
    font-weight:500;
    text-transform: uppercase;
    margin-right: 35px;
  }
  .desktop{
    display:block !important;
  }
  .mobile{
    display:none;
  }
  .siteLocations{
    font-size: 16px;
    font-weight:500;
    margin-right: 30px;
  }
  .footer .container-fluid{
    padding: 50px !important;
  }
  /* field on message edit/create that needs to be 50% */
  #sz_persona_Container,#sz_featuredactionrole_Container{
    width:50%; 
  }
}
/* mobile */
@media (max-width: 768px) {
  .searchLocation{
    display:none;
  }
  .desktop{
    display:none;
  }
  .mobile{
    display:block !important;
  }
  .siteLocations{
    font-size: 16px;
    font-weight:500;
    min-width: 0;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    text-align: right;
  }
}


.searchHeadersBold{
  font-size: 20px;
  font-weight:700;
}
.searchHeaders{
  font-size: 20px;
  font-weight:300;
}
.searchHeaders a{
  font-size: 20px;
  font-weight:300;
}
.searchHeaders a:hover{
  font-weight:700;
}
.searchHeaders >a >div:hover{
  font-weight:700;
}

/* END SEARCH RESULTS CSS */
/* Customizing the hamburger icon */
.navbar-toggler-icon {
  width: 30px;
  height: 20px;
  background-image: url('data:image/svg+xml,...');
  /* You can also use a custom SVG */
}

/* Default down caret when the menu is collapsed */
/* Default state: chevron-down pointing down */
/* CSS for caret rotation */
.caret {
  transition: transform 0.3s ease;
  /* Smooth transition for rotation */
  margin: 15px;
}

.caret.rotated {
  transform: rotate(180deg);
  /* Rotate the caret 180 degrees */
}

/* CSS for collapsible content (optional, adjust as needed) */
.collapsible {
  display: none;
}

.collapsible.active {
  display: block;
}

.flex-grow-1 {
  flex-grow: 1;
}
#distributorsMobile > li > a{
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #ffffff;
  white-space: nowrap;
  width: auto;
}
#distributorsMobile > li > a:hover,#distributorsMobile > li > a:focus{
  background-color:#1D1D1D;
  color:#ffffff;
}
/* distributor dropdown mobile styling */
#distributorsMobile{
  padding-right:0px;
}

#distributorsContainer.show{
  width: 100vw; /* Take full screen width */
  position: absolute;
  left: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9); /* Optional: Overlay effect */
  z-index: 1050; /* Ensure it appears above other content */
}
#distributorsMobile.show{
  width: 100vw; /* Take full screen width */
  position: absolute;
  left: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9); /* Optional: Overlay effect */
  z-index: 1050; /* Ensure it appears above other content */
}
/* Default sidebar styling */
/* mobile */
@media (max-width: 767px) {
  #sidebarMenu {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: #1D1D1D;
    min-height: 100vh;    
  }
} 
/* desktop */
@media (min-width: 767px) {
  #sidebarMenu {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: #1D1D1D;
    min-height: 100vh;
    min-width:200px;
  }
} 
/* When sidebar is expanded */
#sidebarMenu.show {
  width: 100vw; /* Take full screen width */
  position: absolute;
  left: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9); /* Optional: Overlay effect */
  z-index: 1050; /* Ensure it appears above other content */
}

/* Adjust main content when sidebar is open */
#sidebarMenu.show + #mainContent, #distributorsContainer + #mainContent{
  display: none; /* Hide main content when sidebar is full screen */
}

#navSearchInputIcon{
 background-color: white; 
 cursor: pointer;
 min-height: 3rem;
 height: 3rem;
 max-height: 3rem;
}
.sidebar {

  flex-shrink: 0;
  background-color: #1D1D1D;
  left: 0;
  top: 0;
  margin: 0;
}

.main-content {
  padding: 20px;
}

.sidebar-item .sidebar-link {
  padding-left: 10px;
}

.sidebar-item .sidebar-link {
  color: #ffffff !important;
  background-color: #1D1D1D !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  
}

.sidebar-item .sidebar-link:hover,
.sidebar-item .sidebar-link:focus,
.sidebar-item .sidebar-link:active {
  color: #ffffff !important;
  background-color: #1D1D1D !important;
  text-decoration: none;
  outline: none;
  /* Removes focus outline if unwanted */
}

.sidebar-dropdown li {
  background-color: #707070 !important;
  text-decoration: none;
}

.sidebar-item .sidebar-sublink {
  color: #ffffff !important;
  /* so text is not right up against the end of the side nav bar */
  margin-right: 10px;
  font-weight: 300;
  font-size: 14px;
  padding-left: 1.5rem !important;
}
.sublink{
  border-bottom:1px solid #CCCCCC;
}
.bottomBorder{
  border-bottom:1px solid #CCCCCC;
}
.nestedSubLink{
  border-bottom:1px solid #1D1D1D;
}
.nestedLink{
  color: #000000 !important;
  margin-right: 10px;
  font-weight: 300;
  font-size: 14px;  
  background-color: #CCCCCC !important;
  text-decoration: none;
  padding-left: 2rem !important; 
  
}
.sidebar-dropdown .sidebar-sublink:hover,
.sidebar-dropdown .sidebar-sublink:focus,
.sidebar-dropdown .sidebar-sublink:active,
.nestedLink:hover,
.nestedLink:focus,
.nestedLink:active{
  font-weight: 700;
  text-decoration: none;
  outline: none;
  /* Removes focus outline if unwanted */
}

.sidebar-item {
  line-height: 3;
  border-bottom: 1px solid #707070;
}

/* end sidebar code */


.input-group-text {
  background: transparent;
  border: none;
  padding: 5px;
}
.marginIcons{
  margin: 5px;
}
#searchBarSearchPage {
  font-size: 18px;
  font-weight: 500;
  padding: 12px 20px;
  width: 100%;
  border-left: none;
  background-color: #ffffff !important;
  color: #000000 !important;
  min-height: 50px;
  box-shadow: 0px 2px 4px 0px #0000004f !important;
  border-radius: 5px;
  border: 2px solid #BABABA;
}

/* Remove outline on focus */
#searchBarSearchPage:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.result-wrapper {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}


#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #c7c7c7a1; 
  z-index: 100000; /* ensures loading screen is on top of all other elements */
  pointer-events: auto; 
  display: flex;
  align-items: center;
  justify-content: center;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 80px;
  height: auto;
}

/* END CODE FOR SEARCH */
hr.solid {
  border-top: 1px solid #ffffff;
  margin: 0px;
  opacity: 1;
}

.border {
  background-color: white;
  box-shadow: #00000080 0px 0px 10px;
}

.viewMore {
  margin-top: 15px;
  text-align: center;
  vertical-align: middle;
}

.viewMore:hover {
  cursor: pointer;
  color: #007BFF !important;
}

.backPage {
  
  margin-top: 15px;
  font-weight: 500 !important;
  cursor: pointer;
  color: #000000;
}

.backPage:hover,.backPage:focus {
  font-weight: 700 !important;
  cursor: pointer;
  color: #000000;
  
}
/* START CSS FOR MESSAGE DETAILS PAGE */
.messageTitles{
  font-size:12px !important;
  font-weight:100 !important;
}
.messageTitleText{
  font-size:18px !important;
  font-weight:500 !important;
}

/* mobile */
@media (max-width: 768px) {
  .datetimepicker{
    float:none;
    font-size:12px;
    font-weight:300;
    text-transform: uppercase;
  }
}
/* desktop */
@media (min-width: 768px) {
  .datetimepicker{
    float:right;
    font-size:12px;
    font-weight:300;
    text-transform: uppercase;
  }
  .cardPadding{
    padding: 40px;
  }
}

.cardSections{
  margin-bottom:40px;
}
.messageBody{
  font-size:16px !important;
  font-weight:300 !important;
  word-break: break-word;
  overflow-wrap: break-word;
}
.messageBody div{
  font-size:16px !important;
  font-weight:300 !important;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* END CSS FOR MESSAGE DETAILS PAGE */
.editLink {
  
  color: #000000;
  font-weight: 600;
}

.editLink:hover {
  font-weight: 700;
  cursor: pointer;
  color: #000000;
}

.cardBorder-line {
  border-color: #2B2B2B;
  border-radius: 10px;
  border-width: medium;
  padding: 10px;
  box-shadow: #00000080 0px 0px 10px;
}

.messageHeader {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  
}

.card {
  border-radius: 8px;
  padding: 10px;
  box-shadow: -2px 4px 10px #02020230;

}
.messageCard{
  height: 360px;
}
.gridshadowView {
  border-radius: 10px;
  box-shadow: #00000080 0px 0px 10px;
  padding: 0;
}

.gridshadow {
  border-radius: 10px;
  box-shadow: #00000080 0px 0px 10px;
}

.cardBorder-line:hover {
  border-color: #000000 !important;
  cursor: pointer;
}

.msgTruncate-text {
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 10px 0px;
  height: 10%;
}

.homeSection {
  padding: 20px 40px 10px;
}

.homeContainerImage {
  width: auto;
  overflow: hidden;
}
.closeStyle{
  background-color: #2c2c2c;
  color: #ffffff;
  border-radius:100px;
}
/* hero image for desktop + */
@media (min-width: 768px) {
  .locked-img-background {
    width: 100%;
    height: 500px;
    /* Adjust to match the last image */
    background-image: url("/Home-Container-Image.jpg");
    /* background-image: url("{{ snippets['Home Container Image'] }}"); */
    background-size: cover;
    /* Ensures full coverage */
    background-position: center center;
    /* Locks the visible area */
    background-repeat: no-repeat;
  }
}
/* hero image for mobile + */
@media (max-width: 768px) {
  .locked-img-background {
    width: 100%;
    height: 200px;
    /* Adjust to match the last image */
    background-image: url("/Home-Container-Image.jpg");
    /* background-image: url("{{ snippets['Home Container Image'] }}"); */
    background-size: cover;
    /* Ensures full coverage */
    background-position: center center;
    /* Locks the visible area */
    background-repeat: no-repeat;
  }
}
/* 🔹 Adjust for Extra-Large Screens */
@media (min-width: 1540px) {
  .locked-background {
    height: 600px;
    /* Adjust to maintain aspect ratio */
    background-position: center center;
    /* Keeps it locked */
  }
}

/* 🔹 Adjust for Smaller Screens */
@media (max-width: 768px) {
  .locked-background {
    height: 400px;
    background-position: center top;
    /* Locks the same crop */
  }
}



.readMore {
  margin: 10px 0px;
}

.readMore a {
  font-weight: 600 !important;
}

.image {
  padding: 20px;
  border-radius: 30px;
  width: auto;
}

.createdOn {
  
  font-size: 16px;
  color: #000000 !important;
  height: 5%;
}

.created {
  font-size: 15px;
}

.titleMsg {
  line-height: 1em;
  height: 2em;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.titleHome {
  line-height: 1em;
  height: 2em;
  letter-spacing: 2.4px;
  margin-bottom: 0;
  margin-top: 0;
  opacity: 1;
  /* Truncation */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limits to two lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

@media (max-width: 768px) {
  .titleHome {
    line-height: 1.2em;
    height: 2.4em;
  }
}

.body p {
  
  font-size: 16px !important;
  margin-bottom: 10px !important;
  color: #2B2B2B !important;
}

.list {
  
  list-style-type: none !important;
  padding: 0px !important;
}

/* ul li:hover {
  
  cursor: pointer !important;
  color: #000000 !important;

} */

.hidden {
  display: none !important;
}

.hiddenValue {
  display: none;
}


/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

h1.underline,
h4.underline {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 21px;
}

@media (max-width: 767px) {

  .text_center-mobile {
    text-align: center;
  }
}


.btn-lg-home {
  padding: 20px 40px;
  font-size: 15px;
}


.btn-info-home {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn-info-home:hover {
  color: #000;
  border-color: #000;
  background: #fff;
}

.btn-info-home:active {
  color: #000;
  border-color: #000;
  background: #fff;
}

.loginClass {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-info-home:focus {
  color: #000;
  border-color: #000;
  background: #fff;
}

.pagination {
  justify-content: center !important;
}

.d-none {
  display: none;
}

.breadcrumb>li a {
  color: #000000;
  padding: 2px 4px;
}

.breadcrumb>li a:hover {
  color: #000000;
}


.pagination>li>a,
.pagination>li>span {
  background-color: transparent;
  border: 0px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
}


.pagination>li:first-child>a:hover,
.pagination>li:first-child>span:hover {
  background: none;
}


.pagination>li:last-child>a:hover,
.pagination>li:last-child>span:hover {
  background: none;
}


.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  background-color: transparent;
  border-color: transparent;
}


.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  border-color: transparent;
  border-radius: 50%;
  border: solid 1px;
  
}

.logo-container {
  height: 51px;
  width: 187px;
  margin-left: 9px;
}


.fixed-top {
  border-width: 0;
}


.static-top {
  border-width: 0;
  margin-bottom: 0;
}


.navbar-default {
  border-color: transparent;
}

.navbar .nav-item ul {
  background-color: #000000;
}

.homelink,
a.homelink:hover,
a.homelink:focus {
  color: #fff;
  text-decoration: none;
}
.signOutMobile,.parentSwitchUserMobile{
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding:10px 20px;
}
.signOut{
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0px !important;
}

.signOut div {
  margin: 0; 
  padding: 20px;
  font-size:14px;
  font-weight:500;
}
.signOut:hover,.switchUser:hover,.signOut:focus,.switchUser:focus{
  font-weight:500 !important;
  background-color:transparent !important;
}
.switchUser{
  padding-left:10px !important;
}
.parentSwitchUser{
  padding:10px; 
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  background-color:#707070 !important;
}
.parentSwitchUser:hover{
  background-color: #3C3C3C !important;
}
.parentSwitchUser a, .parentSwitchUser img{
  font-size:14px !important;
  font-weight:500 !important;
}
#logoutButton{
  color:#ffffff;
}
#logoutButton:hover{
  background-color: #3C3C3C;
  color:#ffffff;
}
.register-bar {
  clear: both;
}

#mainContent {
  background-color: #f2f2f2;
  min-height:100vh;
}
/* code for switch user in header */

.avatar a:hover,.avatar a:focus,.avatar a:active{
  color:#ffffff !important;
}
.avatar a{
  color:#ffffff !important;
}
.avatar,.avatarImgMobile, .avatar:hover {
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative; /* or absolute if needed */
}

.avatarImgDesktop{
  height: 50px !important;
  width: 50px !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative; /* or absolute if needed */
}
#initials:hover, #initials:focus, #initials:active{
  color:#ffffff !important;
}
/* endcode for switch user in header */


/* code for distributor name in header if no logo is present */
/* desktop + */
@media (min-width: 768px) {
  .distName{
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5;
      margin-left: 15px;
  }
}
/* phone */
@media (max-width: 768px) {
  .distName{
    font-weight: 700;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
  }
}
/* end code for distributor name in header if no logo is present */
header {

  padding: 30px;
  margin: 0px;
}

.fixed-top.navbar {
  min-height: 67px;
}

.fixed-top.navbar .navbar-collapse {
  max-height: 510px;
  box-shadow: none;
  border-top: none;
  padding-top: 8px;
}

.fixed-top.navbar .form-inline {
  border: none;
  margin-left: 0;
  margin-right: 0;
}

.fixed-top.navbar .form-inline .form-control {
  font-size: 1em;
}


.static-top.navbar .navbar-collapse {
  max-height: 510px;
  box-shadow: none;
  border-top: none;
}


.static-top.navbar .form-inline {
  border: none;
  margin-left: 0;
  margin-right: 0;
}

.static-top.navbar .form-inline .form-control {
  font-size: 1em;
}

@media (min-width: 992px) {

  .fix-navbar .register-bar {
    display: none;
  }
}


.fixed-top.navbar>.container>.row>div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom;
}


.static-top.navbar>.container>.row>div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom;
}


.fixed-top.navbar .menu-bar>.navbar-nav>li>a {
  
  font-size: 1em;
  font-weight: bold;
}


.fixed-top.navbar .menu-bar>.navbar-nav>.divider-vertical {
  height: 25px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1.5px solid #fff;
  border-left: 1px solid #666;
}

/* 
.static-top.navbar .menu-bar>.navbar-nav>li>a {
  
  font-size: 1em;
  font-weight: bold;
} */


.static-top.navbar .menu-bar>.navbar-nav>.divider-vertical {
  height: 25px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1.5px solid #fff;
  border-left: 1px solid #666;
}


.fixed-top .navbar-brand {
  font-size: 2.11em;
  
  color: #232222;
  position: relative;
}

@media (max-width: 1200px) {

  .fixed-top .navbar-brand {
    position: initial;
  }
}


.fixed-top .navbar-header {
  padding-top: 8px;
}


.static-top .navbar-brand {
  font-size: 2.11em;
  
  color: #232222;
  position: relative;
}

@media (max-width: 1200px) {

  .static-top .navbar-brand {
    position: initial;
  }
}


.fixed-top.navbar-dark {
  background-color: #232222;
  border-color: transparent;
}

.fixed-top.navbar-dark .navbar-brand {
  color: #fff;
}

.fixed-top.navbar-dark .divider-vertical {
  border-right-color: #fff;
  border-left-color: #111;
}


.static-top.navbar-dark {
  background-color: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.static-top.navbar-dark .navbar-brand {
  color: #fff;
}

.static-top.navbar-dark .divider-vertical {
  border-right-color: #fff;
  border-left-color: #111;
}


.navbar-dark .navbar-nav>li>a {
  color: #ffffff;
}

/* .navbar-dark .navbar-nav > li > a:hover {
 color: #0e93d1;
 background-color: #FFFFFF;
 text-decoration: none;

} */

.navbar-dark .navbar-nav>li>a:focus {
  color: #fff;
  background-color: #000000;
  /* border: 1px dashed black !important;
 outline: 1px dashed #ffffff; */
}


.menu-bar .shopping_link {
  position: relative;
}

.menu-bar .shopping_link .cart_amount {
  border-radius: 100%;
  height: 17px;
  width: 17px;
  position: absolute;
  bottom: 6px;
  right: -6px;
  background-color: #2f5fef;
  text-align: -webkit-center;
  line-height: 17px;
  font-size: 9px;
  padding-left: 1.9px;
  color: #fff;
}

.menu-bar .shopping_link .cart_amount:hover {
  color: #fff;
}

@media (max-width: 1199px) {

  .fixed-top .navbar-collapse .nav>.divider-vertical {
    display: none;
  }
}

@media (max-width: 1199px) {

  .static-top .navbar-collapse .nav>.divider-vertical {
    display: none;
  }
}

@media (max-width: 767px) {

  .fixed-top.navbar>.container>.row>div {
    display: block;
  }

  .navbar-header {
    position: relative;
  }
}

@media (max-width: 767px) {

  .static-top.navbar>.container>.row>div {
    display: block;
  }

  .navbar-header {
    position: relative;
  }
}

body {
  padding-top: 0px;

  margin: 0;
  height: 100%;
}

@media (max-width: 767px) {

  body {
    padding-top: 0px;
  }
}


.layer_down {
  height: 50px;
  background: url('layer_down.png') no-repeat bottom center;
  position: absolute;
  bottom: 0;
  z-index: 900;
  width: 100%;
}


.layer_up {
  height: 40px;
  background: url('layer_up.png') no-repeat bottom center;
  position: relative;
  z-index: 20;
}


.section-margin {
  margin: 21px 0;
}


.section-inline-search {
  background-size: cover;
}

.section-inline-search .row>div {
  margin-top: 100px;
}

.section-inline-search .row>div h1 {
  color: #fff;
}

@media screen and (max-width: 600px) {

  .section-inline-search .row>div h1 {
    font-size: 16vw;
  }
}

.section-inline-search .row>div .form-inline .row .input-group {
  margin-right: 21px;
}

.section-inline-search .row>div .form-inline .row .input-group .input-group-text {
  background-color: #fff;
  border-right: none;
}

.section-inline-search .row>div .form-inline .row .input-group .form-control {
  height: 60px;
  border-left: none;
  box-shadow: none;
}

.section-inline-search .row>div .form-inline .row .input-group .form-control:focus {
  box-shadow: none;
  border-right: none;
  border-color: #ccc;
}


.wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}


.wrapper .contained {
  position: relative;
  height: 400px;
  padding-bottom: 56.25%;
}


.wrapper .contained>svg {
  margin-top: -100px;
  position: absolute;
  display: block;
}


.contained .row {
  margin-top: 80px;
}


footer {
  position: relative;
  color: #22221e;
}

footer .footer-top {
  width: 100%;
  min-height: 130px;
  background-color: #232222;
  display: flex;
  align-items: center;
}

footer .footer-top h3,
footer .footer-top h4 {
  color: #fff;
}

footer .footer-top .list-social-links {
  margin-top: 25px;
  margin-bottom: 12.5px;
}

@media screen and (max-width: 991px) {

  footer .footer-top h3,
  footer .footer-top .list-social-links {
    text-align: center;
  }
}

footer .footer-bottom {
  width: 100%;
  min-height: 68px;
  background-color: #d2d2ce;
  font-size: 14px;
  display: flex;
  align-items: center;
}

footer .footer-bottom p {
  margin: 0;
  color: #fff;
}

footer .footer-bottom h4 {
  margin-top: 0;
  color: #fff;
}

footer .footer-bottom ul {
  list-style-type: none;
  margin: 0;
}

footer .footer-bottom ul li a,
footer .footer-bottom ul li a:hover,
footer .footer-bottom ul li a:focus,
footer .footer-bottom ul li a:active,
footer .footer-bottom ul li a.active {
  font-size: 15px;
  color: #fff;
}


.list-social-links {
  list-style-type: none;
  padding-left: 0;
}

.list-social-links li {
  display: inline-block;
  margin: 0 10px;
}

.list-social-links li a,
.list-social-links li a:hover,
.list-social-links li a:focus,
.list-social-links li a:active,
.list-social-links li a.active {
  color: #fff;
}

@media screen and (max-width: 993px) {

  .section-landing h1 {
    font-size: 65px;
  }

  .section-landing h2 {
    letter-spacing: normal;
    margin-left: -3px;
  }
}


.user-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 7px;
}


.article-title-container {
  border-top: solid 1px #bcbcbc;
  border-bottom: solid 1px #bcbcbc;
  padding-left: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
}


.article-title {
  margin-left: -35px;
}

.article-title>span {
  margin-left: 3px;
}

.article-title>span .article-author {
  font-weight: bold;
  color: #2f5fef;
}


.article-content {
  margin-top: 15px;
}

.article-content>p {
  text-align: justify;
}

@media screen and (max-width: 993px) {

  .article-title {
    margin-left: 0;
    text-align: center;
  }

  .article-author {
    text-align: center;
  }
}


.section-search .header-search {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-color: #eeeeee;
}

.section-search .header-search img {
  max-width: 350px;
}

@media screen and (max-width: 600px) {

  .section-search .header-search h1 {
    font-size: 13vw;
  }
}


.section-search .title-search {
  font-size: 26px;
  font-weight: bold;
}


.section-search input {
  border-style: none;
  padding-left: 10px;
  height: 60px;
}


.section-search .media .media-left>img {
  max-width: 240px;
}


.section-search .media .media-body {
  padding-left: 20px;
}

.section-search .media .media-body>a {
  text-decoration: none;
  font-weight: bold;
}

.section-search .media .media-body .media-heading {
  margin-top: 5px;
  margin-bottom: 20px;
}


.cards-container {
  margin-top: 84px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {

  .cards-container {
    flex-direction: column;
  }
}


.carousel-custom .carousel-inner>.carousel-item {
  margin-right: auto;
  margin-left: auto;
}

.carousel-custom .carousel-inner>.carousel-item .carousel-caption {
  display: flex;
  align-items: center;
  top: 5%;
  left: 5%;
  right: 5%;
}

@media screen and (min-width: 768px) {

  .carousel-custom .carousel-inner>.carousel-item .carousel-caption {
    left: 5%;
    right: 5%;
  }
}


.carousel-custom .carousel-indicators li {
  border-color: #232222;
}


.table.table-forms td {
  padding: 15px 8px;
}


.table.table-forms tbody tr:first-child td {
  border-top: none;
}


.poll {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.poll .poll-header {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 5px;
}

.poll .poll-header h4 {
  font-weight: bold;
  display: inline-block;
}

.poll .poll-content {
  padding-top: 25px;
}

.poll .poll-content p {
  font-size: 14px;
}

.poll .poll-content form {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 10px;
}

.poll .poll-content .poll-buttons {
  padding-top: 20px;
  padding-left: 11px;
}

.poll .poll-content .poll-buttons .btn {
  padding: 4px 14px;
  font-size: 14px;
}

.poll .poll-content .poll-buttons .btn-default,
.poll .poll-content .poll-buttons .btn-secondary {
  color: #000;
  border-color: #000;
}

.poll .poll-content .poll-buttons .btn-default:hover,
.poll .poll-content .poll-buttons .btn-secondary:hover {
  color: #000;
  border-color: #000;
}

.poll .poll-tags {
  padding-top: 10px;
}

.poll .poll-tags h4 {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 10px;
}

.poll .poll-tags .tag {
  display: inline-block;
  background-color: #e1e1e1;
  color: #232222;
  padding: 5px 14px;
  margin: 5px 0px;
  text-transform: uppercase;
  font-size: 13px;
}


.nav-sidebar {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-sidebar .nav>li>a {
  padding: 4px 20px;
  color: #ffffff;
  border-right: 2px solid #eeeeee;
}

.nav-sidebar .nav>li>a:hover,
.nav-sidebar .nav>li>a:focus {
  color: #232222;
  text-decoration: none;
  background-color: transparent;
  border-right: 2px solid #555555;
}

.nav-sidebar .nav>li>a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e250';
  margin-right: 7px;
}

.nav-sidebar .nav>.active>a {
  color: #232222;
  text-decoration: none;
  background-color: transparent;
  border-right: 2px solid #555555;
  font-weight: bold;
}

.nav-sidebar .nav>.active>a:before {
  content: '\e252';
}

.nav-sidebar .nav>.active:hover>a,
.nav-sidebar .nav>.activefocus>a {
  font-weight: bold;
}

.nav-sidebar .nav>.active>ul.nav {
  display: block;
}

.nav-sidebar .nav ul.nav {
  display: none;
}

.nav-sidebar .nav .nav>li>a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
}

.nav-sidebar .nav .nav>.active,
.nav-sidebar .nav .nav>.active:hover,
.nav-sidebar .nav .nav>.active:focus {
  font-weight: bold;
}

.nav-sidebar .nav .nav .nav>li>a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 60px;
}

.nav-sidebar .nav .nav .nav>li>a:before {
  content: '';
}

.nav-sidebar .nav .nav .nav>.active,
.nav-sidebar .nav .nav .nav>.active:hover,
.nav-sidebar .nav .nav .nav>.active:focus {
  font-weight: bold;
}


#navbar .dropdown-menu {
  margin-top: 8px;
}


#navbar .dropdown-search {
  padding-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 9px;
}

#navbar .dropdown-search #q {
  min-width: 200px;
}

@media (max-width: 1199px) {

  #navbar .dropdown-search .input-group-btn {
    vertical-align: top;
  }

  #navbar .dropdown-search #search-filter {
    width: 100%;
    text-align: left;
    padding-left: 25px;
  }

  #navbar .dropdown-search.dropdown-menu>li:hover,
  #navbar .dropdown-search .dropdown-menu>li:hover {
    color: white;
    background-color: transparent;
  }
}


.tabs-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
}


.help-block.error,
label.col-form-label.required:before,
.crmEntityFormView .cell div.info.required label:after,
.crmEntityFormView .cell div.info div.validators,
.crmEntityFormView .validator-text,
.crmEntityFormView .rank-order-cell .validator-text,
.crmEntityFormView .constant-sum-cell .validator-text,
.crmEntityFormView .stack-rank-cell .validator-text {
  color: #a94442;
}

@media screen and (-ms-high-contrast: active) {

  .navbar-default .navbar-toggler .navbar-toggler-icon {
    background-color: #888;
  }

  .navbar-dark .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
  }
}


.pr-color {
  color: #2f5fef;
}


.blue_border {
  padding-bottom: 10px;
  border-bottom: 7px solid #0b80d0;
}


.page_section {
  position: relative;
  background-size: cover;
  color: #000;
}

.page_section .row {
  padding-top: 40px;
  padding-bottom: 100px;
}

.page_section .row.sidebar-home {
  padding-bottom: 0;
}

.page_section h1 {
  font-size: 32px;
}

.page_section h2 {
  color: #666666;
  font-size: 40px;
}

.page_section h3 {
  font-size: 66px;
  
}

.page_section p {
  padding-top: 5px;
}

.page_section .btn {
  margin-top: 50px;
}

.page_section .form-search .btn {
  padding: 4px 12px;
  margin-top: 1px;
}

.page_section .section-landing-heading p,
.page_section .section-landing-sub-heading p {
  border-top: 0;
}


.form-search .btn {
  border: 1px solid #ccc;
}


.form-search .btn-default:hover,
.form-search .btn-secondary:hover {
  border-color: #ccc;
}


.form-search .dropdown-submenu {
  right: -2px;
}


.form-search .dropdown-menu {
  margin-top: 0px;
}


.dropdown-search.dropdown-menu>li:hover {
  background-color: transparent;
}


#navbar .form-search .dropdown-menu {
  margin-top: 0px;
}


.section-diagonal-left {
  -webkit-transform: skew(0deg, -1.3deg);
  -ms-transform: skew(0deg, -1.3deg);
  transform: skew(0deg, -1.3deg);
  overflow: hidden;
  margin-top: -60px;
  margin-bottom: -20px;
}

.section-diagonal-left .section-diagonal-left-content {
  -webkit-transform: skew(0deg, 1.3deg);
  -ms-transform: skew(0deg, 1.3deg);
  transform: skew(0deg, 1.3deg);
  background-size: cover;
  margin-top: -70px;
}

.section-diagonal-left .section-diagonal-left-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
  background-color: #fff;
}


.section-diagonal-right {
  -webkit-transform: skew(0deg, 1.3deg);
  -ms-transform: skew(0deg, 1.3deg);
  transform: skew(0deg, 1.3deg);
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: -20px;
}

.section-diagonal-right.home-section {
  margin-top: -60px;
}

.section-diagonal-right .section-diagonal-right-content {
  -webkit-transform: skew(0deg, -1.3deg);
  -ms-transform: skew(0deg, -1.3deg);
  transform: skew(0deg, -1.3deg);
  background-size: cover;
  margin-top: -70px;
}

.section-diagonal-right .section-diagonal-right-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  background-color: #2f5fef;
}


.section-diagonal-left .row,
.section-diagonal-right .row {
  padding-top: 125px;
}


.section-diagonal-left .col-lg-5,
.section-diagonal-right .col-lg-5 {
  float: none;
  margin: 0 auto;
}


.section-diagonal-left p,
.section-diagonal-right p {
  border-top: none;
}


.section-landing {
  background: linear-gradient(transparent, transparent);
  background-size: cover;
}

.section-landing .row>div {
  margin-top: 80px;
}

.section-landing .row>div .section-landing-heading {
  font-size: 4rem;
  color: #fff;
}

@media screen and (max-width: 600px) {

  .section-landing .row>div .section-landing-heading {
    font-size: 16vw;
  }
}

.section-landing .row>div .section-landing-sub-heading {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: Semibold;
}

@media screen and (max-width: 600px) {

  .section-landing .row>div .section-landing-sub-heading {
    font-size: 4vw;
  }
}


.section-sub-landing {
  background-size: cover;
}


.section-default {
  background-size: cover;
}

@media screen and (max-width: 767px) {

  .section-default:before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top,
        transparent 0%,
        rgba(0, 0, 0, 0.59) 41%,
        rgba(0, 0, 0, 0.62) 43%,
        black 100%);

    background: -webkit-linear-gradient(top,
        transparent 0%,
        rgba(0, 0, 0, 0.59) 41%,
        rgba(0, 0, 0, 0.62) 43%,
        black 100%);

    background: linear-gradient(to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.59) 41%,
        rgba(0, 0, 0, 0.62) 43%,
        black 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);

  }
}

.section-default .row {
  padding-bottom: 150px;
}


.section-knowledge {
  margin-bottom: 40px;
}


.content-home .btn {
  margin-top: 0;
}


.content-home .card {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.content-home .card p {
  border: 0;
}


.content-home .card-header {
  display: none;
}


.content-home .list-group-item {
  padding: 20px 0;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #ddd;
}

.content-home .list-group-item img {
  margin-right: 25px;
}


.content-home a.list-group-item,
.content-home .list-group-item a.title {
  color: #232222;
}

.content-home a.list-group-item:hover,
.content-home a.list-group-item:focus,
.content-home .list-group-item a.title:hover,
.content-home .list-group-item a.title:focus {
  color: #232222;
  text-decoration: none;
  background-color: transparent;
}


.content-home .title,
.content-home .description {
  display: block;
}


.content-home .title {
  font-size: 24px;
  
}


.content-home .description {
  display: block;
  font-size: 14px;
}


.sidebar-home {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  margin-top: 36px;
  position: relative;
}

.sidebar-home h3 {
  font-size: 18px;
}

.sidebar-home .card {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.sidebar-home .card-header {
  padding-left: 0;
  background-color: transparent;
  border: 0;
}

.sidebar-home .card-title {
  font-size: 14px;
  color: #2f5fef;
  
}

.sidebar-home .list-group-item {
  padding-left: 0;
  font-size: 14px;
  background-color: transparent;
  border: 0;
}

.sidebar-home .list-group-item:hover,
.sidebar-home .list-group-item:focus {
  text-decoration: none;
  background-color: transparent;
}

.sidebar-home .list-group-item .date {
  visibility: hidden;
}


.section-landing-search {
  min-height: 250px;
  background: url(homehero.jpg) no-repeat 0 25%;
  background-size: cover;
}


.section-landing-forums {
  min-height: 250px;
  background-size: cover;
}


.section-knowledge .list-group a.list-group-item {
  color: #2f5fef;
}


.section-knowledge .card-title {
  color: #000;
}


.page_section.section-landing .row {
  padding-bottom: 60px;
}


.page_section.section-landing .row>div {
  margin-top: 0px;
}


ul.tree,
ol.tree {
  color: #2f5fef;
}


.tree ul,
.tree ol,
.tree ul ul,
.tree ol ul,
.tree ol ol ul,
.tree ol ul ul,
.tree ul ol ul,
.tree ul ul ul {
  list-style-type: disc;
  color: #2f5fef;
}



.adx_forms_font_calibri {
  font-family: Calibri;
}


.adx_forms_font_new_roman {
  font-family: Times New Roman;
}


.adx_forms_font_helvetica {
  font-family: 'Helvetica', museo
}


html {
  
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

.wrapper-body {
  min-height: calc(100% - 180px);
  margin-bottom: 0px;
}

.footer .push {
  height: 43px;
}

.footer {
  margin-top: 0px;
}

.page-copy {
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar-brand {
  line-height: 37px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: unset;
}

body,
legend {
  color: #000000;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
  background-color: #f2f2f2;
  color: #000000;
}

.navbar-dark .navbar-toggler {
  border: 1px solid #000000;
}

.navbar-dark .navbar-toggler:hover {
  background-color: #4642e4;
}

.navbar-dark .navbar-toggler:focus {
  border: 1px solid black;
  background-color: #4642e4;
}

.navbar-dark .navbar-nav .show.dropdown-menu {
  background-color: #000000;
}

.navbar-dark .navbar-nav .show.dropdown-menu>li>a {
  color: #fff;
}

.navbar-dark .navbar-nav>.dropdown>a.show .navbar-dark .navbar-nav>.dropdown>a.show:hover,
.navbar-dark .navbar-nav>.dropdown>a.show:focus {
  background-color: #000000;
  color: #fff;
}

.navbar-dark .navbar-nav .show.dropdown-menu>li>a:hover,
.navbar-dark .navbar-nav .show.dropdown-menu>li>a:focus .navbar-dark .navbar-nav .show.dropdown-menu>.active>a,
.navbar-dark .navbar-nav .show.dropdown-menu>.active>a:hover,
.navbar-dark .navbar-nav .show.dropdown-menu>.active>a:focus {
  background-color: #ffffff;
  color: #000000;
}

.nav>li>a:hover,
.nav>li>a:focus {
  background-color: #f2f2f2;
}

.nav .show.dropdown-menu {
  background-color: #ffffff;
}

.nav .show.dropdown-menu>li>a {
  color: black;
}

.nav>.dropdown>a .nav>.dropdown>a:hover,
.nav>.dropdown>a:focus {
  background-color: #f2f2f2;
}

.nav .show.dropdown-menu>.active>a,
.nav .show.dropdown-menu>.active>a:hover,
.nav .show.dropdown-menu>.active>a:focus,
.nav .show.dropdown-menu>li>a:hover,
.nav .show.dropdown-menu>li>a:focus {
  background-color: #f2f2f2;
  color: black;
}

#filterDropdownId>.dropdown-menu>li>a:focus {
  border: 1px solid;
}

#filterDropdownId>a:focus {
  border: 1px solid;
}

.crmEntityFormView,
.entitylist {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #f2f2f2;
}

.sectionPrimaryColor {
  background-color: #000000;
  color: #ffffff;
}

.sectionPrimaryColor h1,
.sectionPrimaryColor h2,
.sectionPrimaryColor h3,
.sectionPrimaryColor h4,
.sectionPrimaryColor h5,
.sectionPrimaryColor h6 {
  color: #ffffff;
}

.sectionPrimaryColor .crmEntityFormView h1,
.sectionPrimaryColor .crmEntityFormView h2,
.sectionPrimaryColor .crmEntityFormView h3,
.sectionPrimaryColor .crmEntityFormView h4,
.sectionPrimaryColor .crmEntityFormView h5,
.sectionPrimaryColor .crmEntityFormView h6 {
  color: #000000;
}

.sectionPrimaryColor .entitylist h1,
.sectionPrimaryColor .entitylist h2,
.sectionPrimaryColor .entitylist h3,
.sectionPrimaryColor .entitylist h4,
.sectionPrimaryColor .entitylist h5,
.sectionPrimaryColor .entitylist h6 {
  color: #000000;
}

.sectionFixedStyle {
  color: #000000;
}
/* 
a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
} */



[role='navigation'] a,
[role='contentinfo'] a,
.toolbar a,
a.list-group-item {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}

.breadcrumb>.active {
  color: #000000;
  font-weight: bold;
}

p {
  font-size: 16px;
}

/* will be used for body text */
label,
button,
.btn {
  font-size: 16px !important;
  font-weight: 500 !important;
  
}

h2 div {
  
  font-style: normal;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
  padding: 0 0 15px;
  overflow-wrap: break-word;
}

.uppercase-text {
  text-transform: uppercase;
}

.lowercase-text {
  text-transform: lowercase;
}

.page-header {
  border-bottom: 0px;
}

.navbar-brand {
  padding: 8px;
}

.verticalDividerFooter {
  flex: 1;
  height: 1px;
  background-color: white;
  opacity: 0.6;
}
.logo-divider-container{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

/* FOR SCREENS SMARTWATCHES, SMALLER DEVICES, PHONES, SMALL TABLETS/LARGE PHONES */
/* @media screen and (max-width:767px) {
  .static-top.navbar-dark .navbar-brand {
    width: 70%;
    font-size: 24px;
    font-weight: bold;
    font-family: unset;
  }
} */

/* FOR TABLETS, LAPTOPS, DESKTOPS, MONITORS */
/* @media screen and (min-width:768px) {
  .static-top.navbar-dark .navbar-brand {
    width: 20%;
    font-size: 24px;
    font-weight: bold;
    font-family: unset;
  }
} */

.static-top.navbar-dark .navbar-brand a {
  color: black;
  text-decoration: none;
}

.help-block {
  color: black;
}

.skip-to-content a {
  padding: 10px 20px;
  position: absolute;
  top: -43px;
  left: 0px;
  color: #ffffff;
  border-radius: 2px;
  background: #742774;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
  
  font-size: 14px;
}

.skip-to-content a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
  color: #ffffff;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

@media screen and (-ms-high-contrast: active) {

  .nav-tabs>li.active>a,
  .nav-tabs>li.active>a:hover,
  .nav-tabs>li.active>a:focus {
    border-bottom: 0px;
  }

  .nav-tabs>li>a {
    border: 0px;
  }

  .navbar-dark .navbar-nav .show.dropdown-menu>li>a:hover,
  .navbar-dark .navbar-nav .show.dropdown-menu>li>a:focus .navbar-dark .navbar-nav .show.dropdown-menu>.active>a,
  .navbar-dark .navbar-nav .show.dropdown-menu>.active>a:hover,
  .navbar-dark .navbar-nav .show.dropdown-menu>.active>a:focus {
    border: 1px solid;
  }

  .facet-list-group-item {
    margin: 1px;
    border: 0px;
  }
}

.frenchAccessibilityLink {
  float: right;
  width: 297px;
  height: 24px;
  
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: none;
  color: #2c33d8;
}

/* HIDES CHATBOT FOR COPILOT */
.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
  /* display:none; */
}


.visible-lg-block {
  display: flex !important;
  align-items: center;
}


/* h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
} */

.nav-item .dropdown-toggle::after {
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
}

/* START CSS FOR NAV MENU */

.custom-sitetitle {
  text-wrap: wrap;
}

.siteTitle:hover {
  text-decoration: none !important;
}
/* to ensure site title fits on desktop screens between the following pixels */
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .widthClass1{
    width:60%;
    max-height: 40px;
  }
  .widthClass2{
    width:40%;
    max-height: 40px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .widthClass1{
    width:50%;
    max-height: 40px;
  }
  .widthClass2{
    width:50%;
    max-height: 40px;
  }
}
.custom-navbar-toggler {
  margin-left: auto;
}
@media screen and (min-width: 1201px) and (max-width: 1345px) {
  .widthClass1{
    width:40%;
    max-height: 40px;
  }
  .widthClass2{
    width:60%;
    max-height: 40px;
  }
}
.custom-navbar-toggler {
  margin-left: auto;
}
/* Style adjustments to make submenu appear properly under parent selected group*/
#standardLinks .dropdown-submenu .dropdown-menu {
  display: none;
  position: static;
  /* Prevents Bootstrap from auto-positioning */
  margin-left: 15px;
  /* Slight indent */
}

/* END CSS FOR TOP NAV */