:root {
  --white: #FFFFFF;
  --black: #171717;
  --grey: #3C3C3C;
  --twothirds_grey:#7C7C7C;
  --mid_grey: #C7C7C7;
  --light_grey: #F1F1F1;
  --opacity_yellow: #FFE92250;
  --yellow: #FFE922;
  --dark_yellow: #AC9B00;
  --opacity_tangerine: #FC850D50;
  --tangerine: #FC850D;
  --dark_tangerine: #C46200;
  --opacity_red: #ff4d4d50;
  --red: #ff4d4d;
  --dark_red: #9C2020;
  --opacity_very_dark_red: #89101050;
  --very_dark_red: #891010;
  --ex_dark_red: #830202;
  --opacity_green: #64d14150;
  --green: #64d141;
  --dark_green: #47a428; 
  --shadow_black: #17171720;
  --hover: #e6e6e6;
  --lightbox: #262626d4;
  --white_glaze: #f7f7f7;  

    --xsmall: 10px;
    --small: 12px;
    --common: 14px;
    --large: 16px;
    --xlarge:18px;
    --xxlarge:24px;
    --xxxlarge:32px;
    --xxxxlarge:40px;
    --xxxxxlarge:56px;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
}

html {
    -webkit-font-smoothing: antialiased;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    font-size: var(--common);
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    color: var(--grey);
    margin: 0 auto;
    overflow-x: hidden;
}

::selection { background-color: var(--tangerine); }
body {
    margin: 0px;
    background-color: var(--white);
    width: 100%;
}

html,body{
    overflow-x: hidden;
}


/* /////////////////////////////////// MASTHEAD AND NAVIGATION /////////////////////////////////////  */
.hidden{
    display: hidden;
}
.mastheadcontain{
    vertical-align: middle;
    background-color: var(--grey);
    margin: 0;
}
.masthead{
    width: 100%;
    max-width: 1000px;
    color: var(--white);
    padding: 16px 0px 16px 0px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid var(--black);
}
.masthead p{
    margin: 0px 0px 0px 0px;
}

.logo{
    margin-left: 48px;  
}
.logo img{
    width: 120px;
}
.tweet{
    border-radius: 4px;
    margin-right: 16px;
    margin-top: 8px;
    height: 32px;
    width: 32px;
}
.navblock{
    width: 100%;
    background-color: var(--grey);
}
.navbar{
    max-width: 1000px;
    margin: 0 auto;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
li {
  float: left;
    background-color: var(--grey);
    width: calc(11%);
}
li a {
  display: block;
  color:  var(--white);
  text-align: center;
  padding: 12px 0px 8px 0px;
  text-decoration: none;
}
li a:hover:not(.active) {
    background-color: var(--grey);
    color: var(--white);
    text-decoration: none;
}
li a:hover{
    border-bottom: 6px solid var(--light_grey);
    text-decoration: none;
}
li a.active {
  color: var(--white);
  border-bottom: 6px solid var(--tangerine);
    text-decoration: none;
}
.floatright{
    float: right;
}
.floatright a:hover{
    border-bottom: none;
    text-decoration: none;
}

/* ///////////////////////////////////////////////// BREADCRUMBS /////////////////////////////////////////////////  */
.breadcrumbs{
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 16px 16px 16px 8px;
    color: var(--grey); 
}
.white_bkground{
    background-color: var(--white);
    border-bottom: 1px solid var(--light_grey);
    opacity: 0.9;
}
.truncate{
    white-space: nowrap; 
    width: 200px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
}

/* /////////////////////////////////// CITY MAPS INDEX ////////////////////////////////////////  */
.mapindex{
    margin: 0px 0px 16px 0px;
       float: left;
}

/* /////////////////////////////////// SEARCH BAR ////////////////////////////////////////  */
#searchbar{
    height: 40px;
    font-size: var(--xlarge);
    width: calc(100% - 32px);
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 0px 16px 0px 16px;
}

