/****************************************************************/
/* ROOT SETTINGS SETTINGS  */
/***************************************************************/
:root {
    --main-body-color: #f0f0f5;
    --header-gold-background: hsl(49.18, 100%, 80%); /* (brighter shade of gold)  old color: #efe5aa*/
    --header-gold-highlight: hsl(49.18, 100%, 85%); /* (even brighter shade of gold) */
    --general-text-color: #262628;
    --primary-text-color: #005587; /* hsl(202,100%,26%) */
    --primary-text-faded: hsl(202,50%,50%);
    
    --primary-headline-color : #005587;
    /* --primary-headline-color: #00349A;  hsl(219.74,100%,30.2%) */
    --primary-headline-faded: hsl(219.74,60%,55.2%);
    
    --secondary-text-color: #2774AE;
    --tertiary-text-color: #eeeeee;
    --primary-gold: #F2A900;
    --secondary-gold: #FFD100;
    --faded-text: #8BB8E8;
    --light-grey: #eeeeee;
    --medium-grey: #CCD0D8; /*  slightly darker: #b6b6b6 or #b3b3b3; slighltly ligther: #D3D4D7; */
    --medium--dark-grey: #b3b3b3; /*  slightly darker: #b6b6b6 or #b3b3b3; slighltly ligther: #D3D4D7; */
    --dark-grey: #666666;
    --bruin-blue: #2774AE;
    --bruin-blue-primary: #2774AE;
    --bruin-blue-secondary: #23689d;
    --bruin-blue-tertiary: #216394;
    --darkest-blue: #003B5C;
    --darker-blue: #005587;
    --primary-border-color: #00349A; /* hsl(219.74,100%,30.2%) */
}

/* --------------------------------------------------*/
/* ---- 2016 version for mobile devices -------------*/
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");


@font-face {
    font-family: 'ucla-backup';
    font-weight : 100;
    src: url('https://bruingold.com/includes/fonts/ucla_2017_standard.otf?#iefix') format("opentype");
}

@font-face {
    font-family: 'ucla';
    font-weight : 600;
    src: url('https://bruingold.com/includes/fonts/ucla_2017_condensed.otf?#iefix') format("opentype");
}
/*

@font-face {
    font-family: 'ArchivoBold';
    src: url('https://bruingold.com/includes/fonts/Archivo-SemiBold.ttf') format('truetype');
}


@font-face {
    font-family: 'Archivo';
    src: url('https://bruingold.com/includes/fonts/Archivo-Regular.ttf') format('truetype');
}
*/

/* @fixed-header-height: 155px; */

/*
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
*/


html {
    font-size : 16px;
    -webkit-text-size-adjust :none;
    -ms-text-size-adjust : none;
    -text-size-adjust : none;
    box-sizing: border-box;
}

*, *:before, *:after { 
    box-sizing: inherit;
}

body {
    margin:0;
    background: #f0f0f0;
    color : var(--general-text-color);
    font-size : 16px;
    font-family : 'Archivo', Arial, Helvetica; 
    /* all san-serif with "I" looking like 'l' */
}

input, textarea {
  background-color : #f9f9f9;
  color: black;
  border: 1px solid grey;
  border-radius: 5px;
}

#wrap {
    background : var(--main-body-color);
    margin: auto;
 }

.main_container {
    position: relative;top: 35px;padding-top:10px;background:inherit;
}

.main_container + #footer {
    position: relative;top: 35px;background:inherit;
}

.main_container_with_title,
.main_container_with_title + #footer {
    position: relative;
    top: 75px;
    background:inherit;
}

.visible {
    top: 75px;
}

p, div, tr, th,
TD, td, dd, dt, tbody {    
    background: inherit; 
    font-family : 'Archivo', Arial, Helvetica;
    font-size : 1em;
    padding : 0;
    color : inherit; }
    
a, a:visited, a:active   { 
text-decoration : none;
          color : inherit;
 }

a:hover { 
    /* color : #828223; */
    color :var(--secondary-gold);
text-decoration : underline; }


H1 {
    font-family : 'ucla',Georgia, serif;
    font-size : 1.5rem;
    font-weight : 500;
    letter-spacing : .05rem;
    color : var(--secondary-text-color);
    background: inherit;
      text-transform : uppercase;
          text-align : left;
       border-bottom : 2px solid  var(--primary-gold);
		padding: 1px 5px 0 5px;
		width : 98%; 
		margin : 5px 10px 2px 5px; }
     /* font-family: 'Baloo Bhaina', cursive; */

