span.codedirection { unicode-bidi:bidi-override; direction: rtl; }

@media (min-width:100%){.container{width:100% !important;}}

/* Banner Image */
.mybanner {
  min-width: 100%;
}


/* Menu */

/* Override the lila background with white */
.container-header {
  	min-width: 100%;
  	max-width: 100%;
    background-color: #13619c;
    background-image: none;
}

/* Text should now be black */

.container-header .mod-menu {
  color: #000;}

.container-header .mod-menu {
 	min-width: 100%;
  	max-width: 100%;
   justify-content: center;
   color: #000;
   padding: 0;
}

/* We add padding and radius so that on hover there is a nice background */
  
.container-header .mod-menu a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; 
    padding: 3px 15px;
    color: #000;
}

/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
    background-color: #13619c;
}

/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
    color: #000;
    border: 1px solid #000;
}

.site-grid {
    /* background-color: #f4f6f7; */
  background-color: white;
}

.header {
    background-color: white;
}

.grid-child {
    padding: 3px 15px;
    background-color: white;
}

.footer {
    background-color: white;
    background-image: none;
}
