
main {
    background-image: url('/portals/0/ebaphoenix-15.png');
    background-repeat: no-repeat;
    background-position: top right;
}
footer {
    background-image: url('/portals/0/ebaphoenix-15.png');
    background-repeat: no-repeat;
    background-position: top right;
}
.table-responsive tr:nth-child(odd) {
        background-color: #F5F5F5;
}



th, td {
  text-align: left;
  padding: 8px;
}
td ul {
    margin-bottom: 0;
}

.btn { 
    text-transform: uppercase; 
    border-radius: 0; 
    font-size: 12px; 
    letter-spacing: 3px; 
    text-align: left; 
    padding: 10px 20px 10px 30px;
    font-weight: 700; 
}
.btn:hover { background: #000; color: #fff; }

/* sub page menu */

.subpagemenu {
	background-color: #F5F5F5;
    border-radius: 15px 15px;
}

.subpagemenu a {
	text-decoration: none;
	padding: 10px 2px;
	display: block;
	color: secondary;
	font-weight: 500;
	font-size: 13pt;
}

.subpagemenu li {
	list-style-type: none;
}

.subpagemenu h3 a { 
	text-decoration:none; 
	text-align: left;
	display: block;
	color: secondary;
	font-size: 22pt;
    font-weight: bold;
    padding: 30px;

}

.subpagemenu a.selected,
.subpagemenu a:hover {
	background: none;
	color: #c4c4c4;
}

.fancybox__container, .lity { z-index: 99999 !important; }

blockquote {
	font-size: 16pt;
	max-width: 80%;
	line-height: 1.1;
	margin: 30px auto;
    font-family: Georgia, sans-serif;
    font-weight: normal;
    text-align: center;
    color: var(--bs-primary);
}

cite {
    display: block;
	font-size: 12px;
}

.sc-content-block-menu {
    z-index: 99999 !important;
}

.btn.btn-outline {
    border: 1px solid var(--bs-primary);
}
.btn.btn-outline-white {
    border: 1px solid white
}

table { margin-bottom: 15px; }

.bright-text h1, .bright-text h2, .bright-text h3, .bright-text h4, .bright-text p, .bright-text td, .bright-text li { color: #fff !important; }

.IframeContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-top: 20px;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}




