h2 {  letter-spacing : .05rem;
	  text-transform : uppercase;
            text-align : left;
         font-family : 'ucla',Georgia, serif;
             font-size : 1.1rem;
           font-weight : 500;
	  border-bottom: 2px solid var(--primary-gold);
		padding: 1px 5px 0 5px;
		width : 95%; 
		margin : 5px 10px 2px 5px; }

h3 { letter-spacing : .05rem;
     text-transform : uppercase;
         font-family : 'ucla',Georgia, serif;
         font-size : 1.1rem;
	font-weight : 600;
      border-bottom : 2px solid  var(--primary-gold);
            padding : 5px 0 1px 5px;
	 text-align : left;
             margin : 1px 3px 0 2px; 
}

H4  {  
     letter-spacing : .15rem;
        font-family : Verdana, Georgia;
          font-size : 1rem;
        font-weight : 600;
              color : var(--secondary-text-color);
         border-top : 3px double var(--secondary-text-color);
      border-bottom : 3px double var(--secondary-text-color);
              width : 95%;
         text-align : left;
            padding : 3px 0 1px 6px;
             margin : 1px; }


ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

ins.adsbygoogle a {
    display: none !important;
}
ins.adsbygoogle[data-ad-status="unfilled"] a {
    display: block;
}

.button, 
a.button:visited {
  border-radius : 12px;
         border : .5px solid  var(--primary-gold);
         margin : 0 0 5px 0;
    font-weight : 600;
          color :  var(--secondary-gold) !important;
     background : var(--bruin-blue-primary);
        padding : 5px 15px;
}


.borders a {
  border-radius : 12px;
      display: block;
         border : .5px solid var(--primary-gold);
        margin : 0 0 5px 0;
    font-weight : 600;
          color :  var(--secondary-gold);
     background : var(--bruin-blue-primary);
        padding : 5px;
}

.borders a:visited {
    color :  var(--secondary-gold);
}

.borders2, .borders3 {
    border-radius: 3.5px;
    border: 1px solid var(--medium-grey);
    padding: 2px 3px;
    margin: 4px 0;
    color: var(--secondary-text-color);
}

.borders_body {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid var(--secondary-text-color);
    padding: 2px 3px;
    margin: 4px 7px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);    
}

.bottom_round {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom:1px solid #000099;
    border-left:1px solid #000099;
    border-right:1px solid #000099;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
}

.top_round {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top:1px solid #000099;
    border-left:1px solid #000099;
    border-right:1px solid #000099;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3); 
}

.borders_body_alternate {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #5564F7;
    padding: 2px 3px;
    margin: 4px 7px;
}

.alert { color: red; }

/* img{
  max-width:100%;
  height:auto;
} */

.wid { width: 100%; }

.adsense_mobile {
    width: 90%;
    min-width: 320px;
    max-width: 400px;
    height: 60px;
}

.menuhead {
    color :  var(--secondary-gold);
    background : var(--bruin-blue-primary);
    text-align : left;
}

.scrolling {
    display: block;
    padding:2px 0 5px 3px;
    /* width:inherit; */
    white-space:nowrap;
    overflow-x:auto;
    background:inherit;
}

.std_border {
    border:1px solid grey ;
}

/* ----------------------*/
/* 2013 MOBILE NAV MENU */
/* ----------------------*/
/* added this to fix BG-pedia conflict */
#mw-bruingold-header-container {
    width: inherit;
    min-height: 30px;
}

#nav#full { display:none; }

/* ALL Controls under the nav element */
#mobile {
/*  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3); */
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; 
    background-color: var(--bruin-blue-primary); 
    color :  var(--secondary-gold);
    text-transform:uppercase;
    letter-spacing:.15rem;
    display:block;
}

/* Top bar that holds the toggle button */
#mobile #toggle-bar,
#top-bar {
  position: relative;
  font-family : Georgia, serif;
  text-transform : uppercase;
  font-size : .95rem;
  font-weight : 600;
  letter-spacing : .17rem;
  color :  var(--secondary-gold);
  height:36px;
/*  margin-bottom:5px; */
}

