/* 
 * 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   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
    
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
    color:#2a2a2a;
}

A:visited   {
    color:#2a2a2a;
}

A:hover {
    color: rgba(42, 42, 42, 0.75);
    text-decoration: none;
}

A:active    {
    color:#2a2a2a;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
    /* list-style-type: disc !important;
    padding-bottom: 1rem; */
}

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{
}

/*UNIQUE CODE*/
.navbar-dark .navbar-nav .nav-link.active{
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

/*display background hero image*/
.hero-image
{   
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*hero image background image */
#homepage
{
    height: 80vh; /*new css unit*/
    background-position: 50% 8%;
    background-image:
    linear-gradient(94deg, rgba(0,0,0,.7) 0%, rgba(140,68,42,.5) 31%, rgba(217,185,26,.5) 100%), url("/Portals/0/Images/header-image.jpg");
    /* linear-gradient(94deg, rgba(0,0,0,.7) 0%, rgba(140,68,42,.5) 31%, rgba(217,185,26,.5) 100%), url("/Portals/0/Images/Chief Noon Inauguration 2023 Photo 1-3.jpg"); */
    margin-bottom: -20px;
}
#homepage-hero-text
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}
div.animated div
{
    /* filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.9)); */
}
#homepage-hero-text .greenNavajoNation
{
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #8eaca5; 
    margin-bottom: 10px;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.9));
    font-family: "League Spartan";
}
#homepage-hero-text p
{
    color: #ffffff;
    font-size: 3rem;
    line-height: 1;
    font-weight:bold;
    font-family: "League Spartan";
    letter-spacing: 1px;
    text-transform: uppercase;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.7));
}

/** webpages banner hero, except homepage**/
.webpage-hero-image{
    height: 40vh;
    background-position: left center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-attachment: unset;
    position: relative;
    margin-bottom: -20px;
    background-size:cover;
}
.webpage-hero-image-navajo-division-of-public-safety{
    height: 40vh;
    background-position: left center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-attachment: unset;
    position: relative;
    margin-bottom: -20px;
    background-size:cover;
}
.webpage-hero-text{
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.webpage-hero-text .pageTitle{
    font-weight: 700;
    font-size: clamp(3rem, 5vw + 1rem, 6rem);
    /* background-color: red; */
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "League Spartan";
    color: #D9B91A;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.7));
}
.webpage-hero-image-navajo-division-of-public-safety .webpage-hero-text .pageTitle{
    font-weight: 700;
    font-size: clamp(2rem, 0.286rem + 1.905vw, 3rem);
    /* background-color: red; */
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "League Spartan";
    color: #D9B91A;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.7));
}
/** various webpages **/
#meetYourNPDLeaders{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("/Portals/0/Images/2.27.23 Patrol Car for Page 2-2.jpg");
} 
#contactUs{
    background-position: center bottom !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("/Portals/0/Images/replace-image.jpg");
} 
#lateral{
    background-attachment: unset;
    background-position: center !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("/Portals/0/Images/Lateral-Photo-2.jpg");
} 
#navajoDivisionOfPublicSafety{
    background-attachment: unset;
    background-position: center top !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("/Portals/0/Images/Division-of-Public-Safety-photo.jpg");
} 
#mediaWebpage{
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("/Portals/0/Images/Media-3.jpg");
    background-position: left 73% !important;
}
#officer-memorial{
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("/Portals/0/Images/replace-image.jpg");
}
#navajo-nation-missing-persons{
background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url("https://npd.navajo-nsn.gov/Portals/0/IMAGES/1000012857 copy.jpg?ver=Q_LoRtHWf4Fl6oYnBNj4Mg%3d%3d");
background-position: center 40%;
}
/* #navajo-nation-missing-persons{
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("https://npd.navajo-nsn.gov/Portals/0/IMAGES/1000012857 copy.jpg?ver=Q_LoRtHWf4Fl6oYnBNj4Mg%3d%3d");
background-position: center 40%;
} */

/*eds_box unique attribute*/
.eds_box2
{
    background-color: #D9B91A;
    
}

/*footer logo img*/
img.footerLogo 
{
    max-width:175px;
    width: 100%;
    height: auto;
}

/*create space - to the right side*/
.marginRight
{
    margin-right: 8px;
    
}

