@charset "utf-8";

.profile-wrap {
    width: 100%;
    height: auto;
    position: relative;
    font-family: 'mallory';
    letter-spacing: 0.02em;
    line-height: 1.4em;
    margin: 40px auto 0;
}

.prof-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}


.prof-flex2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.sen-basic-profile {
    width: 980px;
    height: auto;
    margin: 0 auto 40px;
}

.sen-img {
    width: 30%;
    height: auto;
}

.sen-img img {
    width: 100%;
}

.sen-basic-bio {
    width: 65%;
    height: auto;
    color: #333333;
}

.sen-basic-bio h1 {
    font-size: 32px;
    font-weight: 700;
    color: #f5f5f5;
    margin-bottom: 40px;
    width: 100%;
}

.sen-basic-bio span {
    background-color: #004C87;
    padding: 5px 10px;
}

.sen-current-pos {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
}

.sen-affiliation {
    width: 100%;
    font-size: 16px;
    padding: 10px 0 20px 0;
}

.sen-basic-col {
    width: 46%;
}

.sen-basic-col li {
    line-height: 32px;
}

.sen-info-segment {
    width: 100%;
    padding: 40px;
    background-color: #F7F5F1;
    border-radius: 8px;
    margin: 30px auto 0;
    color: #333333;
    box-sizing: border-box;
}

.sen-seg-lbl {
    font-size: 32px;
    font-weight: 700;
    color: #004C87;
    width: 100%;
    border-bottom: 1px solid #333333;
    padding: 0 0 20px 0;
}

.sen-seg-sublbl {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    width: 100%;
}

.sen-info-segment ul {
    padding: 20px 0 0 20px
}

.sen-info-segment li {
    list-style: disc;
    line-height: 32px;
}

.sen-info-tabs {
    width: 100%;
    height: auto;
    margin: 30px auto 0
}

.sen-tab {
    width: 25%;
    background-color: #F7F5F1;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    text-align: center;
    padding: 20px 0;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.5;
}

.sen-tab.active {
    background-color: #F7F5F1;
    color: #333333;
    font-weight: 700;
    opacity: 1;
}

.sen-content.active {
    display: block;
}

.sen-content {
    display: none;
    width: 100%;
    padding: 40px;
    background-color: #F7F5F1;
    border-radius: 8px;
    margin: 0px auto 0;
    color: #333333;
    box-sizing: border-box;
}

.sen-content ul {
    padding: 20px 0 30px 20px;
}

.sen-content li {
    list-style: disc;
    line-height: 32px;
}

.sen-info-table {
    width: 100%;
}

.profile-disclaimer {
    width: 980px;
    margin: 30px auto 0;
}

.profile-disclaimer p {
   font-size: 14px;
   color: #6a6a6a;
   padding: 0 0 20px 0;
   font-style: italic;
}

.profile-disclaimer a, .profile-disclaimer a:visited, .profile-disclaimer a:hover {
    color: #333333;
    text-decoration: none;
}

/* data */
#sen-profile-data-set {
    width: 980px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
}

.senp-dset-c {
    width: 47%;
    height: auto;
    border: 1px solid #333333;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
}

.senp-dset-lbl {
    font-size: 24px;
    font-weight: 700;
    color: #004C87;
    width: 100%;
    padding: 0 0 20px 0;
}

.senp-vcm {
    width: 35%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
}

.senp-vcm-data {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border-right: 1px solid #333333;
}

.senp-vcm-txt {
    width: 100%;
    text-align: center;
    font-size: 12px;
}   

.senp-bar-gauge {
    width: 59%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

.senp-bar-meter {
    width: 70%;
    height: 26px;
    border-radius: 5px;
    background: #C0F2FF;
    background: linear-gradient(90deg,rgba(192, 242, 255, 1) 0%, rgba(109, 217, 247, 1) 25%, rgba(50, 186, 224, 1) 50%, rgba(54, 133, 195, 1) 75%, rgba(3, 58, 101, 1) 100%);
}

.senp-bar-txt-a {
    width: 10%;
    text-align: center;
    font-size: 12px;
    color: #85A7BF;
}

.senp-bar-txt-b {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 5px 0 0 0;
    color: #85A7BF;
}

.senp-rank-prov {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
}

.senp-rank-tab-head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
    font-weight: 700;
}

.senp-rank-tab-head div {
    font-size: 14px;
    color: #333333;
}