#toggle-bar .logo {
    height: 100%;
    width: 170px;
    display:inline-block;
    background-color:var(--darker-blue);
    float:left;
    padding:5px 3px;
}

#toggle-bar .pagehead {
    display:inline-block;
    background-color:inherit;
    margin:10px 0;
    padding-left:10px;
}

div#mmenu {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; 
    background-color: inherit;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
    color: inherit;
    padding: 10px 0;
}

#toggle-bar {
  background-color: var(--bruin-blue-primary);
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
}

/* Toggle button #1 ("Menu")	*/
#mobile strong a {
  margin-left:15px;
  border:1px solid #444;
}

/* Toggle button #2 ("Navicon") */
#mobile .navicon {
  /* position: absolute; */
  display: inline-block;
  z-index: 100;
  /* right: 2px; */
  height: 15px; 
  width: 15px;
  margin: 4px 0 4px 3px;
  background-image: linear-gradient(transparent,transparent),url(/images/icon/menu-white.png); 
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}

/* The dropdown menu */
ul.mmenu > li > a{
  font-weight : 600;
  border-bottom : 2px solid  var(--primary-gold);
  text-decoration : none; 
  display:block;
  margin: 1px 12px 1px 0;
}

.mmenu li {
  list-style:none;
  font-size : 1.05rem;
  color :  inherit;
}

ul.mmenu>li:nth-child(n+2) {
  margin-top: 5px;
}


#mobile ul ul {
  padding-top: 5px;
  line-height: 1.05rem;
  font-size: .9rem;
  font-weight : 500;
}

#mobile ul ul a:before {
  /* content: "\2192"; */
  padding-right:8px;
}


/* --------------------------*/
/* END 2013 MOBILE NAVE MENU */
/* --------------------------*/



/****************************************************************/
/* BEGIN DARK SCHEME  */
/***************************************************************/
@media (prefers-color-scheme: dark) {
  :root {
      color: red;
  }
  
  html, body, #wrap, #footer { 
     background-color: var(--medium-grey); 
      /* background-color : #a4a4ab; */
  }

  /* table { background-color:  #216394; } */

  p,div,th,td { 
      background-color: var(--bruin-blue-tertiary);
  }
  
  /*  #footer { background-color : #a4a4ab; } */
  #footer { background-image : none;}
 .borders_body,
 .borders_body td,
 .borders_body div
 {   color: #FFFFFF;
      background-color: var(--bruin-blue-tertiary);
      /* background-color: #216394; */
     border-color:  var(--primary-gold);
     color : var(--light-grey);
}

 .borders_body_alternate,
 .borders_body_alternate td,
 .borders_body_alternate p,
 .borders_body_alternate div,
 .borders_body_alternate ol
  {
     color : #ffffff;
      background-color: var(--bruin-blue-tertiary);
      /* background-color: #216394; */
     border-color: #FFBB1C;
 } 
 
  H1 { color: var(--bruin-blue-secondary);}
  H4 {  color : var(--darkest-blue);
     border-top-color : var(--darker-blue);
  border-bottom-color : var(--darker-blue) }

  .alert { color: yellow; }
  .borders2 {
      color: var(--tertiary-text-color);
  }
}
/****************************************************************/
/* END DARK SCHEME  */
/***************************************************************/


/*
@media (prefers-color-scheme: dark) {

    p, div, dd, dt, td, th {
     color : #eeeeee; 
     background: #2a4473;
     background: rgb(42,68,115);
    }

    #footer { background: #a4a4ab; }
    
    .std_border { border-color: #eeeeee; }

    table.menu,
    table.ads { border-color :  var(--primary-gold); }

    .borders_body { border: 1px solid  var(--primary-gold); }
        
    H4 {  
     border-top : 3px double #b3b3b3;
  border-bottom : 3px double #B3B3B3; }

    table.internal_border td, table.internal_border th 
    {  border: 1px solid #b3b3b3;}

    table.main_menu, 
    .main_menu td,
    .main_menu th {  border-color: var(--light-grey);}
}
*/