/*large image with text on top */
.large-image 
{
  background-image: 
  /* linear-gradient(140deg, rgba(0,0,0,.8) 0%, rgba(78,32,15,.8) 100%), url("/Portals/0/Images/7-2.jpg?ver=iHypYSuB10HvP8VQ64L0rA%3d%3d"); */
  linear-gradient(140deg, rgba(0,0,0,.5) 0%, rgba(78,32,15,.5) 100%), url("/Portals/0/Images/Recruit Photo.jpg");

  /* height: 600px; */
  height: 60vh;
  /* height: 80vh; */
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

  /* this attribute of background-attachment:fixed, makes image 
  NOT SCROLL with page*/
  background-attachment: scroll;
  margin-bottom: -20px;
}
  
.large-image-text 
{
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 70%;
}

/* recruitment webpage - webpage title only */
.large-image-text .recruitmentWebpageTitle{
    font-size:4.2rem;
}
/* recruitment webpage - webpage title only */
.large-image .recruitmentWebpageTitle-alternate{
    /* font-size:4.2rem; */
    font-size: clamp(2.5rem, 0rem + 6.667vw, 8rem);
    /* background-color: red; */

    position: absolute;
    
    /* top: clamp(1.7rem, -6.371rem + 21.524vw, 8rem);
    left: clamp(1rem, -0.643rem + 4.381vw, 3.3rem); */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recruitmentWebpageTitle-alternate .cta-button {
    display: inline-block;
    /* margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    font-size: 1.2rem;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: background-color 0.3s ease; */
  }

/* line break between elements */
.lineBreak_betweenElements
{
    display: table;
    padding: 0px 0px 20px 0px;
}

/*extraLargeText Ver 2 attribute  for header Text Section of top of page*/
.extraLargeTextVer2
{
    /* font-size: 300%; */
    /* font-size: 5.5vh; */
    /* font-size: clamp(3rem, 5vw + 1rem, 6rem); */
    font-size: clamp(2.5rem, 2rem + 1.333vw, 3.2rem);
    font-weight: bold;
    line-height: 1.1;
    padding:0 5px;
    text-transform: uppercase;
    font-family:league spartan, Arial, Helvetica, sans-serif;
}

/* font-size of 1.3rem */
.fontSize1_3rem_capitalize
{
    font-size:1.3rem;
    text-transform: capitalize;
    /*font-weight: bold;*/
}
/* font-size of 1.2rem */
.fontSize1_2rem_capitalize
{
    font-size:1.2rem;
    text-transform: capitalize;
    /*font-weight: bold;*/
}


/* font-size of 1.3rem */
.fontSize1_3rem
{
    font-size:1.3rem;
    /*font-weight: bold;*/
}
/* font-size of 1.2rem */
.fontSize1_2rem
{
    font-size:1.2rem;
    /*font-weight: bold;*/
}

/* padding-to-the-right */
.paddingToTheRight
{
    padding-right: 0.8rem;
}

/* flex elements, next to each other, dynamic widths */
.container-parent
{
    display: flex;  
    align-items: center;
}
.container-parent .container-child-firstElement
{
    margin-right: 10px;
    white-space: nowrap;
    vertical-align: middle;
}
.container-parent .container-child-firstElement h4
{
    margin-top:3px;
}

/*hr special line */
.specialLine
{
    width: 100%;
    height: 2px;
    background: grey;
    margin:0;
    padding:0;

}

/*uniqueBoxes */
.box1
{
    background-color: #BFA41B;
    padding: 20px;
}
.box2
{
    background-color: #D9B91A;
    padding: 20px;
}

/*District webpage(s) - small elements feat. FaxNumber-rounded-box */
.faxNumber-rounded-box
{
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: #f2ebcb; 
    padding: 15px 15px 5px 15px; 
    border-radius: 12px;

    -webkit-box-shadow: 5px 5px 20px 3px rgba(0,0,0,0.09); 
    box-shadow: 5px 5px 20px 3px rgba(0,0,0,0.09);

    border: 1px solid rgba(13, 13, 13, 0.1);
}

.faxNumberIcon-margins
{
    margin:0px 10px 13px 0;
}

.faxNumber-Text
{
    font-size: 20px; 
    font-weight: bold;
}

/*main webpage title*/
.mainWebpageTitle
{
    font-size: 2rem;
    color: #8C442A;
    margin-top:0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

/* Emergency contact nums Table - on Homepage */
.EasyDNNSkin_Ozone .eds_box.eds_box_5
{
	border-radius: 15px;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
}

/* block container that contains Location Districts - on Homepage */
.blockContainer_forDistrictTitles
{
    background-color: rgba(0,0,0,0.4); 
    margin:0; 
    padding: 10px 10px 0; 
    width: 100%; 
    height: auto;
    border-radius:10px;
}

.text-center
{
    text-align: center;
}
.text-right
{
    text-align: right;
}

/* On Navajo Police District webpage, edit the title text,
after the Name of person */
.jobTitleAfterFullNAME
{
    font-size:18px; 
    line-height: 2rem; 
    font-weight: 400; 
    padding-left: 2px; 
}

.jobTitleAfterFullNAME2
{
    font-size:21px; 
    line-height: 2rem; 
    font-weight: 400; 
    padding-left: 2px; 
}

/*color palettes section */
.darkBrown
{
    color: #8C442A;
}
.darkGrey
{
    color: #4b4b4b !important;
}
.white
{
    color: #ffffff;
}

/* display circle around font awesome icon, and have a background color */
.circle_withBG_color
{
    background-color: #ffffff; 
    border-radius:50%; 
    width: 2rem; 
    height:2rem; 
    margin: 0 0 0 5px
}

/*unique divider line, hr */
hr.uniqueDividerLine1
{
    width: 80%; 
    margin-left:auto; 
    margin-right:auto; 
    margin-top:30px;
}

/* box shadow for images */
img.boxShadow1
{
    -webkit-box-shadow: 5px 5px 20px 3px rgba(0,0,0,0.2); 
    box-shadow: 5px 5px 20px 3px rgba(0,0,0,0.2);
    
}

/*jumbotron*/
.jumbotron
{
padding: 5rem 1rem;
margin-bottom: 2rem;
background-color: rgba(233, 236, 239, 0.2);
border-radius: 0.3rem;
}

.jumbotron2
{
padding: 2rem 2rem;
margin-bottom: 2rem;
background-color: rgba(255, 255, 255, 1);
border-radius: 15px;
}

/*Media webpage - Name of individual block element */
h4.nameOfIndividualBlockElement 
{
    margin-bottom: 20px; 
    padding-bottom: 3px; 
    border-bottom: 2px solid #ffffff; 
    display:inline-block;
}

/*unique ol list css attributes */
ul.uniqueList1 li
{
    list-style-type: disc !important;
    padding-bottom: 1rem;
}

/* unique eds_box5 hyperlink attributes */
a.eds_box_5unique:link, a.eds_box_5unique:visited, a.eds_box_5unique:active
{
   color: #f7e37d;
}

a.eds_box_5unique:hover
{
   color: rgba(247, 227, 125, 0.8);
}

/*adjust large button for Boxes of Navajo Div. of Public Safety
Webpage */
.EasyDNNSkin_Ozone .eds_box.eds_withBottomButton .eds_bottomButton {
  position: absolute;
  left: 0;
  right: 0;
  /*! bottom: -14px; */
  bottom: -28px;
  text-align: center;
  
}
/* adjust border-radius for Boxes of Navajo Div. of Public Safety
Webpage */
.EasyDNNSkin_Ozone .eds_box.eds_box_2_alt
{
	border-width: 1px;
	border-style: solid;
	border-color: #155a4657;
    border-radius: 12px;
    background-color: #fff;
    min-height: 150px;
    display:flex;
    justify-content: center;
    align-items: center;
}

/* tabs when squished mobile - fix border color */
.EasyDNNSkin_Ozone .eds_Tabs .eds_tabsNav > li {
  
  border-color: #0D0D0D;
}

/*card group attributes on Navajo Nation Missing Persons Webpage @charset
START */
.border-primary2
{
    /* border-color: #8C442A !important; */
    border-color:  rgba(140, 68, 42, 0.31);
}

.btn-primary2
{
    background-color: #0D0D0D;
    border-color: #0D0D0D;
    color: #D9B91A;
    font-family: "source sans pro";
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 10px;
    border-width: 2px;
}

a.btn-primary2, a.btn-primary2:active, a.btn-primary2:visited
{
    color:#D9B91A;
    font-family: "source sans pro";
}

a.btn-primary2:hover
{
    color:#fff;
    font-family: "source sans pro";
}

.block_CallInTips
{
    background-color: rgba(18, 111, 76, 0.2);
    -webkit-box-shadow: 5px 5px 20px 3px rgba(0,0,0,0.05);
    box-shadow: 5px 5px 20px 3px rgba(0,0,0,0.05);  
    border: solid 1px rgba(0, 0, 0, 0.13);
}

/*card group attributes on Navajo Nation Missing Persons Webpage @charset
END */

/*footer - font awesome hyperlink attributes */
a.footerFontAwesomeLinks, a.footerFontAwesomeLinks:visited, a.footerFontAwesomeLinks:active
{
    color: #ffffff;
    text-decoration: none;
}

a.footerFontAwesomeLinks:hover
{
    color:rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

/*footer - hyperlink attributes */
a.footerHyperlinks, a.footerHyperlinks:visited, a.footerHyperlinks:active
{
    color:#ffffff;
    text-decoration: underline;
}

a.footerHyperlinks:hover
{
    color:rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

/*footer - NUMBERED hyperlink attributes */
.biggerFontSize
{
    font-size: 20px !important;
}
a.footerNumberedHyperlinks, a.footerNumberedHyperlinks:visited, a.footerNumberedHyperlinks:active
{
    color:#ffffff;
    text-decoration: none;
    font-size: 20px;
}
a.footerNumberedHyperlinks, a.footerNumberedHyperlinks:visited, a.footerNumberedHyperlinks:active
{
    color:#ffffff;
    text-decoration: none;
    font-size: 20px;
}

a.footerNumberedHyperlinks:hover
{
    color:rgba(255, 255, 255, 0.65);
    text-decoration: none;
}
a.footerNumberedHyperlinks.largerFontSize
{
    font-size: 1.3rem;
}


/* footer logo - NN Badge logo */
img.footerLogoNNBadge
{
    width: 150px;
    height: auto;
}

/*NUMBERED hyperlinks with NO UNDERLINE */
.linkedNumber_noUnderline
{
    text-decoration: none;
}

/* Recruitment webpage & homepage button - create lighter button against DARK BG */
a.eds_btn_yellowBtn
{
    display: inline-block;
    border: 1px solid #d9b91a;
    background-color: #00000070;
    color: #d9b91a !important;
    /* filter: drop-shadow(1px 0px 4px #000); */
    text-shadow: none;
    text-decoration: none;
    line-height: 1;
    font-family: "League Spartan", sans-serif;
    font-size: clamp(1rem, 0.286rem + 1.905vw, 2rem);
    font-weight: bold;
    text-transform: uppercase;
    /* padding: 7px 18px; */
    padding: 12px 20px;
    border-width: 2px;

    border-radius: 60px;
    box-shadow: none;
    -webkit-transition: all 200ms linear;
    -khtml-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*button fade-hover effect for CTA buttons or CTA */
a.eds_btn_yellowBtn:visited{
    background-color: #00000070;
    color: #d9b91a;
}
a.eds_btn_yellowBtn:hover{
    background-color: #000000;
    color: #ffffff !important;
}
a.eds_btn_yellowBtn:focus, a.eds_yellowBtn:active{
    background-color: #00000070;
    color: #ffffff;
}

/* add 3d dimension - shadow to object */
.shadow1
{
    box-shadow: 0px 10px 25px 3px rgba(0, 0, 0, 0.51);
}

.shadow2 /* weaker */
{
    box-shadow: 0px 10px 25px 3px rgba(0, 0, 0, 0.2);
}

/* change speed of animation for text animations */
#changeSpeed-slow{
    /* -webkit-transition: 3s ease-in-out left;
    -moz-transition: 3s ease-in-out left;
    -o-transition: 3s ease-in-out left;
    transition: 3s ease-in-out left; */
    animation-duration: 1.8s;
    animation-iteration-count: 1;
}
#changeSpeed-slower{
    /* -webkit-transition: 3s ease-in-out left;
    -moz-transition: 3s ease-in-out left;
    -o-transition: 3s ease-in-out left;
    transition: 3s ease-in-out left; */
    animation-duration: 2.7s;
}

/* move element to the Left */
.img-fluid_toLeft {
    max-width: 95%;
    height: auto;
    float:left;
}

/* small img of NPD image */
img.npd-badge{
    width:25px;
    height:auto;
}

/* css line underneath a TITLE */
.lineUnderTitle-green{
    padding-bottom:4px;
    border-bottom:1px solid #5f967b;
}

/* average button attributes, that is not large or small*/
.EasyDNNSkin_Ozone .eds_btn {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}


/* made the large Buttons, more rounded */
.EasyDNNSkin_Ozone .eds_btn.eds_btnLarge {
  border-radius: 45px;
}

/*h3 letterspacing attribute */
.EasyDNNSkin_Ozone h3,
.EasyDNNSkin_Ozone .h3
{
	letter-spacing: 1.1px;
    font-size:1.5rem;
}
.EasyDNNSkin_Ozone h2,
.EasyDNNSkin_Ozone .h2
{
	letter-spacing: 1.3px;
    word-break: break-word !important;

}

/* emergency contact numbers attibutes - icons */
.EasyDNNSkin_Ozone .fontIcon.darkStyle > span
{
	color: #fff;
	border-color: #fff;
}
/* font icon link color alternative */
/*font awesome icon - alternative*/
.EasyDNNSkin_Ozone .fontIcon.fontAlt > span {
    color: #23574B !important;
}

/* bottom footer - delete the gap, from bottom content to footer gap */
.EasyDNNSkin_Ozone .eds_contentBellowBackground .Normal, .EasyDNNSkin_Ozone .eds_contentBellowBackground {
  margin-bottom: -20px;
}
.EasyDNNSkin_Ozone .fontIcon:hover > span {
background-color: #0c6249 !important;
color: #fff !important;
}
/** h3 attribute on Missing Persons/Resources and Programs webpage **/
.fontAlt h3{
letter-spacing: 0.15rem !important;
text-transform: uppercase;
font-family: "League Spartan";
color: #4b4b4b;
font-size: 1.5rem !important;
line-height: 2rem;
font-weight: bold !important;
}
.fontAlt h3 a{
text-decoration:none;
}

/* h4 title - attributes */
.EasyDNNSkin_Ozone h4, .EasyDNNSkin_Ozone .h4 {
  letter-spacing: 1.1px;
  font-size:1.2rem !important;
  /* background-color: red; */
}

/* bottom of the page - gap between bottom page and footer */
.EasyDNNSkin_Ozone .eds_bottomBannerBg {
    margin-bottom: -20px;
  }

  /*testing for scroll to div */
 html {
  scroll-behavior: smooth;
}

/* pd-police-district-map-img Ver 1 */
.pd-district-map1{
    width: 100%;
    height: auto;
}

/* class list Ver A */
ul.listVerA li {
    margin-left:-32px;
    list-style-type: disc;
}
ul.listTriangleBullet {
list-style-position:outside;
}
ul.listTriangleBullet li{
list-style-type: "\2014";
}
ul.listTriangleBullet li span{
margin-left: 6px;
font-style:italic;
}

/* Section Title with Icon */
.sectionTitleWithIcon{
    max-width: 100%;
    height:auto;
    float:right;
    margin-right:10px;
}
.sectionTitleWithIcon .anyIcon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.sectionTitleWithIcon .anyIcon2{
    width: 70px;
    height: 70px;
    background-color:#ffffff;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #23574B;
}
.sectionTitleWithIcon h2{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom: -3px;
    padding-left: 20px;
}
 
/* upcoming recruit drives date - css style */
.event-day{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
}
.event-date{
    padding-left:3px;
    color: #23574b;
    font-weight:800;
    font-size: 1.4rem;
    text-transform:uppercase;
}

/* google icons */
.material-symbols-outlined {
  font-size: 2.5em;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.material-symbols-outlined .white{
    color: #ffffff;
}
.material-symbols-outlined .black{
    color: #000000;
}

/*original lateral list */
div.listLateral{
  /* counter-reset: list-number; */
}
ul.listLateral li{
  margin-left: -50px;
}
ul.listLateral li::before{
  content: "\25CF";
  padding-right: 5px;
}
ul.listLateral li.innerListLateral::before{
  content: "\25CF";
  padding-right: 5px;
}
ul.listLateral li.innerListLateral ul li.innerListLateral2 {
  width: 100%;
  margin-left:-25px;
}
ul.listLateral li.innerListLateral ul li.innerListLateral2::before {
  content: "\01F892";
  /* content: "-"; */
}
/* alternate-list*/
div.alt-list{
    counter-reset: list-number;
}
ul.alt-list li{
    list-style-type: none;
    margin-left:-36px;
}
ul.alt-list li::before{
    counter-increment: list-number;
    content: counter(list-number) ".  "; 
}
ul.alt-list li ul.inner-alt-list{
    margin-left:-17px !important;
}
ul.alt-list li ul.inner-alt-list li{
    margin-left: 15px;
}
ul.alt-list li ul.inner-alt-list li::before{
    content: "\2022";
    margin-right:3px;
}






/** paragraphs underneath the list; using the even, odd css pseudo-class **/
.paragraphs-under-list p#first-paragraph{
  padding-top:1rem;
  padding-bottom:0;
  margin-bottom:0;
  text-decoration: underline;
  /* background-color: red; */
}
.paragraphs-under-list p:nth-child(odd){
  padding-top:0rem;
  padding-bottom:0;
  margin-bottom:0;
  text-decoration: underline;
  /* background-color: blue; */
}
.paragraphs-under-list p:nth-child(even){
  padding-top:0;
  margin-top:0;
  /* background-color: green; */
}

/*lateral webpage - police image of 2 people */
.image-container {
  /* max-width: 100%;
  height: 800px; */
  max-width: 100%;
  max-height: 800px;
  border: 1px solid black;
  overflow: hidden;
  display: flex;
  align-items:flex-start;
  justify-content: center;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* opacity: .5; */
}

/** h4 title responsive **/
.EasyDNNSkin_Ozone h4, .EasyDNNSkin_Ozone .h4 {
  letter-spacing: 1.1px;
  font-size:1.55rem;
}

/** pane 2 with slight border color of top and bottom of pane 2**/
.EasyDNNSkin_Ozone .eds_contentBellowBackground{
    border: 1px solid #d7d7d7;
}

/** test with three buttons on recruitment webpage **/
.three-buttons-container{
    display:flex;
    flex-wrap:wrap;
    /* flex-wrap:nowrap; */
    justify-content: flex-start;
    align-items: flex-end;
    gap:1rem;
    position:absolute;

    bottom: clamp(0.8rem, -0.771rem + 4.19vw, 3rem);
    left: clamp(0.8rem, -0.771rem + 4.19vw, 3rem);

    
}
.three-buttons-container a {
    font-size: clamp(0.8rem, -0.771rem + 4.19vw, 2rem) !important;
    /* color: green; */
    /* background-color: red; */
}

.eds_news_Vision.eds_subCollection_news .EDN_article.eds_timeLineArticle2 .eds_timeLineThumbnail .eds_timeLineTime .eds_timeLineEventBegin {
  font-family:"Roboto", serif;
  font-size: 2.7rem;
  font-weight:400;
}
.eds_news_Vision.eds_subCollection_news .EDN_article .eds_timeLineThumbnail .eds_timeLineTime {
  color: #4a7f08;
  font-family: "roboto", sans-serif;
}
.eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_article_content em, .eds_news_Vision.eds_subCollection_news .EDN_article.EDN_details .EDN_article_content i {
  font-style:normal;
}

.eds_news_Ozone.eds_style_custom_sanhnr652kw.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_reset
{
	color: #5b4530;
	font-size: 12px;
	border: 1px solid #5b4530;
}
.eds_news_Ozone.eds_style_custom_sanhnr652kw.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_reset:hover {
    color: #fff;
}

/*3 columns using css grid for missing persons 2 */
.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 10px; */
    height: auto;
    background-color: rgb(231, 231, 231);
    padding: 30px 0;
}
.child {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #f0f0f0; */
    /* background-color: rgb(231, 231, 231); */
    /* border: 1px solid #ccc; */
}
.child p {
    margin: 0;
}
.vertical-stack {
    flex-direction: column;
}

/* nav pills - override default */
/* Unvisited link */
.nav-pills .nav-link:link {
  background-color: #000000; /* Keeping the background color the same */
  color: #d9b91a;
  margin-right:10px;
}

/* Visited link */
.nav-pills .nav-link:visited {
  background-color: green !important; /* Slightly darker background for visited links */
  color: red !important; /* Darker gold for visited links */
}

/* Hover state */
.nav-pills .nav-link:hover {
  background-color: #505050; /* Lighter background on hover */
  color: #fff200; /* Brighter gold on hover */
  border-color: #d9b91a; /* Changing border color on hover */
}

/* Active link (when clicked) */
.nav-pills .nav-link:active {
  background-color: #505050; /* Dark background when clicked */
  color: #ffd700; /* Brighter color when the link is clicked */
  border: 1px solid #000; /* Border changes when clicked */
}

/* Ensure active state persists */
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background-color: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}

/* npd buttons - override default buttons */
/* ... existing code ... */

/* NPD Primary Button */
.npd-button-primary {
    background-color: #8C442A ;
    color: #ffd700;
    padding: 5px 10px;
    border: 1px solid #8C442A;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

/* Hover state */
.npd-button-primary:hover {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border:1px solid #000;
    color: #000;
}

/* Active state */
.npd-button-primary:active {
    background-color: #505050;
    transform: translateY(1px);
}

/* Focus state */
.npd-button-primary:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.5);
}