.senp-rank-tab-item div {
    font-size: 14px;
    color: #333333;
}

.senp-rank-tab-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
    font-weight: 400;
    padding: 3px 0
}

.senp-rtab-loc {
    text-align: left;
    width: 55%;
}

.senp-rtab-loc span {
    padding-right: 10px;
    text-align: left;
    color: #85A7BF;
    font-size: 12px;
}

.senp-rtab-er{
    text-align: center;
    width: 12%;
}

.senp-rtab-votes {
    text-align: center;
    width: 27%;
}

.senp-load-more {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.senp-load-more span {
    padding: 10px 20px;
    background-color: #004C87;
    color: #f5f5f5;
    border-radius: 12px;
    cursor: pointer;
}

.senp-load-more span:hover {
    background-color: #3b99e0;
    color: #f5f5f5;
    transition: all 0.3s ease;
}

.senp-dest-map {
    width: 47%;
    height: 600px;
}

.senp-dest-map img {
    width: 100%
}

#chartdiv {
	width: 100%;
	height: 100%;
}

/* mobile */
@media only screen and (min-width: 600px) and (max-width: 768px){
    .profile-wrap {
        width: 100%;
    }
    
    .prof-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    
    .sen-basic-profile {
        width: 93%;
        height: auto;
        margin: 0 auto 40px;
    }
    
    .sen-img {
        width: 100%;
        height: auto;
    }
    
    .sen-img img {
        width: 100%;
    }
    
    .sen-basic-bio {
        width: 100%;
        margin-top: 40px;
    }
    
    .sen-basic-bio h1 {
        font-size: 24px;
    }
    
    .sen-current-pos {
        width: 100%;
        font-weight: 700;
        font-size: 20px;
    }
    
    .sen-affiliation {
        width: 100%;
        font-size: 16px;
        padding: 10px 0 20px 0;
    }
    
    .sen-basic-col {
        width: 100%;
    }
    
    
    .sen-seg-lbl {
        font-size: 24px;
    }
    
    .sen-seg-sublbl {
        font-size: 18px;
    }
    
    .sen-tab span {
        display: none;
    }

.profile-disclaimer {
    width: 93%;
    margin: 0 auto;
}


/* data */
#sen-profile-data-set {
    width: 100%;
}

.senp-dset-c {
    width: 100%;
}

.senp-vcm {
    width: 38%;
}

.senp-vcm-data {
    width: 100%;
}

.senp-vcm-txt {
    width: 100%;
    color: #6a6a6a;
}   

.senp-bar-gauge {
    width: 57%;
}

.senp-bar-meter {
    width: 60%;
}

.senp-bar-txt-a {
    width: 10%;
}

.senp-rtab-loc {
    text-align: left;
    width: 50%;
}

.senp-dest-map {
    width: 93%;
}
    
}


/* mobile */
@media only screen and (min-width: 320px) and (max-width: 599px){
.profile-wrap {
    width: 100%;
}

.prof-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.sen-basic-profile {
    width: 93%;
    height: auto;
    margin: 0 auto 40px;
}

.sen-img {
    width: 100%;
    height: auto;
}

.sen-img img {
    width: 100%;
}

.sen-basic-bio {
    width: 100%;
    margin-top: 40px;
}

.sen-basic-bio h1 {
    font-size: 24px;
}

.sen-current-pos {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
}

.sen-affiliation {
    width: 100%;
    font-size: 16px;
    padding: 10px 0 20px 0;
}

.sen-basic-col {
    width: 100%;
}


.sen-seg-lbl {
    font-size: 24px;
}

.sen-seg-sublbl {
    font-size: 18px;
}

.sen-tab span {
    display: none;
}


.profile-disclaimer {
    width: 93%;
    margin: 0 auto;
}


/* data */
#sen-profile-data-set {
    width: 100%;
}

.senp-dset-c {
    width: 100%;
}

.senp-vcm {
    width: 38%;
}

.senp-vcm-data {
    width: 100%;
}

.senp-vcm-txt {
    width: 100%;
    color: #6a6a6a;
}   

.senp-bar-gauge {
    width: 57%;
}

.senp-bar-meter {
    width: 60%;
}

.senp-bar-txt-a {
    width: 10%;
}

.senp-rtab-loc {
    text-align: left;
    width: 50%;
}

.senp-dest-map {
    width: 93%;
}

}