@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/lato-black');
.html{
font-family: 'Lato'sans-serif;
}
.Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar{
  background-color: white;
}
.body{
  background-color: #EDF2FA;
}
.Header__homeContent .Header__searchSection{
   background-color: #0000005e;
}
.Layout__oneColumn{
  background-color: #FFFFFF;
}
.ContentBox__alignCenter {
    background-color: white;
    padding: 13px;
    width: 75%;
}
.Header__tabsTab, .LoginDetail__signup, .LoginDetail__signin{
line-height:3.3rem;
}
.Link__link.commonStyle__zt3Link.commonStyle__cursor{
  color:#000 !important;
}
.Header__searchTitle {
    font-size: 2.2rem;
    font-weight: 900;
  margin-bottom: -1.2rem;
}
.Header__tabsTab{
  margin : 0 0.875rem;
}
.ContentBox__alignCenter:after{
    content: '' !important;
    position: absolute !important;
    z-index: -1 !important;
    transition: width 0.6s, opacity 0.3s !important;
    width: 0 !important;
    height: 530px!important;
    top: 50% !important;
    left: 50% !important;
    opacity: 0 !important;
    background-color: #fff;
    opacity: 0.5;
    margin-bottom: 45px;
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}
.ContentBox__alignCenter:hover:after, .ContentBox__alignCenter:active:after, .ContentBox__alignCenter:focus:after {
    width: 120% !important;
    opacity: 1 !important;
}
.ContentBox__alignCenter{
box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    overflow:hidden;
  position:relative;
  z-index:1;
}

.ContentBox__alignCenter:hover{
  background:#0d0377;
  transform: scale(1.04);
  transition: all 420ms cubic-bezier(.165,.84,.44,1)
}
.commonStyle__zt3BrandBg {
    background-color: #0d0377;
}
.Header__tabsTab:hover, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab:hover {
    border-bottom: 0.1875rem solid #0d0377;
    color: #0d0377;
}
.Header__tabsTab.Header__active, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active{
    border-bottom: 0.1875rem solid #0d0377;
    color: #0d0377;
}
.globalfixednav .globalSignin:hover, .globalfixednav .globalSignup:hover {
    border-bottom: 0.1875rem solid #0d0377;
    color: #0d0377;
}
.commonStyle__zt3Brand {
    color: #0d0377;
}
.Icon__brand {
    color: #0d0377;
}
.Footer__footerBg {
      background: #ffffff;
}
.Button__footerBtn{
  background: #0d0377;
   font-family: 'LatoBold';
}
.Button__footerBtn:hover {
      background: #e4e4e4;
    color: #0d0377;
  font-family: 'LatoBold';
}
.commonStyle__verticalTop{
text-align: -webkit-center;
}
.commonStyle__zt3breadCrumbBg {
    background: #000033;
}
.commonStyle__zt3breadCrumbText {
    color: #FFFFFF;
}
.BreadCrumbs__breadcrumbsView ul li:last-child {
    color: #FFFFFF;
}


