*{ padding: 0; margin: 0;}
body{
    font-family: Verdana, Tahoma, sans-serif;
}
#main{
    /* width: 100%; */
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    /* min-height: 100%; */
    position: relative;
    min-height: 100vh;
}
#top{
    max-width: 1300px;
    width: 100%;
    height: 150;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}
#bCnt{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #0095d9;
    min-height: 250px;
}
#footer{
    /* position: absolute;
    left: 0;
    bottom: 0; */
    background-color: #2554a5;
    margin-top: 2em;
    min-height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contentCnt{
    display: flex;
    max-width: 1300px;
    width: 100%;
    flex-direction: column;
    font-family: sans-serif;
    margin: 0 0.5em;
}
.contentCnt p{
    padding: 0em 0em 1em 0em;
    text-align: left;
    line-height: 1.5em;
    
}
h1, h2{
    padding: 1em 0em;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.55em;
    text-align: left;
}
.cWhite{
    color: #fff;
}
.cDark{
    color: #2554a5;
}
.regionBtn{
    display: flex;
    border-color: #2554a5;
    border-radius: 15px;
    padding: 0.75em 1em;
    color: #fff;
    background-color: #0095d9;
    margin: 0 10px;
    flex: 1;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.regionBtn:hover{
    cursor: pointer;
}
.regionBtn.active{
    background-color: #2554a5 !important;
}
#regionSelect{
    display: flex;
    justify-content: center;
    padding-bottom: 1em;
}
#ppl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cand{
    display: flex;
    height: 210px;
    width: 140px;
    margin: 1em;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    max-width: 140px;
    position: relative;
}
.photo{
    width: 140px;
    height: 165px;
    display: flex;
    margin-bottom: 0.5em;
    justify-content: center;
}
.photo img{
    border-radius: 10px;
}
.name{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-weight: 600;
    color: #2554a5;
}
.fRow{
    margin-top: 1.5em;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
}
.fRow a {
    text-decoration: none;
    color: #fff;
}
.cand:hover{
    cursor: pointer;
}
.hidden{
    display: none !important;
}
#popupContainer{
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
#popup{
    display: flex;
    max-width: 1300px;
    width: 100%;
    height: 650px;
    max-height: 80%;
    position: relative;
    background-color: #fff;
    opacity: 1;
    z-index: 20;
    border-radius: 1em;
    padding: 2em 0em;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
#popupClose{
    position: absolute;
    right: 5px;
    top: 5px;
}
#popupClose:hover{
    cursor: pointer;
}
#popupContent{
    background-color: #fff;
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
}
.det1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.popupNav{
    width: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0em 1em;
}
.popupNav div:hover{
    cursor: pointer;
    background-color: #cfcfcf;
}
#detDesc{
    text-align: start;
    margin: 0;
}
#detDesc li{
    text-indent: -1.35em;
    margin-left: 1.35em;
}
#detDesc a, #detDesc a:visited, #detDesc a:active{
    color: #0095d9;
}
#topTxt{
    display: flex; 
    flex: 1; 
    height: 150px; 
    align-items: end; 
    justify-content: space-between;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    flex-direction: column;
}
.topFlex{
    display: flex; 
    flex: 1;
    /* width: 650px;
    height: 150px; */
    max-width: 650px;
}
li{
    text-align: left;
    margin-bottom: 1em;
}
.mr{
    margin-right: 20px;
}
.alogo{
    display: inline-block;
    height: 150px;
}
.lp{
    background-color: #0095d9;
    color: #fff;
    display: block;
    width: 20px;
    border-radius: 20px;
    padding: 0.5em;
    position: absolute;
    bottom: 47px;
    left: 1px;
    font-weight: bold;
}
#lpRow{
    text-align: left;
    color: #0095d9;
    font-weight: 600;
    padding-bottom: 1em;
}
#detName{
    padding: 0;
}
.reg{
    color: #fff;
}
#bCnt a, #bCnt a:visited, #bCnt a:active{
    color: #fff;
}
#menuLink{
    font-size: 0.5em;
    color: #0095d9;
}
#menuLink a{
    color: #0095d9;
    text-transform: uppercase;
}
#menuLink a:hover{
    text-decoration: underline;
}
@media (max-width: 767px) {
    .hMob {
      display: none;
    }
}
@media (min-width: 768px) {
    .dTab {
        display: none;
    }
}
#mobMenuIco{
    height: 25px;
    width: 25px;
    padding: 1px;
    position: absolute;
    top: 0;
    right: 0;
}
#mobMenuIco:hover{
    cursor: pointer;
}
#mobMenu{
    position: absolute;
    top: 30px;
    right: 5px;
    height: 100;
    width: 100;
    background-color: #dedede;
    border: 1px solid #dedede;
}
#mobMenu a{
    color: #0095d9;
    padding: 1em 1em;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #fff;
}