/* /////////////////////////////////// SUMMARY ////////////////////////////////////////  */
.summarycontainer{ /*
    background-color: var(--light_grey);
    padding: 16px 16px 16px 16px;
    margin: 16px 0px 16px 0px;
    width: calc(100% - 32px);
    border-radius: 8px; */
}
.summary{ /*
    background-color: var(--white_glaze);
    width: calc(100% - 48px);
    border-radius: 8px;
    padding: 16px 24px 16px 24px; */
}
.summary ul {
  list-style-type: circle;
  margin: 0;
  padding: 0;
  width: 100%;
}
.summary li {
  float: left;
  background-color: var(--white);
  width: 100%;
  text-align: left;
}
/* ///////////////////////////////////////////////// GENERAL INDEX /////////////////////////////////////////////////  */
.containerother{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.bookdetails{
    text-align: center;
    margin: 0px 0px 16px 0px;
    width: 25%;
    float: left;
}
.bookdetails img{
    width: 70%;
    width: 150px;
    height: 231px;
    margin: 8px 0px 8px 0px;
    border-radius: 16px;
}
.twocolumn{
   width: calc(50% - 12px);
   float: left;
   font-size: var(--large);
   margin: 0px 0px 0px 0px;
}
.twocolumn:nth-of-type(odd) {
    margin-right: 24px;
}
.plaincards{
    margin-bottom: 16px;
}
.cityphoto{
position: relative;
}
.cityphoto img{
    height: 200px;
}
.inner{
    padding: 20px 24px 20px 24px;
}
.inner img{
    width: 70%;
    width: 150px;
    height: 231px;
    text-align: center;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid var(--mid_grey);
}
.fullpage {
    width: calc(100% - 16px);
    text-align: left;
    margin: 0 auto;
    margin-top: 16px;
    max-width: 1000px;
}
.fullpage .shield {
    height: 30px;
    width: 26px;
    max-width: 56px;
    animation: none;
    box-shadow: 0 0 0 2px var(--second-color), 0 0 0 3px var(--third-color), 0 0 0 5px var(--black);
}
.fullpage .shield_container {
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin-bottom: 0px;
}
.editorialimage {
    margin: 0px 0px 16px 0px;
}
.editorial a {
    color: var(--tangerine);
    text-decoration: underline;
}
.editorialimage img{
    width: 100%;
    height: auto;
    border-radius: 0px;
    border: none;
}
.imageinsert{
    position: absolute;
    left: 0px;
    bottom: 5px;
    right: 0px;
    width: calc(100% - 16px);
    background-color: var(--lightbox);
    color: var(--white);
    padding: 8px;
    text-align: center;
}
.imageinsert h2{
    text-wrap: pretty;
}
.rating{
    font-size: var(--xlarge);
    margin: 4px 0px 0px 0px;
}
.hrstyle{
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid var(--light_grey);
    width: 100%;
}
.bylinehrstyle{
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid var(--light_grey);
    width: 100%;
}
.bylinehrstyle:nth-of-type(1){
    margin-top: 12px;
}

/* ////////////////////////////////// LEFT COMPONENT ON ARTICLES ////////////////////////////////////  */

.right .left_article_ground_component{
    display: none;
}
.right .displayon{
    display:inline-block;
}

.left_article_ground_component{
    background-color: var(--light_grey);
    border-radius: 8px;
    width: calc(100% - 48px);
    padding: 16px 16px 16px 16px;
    margin: 24px 8px 0px 8px;
    display: inline-block;
}
.grounddetailscontainer{
    margin-top: 16px;
}
.grounddetails{
    width: calc(100% - 20px);
    float: left;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-bottom: 8px;
    background-color: var(--white_glaze);
    border-radius: 8px;
    vertical-align: middle;
    padding: 8px;
}
.left .grounddetails:nth-child(1){
    width: calc(100% - 20px);
    height: 110px;
    background-color: transparent;
}
.left .grounddetails:nth-child(2){
    width: calc(50% - 20px);
    font-size: var(--xxxxxlarge);
    height: 48px;
}
.left .grounddetails:nth-child(2),
.left .grounddetails:nth-child(3),
.left .grounddetails:nth-child(4),
.left .grounddetails:nth-child(5),
.left .grounddetails:nth-child(6),
.left .grounddetails:nth-child(7),
.left .grounddetails:nth-child(8),
.left .grounddetails:nth-child(9),
.left .grounddetails:nth-child(10),
.left .grounddetails:nth-child(11),
.left .grounddetails:nth-child(12),
.left .grounddetails:nth-child(13),
.left .grounddetails:nth-child(14),
.left .grounddetails:nth-child(15)
{
    width: calc(50% - 20px);
    height: 64px;
    display: flex;
}
.left .grounddetails:nth-child(even){
    margin-right: 8px;
}
.grounddetails p{
    font-size: var(--common);
}
.grounddetails a{
    color: var(--tangerine);
    text-decoration: underline;
}
.left .notclub .grounddetails:nth-child(1){
    height: auto;
    margin-bottom: 24px;
}
.numberstyle{
/*   font-size: var(--xxlarge);  */
    padding: 1px 2px 1px 2px;
}

/* ////////////////////////////////// SHIELD SECTION ////////////////////////////////////  */

.shield_container {
    padding: 4px 0px 4px 0px;
    width: 100%;
    margin-bottom: 8px;
}
.shield {
    text-align: center;
    animation: shieldfadein 2s;
    margin: 0 auto;
    margin-bottom: 0px;
    height: 64px;
    width: 56px;
    max-width: 56px;
    border: 1px solid var(--fourth-color);
    border-radius: 50% 50% 50% 50% / 12% 12% 88% 88%;
    background-color: var(--fourth-color);
    background-image: linear-gradient(
    90deg,
    transparent 0%,
    var(--first-color) 0%,
    var(--first-color) 50%,
    transparent 0%
    );
    box-shadow: 0 0 0 4px var(--second-color), 0 0 0 6px var(--third-color), 0 0 0 8px var(--black);
    transform: translateZ(0);
}
@keyframes shieldfadein {
    from { width:0px;}
    to   { width:88px;}
}
.stripes{
 background-image: repeating-linear-gradient(
  90deg,
  var(--first-color),
  var(--first-color) 8px,
  var(--second-color) 8px,
  var(--second-color) 16px
); 
    box-shadow: 0 0 0 4px var(--third-color), 0 0 0 6px var(--first-color), 0 0 0 8px var(--black);
}
.half {
    background-color: var(--second-color);
    background-image: linear-gradient(
    90deg,
    transparent 0%,
    var(--first-color) 0%,
    var(--first-color) 50%,
    transparent 0%
    );
    box-shadow: 0 0 0 4px var(--third-color), 0 0 0 6px var(--fourth-color), 0 0 0 8px var(--black);
}
.hoop{
    background-image: linear-gradient(
    transparent 25%,
        var(--second-color) 25%,
    var(--second-color) 65%,
    transparent 45%
    );
}
.hoops{
 background-image: repeating-linear-gradient(
  0deg,
  var(--first-color),
  var(--first-color) 8px,
  var(--second-color) 8px,
  var(--second-color) 16px
);  
    box-shadow: 0 0 0 4px var(--third-color), 0 0 0 6px var(--first-color), 0 0 0 8px var(--black);
}
.sash{
    background-image: linear-gradient(
    -45deg,
    transparent 42%,
    var(--second-color) 42%,
    var(--second-color) 58%,
    transparent 45%
    );
}


.minishield .shield_container {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}
.minishield .shield {
    height: 30px;
    width: 26px;
    max-width: 56px;
    animation: none;
    -webkit-box-shadow: 0 0 0 2px var(--second-color), 0 0 0 3px var(--third-color), 0 0 0 5px var(--black);
    box-shadow: 0 0 0 2px var(--second-color), 0 0 0 3px var(--third-color), 0 0 0 5px var(--black);
}
.minishield .stripes{
 background-image: repeating-linear-gradient(
  90deg,
  var(--first-color),
  var(--first-color) 4px,
  var(--second-color) 4px,
  var(--second-color) 8px
);  
    -webkit-box-shadow: 0 0 0 2px var(--third-color), 0 0 0 3px var(--first-color), 0 0 0 5px var(--black);
    box-shadow: 0 0 0 2px var(--third-color), 0 0 0 3px var(--first-color), 0 0 0 5px var(--black);
}
.minishield .half {
    -webkit-box-shadow: 0 0 0 2px var(--third-color), 0 0 0 3px var(--fourth-color), 0 0 0 5px var(--black);
    box-shadow: 0 0 0 2px var(--third-color), 0 0 0 3px var(--fourth-color), 0 0 0 5px var(--black);
}
.minishield .hoop{
    background-image: linear-gradient(
    transparent 25%,
        var(--second-color) 25%,
    var(--second-color) 65%,
    transparent 45%
    );
}
.minishield .hoops{
 background-image: repeating-linear-gradient(
  0deg,
  var(--first-color),
  var(--first-color) 4px,
  var(--second-color) 4px,
  var(--second-color) 8px
);  
    -webkit-box-shadow: 0 0 0 2px var(--third-color), 0 0 0 3px var(--first-color), 0 0 0 5px var(--black);
    box-shadow: 0 0 0 2px var(--third-color), 0 0 0 3px var(--first-color), 0 0 0 5px var(--black);
}
.minishield .sash{
    background-image: linear-gradient(
    -45deg,
    transparent 42%,
    var(--second-color) 42%,
    var(--second-color) 58%,
    transparent 45%
    );
}
/* ////////////////////////////////// CITY MAPS TEAM DIVS ////////////////////////////////////  */
.mapsteamscontainer{
    width: calc(100% - 32px);
    padding: 12px 16px 12px 16px;
    display: flex;
    background-color: var(--light_grey);
    float: left;
    margin-bottom: 4px;
    border-radius: 8px;
    align-items: center;
}
.mapsteamscontainer:hover{
    background-color: var(--grey);
    color: var(--white);
    cursor: pointer;
}
.mapsteamsbadge{
    width: auto;
    display: inline;
    float: left;
}
.mapsteamsname{
    width: auto;
    display: inline;
    font-size: var(--xlarge);
    text-decoration: none;
    float: left;
    margin-left: 16px;
    margin-right: 8px;
    vertical-align: middle;
}
.mapsteamsnation{
    font-size: var(--xxlarge);
    margin-left: 16px;
    margin-right: 2px;
}
.mapsteamstier{
    margin-left: 4px;
    margin-right: 4px;
}
/* ////////////// The Modal ////////////// */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--lightbox);
}
.modal {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1;
  background-color: var(--lightbox);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: scroll;
}
#contentModal {
  padding: 24px 24px 24px 24px;
  margin: 0 auto;
  margin-top: 24px;
  text-align: center;
  border-radius: 16px;
  max-width: 650px;
  height: 800px;
  background-color: var(--white);
}
.serifclubcolour {
    font-family: 'Roboto', sans-serif;
    margin-top: 4px;
    color: var(--ow-color);
    padding: 1px 4px 1px 4px;
    border-radius: 4px;
}
.modaldetailscontainer{
    margin-top: 0px;
}
#contentModal .modaldetails {
    float: left;
    display: flex;
    justify-content: space-between;
    width: calc(50% - 18px);
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 4px;
    background-color: var(--white_glaze);
    border-radius: 0px;
    padding: 8px;
}
#contentModal .modaldetails data {
    text-align: right;
    float: right;
}
#contentModal .modaldetails:nth-child(2) {
}
#contentModal .modaldetails:nth-of-type(odd) {
    margin-left: 2px;  
}
#contentModal .modaldetails:nth-of-type(even) {
    margin-right: 2px;  
}
.stadium-image{
    width: calc(100% - 16px);
    height: 80px;
}
.modalblock{
    display: block;
    height: auto;
    text-align: center;
}
.nickname{
    margin-top: -24px;
    margin-bottom: 20px;
}