/****************************************************************/
/* iPhone, Android rules here (PORTRAIT) */
/****************************************************************/
@media only screen and (max-width: 413px) {
  #wrap,
  #mw-wrapper { width: 370px; }

  .max_width { width: 370px;
  max-width: 370px;}

  .max_width_settings { width: 357px;
  max-width: 357px;}

  img.bgimg { max-width: 125px; 
                 height:auto;
                padding: 2px 1px 0px 1px;
  }

  .bgwid { width: 135px;}

  .dcheadingtop,
  a.dcheadingtop {  letter-spacing : .15rem;
                 color :  blue; 
			padding: 2px 2px 2px 5px;
  }
  
  .adsense_mobile {
    width: 320px;
    height: 60px;
    /*  border: 1px solid red; */
  }
}

/****************************************************************/
/* iPhone, Android rules here (LANDSCAPE) */
/****************************************************************/
@media only screen and (min-width: 414px) {
/* adjust font for all place holders */
  body, html { font-size : 18px; }

  #wrap,
  #mw-wrapper {
     width: 678px;
  }

.main_container {
    top: 45px;
}

.main_container_with_title,
.visible {
    top: 88px;
}

  .max_width { width: 678px; 
      max-width: 678px;
  }

  .max_width_settings { width: 658px; 
      max-width: 658px;
  }

  img.bgimg { height:auto;
           padding: 2px 5px 0 2px;
  }

  .dcheadingtop,
  a.dcheadingtop {  letter-spacing : .19rem;
                    color :  #d5d777; 
                    padding: 2px 2px 2px 5px;
  }
  
  #mobile #toggle-bar {
      height:45px;
  }

  #toggle-bar .logo {
    width: fit-content;
  }
  
  .adsense_mobile {
    margin: 0 auto;
    min-width: 400px;
    max-width: 670px;
    width: 80%;
    height: 60px;
   /* border: 1px solid blue; */
  }
  
}
/****************************************************************/


SMALL { font-family : Arial, Helvetica, Sans-serif;
          font-size : .8125rem; }
          
SMALLER { font-size : 0.8125em; }

.smaller,
span.smaller { font-size : 0.8125em; }


