<!-- Version 1.0 -->

#svg_small {
 display: none !important; 
}

#svg_small {
 display: none !important; 
}

.text-section {
  display: none !important;
}

.menu div{
  width: 25px;
  height: 3px;
  background-color: #6E6558;
  margin: 3px;
  
}

.menu {
 display: none; 
}

/*incident Page CSS*/

.incident .member__experience{
    display: none; 
  }
  
  .incident .business__solutions{
    display: none;
  }
  
  .incident .api{
    display: none;
  }

  .incident .api-sub{
    display: none;
  }
  
  .incident .incident-title{
    display: initial; 
  }
  
  .incident .incident-updates-container{
   padding: 1.1rem;
   background-color: #FFFFFF !important;
    
   box-shadow: 0px 0px 0px 1px #00000014 inset;
   border-style: hidden !important;
   border-radius: 0.563rem !important;
  }
  
  .incident .font-largest{
   display: None;
  }
  
  
  
  /*History Page CSS*/
  
  
  .history {
      display: flex;
      min-height: 100vh;
      flex-direction: column;
      justify-content: space-between;
  }
  

  .history .history-header{
    display: none !important; 
  }

  .history .member__experience{
    display: none !important; 
      max-height: 0px;
  }
  
  .history .business__solutions{
    display: none !important;
      max-height: 0px;
  }
  
  .history .api{
    display: none;
    max-height: 0px;
  }

  .history .api-sub{
    display: none;
    max-height: 0px;
  }
  
  .history .incident-title{
    display: initial; 
  }
  
  .history .pagination{
   display: None;
  }

  .history .pagination-container{
   display: None;
  }
  
  .history .month:nth-child(n+2){
   display: None; 
  }
  
  .history .incident-data{
   padding: 1.1rem;
   background-color: #FFFFFF;
    
   box-shadow: 0px 0px 0px 1px #00000014 inset;
   border-style: hidden !important;
   border-radius: 0.563rem !important;
  }
  
  
  /*Home Page CSS*/
  
  .page-status{
    display: None;
  }
  
  /* Header Image [Rectangle] */ 
  
  .rectangle__8{
        height: 18rem;
    background: #FFFFFF;
  }
  
  .inner__rec{
    position: relative;
    height: 18rem;
    background-color: #FFFFFF;
    max-width: 53.125rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .header__logo {
    position: absolute;
    height: 16rem;
    width: 16rem;
    right: 0px;
    bottom: 0;
  }
  
  #hline__1{
    font-style: normal;
    font-weight: 400;
    font-size: 1.431rem;
    line-height: 3rem;
    color: #0073B1;
    
    position: absolute;
    top: 16.91%;
    bottom: 64.88%;
  }
  
  #hline__2 {
   font-style: normal;
   font-weight: 700;
   font-size: 3rem;
   line-height: 1.563rem;
       color: #0073B1; 
    
   position: absolute;
   top: 33.74%;
   bottom: 50.04%;
   
  }
  
  #hline__3 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.431rem;
    line-height: 2.375rem;
    color: #344A57;
    
    position: absolute;
    top: 50.07%;
    bottom: 19.26%;
      
  }
  
  
  /* Header CSS */
  
  .inner__nav{
    position: relative;
    height: 1.625rem;
    max-width: 53.125rem;
    margin-right: auto;
    margin-left: auto;
    
  }
  .nav__logo {
    position: absolute;
    width: 6.375rem;
    height: 1.625rem;
    left: 0%;
  
  }
  
  .nav__logotext {
    position: absolute;
    font-weight: 500;
    font-size: 1.431rem;
    line-height: 1.755rem;
    color: #6E6558;
   
    margin-left: 6.8rem;
  }
  
  
  header {
    padding: 20px 10%;
    height: 62px;
    background-color: #FFFFFF;
  }
  
  
  .nav__links a,{
    width: 119px;
    height: 20px;
    left: calc(50% - 119px/2);
    top: calc(50% - 20px/2);
    }
  
  .nav__links {
    list-style: None;
    display: flex;
    font-size: 17px;
    letter-spacing: -0.32px;
    
    position: absolute;
    right: 0%;
  
  }
  
  .nav__links li {
    padding: 0px 20px;
    letter-spacing: -0.32px;
  
  }
  
  .nav__links li a {
    position: relative;
    letter-spacing: -0.32px;
    
  }
  
  .nav__links li a:after {
    content: "";
    position: absolute;
    background-color: #0A66C2 !important;
    height: 2px;
    width: 0px;
    left: 50%;
    bottom: -10px;
    transition: 0.3s;
  }
  
  .nav__links li a:hover {
    color: #0A66C2;
  }
  
  .nav__links li a:hover:after {
    color: #0A66C2;
    width: 100%;
    left: 0;
  }
  
  .nav__divider{
    background: #0A66C2;
    color: #0A66C2;
    height: 2px;
  }
  
    
  
  /* Footer CSS */
  
  footer{
    padding: 20px 10%;
    height: 50px;
    background-color: #FFFFFF !important;
			    position: fixed;
    bottom: 0;
    width: 100%
  }
  
  .footer__divider{
    background: rgba(0, 0, 0, 0.08);
    height: 2px;
  			  position: fixed;
    width: 100%;
    bottom: 50px;
  }
  
  .inner__footer{
    position: relative;
    height: 30px;
    background-color: #FFFFFF !important;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer__logo {
    position: absolute;
    height: 24px;
    width: 70px;
    left: 0;
    bottom: 30%;
  }
  
  
  .footer__logotext {
    position: absolute;
    font-size: 11px;
    left: 11%;
    bottom: 30%;
  }
  
  .footer__links {
    list-style: None;
    display: flex;
    font-size: 12px;
    letter-spacing: -0.32px;
    
    position: absolute;
    right: 0%;
    bottom: 30%;
  }
  
  .footer__links li {
    padding: 0px 20px;
    letter-spacing: -0.32px;
  }
  
  .footer__links li a {
    position: relative;
    letter-spacing: -0.32px;
  }
  
  .footer__links li a:after {
    content: "";
    position: absolute;
    background-color: #0A66C2 !important;
    height: 1px;
    width: 0px;
    left: 50%;
    bottom: -10px;
    transition: 0.3s;
  }
  
  .footer__links li a:hover {
    color: #0A66C2;
  }
  
  .footer__links li a:hover:after {
    color: #0A66C2;
    width: 100%;
    left: 0;
  }
  
  
  
  /* Titles CSS Updates */
  /* Heading / Heading Medium */
  
  .name {
   font-weight: bold !important;
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   letter-spacing: 0.32px !important;
  }
  
  
  /* Child Components */ 
  
  .child-components-container {
  
   }
  
  
  /* Product Lines */
  
  .member__experience{
    height: 30px;
    font-size: 30px;
    margin-bottom: 15px; 
  }
  
  .business__solutions{
    height: 30px;
    font-size: 30px;
    margin-bottom: 15px; 
    margin-top:25px;
  }
  
  .api{
    height: 30px;
    font-size: 30px;
    margin-bottom: 15px; 
    margin-top:25px;
  }
  
  
  /* Component Section Updates  */
  .component-container{
    
      background-color: #FFFFFF;
    
      box-shadow: 0px 0px 0px 1px #00000014 inset;
      border-style: hidden !important;
      border-radius: 9px !important;
    
      margin-top:10px;
  
  }
  
  /* Component Inner Containters */
  
  
  .component-inner-container {
  
    #box-shadow: 0px 0px 0px 1px #00000014 inset;
    
  }
  
  
  /* Remove Status Page and Add spacing */
  .page-footer{
    display: None !important;
  }
  
  .footer__spacer{
    height: 120px;
  }
  
  /* Update Component Status Colors */
  
  .component-inner-container.status-green .component-status {
  background-color: #DAEBD1;
  border-radius: 4px;
  text-align: center !important;
  padding-right: 1% !important;
  padding-left: 1% !important;
  }
  
  .component-inner-container.status-yellow .component-status {
  background-color: #FDE2BC;
  border-radius: 4px;
  text-align: center !important;
  padding-right: 1% !important;
  padding-left: 1% !important;
  }
  
  .component-inner-container.status-red .component-status {
  background-color: #FBE1D9;
  border-radius: 4px;
  text-align: center !important;
  padding-right: 1% !important;
  padding-left: 1% !important;
  }
  
  .component-status{
    color: black !important;
  }
  
  
  /* Child components drop shadow */
  
  .child-components-container .component-inner-container {
  box-shadow: 0 1.2px 2px -2px gray;
  }
  
  
  /* Remove days in previous history */
  
  
  .history-footer-link { 
    display: none;
  }
  
  /* Show only latest update of incident */
  .update + .update { 
    #display: none; 
  }
  
  
  /* Unresolved Incidents Updates */
  
  .unresolved-incidents{
    margin-bottom: 0px !important;
  }
  
  .updates {
    /* Body / Body Small */
      font-style: normal;
      font-size: 14px;
      letter-spacing: 0.25px;
    
    
      border-style: None !important;
      padding: 0px !important;
  
  }
  
  .incident-title{
     display: None; 
  }
  
  .incidents-list .incident-title{
     color: #666 !important;
  }
  .incidents-list .incident-title{
     display: initial; 
  }
  
  
  
  /* Media changes for 1030px */
  
  @media (max-width: 1020px){
  
      header {
      padding-top: 20px;
      padding-left: 6.5%;
      padding-right:6.5%;
      height: 62px;
    }
  
  footer {
    padding: 2%;
    position: relative !important;
  }
  
   .footer__divider{
    background: rgba(0, 0, 0, 0.08);
    height: 2px;
  			  position: relative !important;
    bottom: auto;
  }

    
  }

  /* Media changes for 860px */
  
  @media (max-width: 870px){
      .header__logo {
          position: absolute;
          height: 15rem;
          width: 15rem;
          right: 1%;
          bottom: 0;
        }
        
        #hline__1{
          font-style: normal;
          font-weight: 400;
          font-size: 1.131rem;
          line-height: 3rem;
          color: #0073B1;
          
          position: absolute;
          top: 16.91%;
          bottom: 64.88%;
              left: 1%;
        }
        
        #hline__2 {
         font-style: normal;
         font-weight: 700;
         font-size: 2.4rem;
         line-height: 1.563rem;
             color: #0073B1; 
          
         position: absolute;
         top: 33.74%;
         bottom: 50.04%;
         left: 1%;
         
        }
        
        #hline__3 {
          font-style: normal;
          font-weight: 400;
          font-size: 1.431rem;
          line-height: 2.375rem;
          color: #344A57;
          
          position: absolute;
          top: 50.07%;
          bottom: 19.26%;
          left: 1%;
            
        }
    
      .nav__logo {
      position: absolute;
      width: 6.375rem;
      height: 1.625rem;
    }
    
    .nav__logotext {
      position: absolute;
      font-weight: 500;
      font-size: 1.431rem;
      line-height: 1.755rem;
      color: #6E6558;
     
  
    }
    
      .inner__nav{
      position: relative; 
      height: 1.625rem;
  
      left: 2%;
  
      
    }
    
    header {
      padding-top: 20px;
      padding-left: 0%;
      height: 62px;
    }
  
   footer {
    padding-right: 1%;
    padding-top: 2%;
    position: relative !important;
  }
  
   .footer__divider{
    background: rgba(0, 0, 0, 0.08);
    height: 2px;
  			  position: relative !important;
    bottom: auto;
  }
  
    .footer__logo {
    position: absolute;
    height: 24px;
    width: 70px;
    left: 50;
    bottom: 30%;
  }
  
  
  .footer__logotext {
    position: absolute;
    font-size: 11px;
    left: 12%;
    bottom: 30%;
  }
    
    }

  