/* The Close Button */
.close {
  color: var(--black);
  font-size: 32px;
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 16px;
}
.cursor {
  cursor: pointer;
}


/* ////////////////////////////////// RECOMMENDED SECTIONS IN ARTICLES ////////////////////////////////////  */
.recommendation{
    width: calc(100% - 32px);
    padding: 16px 16px 16px 16px;
    background-color: var(--light_grey);
    float: left;
    display: flex;
    margin-bottom: 16px;
    border-radius: 8px;
    vertical-align: middle;
    flex-direction: column;
    align-items: flex-start;
}
.recommendation .grounddetails{
    margin-bottom: 0px;
    height: auto;
    width: calc(100% - 48px);
    padding: 24px;
}
.recommendation .grounddetails p{
    font-family: 'Roboto', sans-serif;
    font-size: var(--common);
}
.recoimage{
    width: calc(100% + 24px);
    height: 200px;
    position: relative;
}
.recoimage img{
    height: 200px;
    width: calc(100% + 24px);
    position: relative;
    margin-left: -24px;
    margin-right: 0px;
    margin-top: -24px;
    border: 0px;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
    object-position: top;
}
.recommendation p{
    margin-top: 4px;
}
.icon{
    width: 64px;
    height: 64px;
    background-color: var(--white_glaze);
    opacity: 1;
    border-radius: 32px;
    margin: 0 auto;
    position: absolute;
    top: 142px;
    right: calc(50% - 21px);
    display: flex;
    align-items: center;
}
.icon img{
    width: 32px;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    border: 0px solid var(--twothirds_grey);
}

