body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
h3 {
    font-family: "Whitney Bold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 24px;
    border-bottom: 2px solid #051C38;
    display: inline-block;
    padding: 24px 0;
    color: #051C38;
}
h4 {
    font-family: "Whitney Bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 12px 0;
    color: #1D5080;
}
span {
    display: block;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif
}
.intro {
    font-size: 14px;
    margin-bottom: 16px;
    font-family: Arial, Helvetica, sans-serif
}
.dc-chart .axis text {
    font-family: Arial, Helvetica, sans-serif;
}
g.tick line {
    display: none;
}
g.axis g.tick line.grid-line {
    display: block;
}
.dc-chart .axis path.domain {
    display: none;
}
.dc-chart .selected path {
    stroke-width: 1;
    stroke: #2CC9B7;
    fill-opacity: 1;
}
.dc-chart path.line {
    stroke-width: 2.5px;
}
/*Logo wrapper styles*/
.source{
    margin: 24px 0 0 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
div.logo-wrapper {
    width: 20%;
    margin:  24px 20px 0 auto;
    text-align: right;
}
.logo-wrapper img {
    width: 100%;
    height: auto;
}
.logo-wrapper img:hover {
    cursor: default;
}
.logo-wrapper span {
    font-family: 'Gotham Light Italic';
    font-size: 10px;
    margin-left: auto;
    margin-right: 20px;

}
/*styles for tooltips*/
div.tooltip {
    max-width: 350px;
    position: absolute;           
    padding: 10px;           
    background: white;
    border: 1px solid #d8dde3;
    border-radius: 2px;
    pointer-events: none;
    font-size: 12px;
    box-shadow: 0 8px 9px rgba(0,0,0,0.24),
      0 1px 8px rgba(0,0,0,0.12);
}
div.tooltip h3 {
    font-family: 'Whitney Medium';
    padding: 10px 0;
    border-bottom: solid 2px rgb(44, 201, 183);
    color: #1D5080;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
}
.info_item {
    display: inline-block;
}
.info_item_value {
    color: #1D5080;
    font-family: 'Whitney Medium';
    font-size: 14px;
}
/* Summary styles */
.summary {
    margin-top:  24px;
}
.summary h3 {
    font-family: 'Gotham Medium';
    padding: 10px 0;
    /* border-bottom: solid 2px rgb(44, 201, 183); */
    border-bottom: none;
    color: #1D5080;
    font-size: 24px;
    display: block;
    margin-bottom: 12px;
}
.info_item {
    display: inline-block;
}
.info_item_category {
    color: #999;
    font-family: 'Gotham Medium';
    font-size: 16px;
    display: inline-block;
    padding: 5px 0;
}
.info_item_value {
    color: #051C38;
    font-size: 14px;
    font-family: 'Gotham Medium';
    margin-bottom: 16px;
}
hr {
    border-top: 3px solid rgba(0,0,0,.1);
}
/*Image styles*/
.mugshot {
    border-radius: 50%;
    margin-bottom: 12px;
    
}
.departed {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.new {
    border: 6px solid #40C2C9;
}
.img-fluid:hover {
    cursor: pointer;
}
/*New styles*/
.legend span {
    font-family: 'Gotham Medium';
    padding: 1px 0;
    font-size: 16px;
    margin-bottom: 3px;
    text-align: center;
    font-weight: bold;
}
.legend img {
    border-radius: 50%;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.legend img:hover {
    cursor: default;
}
/* Mobile styles */
#mobile {
    display: none;
}
#mobile h4 {
    display: block;
    font-size: 28px;
}
#mobile h3 {
    border-bottom: none;
    display: block;
    font-size: 32px;
}
#mobile img {
    border-radius: 50%;
}
.newMobile img {
    border: 6px solid #40C2C9;
}
.mobileCard {
    margin-bottom: 24px;
}
#mobile .img-fluid {
    max-width: none;
    width: 100%;
}
#mobile .intro {
    font-size: 24px;
    line-height: 1.3;
}
#mobile .info_item_value {
    font-size: 18px;
}
#mobile .info_item_category {
    font-size: 20px;
}
/* Media query */
@media only screen and (max-width: 600px){
    #desktop {
        display: none;
    }
    #mobile {
        display: block
    }
}