@media (max-width: 760px){

  .rectangle__8{
    height: 16rem;
  }
  .inner__rec{
    height: 16rem;
    margin-left: auto;
    margin-right: auto;
  }
    .header__logo{
    margin-right: 0% !important;
    bottom: 1% !important;
  }
  
  #svg_large {
    height: 14rem;
    width: 14rem;
    margin-right: 9% !important;
    bottom: 1% !important;
  }
  
  
  #hline__1{

    font-size: 1.131rem;

  }
  
  #hline__2 {

    font-size: 2.1rem;
    
  }
  
  #hline__3 {

    font-size: 1.231rem;
    line-height: 1.675rem;
    
  }
  
    .footer__links li {
    padding: 0px 10px !important;
    letter-spacing: -0.32px;
  }
  
  
}

@media (max-width: 670px){
    #hline__3 {
    font-size: .9231rem;
    line-height: 1.675rem;
  }
  
  .inner__footer{
    position: relative;
    height: 7.75rem;
    background-color: #FFFFFF !important;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer__links {
    list-style: None;
    display: block;
    font-size: 12px;
    letter-spacing: -0.32px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 14%;
  }
  

   .footer__logo {
    position: absolute;
    height: 18px;
    width: 58px;
    left: 0%;
    right: 0%;
    bottom: 5% !important;
    margin-left: 29% !important;
  }
  
  
  .footer__logotext {
    position: absolute;
    font-size: 11px;
    left: 0;
    right: 0;
    bottom: 0 !important;
    margin-left: 46% !important;
    margin-right: auto !important;
    bottom: 0% !important;
  }
  
  
    /* Media changes for Menu on smaller screens */
  
  .menu { 
    display: block;
    margin-left: 95% !important;
    cursor: pointer;
  }
  
  .menu.active .m__bar:nth-child(2){
    opacity: 0;
  }
  
  .menu.active .m__bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }
  
  .menu.active .m__bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }
  
  .m__bar{
   display: block;
   width:25px;
   height: 3px;
   margin: 5px auto;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   background-color: #6E6558 !important;
   cursor: pointer; 
    
  }
  
   .nav__links{
    position: absolute !important;
    top: 39px;
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #F7F7F7 !important;
    width: 106% !important;
    text-align: center;
    transition: 0.3s;
    z-index: 9;
    left: -07px;
  }
  
   .nav__item {
    margin: 16px 0;
  }
  
  .nav__links.active {
    display: block;
  }
  
  
  li{
    list-style: none;
  }
  
  a {
    
    color: black;
    
  }
  
  a.blue-link {
    color: #0000FF !important;
  }
  
}