/* ////////////////////// HERO BOOK COMPONENTS ON INDEX - BOOK IMAGES = WIDTH x 1.54 HEIGHT //////////////////////////  */
.bookdetails h3{
    border-bottom: none;
    padding: 8px 8px 0px 8px;
}
.hero{
    width: 100%;
    background-image: linear-gradient(var(--red), var(--tangerine));
    padding-top: 32px;
    padding-bottom: 32px;
}
.hero .herocontainer{
    width: calc(100% - 32px);
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
}  
.hero .heroimg{
    float: left;
    width: 30%;
    margin-left: 10%;
}
.hero .heroimg img{
    width: 180px;
    height: 277px;
    border-radius: 16px;
    border: 1px solid var(--white);
}
.hero .herotext{
    float: left;
    width: 50%;
    padding: 0px 0px 0px 0px;
    height: 294px;
    margin-right: 10%;
}
.hero .flex{
    justify-content: center;
    display: flex;
    align-items: center;
    vertical-align: middle;
    flex-wrap: wrap;
    align-content: center;
}
.hero .homebookheader{
    width: 100%;
    padding: 8px 0px 0px 0px;
}
.hero .heroauthor{
    width: 100%;
}
.hero .herotext p{
    color: var(--white);
}
.bookdetails .hero h3{
    padding: 8px 0px 8px 0px;
}