.auto-width {
    width: auto;
    min-width: min-content;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

/* eds_example breadcrumb attribute */
.eds_example{
    padding-top:2rem;
}

/*inactive-icon class for font awesome */
.inactive-icon {
  color: grey; /* Grey color for inactive */
  opacity: 0.5; /* Optional: Make it semi-transparent */
  pointer-events: none; /* Optional: Disable interaction */
}

/*red color*/
.text-danger-muted {
    color: #cc6666 !important; /* Muted red tone */
  }

/* responsive-logo */
.responsive-logo {
    max-width: 100%;
    height: auto;
    width: 300px; /* Adjust this value based on your needs */
    padding-top:2rem;
    padding-bottom:2rem;
}

/*vertically align  in the center*/
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

/*responsive pdf display*/
.responsive-pdf {
    height: 80vh; /* Adjust height dynamically */
}

/*adjust the DATASPRINGS call-to-action button*/
.EasyDNNSkin_Ozone .dnnPrimaryAction,
.EasyDNNSkin_Ozone .journalTools #btnShare,
.EasyDNNSkin_Ozone .jcmt li.cmtbtn a
{
	font-size: 1rem;
}





























/* media query breakpoints */
@media screen and (max-width: 320px) {
.webpage-hero-text .pageTitle{
    /* font-size: 3.1rem; */
    font-size: clamp(2.8rem, 5vw + 1rem, 6rem);
}
    
}

@media screen and (min-width: 321px) and (max-width: 480px) {
#homepage-hero-text .greenNavajoNation
{
    font-size: 2rem;
}
#homepage-hero-text p
{
    font-size: 3.1rem;
}
 .webpage-hero-text  {
    font-weight: 900;
    color: #D9B91A;
    line-height: .8;
}
.webpage-hero-text .pageTitle{
    font-size: 4rem;
    /* background-color: blue; */
}
.large-image{
    height: 33vh;
}
.large-image-text .recruitmentWebpageTitle{
    /* word-wrap:break-word; */
    font-size: 2.5rem;
}
a.eds_btn_yellowBtn{
    font-size: 18px;
}
#navajoDivisionOfPublicSafety .webpage-hero-text .pageTitle{
    font-size: 3rem !important;
}
}

