﻿@import url('https://fonts.googleapis.com/css?family=Didact+Gothic'); 
    
body, select, textarea, input, button {
    font-family: 'Didact Gothic', sans-serif;
}

.loginDescMargin {
    margin-top: 74px;
}

.phone .loginDescMargin {
    margin-top: 0px;
}

.padding-OS {
    padding-left: 20px;
}

.topContentOS {
    margin-left: 22px;
}

.onlineServices {
    margin: 22px;
    border: 1px solid #ccc;    
    display: inline-block;
}

.mainContentOS {
    padding: 30px 50px;
}

.layout-login-remember > div > div > a {
    width: 90%;
}

.titleOnlineServices {    
    font-family: 'Didact Gothic';
    color: #D80018;
    font-size: 42px;
}

.titleEipModule {
    font-size: 5.5vh;
    white-space: nowrap;
}

.onlineServices .image img {
    height: 15vh;
}

.onlineServices .overlay {
    height: 15vh;
}

.listofModule > span {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}

.bannerImg {
    object-position: 80% 100%;
    width: 100%;
    object-fit: fill;
}


.learnAbtSystem  {
    position: relative;
    margin-bottom: 70px;
}

.learnAbtSystem > div  {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    white-space: nowrap;
} 


.topMenuEip {
    display: flex;
    justify-content: flex-end;
    color: #D80018;
}

.topMenuEip div {
    padding: 0 10px;
    white-space: nowrap;
}

.topMenuEip a:hover {
    color: #D80018 !important;
}

.menu_mobile { 
    display: none;
}

.show_mobile_menu {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
    background: white;
    border: 1px solid rgb(204, 204, 204);
    padding-bottom: 40px;
    padding-top: 30px;
}

.show_mobile_menu div {
    border-bottom: 1px solid #000;
    margin: 0 30px;
    padding: 10px 0;
}

.show_mobile_menu div:first-child { 
    border: 0;
}

.transparent {
    opacity: 0.3;
}

.active {
    opacity: 1 !important;
}

.topMenuNew {
    display: block;
}

.top-menu div {
    width: 100%;  
    margin: 0 auto;
    white-space: nowrap;
}

.top-menu > a {
    color: #000 !important;
    font-weight: bolder;
    font-family: 'Didact Gothic';
}

.videoEIP{
    right: 0;
}

/******************Phone ***************************/
.phone .listofModule > span {
  display:inline-block;
 }


.phone .titleEipModule {
    text-align: left;
    font-size: 26px;    
}

.phone .titleOnlineServices { 
    text-align: left;
    font-size: 23px;
}
.phone .padding-OS {
    padding-left: 20px;
}

.phone .mainContentOS {
    padding: 30px 0px 30px 0px;
}

.phone .onlineServices {
    width: 100%;
    height: inherit !important;
    margin: 22px 0px;
}

.phone .layout-login-remember > div > div > a  {
    width: 100%;
    margin-left: 0px !important;
}

.phone .layout-login-remember, .tablet .layout-login-remember {
    margin-bottom: 20px;
}

.phone .topMenuDiv {
    display: none;
}


/******************** Tablet *****************/
.tablet .listofModule > span {
  display:grid;
  grid-template-columns: repeat(2, 1fr);
}

.tablet .onlineServices {
   margin: 20px;
}

.tablet .onlineServices .image img {
    height: 10vh;
}

.tablet .onlineServices .overlay {
    height: 10vh;
}

.tablet .bannerImg {
    height: inherit !important;
}
/********************Overwrite global css *************************/
.columns.columns-small-right > .columns-item:first-child {
    -webkit-box-flex: 11 !important;
    -ms-flex: 11 !important;
    flex: 11 !important;
}
.hyper-link{
color: #0902D5;
text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .icon-mobile{display: block}
  .topMenuNew{display: none}
}


body {
            background-image: url("/EIP/img/vector.png?20147") !important;
            background-position: center !important;
            background-color: white;
            /* Center the image */
            background-repeat: no-repeat !important;
            /* Do not repeat the image */
            background-size: cover !important;
            /* Resize the background image to cover the entire container */
        }
