/*Header*/
.h1style, h1 {
    font-family: 'Oswald';
}


p, p a{
      color: black;  
}



table.custom-table {
    display: flex;
    justify-content: space-evenly;
    width: auto;
    padding: 3em 0em 4em 0em;
}

div#mod-page-wrap {
    width: 100%;
}

p.imageEditorWrap {
    display: flex;
    justify-content: center;
}






/*Custom Box*/
/* Main container to hold both sections */
.main-container {
display: flex;
  justify-content: center;
  gap: 0;
  padding: 20px 0px;
  align-items: stretch;
  flex-wrap: wrap;
}

.section-left, .section-right {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin: .25em;
}

.text-box {
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #ccc;
}
.text-box p{
  padding:0;
}

.large-box {
  background-color: #575757;
  padding: 30px;
  border: 1px solid #bbb;
}

.large-box h2 {
  margin-top: 0;
}

.large-box p {
  color:white;
}

.three-boxes {
  display: flex;
  flex-direction: column; 
}

.three-boxes p {
  padding:0;
}

.three-boxes .box {
  background-color: #e0e0e0;
  flex: none; 
  padding: 0.25em 0em;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 0; 
}

.three-boxes .box:last-child {
  margin-right: 0;
}

.link-box {
  background-color: #f3f3f3;
  padding: .25em 0em;
  text-align: center;
  border: 1px solid #ccc;
}

.link-box a {
  color: #007bff;
  text-decoration: none;
}

.blue-box {
    background-color: #0f2f49;
    color: white;
    padding: .25em 0em;
    text-align: center;
    border: 1px solid #2b2b2b;
    position: relative;
}

.blue-box p{
  color:white;
}

.section-left {
    padding-top: 3.8%;
}


.box p{
    font-size: .75em;
}

.relatedLinksDiv {
    display: none;
}

.mod-expanding-information-inner{
    display:block;
}

.fancyTable th a::before, .fancyTable th a:before {
    content: '>';
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    padding: 0 .5em 0 0;
    display:none;
}

.mod-content-image-banner img {
    position: absolute;
    display: block;
    max-width: 100%;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
    top: -9719px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}