@media screen and (max-width: 568px) and (orientation: landscape){
    #homepage-hero-text .greenNavajoNation
{
    font-size: 2.3rem !important;
    /* background-color: red; */
}
#homepage-hero-text p
{
    font-size: 3.5rem !important;
    /* background-color: blue; */
}
}

@media screen and (min-width: 481px) and (max-width: 768px){
#homepage-hero-text .greenNavajoNation
{
    font-size:3.5rem;
}
#homepage-hero-text p
{
    font-size: 4rem;
}
.webpage-hero-text{
    font-weight: 900;
    color: #D9B91A;
}
.webpage-hero-text .pageTitle{
    font-size: 4.1rem;
}
.large-image-text .recruitmentWebpageTitle{
    /* word-wrap:break-word; */
    font-size: 3rem;
}
}


@media screen and (min-width: 481px) and (orientation: landscape) {
    .webpage-hero-text {
    font-weight: 900;
    color: #D9B91A;
}
    .webpage-hero-text .pageTitle{
    /* font-size: 3.6rem; */
    font-size: clamp(2rem, 4vw + 1rem, 4rem);
}
    
}


@media screen and (min-width: 667px) and (orientation: landscape) {
    .webpage-hero-text {
    font-weight: 900;
    color: #D9B91A;
    }
    .webpage-hero-text .pageTitle{
    font-size: 3.2rem;
    }
    
    
}


