@charset "UTF-8";
/* CSS Document */

    .greenbackground {
        background: #00A668;
    }
    
    .gradientbackground {
  background: linear-gradient(to bottom, #11366b, #067b69);
}
    .graygradient {
        background: linear-gradient(to bottom, #e4e4e4, #ffffff);
    }
    .bluetile {
        background: #0F4C8D;
    border-radius: 10px;
    }
    
        .whitetile {
        background: #ffffff;
    border-radius: 10px;
    }
   .lightbluetile {
        background: #bfe0f1;
    border-radius: 15px;
    }
.transparentbackground {
        background: transparent !important;
    }
    /*Text Button*/
.TextButton {
  background-color: #06498d;
  color: white !important;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 1rem; /* optional */
  text-decoration: none;
  line-height: 3rem;
}
.TextButton:hover {
  background-color: white;
  color: #06498d !important;
  border-color: #06498d;
  border-style: solid;
  text-decoration: none;
  text-decoration: none;
}

    .bluebackground {
        background: #0F4C8D;
        color: white !important;
    }
   .headertext {
        color: white;
    }  
    
    .informationtext {
            min-height: 150px;
    }
    
    .slds-text-heading_medium {
        color: #0F4C8D;
        font-weight: 500;
        font-size: 1.1rem;
    }

    .tabsaccordions-accordionsection_accordionsection {
        font-weight: 700;
    }