.banner-adjust2{
	padding: 40px 0 !important;
	height: 150px
}
#page_102 {
    color: #1d3d63;
    font-family: Lato,Helvetica Neue,Arial,sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

main{
 padding: 100px 0;   
}

.ExplorerHeaderBox {
    padding: 8px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
        background: #d81f1d;
    color: #ffffff;
}

.ExplorerHeaderBox .ExplorerTitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    font-family: Playfair Display;
}

.ExplorerHeaderBox .ExplorerSubtitle {
    /* color: #7a899e; */
    font-size: 13px;
}

.ExplorerHeaderBox .ExplorerSubtitle a {
    color: #fbfbfb;
    cursor: pointer;
}

.article-content a {
    color: #2162e6;
}

.article-content a:visited {
    color: #7c45d8;
}


.ExplorerControlBar {
    display: flex;
    justify-content: space-between;
    background: #f3f3f3;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.08);
    padding: 0 14px;
}

.ExplorerControlBar .ExplorerControl {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: #7a899e;
    max-width: 22%;
    margin-right: 10px;
    padding-top: 11px;
    padding-bottom: 4px;
}

.ExplorerControlBar .ExplorerControl .ControlHeader {
    font-size: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
	font-weight: 600
}

.ExplorerControlBar .ExplorerControl .ControlOption {
    line-height: 1.3;
    margin-bottom: 5px;
}

.ExplorerControlBar .ExplorerControl .SelectedOption {
    color: #243d60;
	margin-bottom: 0
}
.AvailableOption{
	margin-bottom: 0
}

.ExplorerControlBar .ExplorerControl input {
    margin-right: 5px;
}

.intervalDropdown {
    font-size: 13px;
    font-weight: 400;
    min-width: 150px;
    border-color: #bebdbd;
}

.CountryPickerSearchInput {
    flex: 0;
    position: relative;
    color: #1d3d63;
}

.CountryPickerSearchInput .input-field {
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.08);
    padding: 11px 10px 11px 2em;
    outline: none;
    color: inherit;
    font-weight: 700;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
}

.CountryPickerSearchInput .search-icon {
    left: 10px;
    font-size: 14px;
    pointer-events: none;
}
.CountryPickerSearchInput .done, .CountryPickerSearchInput .search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}
.metricDropdown {
	width: 100%
}
.MetricSettings {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
}

.MetricSettings .mainLabel {
    flex: 0;
    white-space: nowrap;
    font-size: 14px;
    color: #365578;
    margin-right: 8px;
}

.MetricSettings .metricDropdown select {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    color: #002147;
    min-width: 100%;
    padding: 5px;
    border-color: #cccccc;
    border-radius: 3px;
}

.MetricSettings .sort {
    margin-left: 8px;
    flex: 0;
    cursor: pointer;
}

/* .CountryList, .CountryListContainer {
    flex: 1;
    display: flex;
    flex-direction: column;
} */


.CountryList {
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1), 0 2px 2px 0 rgba(0,0,0,.25);
    border-radius: 2px;
    background-color: #fff;
    margin-top: 10px;
    height: 70vh;
    overflow: hidden;
}

.CountrySelectionControls {
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
}

.ClearSelectionButton {
    color: #0073e6;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
}

.VerticalScrollContainer {
    overflow-y: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.CountryListContainer {
    position: relative;
}

.CountryOption {
    display: flex;
    align-items: center;
    padding: 10px;
    line-height: 1.3;
    border-bottom: 1px solid #d8e0e9;
    font-size: 15px;
    cursor: pointer;
    color: #1d3d63;
    background-color: #f4f5f7;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.CountryOption .input-container {
    flex: 0;
    margin-right: 6px;
    align-items: center;
}
.CountryOption .info-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.CountryOption .labels-container {
    flex: 1;
    display: flex;
    align-items: center;
}
.CountryOption .name {
    flex: 1;
}
.CountryOption .metric {
    flex: 0;
    font-size: 14px;
    font-weight: 400;
    color: #D81F1D;
    text-align: right;
}

.CovidExplorerFigure .tabs {
    position: relative;
    min-height: 300px;
}

.CovidExplorerFigure .tabs .nav-tabs {
    position: absolute;
    bottom: 0;
}

.HeaderHTML {
    padding: 15px 15px 2px;
    text-align: left;
}
.HeaderHTML .logo {
    float: right;
    height: 35px;
}

.HeaderHTML .logo svg {
    height: 100%!important;
    width: auto!important;
}
.HeaderHTML a {
    text-decoration: none;
    color: inherit;
}

.HeaderHTML h1 {
    font-family: Playfair Display,Georgia,Times New Roman,serif;
    font-weight: 400;
    color: #555;
    margin: 0;
}

.HeaderHTML p {
    color: #666;
    margin: 0;
    font-size: 14.4px;
}

.CovidExplorerFigure {
    color: #333;
    /* position: relative; */
    border-radius: 2px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1), 0 2px 2px 0 rgba(0,0,0,.25);
    z-index: 1;
}

#chartdiv5 {
  width: 100%;
  height: 445px;
  max-width: 100%;
	margin-bottom: 10px
}

#chartdiv5 text{
	font-size: 12px
}