@media screen and (min-width: 760px) and (orientation: landscape) {
    .webpage-hero-text {
    font-weight: 900;
    color: #D9B91A;
    }
    .webpage-hero-text .pageTitle{
    /* font-size: 3rem !important; */
    font-size: clamp(3rem, 5vw + 1rem, 6rem);
    /* background-color: red; */
    }
    

    
    
}


@media screen and (min-width: 883px) and (orientation: landscape) {
    .webpage-hero-text {
    font-weight: 900;
    color: #D9B91A;
}
    .webpage-hero-text .pageTitle{
    /* font-size: 3.5rem !important; */
    font-size: clamp(3rem, 5vw + 1rem, 6rem);
    /* background-color: blue; */
    }
    
}

@media screen and (min-width: 915px) and (orientation: landscape) {
.large-image-text {
  
}
.lineBreak_betweenElements {
  
}
.large-image-text .recruitmentWebpageTitle{
    
}
.large-image-text h1{
    
}
a.eds_btn_yellowBtn{
}
}





@media screen and (max-width: 768px){
    .parent{
    grid-template-columns: 1fr;
    }
    .responsive-logo {
        width: 250px; /* Smaller size for mobile */
    }
}
@media screen and (min-width: 769px) and (max-width:992px){
#homepage-hero-text .greenNavajoNation
{
    font-size:3.5rem;
}
#homepage-hero-text p
{
    font-size: 6.5rem;
}
    .webpage-hero-text{
    font-size: 4.2rem;
    font-weight: 900;
    color: #D9B91A;
}
.webpage-hero-text .pageTitle{
    font-size: 4.2rem;
}

}