UL {  line-height : 1.2rem;;
          margin : 0 5px 0 20px; 
          padding : 1px 1px 1px 1px; 
           border :  2px solid #d5d777;}

OL     {       
    padding : 0 2rem;
            text-align : left;
        /* text-indent : 0em */ }

LI     {   margin-left : 1.05rem; 
            font-size : 1em !important; 
} 

pre    {     font-size : .8rem;
           line-height : 100%;}

.subhead {   color: blue;
            width : 260px;
   letter-spacing : .3rem;
       text-align : left;
   text-transform : uppercase;
      font-family : Georgia, serif;
        font-size : .9rem;
      font-weight : 600;
            color : var(--secondary-text-color);
       border-top : 3px double var(--secondary-text-color);
    border-bottom : 3px double var(--secondary-text-color);
          padding : 11px 0 1px 10px;
           margin : 20px 0 10px 0; }

.right { font-family : verdana, Arial, Helvetica;
	 text-decoration : none;
           font-size : .75rem;
         line-height : 103%; }

/* format for side menus */
table.menu { border :  1px solid #003B5C; }
.menu { font-family : verdana, Arial, Helvetica;
         font-size : .9rem;
        line-height : 99%;
    text-decoration : none;
              color : #ffffbb;}

.menusub,
.menusub:visited {  
           color :  var(--primary-gold);
 /*   background : #007dc3; */
      background : var(--bruin-blue-primary);
     font-family : Oswald,verdana, Arial, Helvetica;
       font-size : .9rem;
 text-decoration : none;
     font-weight : 600;
}

a.menusub:hover  { color : yellow;
/*      background-color : #8AA0F9 */
}

.nav, .nav:visited { font-family : verdana, arial, Helvetica;
                     color : #003B5C;
            line-height:2rem;
                margin : 10px 10px 10px 10px;
             font-size : .75rem;
	     text-decoration : none;
               font-weight : 600;}
 
.nav:hover { background-color : #ffffd6;
                   margin : 10px 10px 10px 10px;
              text-decoration : none;
}

.navsub,
.navsub:visited {
              font-size : .75rem;
        text-decoration : none;
            font-weight : 600; }

.navsub:hover   { color : #6280f7; }

.bordertitle {  font-family : Arial, Helvetica, Sans-serif;
                  font-size : 1rem;
                line-height : 101%;
                 font-style : bold;
                      color : yellow;
                 text-align : left;}

/* --------------------------------------------------*/
/* End 2010 version of styles */
/* --------------------------------------------------*/

.HEAD     {  font-family : arial;
           font-weight : 600;
                 color : green; }
.HEAD:visited {  color : yellow; }
.HEAD:hover  {   color : #003B5C; }

.HEAD2,
.HEAD2:visited { 
               font-family : arial;
               font-weight : 600;
                     color : YELLOW; }
.HEAD2:hover   { color : #003B5C; }

.h3 {
     font-family : Verdana, Helvetica;
     font-size : 1.1rem;
     font-weight : 600;
 text-decoration : none; 
           color : #5284F5;
   border-bottom : 2px solid #d5d777;
}

/* --------------------------------------------------*/
/* FOR NEW MENU 2010 */
/* --------------------------------------------------*/

.dmx {
    font: .68em tahoma;
}

.dmx .item1,
.dmx .item1-active {
/*    padding: 3px 10px 3px 10px; */
    padding: 10px 0px 10px 0px; 
    background: #d5d777;
    font: .68em arial;
    color: blue;
    font-weight: 600;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.dmx .item1:hover,
.dmx .item1-active:hover {
    background: #ffffd6;
}

.dmx .blue,
.dmx .blue:visited,
.dmx .blue-active {
    padding: 10px 0px 10px 0px; 
    background: #5284F5;
    font: .68em arial;
    color: #d5d777;
    font-weight: 600;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.dmx .blue:hover,
.dmx .blue-active:hover {
    color: #ffffbb;
    background: #8AA0F9;
}

.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 0px 4px 7px;
    width: 121px;
    font: .68em arial;
    color: blue;
    font-weight: 600;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1500;
}

.dmx .item2 {
    background: #d5d777;
}

.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #ffffd6;
}
.dmx .arrow,
.dmx .arrow:hover {
/*    padding: 3px 16px 4px 8px; */
    padding: 0px 00px 4px 7px; 
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 1px solid #b8b4ae;
    background: #d5d777;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

 html .dmx td { position: relative; } /* ie 5.0 fix */

/*
.hiddenbox {
    display: block;
    border: 1px solid red;
}
*/
.box .hiddenbox {
    display: inline-block;
    visibility: hidden;
}

.opt {
    display:none;
}

.box .hiddenbox a,
.box .hiddenbox a img
{
    visibility: hidden;
    display: none;
}

.box:hover .hiddenbox a,
.box:hover .hiddenbox a img
{
    visibility: visible;
    display: inline;
}

.box:hover .hiddenbox {
    visibility: visible;
    display: block;
    background-color: #f0f0f0;
    color: var(--secondary-text-color);
    position: relative;
    text-align: left;
    padding: 4px 8px 4px 8px;
    border-radius: 12px;
    z-index: 1;
}

.hidden {
        opacity: 0;
        top: -10px;
        height: 1px;
        transform: translateY(200%);
        transition-property: opacity, transform;
        transition-duration: .5s; 
        transition-timing-function: ease-in-out; 
        pointer-events: none; /* Prevents interaction when hidden */
    }

.visible {
        opacity: 1;
      /*  top: 75px; */
        display: block;
        margin:auto; 
        transform: translateY(0);
        transition: opacity .75s ease-in, transform .5s ease-out;
/*        transition-property: opacity, transform;
        transition-duration: .5s; 
        transition-timing-function: ease-in-out; */
        pointer-events: auto;
    }



/* --------------------------*/
/* BEG 2021 MOBILE FRIENDLY TABLES */
/* --------------------------*/

.table-container {
  position: relative;
  background-color: inherit;
  width: 100%;
  overflow-x: auto;
/*    -ms-overflow-style: none;   IE and Edge */
/*  scrollbar-width: none;   Firefox */

}

.table-container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #aaa; /* or add it to the track */
}

.table-container::-webkit-scrollbar-thumb {
    background: blue;
}

/* MAKE LEFT COLUMN FIXEZ */
.table-container tr > :first-child {
  position: -webkit-sticky;
  position: sticky; 
  left: 0; 
 /* background: hsl(180, 50%, 70%); */
 /* box-shadow: inset 0px 1px black; */
}

.table-container td {
    padding: 2px 5px 5px 5px;
    white-space: nowrap;
}
/* --------------------------*/
/* END 2021 MOBILE FRIENDLY TABLES */
/* --------------------------*/
