/* 
 * 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  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

h1 {
  font-family: 'Italiana', serif;
  font-size: 3rem;
  /* background-color: red; */
}
h2 {
    font-family: 'Prata', serif;
    font-size: 2.25rem;
    /* background-color: blue; */
}
h3 {
    font-family: 'Prata', serif;
    font-size: 2rem;
}
h4 {
    font-family: 'Prata', serif;
    font-size: 1.5rem;
}
h5  {
    font-family: 'Prata', serif;
    font-size: 1.25rem;
    /* background-color: green; */
}

body {
    font-family: 'Noto Serif', serif;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: rgb(93, 117, 114);
    /* background-color: green; */
}

.btn-primary,
.btn-primary:visited {
	color: #d1826a;
	--bs-btn-bg: #fff;
	--bs-btn-border-color: #d1826a;
	--bs-btn-hover-bg: #d1826a;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-border-color: #d1826a;
	--bs-btn-active-bg: var(--primary);
	--bs-btn-active-border-color: #d1826a;
	--bs-btn-focus-box-shadow: 0 0 5px 0 #d1826a;
}

.btn-primary:hover {
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	color: var(--bs-btn-hover-color);
}

.dark-green{
    background-color: #1D403C;
}
.dark-green-1{
    background-color: #78918e;
}
.light-green{
    background-color: #d9ebe9;
}

.light-brown{
    background-color: #EAA28C;
}
.lighter-brown{
    background-color: #efcfc5;
}
.dark-brown{
    background-color: #bb715a;
}

/*letter spacing*/
.ls-1 { letter-spacing: 1px; }
.ls-2 { letter-spacing: 2px; }
.ls-3 { letter-spacing: 3px; }


/*border - thicker on display*/
.border-end {
  border-right-width: 2px !important;
  opacity: 0.8;
}

/*font awesome attributes */
.fa-solid {
  margin-right: 8px;
}

.fas {
  margin-right: 8px;
}

/*header title page*/
.fluid-text {
  font-size: clamp(4rem, 5vw + 1rem, 6rem);
  line-height: 1.2;
}

/*frame background-change it*/
.frame-bg-secondary.edit {
	background-color: #e6e6e600;
}

/*pageant sponsors - various ratios*/
/* Logo container for mixed-ratio images */
.logo-box {
    width: 100%;
    aspect-ratio: 16 / 9;        /* keeps tiles uniform; change if needed */
    display: block;
    overflow: hidden;
}

/* Make images scale inside the box without distortion */
.logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;          /* use 'cover' if you prefer edge-to-edge fill */
    object-position: center;
    display: block;
}

/* Optional: tweak heading spacing consistency under logos */
.card-body .card-title {
    line-height: 1.2;
}

/*adjust margin underneath the frame div - logos*/
.frame-type-rg_card_group .frame-header.edit {
	/* margin-bottom: 80px; */
	margin-bottom: 0px;
}
.frame.edit {
	margin-bottom: 0;
}

/* accordion attributes */
.accordion {
    --bs-accordion-active-bg: #efcfc5;
}
.accordion-button:focus {
    box-shadow: 0 0 0 2px rgba(0, 128, 128, 0.0) !important; /* Custom teal focus ring */
    border-color: transparent !important;
}
.accordion-button:not(.collapsed) {
    color: #1D403C;
    background-color:  #f7efec;
}

.accordion-button {
    color: #1D403C;
     /* background-color:  #efcfc5; */
     background-color:  #f7efec;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    font-size: 1.3rem;
}