/* ////////////////////////// INDEX HERO ADJUSTMENTS //////////////////////////  */

.twocolumn.hero {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
}
.twocolumn.hero img {
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.twocolumn.hero .label {
    font-size: var(--xlarge);
}
.twocolumn.hero .label span {
    background-color: var(--lightbox);
}
.twocolumn.hero .white {
    font-size: var(--xxxxlarge);
}
.twocolumn.hero .white span {
    background-color: var(--lightbox);
}
.twocolumn.hero .imageinsert {
    background-color: transparent;
    bottom: 70px;
}
.twocolumn.hero h2 {
    max-width: 750px;
    margin: 0 auto;
}
.hero .label{
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    color: var(--white);
}


/* ///////////////////////////////////////////////// BYLINES /////////////////////////////////////////////////  */
.picbyline{
   font-size: var(--small); 
   line-height: 1.3;
   color: var(--grey);
   background-color: var(--light_grey);
   padding: 6px 4px 6px 4px;
   width: calc(100% - 8px);
   margin-top: -6px;
}
.picbyline a{
    color: var(--white);
}
.creditbyline{
   position: absolute;
   top: 8px;
   right: 8px;
   font-size: var(--xsmall); 
   line-height: 1.3;
   color: var(--white);
   background-color: var(--grey);
   padding: 2px 4px 2px 4px;
    border-radius: 4px;
    opacity: 0.8;
   width: ;
}
.byline{
    font-family: 'Roboto', sans-serif;
    color: var(--grey);
    margin: 8px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
}
.byline H3{
    font-size: var(--common);  
}
.byline img{
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 24px;
    margin: 0px;
    margin-right: 8px;
    vertical-align: middle;
    background-color: var(--tangerine);
}
.creditbyline a{
    color: var(--white);
}
.creditbyline a:hover{
    color: var(--white);
}
/* ///////////////////////////////////////////////// ARTICLE LAYOUT /////////////////////////////////////////////////  */
.left{
    float: left;
    position: relative;
    width: 35%;
}
.right{
    text-align: left;
    float: left;
    position: relative;
    margin-bottom: 100px;
}

/* //////////////////////////////////// TWITTER SIDE PANEL ///////////////////////////////////////  */
.sidepanel{
    margin: 24px 0px 24px 0px;
    overflow: auto;
    border-radius: 8px;
    border: 4px solid var(--light_grey);
    padding: 8px 8px 16px 8px;
    text-align: left;
    line-height: 1.6;
    max-height: 600px;
}
.sidepanel img{
    width: 20px;
    border-radius: 0px;
    margin: 0px;
}

/* ////////////////////////////////// ARTICLE TAGS //////////////////////////////////////////  */
.tag{
    padding: 4px 12px 4px 12px;
    border-radius: 12px;
    margin-right: 4px;
    margin-bottom: 12px;
    background-color: var(--light_grey);
    display: inline-block;
}
.tag:hover{
    background-color: var(--mid_grey);
    text-decoration: none;
}

/* ///////////////////////////////////////////////// FOOTER /////////////////////////////////////////////////  */
.footer{
    position: relative;
    float: left;
    text-align: left;
    min-height: 160px;
    width: 100%;
    background-color: var(--grey);
    color: var(--white);
    margin-top: 160px;
    font-size: var(--small);
    line-height: 2;
}
.innerfooter{
    width: 100%;
    padding: 24px 48px 48px 48px;
}
.footer a{
    color: var(--white);
}
.footer a:hover{
    color: var(--white);
}

/* ///////////////////////////////////////////////// QUICK COLOR CLASSES /////////////////////////////////////////////////  */
.grey{
    color: var(--grey);
}
.tangerine{
    color: var(--tangerine);
}
.white{
    color: var(--white);
}
.darkgreen{
 color: var(--dark_green);
}
.red{
 color: var(--red);
}
.darkred{
 color: var(--dark_red);
}
.mid_grey {
    color: var(--mid_grey);
}
.pill_red{
    background-color: var(--opacity_red); 
    color: var(--dark_red);
    border-radius: 4px;
    padding: 1px 4px 1px 4px;
}
.pill_tangerine{
    background-color: var(--opacity_tangerine);
    color: var(--dark_tangerine);
    border-radius: 4px;
    padding: 1px 4px 1px 4px;
}
.pill_green{
    background-color: var(--opacity_green);  
    color: var(--dark_green);
    border-radius: 4px;
    padding: 1px 4px 1px 4px;
}
.light_grey{
    background-color: var(--light_grey);
}
.pill{
    border-radius: 4px;
    padding: 1px 4px 1px 4px;
}
.exheight{
    height: 56px;
}

/* ////////////////////////////////////////////// IMAGE MODAL //////////////////////////////////////////////  */



/* ///////////////////////////////////////////////// BUTTON STYLES /////////////////////////////////////////////////  */

button{
    background-color: var(--light_grey);
    color: var(--grey);
    font-weight: bold;
    border: none;
    cursor: pointer;  
}
/* ///////////////////////////////////////////////// FLAGS /////////////////////////////////////////////////  */
.flag{
    width:16px;
    height:16px;
    margin: 0px 6px 0px 6px;
    border: 2px solid var(--light_grey);
    border-radius: 8px;
}
.flag img{
    vertical-align: sub;
}

/* ///////////////////////////////////////////////// GUI GUIDE /////////////////////////////////////////////////  */
.gui_dot{
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 1px solid var(--grey);
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
}
.gui_dot p{
    display: inline-block;
    float: left;
}

/* ///////////////////////////////////////////////// FONTS /////////////////////////////////////////////////  */
a{
    font-weight: bold;
    color: var(--grey);
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: var(--grey);
}
.bold{
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
}
.sansserif{
    font-family: 'Roboto', sans-serif;
}
.title{
    font-size: var(--xxlarge);
    color: var(--white);
    margin: 0px 0px 0px 40px;
    line-height:1.15;
}
.editorial p{
    font-family: 'Crimson Text', serif;
    font-size: var(--xlarge);
    text-align: left;
    margin-bottom: 16px;
}
.summary p{
    font-size: var(--common);
    font-family: 'Roboto', sans-serif;
}
.editorial .recommendation p{
    margin-bottom: 0px;
}
.subhead{
    font-size: var(--xxlarge);
    margin-top: 16px;
    margin-bottom: -8px;
}
h1{
    font-size: var(--xxxxlarge);
    color: var(--grey);
    margin: 4px 0px 24px 0px;
    line-height:1.15;
}
h2{
    font-size: var(--xxlarge);
    color: var(--grey);
    margin: 4px 0px 16px 0px;
    padding: 0px 0px 0px 0px;
    line-height:1.15;
}
h3{
    font-size: var(--xlarge);
    color: var(--grey);
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#contentModal h3{
    margin-top: 16px;
    margin-bottom: 4px;
}
.serif{
    font-family: 'Crimson Text', serif;
}
.hero h3{
    border: none;
    float: left;
    font-size: var(--xxxlarge);
    color: var(--white);
    margin-bottom: 8px;
}
.bubble h3{
    color: var(--white);
}
.editorial h3{
    padding-left: 0px;
}
a h3:hover{
    text-decoration: underline;
}
h4{
    font-size: var(--common);
    font-family: 'Roboto', sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 12px 0px;
}
.quote{
    font-family: 'Crimson Text', serif;
    color: var(--grey);
    font-size: var(--xxlarge);
    margin: 24px 0px 24px 0px;
    padding: 32px 24px 40px 24px;
}
.label{
    font-size: var(--xsmall);
    text-transform: uppercase;
    color: var(--black);
}
.editorialimage .label{
    margin-top: 4px;
    margin-bottom: 4px;
}
.modaldetails .label {
    font-size: var(--small);
    text-transform: uppercase;
    color: var(--twothirds_grey);
    white-space: nowrap;
    margin-right: 10px;
    text-align: left;
}
.modaldetails h3 {
    margin-top: 24px;
}
.data{
    font-size: var(--common);
    color: var(--black);
}
.modaldetails .data {
    flex-grow: 1;
    text-align: right;
}
.datanumber{
    font-size: var(--xxlarge);
}
.flag_on_modal{
    font-size: var(--xxxxlarge);
}
.margintop{
    margin-top:64px;
}
.xsmall{
    font-size: var(--xsmall);
}
.small{
    font-size: var(--small);
}
.common{
    font-size: var(--common);
}
.xxlarge{
    font-size: var(--xxlarge);
}
.xxxlarge{
    font-size: var(--xxxlarge);
}
.xxxxlarge{
    font-size: var(--xxxxlarge);
}
.xxxxxlarge{
    font-size: var(--xxxxxlarge);
}

/* _________________ 0px > 767px MEDIA QUERY ________________ */

@media only screen and (min-width:0px) and (max-width: 767px){
    
    h1{
    font-size: var(--xxxlarge);
    color: var(--grey);
    margin: 4px 0px 24px 0px;
    line-height:1.05;
    }
    h2{
    font-size: var(--xxlarge);
    }
    h3{
    font-size: var(--xlarge);
    }
    .breadcrumbs{
    padding: 12px 8px 12px 8px;
    }
    .heroimage{
     float: none;
    }
     .heroimage img{
     margin-bottom: 24px;
    }
    .inner{
    padding: 8px;
    }
    .hero {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .hero h3{
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: 0 auto;
    }
        .hero img{
        float: none;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 16px;
    }
    .innerfooter{
    font-size: var(--small);
    text-align: center;
    padding: 24px 0px 80px 0px;
    }
    .inner img {
    width: 100px;
    height: 154px;
    }
    .byline img{
    width: 48px;
    height: 48px;
    }
    .left .left_article_ground_component{
    display: none; 
    }
    .right .left_article_ground_component{
    display:inline-block;
    }   
    .left_article_ground_component{
    width: calc(100% - 32px);
    padding: 16px 16px 16px 16px;
    margin: 8px 0px 0px 0px;
    text-align: left;
    }
    .grounddetailscontainer{
        margin-top: 0px;
    }
    .grounddetails{
        float: left;
        justify-content: flex-start;
        display: flex;
        align-items: left;
        height: 40px;
        margin-bottom: 8px;
        background-color: var(--white_glaze);
        border-radius: 8px;
        /* vertical-align: middle; */
        padding: 8px;
    }
        .grounddetails:nth-child(1){
        width: calc(85% - 24px);
        margin-right: 8px;
        align-items: left;
        }
        .grounddetails:nth-child(2){
        width: calc(15% - 16px);
        justify-content: center;
        font-size: var(--xxxlarge);
        }
    .grounddetails:nth-child(3),
    .grounddetails:nth-child(4),
    .grounddetails:nth-child(5),
    .grounddetails:nth-child(6),
    .grounddetails:nth-child(7),
    .grounddetails:nth-child(8),
    .grounddetails:nth-child(9),
    .grounddetails:nth-child(10),
    .grounddetails:nth-child(11),
    .grounddetails:nth-child(12),
    .grounddetails:nth-child(13),
    .grounddetails:nth-child(14),
    .grounddetails:nth-child(15){
    margin-bottom: 8px;
    width: calc(100% - 16px);
    margin-right: 0px;
    height: 16px;
    }
    .grounddetails:last-child {
    margin-bottom: 0px;
    }
    .grounddetails p{
        font-size: var(--common);
        font-family: 'Roboto', sans-serif;
        text-align: left;
    }
    .grounddetails a{
        color: var(--tangerine);
        text-decoration: underline;
    }
    .grounddetails .shield_container{
    margin-right: 0px;
    width: 10%;
    min-width: 60px;
    }
    .recommendation .grounddetails{
       display: inline;
        width: calc(100% - 48px);
        margin-right: 0px;
    }
    .notclub .grounddetails:nth-child(2){
    margin-bottom: 8px;
    width: calc(100% - 16px);
    margin-right: 0px;
    height: 16px;
    align-items: left;
    justify-content: flex-start;
    }
    .notclub .grounddetails:nth-child(1){
    margin-bottom: 8px;
    width: calc(100% - 16px);
    margin-right: 0px;
    align-items: left;
    }
    
    
    .recoimage{
    margin-bottom: 0px;
     height: 180px;
        width: calc(100% + 48px);
}
.recoimage img{
     width: calc(100% + 16px);
    width: 100%;
    border: 0px;
    border-radius: 8px 8px 0px 0px;
    height: 180px;
    object-fit: cover;
    object-position: top;
}
    
.icon{
    margin: 0 auto;
        position: absolute;
    top: 124px;
    right: calc(50% - 8px);
}
.icon img{
    width: 32px;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    border: 0px solid var(--twothirds_grey);
}
    
    
    .editorial{
    margin-left: 12px;
    margin-right: 12px; 
    }
    .editorialimage img{
    width: 100%;
    height:auto; 
    }
    .bookdetails{
    position: relative;
    float: left;
    width: 50%;
    height: 400px;
    }
    .hero{
    width: 100%;
    height: auto;
    }
    .hero .herocontainer{
    width: 100%;
}  
    .hero .heroimg{
        float: left;
        width: 100%;
        margin: 0 auto;
    }
    .hero .heroimg img{
        width: 150px;
        height: 231px;
    }
    .hero .herotext{
        width: calc(100% - 32px);
        padding: 0px 16px 0px 16px;
    } 
    .left{
    width: 100%;
    }
    .right{
    width: 100%;
    }
    li {
    width: calc(20%);
    border-left: none;
    }
    li:nth-child(4) { 
    border-right: none;
    }
    li a {
    padding: 12px 0px 12px 0px;
    }
    li a:hover {
    border-bottom: none;
    text-decoration: none;
    }
    li a.active:hover {
      border-bottom: 6px solid var(--tangerine);
    }
    
    .bookname{    
    white-space: nowrap;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    margin-left: 4px;
}
    .twitter{
    display: none;
    }
    .editorial p:last-of-type {

    }
    .hero h3{
    margin-bottom: 8px;
}
    .hero .herotext{
    float: left;
    width: calc(100% -32px);
    height: auto;
    margin-right: 0%;
}
    .hero p{
    width: 100%;
        }
    .leagues{
    max-height: 100px;
}
    .twocolumn{
   width: calc(100%);
   float: left;
   padding: 0px;
}
    .editorial .cityphoto{
        margin-left: -20px;
    margin-right: -20px;
}
    .editorial .picbyline{
    padding-left: 20px;
    padding-right: 20px;    
   width: calc(100% - 40px);
}
    .twothirds_grey {
    display: inline;
}

}


/* _________________ 768px > 3000px MEDIA QUERY ________________ */

@media only screen and (min-width:768px) and (max-width: 3000px){


  .left{
    position: relative;
    float: left;
    width: 32%;
    }
   .right{
    position: relative;
    float: left;
    width: 68%;
    }
    li {
    text-align: center;

    }
    .navbar{

    }
}






