/*menu*/
.menu {
background-color : transparent;
float : right;
margin-top : 0;
text-align : right;
}
.menu ul {
background-color : transparent;
padding-left : 0;
padding-right : 15px;
}
.menu li {
background-color : transparent;
list-style-type: none;
margin-top : .5em;
width: 100%;
}

/*2nd level menu*/
.menu ul ul{
padding-right: 0;
}
/*3rd level menu*/
.menu ul ul ul{
background-color : #fff;
margin-bottom : 30px;
padding-left : 0;
text-align : right;
}

/*linkedin*/
#linkedin img {
  background-color: #fff;
  border-radius:5px;
  padding : 2px;
  padding-left: 4px;
  padding-top: 4px
}
#linkedin A:link, #linkedin A:visited {
  border-radius:5px;
 float:right;
 margin-top : 20px;
 padding-top : 10px;
 text-align: right;
 width : 70px;
}
/*all menu links*/
.menu A:link, .menu A:visited {
background-color : transparent;
border-radius:5px;
color : #444;
display : inline-block;
font-size : 1em;
padding-bottom : 11px;		/*new feb 2025*/
padding-left : 7px;
padding-right : 7px;
padding-top : 11px;		/*new feb 2025*/
text-decoration : none;
}
.menu A:hover, .menu A:focus, .menu A:active {
color : #fff;
background-color : #791313;
}

#thispage, #thisgroup, #thissubgroup, #thisgroupspace, #thissection1, #thissection {
background-color: #fff;
color : #481818;
font-weight: bold;
text-transform: uppercase;
}
#thisgroup {
text-transform: none;
}
#endgroup {
padding-bottom : 1em;
}
#endsection {
padding-bottom : 2em;
}
#thispage img{
vertical-align : bottom;
padding-right : 10px;
}
#thissection {
margin-top : 2em;
}





/*menu image and caption*/

.menu img {
border : none;
border-radius:10px;
margin-left : -15px;
margin-top : 2em;
vertical-align : bottom;
}
.menu li img {
padding-top : 0;
}


#submenu {
line-height : 1.3em;
margin-left : 0;
padding-right : 0;
float : left;
font-size : 1em;
text-align : left
}
 
#submenu ul {
margin-right : 0;
padding-bottom : 60px;
padding-right : 0;
}

#submenu h4 {
font-family : arial, sans-serif;
font-size : 1.1em;
margin-top : 21px;
padding-right : 3em;
text-align : left;
}

#submenu img {
margin-left :  -10px;
}

@media only screen and (max-width: 1024px) { 
.menu {
font-size:1.5em;
width : 100%;
}
.menu ul {
width : 100%;
}
.menu li ul {
width : 93%;
float:left;
}
.menu li {
float:left;
margin: 7px;
text-align: left;
width:auto;
}
.menu li A:link, .menu li A:visited {
border : solid 2px #481818;
display:inline-block;
padding:.5em;
}

#thisgroup img {
display:none;
}
#endsection {
padding-bottom : .5em;
}
.menu li ul {
overflow: auto;
padding : 1em;
padding-top: 0;
}
#thispage, #thissubgroup, #thisgroup, #thisgroupspace, #thissection1 {
background-color : #481818;
color : #fff;
font-weight: normal;
text-transform: none;
}

#thissection {
background-color : #fff;
border : none;
clear:both;
color : #481818;
margin-bottom : 1em;
margin-top : 0;
padding-top : 1em;
width : 96%;
}
#thissection3 A{
background-color : #fff;
border : none;
clear:both;
color : #481818;
font-weight: bold;
text-transform: uppercase;
width : 96%;
}

#linkedin img {
display:inline;
margin-right : .25em;
width : 25%; 
}
#linkedin A:link, #linkedin A:visited {
border : none;
 margin:0;
 text-align: left;
 width : 6em;
   }

}