
* {box-sizing: border-box;}

nav {
   overflow: hidden;
   background-color: #330b7c;
   padding: 10px;
}

.links {
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   font-weight: bold;
   float: left;
   color:white;
   text-align: center;
   padding: 12px;
   text-decoration: none;
   font-size: 18px;
   line-height: 25px;
   border-radius: 4px;
   margin-right: 20px;
}

nav .logo {
   font-size: 60px;
   font-weight: bold;
}

nav .links:hover {
   background-color: rgb(214, 238, 77);
   color: rgb(42, 10, 94);
}
nav .selected {
   color: lightgreen;
}
.rightSection {
   float: right;
}

.cardlinks {
  font-family: 'Roboto Condensed','Helvetica Narrow', 'Arial Narrow', arial, sans-serif;
  color: white;
  text-decoration: none;
}

span.cdate {
    left-margin: -100px;
    font-size: 24px;
    text-align: center;
    line-height: 1.5em;
}

.centertoc {
    align: center;
    background-color: white;
    padding-left: 35px;
    padding-top: 25px;
}

.cta1specs
    {
      box-sizing: border-box;
      border: 1px solid blue;
      border-radius: 5px;
    }

.db1 {
    padding-bottom: 20px;
}

.filledfield {
    background-color: lightgreen;
}

.flexdisp {
}

@media (min-width: 900px) {
    .flexdisp {
    display: flex;
    }
}

.flexone {
    flex: 1;
}

.flextwo {
    flex: 2;
}

.griddisp {
}

.griddisp4 {
}

.griddisp5 {
}

@media (min-width: 900px) {
    .griddisp {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5px;
    gap: 5px;
    }

    .griddisp4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 4px;
    gap: 4px;
    }

    .griddisp5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 3px;
    gap: 3px;
    }

}

.gridone {
    flex: 1;
}

.gridtwo {
    flex: 2;
}

.item {
    text-align: center;
}

input.lipage {
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 5px;
  color: green;
  font-size: 14px;
  text-align: center;
}

.lipleftnr {
    border-radius: 5px;
    border: none;
    text-align: center;
    font-weight: bold;
    color: #21a9af;
}

.lipleftnr-old {
    border-radius: 5px;
    border: none;
    background-color: lightgrey;
    text-align: center;
}

.lipleftnr-npi  {
  border-radius: 5px;
  border: none;
  background-color: lightgrey;
  text-align: center;
  margin-top: -20px;
}

.loginbox {
    border: 1px solid green;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    margin: 2px;
}

.loginbox-old {
    border: 1px solid green;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    box-shadow: 3px 3px 10px grey;
    margin: 2px;
    background-color: #d9d9d9;
}

.loginbg {
    position: relative;
    border-radius: 15px;
    align-items: center;
}

.loginbg-org2 {
    position: relative;
    border-radius: 15px;
    background: radial-gradient(circle at left 100px,
    rgb(225, 255, 255), rgb(77, 200, 200), white), 5% ;
    align-items: center;
}

.loginbg-org {
    border-radius: 10%;
    background: radial-gradient(circle at center,
    cyan, rgb(77, 200, 212), white), 5% ;
    align-items: center;
    justify-content: center;
    height: 85vh;
}

.loginbglong {

}

.loginbox1, .loginbox2, .loginbox3, .loginbox00, .loginbox75, .loginbox50, .loginbox25  {
    border-radius: 5px;
    color: blue;
}

.loginbox00, .loginbox75, .loginbox50, .loginbox25  {
    border-radius: 5px;
    color: white;
}

.loginbox1 {
    background-color: #e6ffe6;
    height: 65px;
}

.loginbox2 {
    background-color: #e6ffe6;
    border: 1px solid blue;
}

.loginbox3 {
    background-color: orange;
    border: 1px solid blue;
}

.loginbox00 {
    background-color: green;
    border: 1px solid blue;
}

.loginbox75 {
    background-color: orange;
    border: 1px solid blue;
}

.loginbox50 {
    background-color: violet;
    border: 1px solid blue;
}

.loginbox25 {
    background-color: red;
    border: 1px solid blue;
}

div.pagesize {
    width: 100%;
    margin: auto;
    background-color: white;
    }

.rlsdiv {
    background-color: green;
    color: white;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}

div.roundtitle {
    border-radius: 10px;
}

.srlsdiv {
    width:25%;
    margin: auto;
}

.srlsdiva {
    height:30px;
}

.srlsfdiv {
    width:100%;
    margin: auto;
}

div.sulirpfdiv {
    width:100%;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 10px;
}

input.sup, input.supbot {
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #21a9af;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

input.sup1 {
  margin-bottom: -20px;
}

.text {
}

.text-danger {
}

.text-rel {
    margin-top: float;
}

img.titleimg {
    width: 100%;
    height: 100%;
}

img.titleimgs {
    width: 50%;
    height: 50%;
}

.tbh {
    height: 50%;

}

.toclinks {
    text-decoration: none;
}

span.ygttud {
    margin-left: -100px;
    text-align: left;
    line-height: 1.5em;
    font-size: 36px;
}

.titleline {
    font-size: 80px;
    margin-top: 20px;
    color: white;
}

.titlelinem {
    font-size: 36px;
    color: white;
    margin: auto;
    margin-top: -10px;
}

.titlesubline1 {
    margin-left: 120px;
    margin-top: 20px;
    color: white;
    font-size: 30px;
}

.titlesubline1m {
    margin: auto;
    margin-top: -15px;
    color: white;
    font-size: 24px;
}

.titlesubline2 {
    text-decoration: none;
    margin-top: -10px;
    margin-left: 120px;
    color: white;
    font-size: 20px;
}

.titlesubline2m {
    margin: auto;
    margin-top: -5px;
    text-decoration: none;
    color: white;
    font-size: 15px;
}

.timelines {
    color: white;
    font-size: 25px;
    line-height:1.5em;
    text-align: right;
    margin-top: 40px;
    margin-left: 140px;
}

.timelinesm {
    position: relative;
    color: white;
    font-size: 20px;
    margin: auto;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 50px;
}

.ocentre {
    margin: auto;
    text-align: center;
}

.oleft {
    text-align: left;
}

.uits {
    color: white;
    background-color: green;
    font-size: 18px;
}

.searchhere {
    color: green;
    font-size: 18px;
}

.olist {
    font-size: 16px;
    color: ;
}

.olisth {
    font-weight: bold;
    color: ;
}

.prlinks {
    text-decoration: none;
}

@media screen and (max-width: 680px) {
   nav .links {
      float: none;
      display: block;
   }

nav .logo {
   font-size: 30px;
   font-weight: bold;
   line-height: 2.5rem;
    }


   .rightSection {
      float: none;
      text-align: center;
   }

ul,  .tocheading {
   text-align: center;
   }

    .lipleftnr {
    width: 100%;
    }

.headboard {
    font-family: '','Helvetica Narrow', 'Arial Narrow' arial, sans-serif;
    font-weight : bold;
    font-size : 5rem ;
    color: purple;
    padding-left: 10px;
    margin: auto;
}

}

.zbrftitle {
    font-weight : bold;
    font-size : 1.5rem ;
    color: purple;
    padding-left: 10px;
    margin: auto;
}



