body {
    font-family: 'PT Sans Narrow', sans-serif;
}
.datamaps-legend {
    position: absolute;
}

a {
  text-decoration: none;
}

.mobileShow {display: none;} 

  /* Smartphone Portrait and Landscape */ 
  @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px){ 
      .mobileShow {display: block;}
  }

.maintext {
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    margin-bottom: 1rem;
    padding: 0.25rem;
    font-size: 2.25rem;
    font-weight: 200;
}

.subtext {
    font-size: 1.25rem;
    font-weight: 200;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 30px;
}

.titletext {
    color: rgba(0, 0, 0, 0.9);
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    font-weight: 200;
}

.vtlink {
    font-weight: bold;
    text-decoration: none;
    color: #8B1F41;
}

.gtlink {
    font-weight: bold;
    text-decoration: none;
    color: #EAAA00;
}

#fm-medium-embed{
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
  }
  
  .fm-post-wrapper{
    display: inline-block;
    border-radius: 3px;
    width: 300px;
    padding: 15px;
    background: #fff;
    text-align: left;
    margin: 10px;
    min-height: 340px;
    border: 1px solid #bbb;
    box-shadow: 0 3px 15px rgba(0,0,0,0.25);
  }
  
  .fm-post-title{
    font-size: 20px;
    height: 25px;
    white-space: nowrap;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .fm.post-image{
      visibility: hidden;
  }
  
  .fm-post-sub-title{
    min-height: 130px;
    line-height: 24px;
    color: #333;
  }
  
  .fm-medium-profile{
    margin-top: 10px;
    padding: 5px;
    display: block;
  }
  
  .fm-medium-profile a{
    display: inline-block;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #4285f4;
    box-shadow: 0 3px 15px rgba(0,0,0,0.15);
  }