@media (max-width: 520px){
  
/* Remove truncation of text for phones */
  .name {  
     font-size: 0.99em;
     white-space: nowrap !important;
     text-overflow: unset !important;
  		   overflow: visible !important; 
  }
  
  #svg_small {
    display: inline !important;
  }
  
  #svg_large {
    display: none !important;
  }
  
  .rectangle__8{
    height: 14rem;
  }
  .inner__rec{
    height: 14rem;
    margin-left: auto;
    margin-right: auto;
  }
  .header__logo {
    position: absolute;
    height: 8.2rem;
    width: 8.2rem;
    margin-right: auto !important;
    margin-left: auto !important;
    left: 0%;
    right: 0%;
    bottom: 0%;
  }  
  #hline__1{

    font-size: 1.131rem;
    text-align: center;
    margin-right: auto !important;
    margin-left: auto !important;
    line-height: 1.675rem;
    left: 0%;
    right: 0%;
    top: 8.1%;
  }
  
  #hline__2 {

    font-size: 2.1rem;
    text-align: center;
    margin-right: auto !important;
    margin-left: auto !important;
    line-height: 1.675rem;
    left: 0%;
    right: 0%;
    top: 19.11%;
    
  }
  #hline__3 {
    font-size: .9231rem;
    text-align: center;
    margin-right: auto !important;
    margin-left: auto !important;
    line-height: 1.375rem;
    left: 0%;
    right: 0%;
    top: 31.91%;
  }
  
  footer{
       padding: 0%;
       height: 50px;
       background-color: #FFFFFF !important;
    position: relative !important;
  }
  
   .footer__divider{
    background: rgba(0, 0, 0, 0.08);
    height: 2px;
  			  position: relative !important;
    bottom: auto;
  }
  
  .footer__logo {
    position: absolute;
    height: 18px;
    width: 58px;
    left: 0%;
    right: 0%;
    bottom: 5% !important;
    margin-left: 21.2% !important;
  }
  
    .inner__footer{
    height: 9.5rem;
  }
  .footer__logotext {
    margin-left: 43.5% !important;
  }