@font-face {
  font-family: "PFSquareSansPro-Regular";
  src: url("/ote_static/selfcare/fonts/PFSquareSansPro-Regular.woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "PFSquareSansPro-Bold";
  src: url("/ote_static/selfcare/fonts/PFSquareSansPro-Bold.woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "PFSquareSansPro-BoldItalic";
  src: url("/ote_static/selfcare/fonts/PFSquareSansPro-BoldItalic.woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "PFSquareSansPro-Light";
  src: url("/ote_static/selfcare/fonts/PFSquareSansPro-Light.woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "PFSquareSansPro-Medium";
  src: url("/ote_static/selfcare/fonts/PFSquareSansPro-Medium.woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "PFSquareSansPro-ExtraBlack";
  src: url("/ote_static/selfcare/fonts/PFSquareSansPro-ExtraBlack.woff");
  font-weight: normal;
  font-style: normal; }

.menuFocus{
    border: 1px solid #000;	
}

.greyButtonAccessibility {
            background-color: #d8d8d8!important;
            -webkit-border-radius: 12px!important;
            -moz-border-radius: 12px;
            box-shadow: none!important;
            border-radius: 12px;
            height: 24px!important;
            min-width: 88px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 4px 12px!important;
            text-align: center;
            font-size: 12px!important;
            font-family: "PFSquareSansPro-Medium"!important;
            color: #3d5265 !important;
}
.gbTextSmall{
    font-size: 18px;
    font-family: "PFSquareSansPro-Medium";
}
  .closeAppPopUp { 
   cursor: pointer;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
    z-index: 99999;
    background: #f7f7f7;
  }
.gbTextLarge{
    font-size: 28px;
    font-family: "PFSquareSansPro-Light";  
}

.pt-30{
  padding-top: 30px;
}
.mb-50{
  margin-bottom: 50px;
}
.gbImage{
    height: auto!important;
}
.accessibility{
	 z-index: 9999 !important;
}

.firstLevel{
    background-color: #d8d8d8!important;
    color: #3d5265 !important;
    border-radius: 12px;
}

.accessibility .leftSidebarBox .leftSidebarBoxContent {
	  padding: 15px;
}

.accessibility .leftSidebarBox {
    background: none!important;
    z-index: 9999 !important;
}

.accessibility .left{
	
   border-radius: 8px 0px 0px 8px;
   border-right: 1px solid #e9e9e9;

 }

.accessibility .right{
   border-radius: 0px 8px 8px 0px;
   border-left: 1px solid #3b61a6;

 }
 
  .accessibility .top{
  padding-top: 10px;
 }
 .accessibility table tr{
   cursor: pointer;
 }
 
 .left-img{
    width: 10px;
 }
 
  .right-img{
    width: 10px;
 }