/*details page of article*/
.eds_news_Advantage.eds_style_custom_s1evx72xyfz .title,
.eds_news_Advantage.eds_style_custom_s1evx72xyfz .card-title,
.eds_news_Advantage.eds_style_custom_s1evx72xyfz .info-title,
.eds_news_Advantage.eds_style_custom_s1evx72xyfz .footer-brand,
.eds_news_Advantage.eds_style_custom_s1evx72xyfz .footer-big h5,
.eds_news_Advantage.eds_style_custom_s1evx72xyfz .footer-big h4,
.eds_news_Advantage.eds_style_custom_s1evx72xyfz .media .media-heading
{
	color: #7A9A95;
}
.eds_news_Advantage .edNews_smallCardArticle:hover a:link .edNews_smallTitle,
.eds_news_Advantage .edNews_smallCardArticle:hover a:active .edNews_smallTitle,
.eds_news_Advantage .edNews_smallCardArticle:hover a:visited .edNews_smallTitle,
.eds_news_Advantage .edNews_smallCardArticle:hover a:link:hover .edNews_smallTitle,
.eds_news_Advantage .edNews_smallCardArticle:hover a:active:hover .edNews_smallTitle,
.eds_news_Advantage .edNews_smallCardArticle:hover a:visited:hover .edNews_smallTitle {
  color: rgb(38, 44, 43);
}

/*extend an invitation webpage */
a:not(.btn),
a:not(.btn):link,
a:not(.btn):active,
a:not(.btn):visited {
	color: #fff;
	text-decoration: none;
}
.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    background: #d1826a;
}
 .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
        border-color: #d1826a;
		background: #534b48;
    }
/* Secondary Action */
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    background: #d1826a;
}
.dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover,
    .dnnFormItem input[type="reset"]:hover,
    .dnnSecondaryAction:hover,
    a.dnnSecondaryAction:hover,
    ul.dnnAdminTabNav li a:hover,
    .dnnLogin .LoginTabGroup span:hover {
        background: #534b48;
		background-color: #534b48;
    }

    /*Events card events attributes*/
    .eds_news_Advantage .card-background .card-category, .eds_news_Advantage .card-background .card-description, .eds_news_Advantage .card-background small {
    font-size: 1.125rem;
    font-family: 'Noto Serif';
    color: #fff !important;
}
.eds_news_Advantage .btn {
    font-size: 1rem;
    font-weight: 700;
    color:#fff !important;
}
.eds_news_Advantage.eds_style_custom_syoxm87e4gg .btn.btn-primary, .eds_news_Advantage.eds_style_custom_syoxm87e4gg .edncf_submitContainer > a, .eds_news_Advantage.eds_style_custom_syoxm87e4gg .search_input.button_outside .do_search, .eds_news_Advantage.eds_style_custom_syoxm87e4gg .in_article_image .image_wrapper > a::after {
    background-color: #277168;
}
.eds_news_Advantage.eds_style_custom_syoxm87e4gg .btn.btn-primary:link:hover,
.eds_news_Advantage.eds_style_custom_syoxm87e4gg .btn.btn-primary:active:hover,
.eds_news_Advantage.eds_style_custom_syoxm87e4gg .btn.btn-primary:visited:hover,
.eds_news_Advantage.eds_style_custom_syoxm87e4gg .edncf_submitContainer > a:link:hover,
.eds_news_Advantage.eds_style_custom_syoxm87e4gg .edncf_submitContainer > a:active:hover,
.eds_news_Advantage.eds_style_custom_syoxm87e4gg .edncf_submitContainer > a:visited:hover,
.eds_news_Advantage.eds_style_custom_syoxm87e4gg .search_input.button_outside .do_search:link:hover,
.eds_news_Advantage.eds_style_custom_syoxm87e4gg .search_input.button_outside .do_search:active:hover,
.eds_news_Advantage.eds_style_custom_syoxm87e4gg .search_input.button_outside .do_search:visited:hover,
.eds_news_Advantage.eds_style_custom_syoxm87e4gg .in_article_image .image_wrapper > a:hover::after
{
	color: #1D403C !important;
}

/*link attributes*/
.link-effect a {
  color:#5D7572 !important;           /* Standard accessible link color */
  text-decoration: none;    /* Removes the underline */
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.link-effect a:hover,
.link-effect a:focus {
  color:#121313 !important;          /* Darker shade for hover/focus */
  text-decoration: underline !important;
}






































