@media screen and (min-width: 800px) and (orientation: landscape) {
    .webpage-hero-text {
    font-weight: 900;
    color: #D9B91A;
}
    .webpage-hero-text .pageTitle{
    font-size: 3.8rem;
}
}

@media screen and (min-width: 993px) and (max-width: 1200px){
#homepage-hero-text .greenNavajoNation
{
    font-size:3.5rem;
}
#homepage-hero-text p
{
    font-size: 6.5rem;
}
.webpage-hero-text{
    font-size: 4.5rem;
    font-weight: 900;
    color: #D9B91A;
}
.webpage-hero-text .pageTitle{
    font-size: 4.2rem;
}
}

@media screen and (min-width: 1201px) and (max-width: 2560px){
#homepage-hero-text .greenNavajoNation
{
    font-size:5.5rem;
}
#homepage-hero-text p
{
    font-size: 8rem;
}
.webpage-hero-text{
    font-size: 5rem;
    font-weight: 900;
    color: #D9B91A;
}
.webpage-hero-text .pageTitle{
    font-size: 6rem;
}
#navajoDivisionOfPublicSafety .webpage-hero-text .pageTitle{
    font-size: 4.5rem !important;
}
}

@media screen and (min-width: 2561px) {
#homepage-hero-text .greenNavajoNation
{
    font-size:9rem;
}
#homepage-hero-text p
{
    font-size: 15rem;
}
.webpage-hero-text{
    font-size: 6rem;
    font-weight: 900;
    color: #D9B91A;
}
.webpage-hero-text .pageTitle{
    font-size: 6rem;
}

}



 

  











































































































































































































































































































































































































































































































































