/* Add here all your css styles (customizations) */
/* .navbar-brand img {
    max-width: 94px;
} */

.footerLogo {
    max-width: 140px;
}
#footerContainer{
padding-top: 35px;
}
.ftr a {
    color: #d7e7ff;
}


/* Primary Colors */
.g-color-primary {
  color: #0a2467 !important;
  }
  
  .text-primary {
    color: #0a2467!important;
}
  
  .g-color-secondary {
  color: #deebf9 !important; }
  
 
.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
  color: #0a2467 !important; }

.g-parent:hover .g-color-primary--parent-hover {
  color: #0a2467 !important; }

.g-color-primary-opacity-0_3 {
  color: rgba(10,36,103, 0.3) !important; }

.g-color-primary-opacity-0_4 {
  color: rgba(10,36,103, 0.4) !important; }

.g-color-primary--active.active {
  color: #0a2467 !important; }

.active .g-color-primary--parent-active {
  color: #0a2467 !important; }

.g-color-primary--before::before, .g-color-primary--after::after {
  color: #0a2467; }

.u-btn-primary:hover, .u-btn-primary.active {
  border-color: #3a5497;
  background-color: #3a5497;
  }
  
  
a.btn:focus,
a.btn:hover {
  color: #d7e7ff;
}
  
a:focus,
a:hover {
  color: #d7e7ff;
  color: #0a2467;
}
  

.adBanner {
    text-align: center;
    height: 95px;
}



.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"])  .mainMenu {
    background-color: #0a2467;
    color: #fff;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .mainMenu .nav-link{
    color: #fff;
}

.g-color-main {
    color: #0a2467 !important;
}
.banner img {
  max-width: 200px;
}

.capitalize{
  text-transform: uppercase;
}

.table-split{ 
  border-right: #0a2467;
  border-style: solid;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-right-width: thin;
}


#searchTable {
  font-size: 14px;
  display: block;
}
#searchTable >tbody>tr>td {
  padding: 5px;
  line-height: 1;
  vertical-align: top;
  border-top: none;
}
.last-row {
  border-top: 2px solid #ddd;
}

.week_off {
  color: #0e1d4f;
  font-weight: 600;
  display: block;
}

.link_blue {
  color: #0e1d4f !important;
}



.card {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  margin: 20px;
  max-width: 250px;
  display: inline-grid;
}

.card header {
  position: relative;
}

.card header img {
  display: block;
  width: 100%;
  height: 300px !important; 
  -o-object-fit: cover;
  object-fit: cover;
}

.card header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
  background: linear-gradient(black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
}

.card header .text-wrap {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
}

.card header .text-wrap h2 {
  font-size: 3.5rem;
  margin-top: 20px;
}

.card header .text-wrap h3 {
  margin-top: 20px;
  font-weight: 100;
}

.card main {
  min-height: 150px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card main .cta-wrap {
  background: #0e1d4f;
  color: white;
  padding: 10px;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card main .cta-wrap svg {
  height: 40px;
  fill: white;
}

.card main .cta-wrap span {
  margin-top: 10px;
}

.card main .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
}

.card main .info-wrap h4 {
  font-size: 1.45rem;
  color: #3a3a3a;
}

.card main .info-wrap p {
  margin-top: .75rem;
  color: #7f8c8d;
  max-height: 75px;
  overflow: auto;
}

.detail-wrap {
  background: white;
}

.scroll-div {
  margin-left: 65%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: white !important;
  background-color: #0a2467;
}


.flag-icon {
  padding-left: 25px;
}
