@charset "utf-8";
@keyframes slideInLeft {
  0% {
    transform: translateX(-400%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(400%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInDown {
  0% {
    transform: translateY(-400%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(400%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInMenu {
  0% {
    transform: translateY(400%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 0.25;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInMastheadTopLeft {
  0% {
    transform: translateY(600%) rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAlmost {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes fadeInDelay {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideInUpPageTag {
  0% {
    transform: rotate(0deg) translateY(400%);
    opacity: 0;
    android: fromDegrees(0);
  }
  70% {
    transform: rotate(-85deg) translateY(0);
    opacity: 1;
    android: toDegrees(-90);
  }
  100% {
    transform: rotate(-90deg) translateY(0);
    opacity: 1;
    android: toDegrees(-90);
  }
}
@keyframes slideInTitleSection {
  0% {
    transform: translateY(400%) rotate(-90deg);
    opacity: 0;
  }
  50% {
    transform: translateY(0) rotate(0deg);
    opacity: .25;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes slideInFooter {
  0% {
    transform: translateY(400%) rotate(90deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
.MenuBarVertical h9 {
  text-align: left;
  text-indent: 6px;
  margin: 0;
}
/* Global Styles */
/*.littleBox {height:2em; width:2em; border:1px solid #e7d4d4; float:left; margin:2em 1em; display: inline; overflow:hidden;}*/
#horizMid {
  top: -25px;
}
.centered-content  {
  /* background-image: url(https://brianwilbur.com/images/paper_background_warm6.jpg) rgb(255, 255, 255, 0.5);
*/ width: 100%;
  height: 100%;
  background: url(https://brianwilbur.com/images/paper_background_warm6_82transparent.png);
/*  background: url(https://brianwilbur.com/images/paper_background_warm6.jpg);*/
  animation: fadeIn 6s;
}
.opaque {
  opacity: 1 !important;
}
img {
  opacity: 1 !important;
}
/*.centered-content:hover{    
background:  url(https://brianwilbur.com/images/paper_background_warm6.jpg);
}*/
/*ul ul {font-size:1em;}*/
/* Header */
header {
  margin: 0;
  padding: 0;
}
#nameplate {
  animation: fadeIn 1.5s;
}
#absDiv1 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 98px;
  animation: fadeIn 7s;
}
.littleBox {
  animation: fadeInDelay 11s;
}
hr {
  background-color: rgba(208, 207, 207, 1.00);
  height: 1px;
}
/* Main Content sections */
.mainContent {
  display: block;
  position: relative;
  animation: fadeInDelay 3s;
}
.section2 {
  animation: slideInFooter 7s;
  transition-timing-function: ease-out;
  padding-bottom: 10px;
}
.mainContent .section1 {
  display: block;
  float: none;
  padding: 0px;
  margin: 19px;
  position: relative;
}
.mainContent .section3 {
  display: block;
  float: none;
  position: relative;
  top: 0px;
  margin: 19px;
  border: 0;
  padding: 0;
}
.mainContent .section3hide {
  display: block;
  float: none;
  position: relative;
  top: 0px;
  margin: 0px;
  border: 0;
  padding: 0;
}
/* Footer */
/* mid page vertical code*/
ul.MenuBarVertical a {
  width: 250px;
}
.card-header {
  padding: 0;
  background-color: transparent;
  border: none;
  display: block;
}
.card-body {
  padding: 0px 1.25rem;
  border: none;
}
.card {
  background-color: transparent;
  border: none;
}
.embededMenu {
  height: auto;
  display: block;
  margin-left: -48px;
}
#InsideMenu {
  z-index: 2000;
}
header .ProfilePhoto {
  animation: fadeIn 9s;
}
header .ProfilePhotoHome {
  z-index: 200;
  line-height: auto;
  padding: 0;
  background-color: transparent;
  top: 0px;
  animation: fadeIn 9s;
}
.ProfilePhoto .tooltiptext2 {
  visibility: hidden;
  width: 200%;
  background-color: #f3f1ee;
  color: #9a3433;
  text-align: center;
  /*    border-radius: 1px;*/
  border: 2px;
  border-color: #9a3433 #9a3433 #9a3433 #9a3433;
  border-style: solid;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -80%;
  left: -100%;
  font-size: 150%;
  font-family: Arial;
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}
.ProfilePhoto .tooltiptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  right: calc(25% - 5px);
  margin-top: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: #f3f1ee transparent transparent transparent;
}
.ProfilePhoto:hover .tooltiptext2 {
  visibility: visible;
  opacity: 1;
}
.menuHighlight {
  color: #cc9999;
  font-weight: bold;
  background-color: #f0eee9;
}
.flex-container2 {
  flex-flow: column wrap;
  width: 100%;
  height: auto;
  max-height: 709px;
  display: flex;
  margin: 0px;
  margin-top: 11px;
}
.menu {}
.pagetag {
  animation: fadeIn 3s;
  transition-timing-function: ease-out;
}
.MenuChild {}
#InsideMenu {
  min-height: 158px;
  left: 0px;
  animation: slideInMenu 2s;
  transition-timing-function: ease-out;
}
#HeaderPicture {
  height: auto;
  flex: 1 30%;
  max-width: 26%;
  order: 2;
  display: flex;
  margin-top: 34px;
  margin-left: 38px;
  z-index: 1700;
  animation: slideInUp 4s;
  transition-timing-function: ease-out;
  opacity: 1 !important;
}
.TitleSection {
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  top: 0px;
  vertical-align: text-top;
  order: 3;
  align-items: flex-start;
  width: 68%;
  display: flex;
  padding: 1em;
  animation: slideInTitleSection 3s;
  transition-timing-function: ease-out;
}
.TitleSection h10 {
  line-height: normal;
}
.TitleVideo {
  height: 49vw;
  width: 84vw;
  display: inline-block;
  opacity: 1 !important;
}
.centered-wrapper {
  position: relative;
  max-width: none;
  margin: auto;
  padding: 12px 0px;
  width: 98.7vw;
}
.centered-content {
  width: 100%;
  display: block;
  margin: auto;
}
.RedBorderTD {
  width: 95.7vw;
  max-width: 1066px;
}
.mastheadTopLeft {
  animation: 2.5s ease-out 0s 1 slideInMastheadTopLeft;
  /*      filter: drop-shadow(10px 10px 3px white);*/
}
.mastheadTopMiddle {
  display: flex;
  flex: 2;
  height: fit-content;
  margin: auto;
  padding: 1em;
}
.mastheadTopRight {
  animation: 3s ease-out 0s 1 slideInLeft;
  /* filter: drop-shadow(10px 10px 3px grey);*/
}
#pagebottom p {
  animation: fadeInDelay 15s;
}
/* Media query for Mobile devices*/
@media only screen and (max-width : 428px) {
  .centered-wrapper {
    width: 91.7vw;
  }
  .RedBorderTD {
    /*    width: 89.7vw;*/
  }
  #horizMid {
    top: -50px;
  }
  #InsideMenu {
    left: -26vw;
  }
  #lColTop {
    height: 580px
  }
  #HeaderSpacer {
    position: relative;
    display: block;
    height: 600px;
  }
  ul.MenuBarVertical a {
    width: 150px;
  }
  ul.MenuBarVertical a {
    width: 140px;
  }
  #mainNav dl {
    margin-left: 9px;
  }
  #mainNav dt {
    margin-left: 9px;
  }
  #Orchestra a {
    padding-left: 35px;
    text-indent: -20px;
  }
  .pagetag {
    display: block;
    position: relative;
    text-align: right;
    width: 510px;
    top: -237px;
    left: -258px;
    padding: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    background-color: transparent;
  }
  .mainContent .section1 {
    padding: 0px;
  }
  .mainContent {
    top: 0px;
    position: relative;
    display: block;
  }
  .mainContent .section4 h5 {
    font-size: 19px;
  }
  #HeaderSpacer {
    height: 661px;
  }
  header {
    margin-top: -41px;
    height: auto;
    min-height: unset;
    margin-bottom: 0px;
  }
  header .ProfilePhoto {
    /*    top: calc(54vw + -11px);*/
    width: 30%;
    height: 30%;
    left: 0px;
    top: 0px;
    position: relative;
    display: flex;
    order: 4;
    flex: 0.8;
    margin-right: 16px;
    margin-left: auto;
  }
  #nameplate {
    padding: 0px;
    height: auto;
    margin-top: 40px;
  }
  .mastheadTopLeft {
    display: flex;
    flex: 1;
    width: 100%;
    height: fit-content;
    margin: auto;
    padding: 0.5em;
    justify-content: center;
  }
  .mastheadTopRight {
    display: flex;
    flex: 1;
    height: auto;
  }
  #mastheadTop {
    display: flex;
    flex-direction: column;
    top: 0px;
    position: relative;
    height: auto;
    flex-wrap: wrap;
    align-content: center;
    vertical-align: middle;
    padding: 1em;
  }
  #mastheadTop p {
    text-align: center;
    font-size: 2.5em;
    line-height: normal;
    display: flex;
    width: 100%;
    height: 101px;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    padding: 20px;
  }
  #mastheadTop .mastheadTopRight p {
    text-align: center;
    font-size: 8vw;
    line-height: normal;
    display: flex;
    width: 100%;
    height: 50%;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0px;
  }
  #absDiv1 {
    top: 0px;
    height: 8vw;
    overflow: hidden;
    position: relative;
    order: 1;
  }
  .pagetag {
    padding: 0;
    /*    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);*/
    background-color: transparent;
    left: 0vw;
    position: relative;
    top: 4px;
    display: flex;
    flex-direction: column;
    order: 2;
    flex: 1;
    margin: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    justify-content: center;
    flex-basis: content;
  }
  .flex-container2 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 91vw;
    left: 0px;
    min-height: 0px;
    margin: 0px;
    padding: 0px;
    max-height: none;
    margin-top: 0px;
    top: 0px;
    /* margin-top: -24px;*/
  }
  .flex-container2 section {
    width: 100%;
    min-height: 0px;
    margin-left: 0px;
  }
  .menu {
    margin-top: 16px;
    margin-right: 0px;
    order: 2;
    flex: 1 30%;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
  .MenuChild {
    width: 39vw;
    order: 3;
    margin-left: 11vw;
  }
  .embededMenu {
    display: flex;
    margin-left: 0px;
    height: auto;
    margin-bottom: 0px;
    min-height: 0px;
    width: 100%;
  }
  #InsideMenu {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    display: flex;
    left: 0px;
    min-height: 158px;
  }
  #middleUL {
    left: 0px;
    top: 0px;
  }
  #middleUL li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: none;
    left: 0px;
    width: 100%;
  }
  #left {
    width: 100%;
  }
  #leftDiv {
    margin: auto;
    margin-left: 0px;
    padding: 0em;
    min-height: 0px;
    width: 148px;
  }
  #mainNav dl {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  ul#mainNav {
    width: 8em;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    top: 0px;
    left: 0px;
    height: auto
  }
  ul.MenuBarVertical a {
    width: 93px;
    left: 0px;
  }
  #HeaderPicture {
    display: flex;
    top: 0px;
    height: auto;
    margin: 0px;
    width: 80%;
    order: 1;
    margin-bottom: 0px;
    max-width: none;
    left: 10%;
    margin-top: 0px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .TitleVideoHome {
    height: calc(42vw + 0px);
    width: calc(75vw - 0px);
  }
  .TitleVideoOperaHome {
    height: calc(42vw + 0px);
    width: calc(75vw - 0px);
  }
}
@media only screen and (max-width : 370px) {
  #mastheadTop p {
    font-size: 2em;
  }
}
@media only screen and (min-width : 370px) and (max-width : 428px) {
  ul.MenuBarVertical a {
    width: 122px;
  }
  #mainNav dl {
    margin-left: 0px;
  }
  #mainNav dt {
    margin-left: 0px;
  }
  #InsideMenu {}
}
@media only screen and (min-width : 428px) and (max-width : 531px) {
  .centered-wrapper {
    width: 91.7vw;
  }
  .RedBorderTD {
    /*    width: 89.7vw;*/
  }
  .TitleSection {
    margin-left: 0px;
    padding: 1em;
  }
  #horizMid {
    top: -50px;
  }
  header {
    float: none;
    height: auto;
  }
  #nameplate {
    padding: 0px;
    height: auto;
    margin-top: 40px;
  }
  .mastheadTopLeft {
    display: flex;
    flex: 1;
    width: auto;
    padding: 0px;
    height: fit-content;
    margin: auto;
    justify-content: center;
  }
  .mastheadTopRight {
    display: flex;
    flex: 1;
    height: auto;
  }
  #mastheadTop {
    display: flex;
    flex-direction: column;
    top: 0px;
    position: relative;
    height: auto;
    flex-wrap: wrap;
    align-content: center;
    vertical-align: middle;
    padding: 1em;
  }
  #mastheadTop .mastheadTopRight p {
    text-align: center;
    font-size: 7vw;
    line-height: normal;
    display: flex;
    width: 100%;
    height: 50%;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0px;
  }
  header .menu {
    margin-left: 0px;
    width: 100%;
    display: flex;
    margin-bottom: 11px;
    min-height: 0px;
    order: 3;
    flex: 1 30%;
    margin-top: 15px;
  }
  #lColTop {
    height: 580px
  }
  /* Main content sections */
  .mainContent {}
  .mainContent .section1 {
    padding: 0px;
  }
  #HeaderSpacer {
    position: relative;
    display: block;
    height: 500px;
  }
  #Orchestra a {
    padding-left: 35px;
    text-indent: -20px;
  }
  .pagetag {
    /*    text-align: right;*/
    padding: 0;
    /*    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);*/
    background-color: transparent;
    /*    text-align-last: right;*/
    left: 0vw;
    /*    width: 434px;*/
    position: relative;
    top: 5px;
    display: flex;
    flex-direction: column;
    order: 2;
    flex: 1;
    margin: 0px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    justify-content: center;
  }
  header {
    margin-top: -41px;
    height: auto;
    min-height: unset;
    margin-bottom: 0px;
  }
  #absDiv1 {
    top: 0px;
    height: 7vw;
    overflow: hidden;
    position: relative;
    order: 1;
  }
  .ProfilePhoto {
    left: 56vw;
  }
  header .ProfilePhoto {
    /*    top: calc(54vw + 117px);*/
    /*      left: 60vw;*/
    top: 0px;
    left: 5px;
    position: relative;
    display: flex;
    order: 4;
    flex: 2;
    margin-right: 22px;
  }
  .ProfilePhoto .tooltiptext2 {
    width: 200%;
    top: -40%;
    left: -100%;
  }
  .ProfilePhoto .tooltiptext2::after {
    top: 100%;
    right: calc(25% - 5px);
  }
  .flex-container2 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 91vw;
    left: 0px;
    min-height: 0px;
    margin: 0px;
    padding: 0px;
    max-height: none;
    margin-top: 0px;
  }
  .flex-container2 section {
    width: 100%;
    /*    max-height: none;
    margin-top: 40px;
*/
  }
  .menu {
    margin-left: 68px;
    order: 2;
    display: flex;
    margin-bottom: 13px;
  }
  .MenuChild {
    order: 2;
    padding-left: 5vw;
  }
  .embededMenu {
    width: 100%;
    display: flex;
    margin-bottom: 0px;
    min-height: 0px;
    margin-left: 0px;
    height: auto;
  }
  #InsideMenu {
    position: relative;
    top: 0px;
    margin-top: 0px;
    display: flex;
    ;
    left: 0;
    min-height: 158px;
  }
  #middleUL {
    left: 5vw;
    left: 0px;
    top: 0px;
  }
  #middleUL li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: none;
    left: 0px;
  }
  #leftDiv {
    margin: auto;
    margin-left: 2%;
    padding: 0 0 0em 0em;
    margin-bottom: 10px;
    min-height: 0px;
  }
  ul#mainNav {
    width: 8em;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    top: 0px;
    left: 0px;
    height: auto
  }
  #mainNav dl {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  ul.MenuBarVertical a {
    width: 148px;
  }
  #mainNav dl {
    margin-left: 0px;
  }
  #mainNav dt {
    margin-left: 0px;
  }
  #HeaderSpacer {
    height: 595px;
  }
  #HeaderPicture {
    display: flex;
    top: 0px;
    height: auto;
    margin: 0px;
    width: 80%;
    order: 1;
    margin-bottom: 0px;
    max-width: none;
    margin-top: 0px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .TitleVideo {
    height: 50vw;
    width: 86vw;
  }
  .TitleVideoHome {
    height: calc(42vw + 0px);
    width: calc(75vw - 0px);
  }
  .TitleVideoOperaHome {
    height: calc(42vw + 0px);
    width: calc(75vw - 0px);
  }
  .mainContent {
    top: 0px;
  }
}
@media only screen and (min-width : 531px) and (max-width : 844px) {
  #mastheadTop {
    display: flex;
    height: auto;
    padding: 0em;
    justify-content: flex-start;
  }
  .mastheadTopLeft {
    display: flex;
    height: auto;
    height: fit-content;
    justify-content: flex-start;
    width: auto;
    flex: 3;
    margin: auto;
    padding: 1em;
  }
  .mastheadTopMiddle {
    z-index: 1700;
    padding: 1em;
    flex: 2;
  }
  .mastheadTopRight {
    display: flex;
    flex: 2;
    height: fit-content;
    margin: auto;
    padding: 1em;
  }
  .mastheadTopRight p {
    font-size: 5vw !important;
  }
  .centered-wrapper {
    width: 91.7vw;
  }
  .RedBorderTD {
    /*    width: 89.7vw;*/
  }
  .TitleVideo {
    height: 22vw;
    width: 38vw;
  }
  .TitleVideoHome {
    height: calc(42vw + 0px);
    width: calc(75vw - 0px);
  }
  .TitleVideoOperaHome {
    height: calc(42vw + 0px);
    width: calc(75vw - 0px);
  }
  #ho #horizMid {
    top: 3px;
  }
  header {
    height: 890px;
  }
  #HeaderPicture {
    position: relative;
    display: block;
    left: 55%;
    width: 40%;
    margin-top: 0px;
  }
  #left {
    width: 370px;
  }
  #InsideMenu {
    left: 16px;
  }
  #Orchestra a {
    padding-left: 35px;
    text-indent: -20px;
  }
  #Orchestra dt {
    margin-left: 0px;
  }
  .pagetag {
    display: block;
    position: absolute;
    text-align: right;
    width: 510px;
    top: -237px;
    left: -273px;
    padding: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    background-color: transparent;
  }
  .menu {
    flex: 0.6;
    margin-top: 36px;
    margin-left: 0vw;
  }
  .MenuChild {
    left: 0px;
    margin-left: 0px;
    margin-top: -115px;
  }
  .mainContent {
    top: 0px;
  }
  header {
    min-height: 829px;
    min-height: unset;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    display: block;
  }
  header ul {
    height: auto;
  }
  #mastheadTop p {
    text-align: right;
    font-size: 2.3em !important;
    line-height: normal;
    display: flex;
    width: 100%;
    height: 82px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0px;
    padding: 0px;
  }
  #absDiv1 {
    position: relative;
    top: 0px;
    margin-top: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .ProfilePhoto .tooltiptext2 {
    width: 200%;
    top: 0%;
    left: 110%;
  }
  .ProfilePhoto .tooltiptext2::after {
    top: calc(50% - 5px);
    right: calc(100% - 0px);
    border-color: transparent #f3f1ee transparent transparent;
  }
  .pagetag {
    top: 364px;
    left: -224px;
  }
  .flex-container2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    max-height: none;
    flex-direction: row;
    align-items: flex-start;
  }
  .flex-container2 section {}
  .embededMenu {
    margin: 0;
  }
  .TitleSection {
    flex: 3;
    padding: 0.5em 4em;
    min-width: fit-content;
    flex-direction: column;
    align-items: center;
  }
  #InsideMenu {
    position: relative;
    top: 0px;
    margin-bottom: 10px;
    margin-top: 25px;
    display: block;
    left: 18px;
  }
  #middleUL {
    left: 5vw;
    top: 0px;
    height: auto;
  }
  #middleUL li {
    flex-direction: column;
    justify-content: space-between;
    float: none;
    display: block;
    position: relative;
    left: 0px;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 181px;
  }
  #leftDiv {
    margin: auto;
    margin-left: 0;
    padding: 0em;
    margin-bottom: 10px;
    min-height: 0px;
  }
  ul.MenuBarVertical a {
    width: 124px;
  }
  ul#mainNav {
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
    width: 200px;
  }
  #mainNav dl {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #mainNav dl {
    margin-left: 0px;
  }
  #mainNav dt {
    margin-left: 0px;
  }
  #HeaderPicture {
    top: -31px;
  }
  #rColTop {
    margin-bottom: 0px;
  }
  #HeaderSpacer {
    height: 78px;
  }
  #HeaderPicture {
    position: relative;
    margin-bottom: 0px;
    min-height: 0px;
    margin-top: 0px;
    max-width: 45%;
    left: 0px;
    top: 0px;
    margin-left: 48px;
    margin: auto;
    padding-bottom: 1em;
  }
}
@media only screen and (min-width : 651px) and (max-width : 843px) {
  #HeaderPicture {}
}
@media only screen and (max-width : 930px) {
  .mainContent .section3hide {
    display: none;
  }
}
/* Media Query for Tablets */
@media only screen and (min-width : 844px) and (max-width : 1166px) {
  /* Header */
  #mastheadTop {
    display: flex;
    height: auto;
    padding: 0em;
    justify-content: center;
  }
  .mastheadTopLeft {
    display: flex;
    height: fit-contfent;
    justify-content: flex-start;
    flex: 3;
    margin: auto;
    padding: 1em;
  }
  .mastheadTopRight {
    display: flex;
    flex: 1;
    padding: 1em;
    margin: auto;
  }
  .mastheadTopRight p {
    font-size: 2.2rem !important;
  }
  .centered-wrapper {
    width: 91.7vw;
  }
  .RedBorderTD {
    /*    width: 89.7vw;*/
  }
  .TitleSection {
    flex: 3;
    padding: 0.5em 4em;
    min-width: 100%;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
  .TitleVideo {
    height: 28vw;
    width: 49vw;
  }
  .TitleVideoHome {
    height: calc(53vw + -250px);
    width: calc(96vw - 462px);
  }
  .TitleVideoOperaHome {
    height: calc(42vw + -0px);
    width: calc(75vw - 0px);
  }
  header {
    position: relative;
    width: 100%;
    float: none;
    height: auto;
    display: block;
  }
  .mainContent {
    position: relative;
    display: block;
  }
  leftDiv {
    position: relative;
    top: 200px;
    left: 100px;
  }
  header .ProfilePhoto {
    position: relative;
    left: 15px;
    width: 131px;
    height: 180px;
    z-index: 2700;
    top: -106px;
  }
  #InsideMenu {
    left: -130px;
  }
  #left {
    width: 480px;
  }
  #Orchestra a {
    padding-left: 35px;
    text-indent: -20px;
  }
  #Orchestra dt {
    margin-left: 0px;
  }
  ul.MenuBarVertical a {
    width: 140px;
  }
  .mainContent {
    top: 0px;
  }
  header {
    height: auto;
    margin-bottom: 20px;
    position: relative;
    display: block;
    min-height: 0px;
  }
  header ul {
    height: auto;
  }
  #absDiv1 {
    position: relative;
    top: 0px;
    margin-top: 0px;
    z-index: 1;
    height: 5em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ProfilePhoto .tooltiptext2 {
    width: 200%;
    top: 0%;
    left: 110%;
  }
  .ProfilePhoto .tooltiptext2::after {
    top: calc(50% - 5px);
    right: calc(100% - 0px);
    border-color: transparent #f3f1ee transparent transparent;
  }
  .pagetag {
    top: 387px;
    left: -219px;
    width: 500px;
  }
  .flex-container2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    max-height: none;
  }
  .flex-container2 section {}
  .embededMenu {
    margin-top: 36px;
  }
  .menu {
    margin-top: 31px;
    flex: 1;
    margin-left: 5vw;
  }
  .MenuChild {
    margin-top: -145px;
    margin-left: -38px;
  }
  #InsideMenu {
    position: relative;
    top: 0px;
    margin-bottom: 10px;
    margin-top: 9px;
    display: block;
    left: 0px;
    min-height: 158px;
  }
  #middleUL {
    left: 0px;
    top: 0px;
    height: auto;
  }
  #middleUL li {
    float: none;
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 297px;
  }
  #leftDiv {
    margin: auto;
    margin-left: 9%;
    padding: 0 0 1em 1.5em;
  }
  #rColTop {
    margin-bottom: 0px;
  }
  ul#mainNav {
    position: relative;
    top: 0px;
    left: 0px;
    height: auto
  }
  #HeaderPicture {
    position: relative;
    display: flex;
    height: auto;
    margin: auto;
    margin-top: 32px;
    min-height: 0px;
    max-width: 45%;
    min-width: 364px;
    left: 0px;
    top: 0px;
    right: 0px;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 1em;
  }
}
/* Desktops and laptops  */
@media only screen and (min-width : 1166px) {
  /* Header */
  #mastheadTop {
    display: flex;
    height: auto;
    padding: 0em;
    justify-content: center;
  }
  .mastheadTopLeft {
    display: flex;
    height: auto;
    height: fit-content;
    justify-content: flex-start;
    padding: 1em;
    flex: 4;
    margin: auto;
  }
  .mastheadTopMiddle {
    display: flex;
    flex: 3;
    height: auto;
    height: fit-content;
    margin: auto;
    padding: 1em;
  }
  .mastheadTopRight {
    display: flex;
    flex: 2;
    padding: 1em;
    height: auto;
    height: fit-content;
    margin: auto;
    animation: 3s ease-out 0s 1 slideInLeft;
  }
  .mastheadTopRight p {
    /*     font-size: 3rem !important;
*/
  }
  .centered-wrapper {
    position: relative;
    max-width: none;
    margin: auto;
    padding: 12px 0px;
    width: 98.7vw;
  }
  .centered-content {
    width: 100%;
    display: block;
    margin: auto;
  }
  .RedBorderTD {
    width: 95.7vw;
    max-width: 1066px;
  }
  header {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    display: block;
    min-height: 0px;
  }
  #HeaderSpacer {
    position: relative;
    display: block;
    height: 150px;
  }
  #HeaderPicture {
    position: relative;
    left: 37%;
    width: 58%;
    height: auto;
    flex: 1 30%;
    max-width: 45%;
    order: 2;
    display: flex;
    margin-top: 34px;
    margin-left: 38px;
  }
  #InsideMenu {
    left: -135px;
  }
  #left {
    width: 550px;
  }
  #Orchestra a {
    padding-left: 35px;
    text-indent: -20px;
  }
  #Orchestra dt {
    margin-left: 0px;
  }
  ul.MenuBarVertical a {
    width: 176px;
  }
  .centered-content {
    width: 1065px;
  }
  .RedBorderTD {
    width: 1065px;
  }
  .mainContent {
    top: 0px;
  }
  header ul {
    height: auto;
  }
  #absDiv1 {
    position: relative;
    top: 0px;
    margin-top: 0px;
    z-index: 1;
    height: 5em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
  }
  .ProfilePhoto .tooltiptext2 {
    width: 200%;
    top: 0%;
    left: 110%;
  }
  .ProfilePhoto .tooltiptext2::after {
    top: calc(50% - 5px);
    right: calc(100% - 0px);
    border-color: transparent #f3f1ee transparent transparent;
  }
  .pagetag {
    top: 412px;
    left: -218px;
    width: 500px;
    order: 2;
  }
  .flex-container2 {
    flex-wrap: wrap;
    position: relative;
    margin-bottom: -41px;
    flex-flow: column wrap;
    width: 100%;
    height: auto;
    max-height: none;
    display: flex;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .flex-container2 section {}
  .embededMenu {
    margin-top: 36px;
  }
  .TitleSection {
    position: relative;
    margin: 0px;
    top: 0px;
    vertical-align: text-top;
    order: 4;
    min-width: 100%;
    flex: 3;
    padding: 0.5em 6em;
    align-items: center;
    margin-left: 0px;
    width: 100%;
    width: fit-content;
  }
  .TitleSection h10 {
    line-height: normal;
  }
  .TitleVideo {
    height: 380px;
    width: 664px;
  }
  .TitleVideoHome {
    height: 300px;
  }
  .TitleVideoOperaHome {
    height: 515px;
  }
  .menu {
    flex: 1;
    order: 1;
    margin-top: 19px;
  }
  .MenuChild {
    top: 0px;
    margin-top: -121px;
    margin-left: 0px;
    order: 3;
  }
  #InsideMenu {
    position: relative;
    top: 0px;
    margin-bottom: 10px;
    margin-top: 24px;
    display: block;
    min-height: 158px;
    left: 0px;
  }
  #middleUL {
    left: 0px;
    top: 0px;
    height: auto;
  }
  #middleUL li {
    float: none;
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 297px;
  }
  #leftDiv {
    margin: auto;
    margin-left: 9%;
    padding: 0 0 1em 1.5em;
  }
  #rColTop {
    height: auto;
  }
  ul#mainNav {
    position: relative;
    top: 0px;
    left: 0px;
    height: auto
  }
  #HeaderSpacer {}
  #HeaderPicture {
    position: relative;
    margin-bottom: 0px;
    margin-top: 38px;
    min-height: 0px;
    width: calc(100% - 319px) !important;
    left: 0px;
    top: -48px;
    right: 0px;
    flex-direction: inherit;
    min-width: 364px;
  }
}
.pagetag {
  display: none;
}