body {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    font-family:'Arial';
    font-weight:normal;
    /*background: url(images/GG_Literature2020_FA2-BG-2.jpg) no-repeat center center #fff;
    background-size: initial;*/
    background:#fff;
}

.mobileHeader {
    display:none;
}

p, span, div, li, h1, h2, h3, h4 ,h5, b {
    font-family:'Arial';
    font-weight:normal;
}

body b {
    font-family: 'Arial';
    font-weight: bold;
}

img {
    max-width: 100%;
}

h1 {
    display: block;
    text-align: center;
    margin: 0 0 0px;
    padding: 0;
    font-size: 20px;
}

h2 {
    font-family: 'Arial';
    display: block;
    text-align: center;
    margin: 0 0 5px;
    padding: 0;
}

p {
    text-align:justify;
}

p,a,span,li,div {
    line-height: 120%;
    padding: 0;
    margin: 0 0 0px;
    font-size:9pt;
    color:#000;
}


p a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
}
p a:hover {
    color: inherit;
    text-decoration: none;
    font-size: inherit; 
}
p.paraBottomPadding {
    margin-bottom:10px;
}

header.navList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100px;
    width: calc(100% + 50px);
    left: -25px;
    position: relative;
    padding: 80px 0 0 0;
}

header .item {
    flex: 1;
    text-align: center;
    display:inline-block;
    color:#cd1719;
    text-decoration:none;
    vertical-align:top;
    cursor: pointer;
}
header .item.active {
    text-decoration: underline;
    color:#cd1719 !important;
}
header .item:hover {
    color:#666;
}
.header .item:first-child {
  text-align: left;
}
.header .item:last-child {
  text-align: right;
}

header .item a:hover {
    color:#666;
}

header .item.hasChild:hover .subItems {
    display:block;
    width:125px;
}

header .item .subItems {
    display: none;
    flex: none;
    position: absolute;
    padding: 7px 0 0 32px;
}

header .item .subItems a,
header .item .subItems div {
    display: block;
    text-align: left;
    line-height: 140%;
    text-decoration: none;
}

header .item .subItems a:hover {
    color:#666;
}

header .item .mobile.arrowStyle {
    display: none;
}
header .item .itemParent {
    color: #cd1719;
    text-decoration: none;
    cursor: auto;
}

.container {
    padding: 0px 20px;
    margin: 0 auto;
    max-width: 100%;
    width: 530px;
    min-height: 750px;
}

.topContent {
    display: block;
    min-height: 560px;
    padding: 0 0;   
}

.topContent.artistTopContent {
    min-height: 180px;  
}

.bottomContent {
    display:: block;
    margin: 0;
    padding: 0px;
    position: absolute;
    bottom: 70px;
    width: calc(100% - 40px);
}

.bottomImage img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}
.arrows {
    display:block;
    margin:20px 0;
    height:24px;
}
.arrows .left {
    text-decoration: none;
}
.arrows .right {
    float:right;
    text-decoration: none;
}
.arrows .left:hover, 
.arrows .right:hover {
    text-decoration: underline;
}
.arrowStyle {
    fill: #fff;
    stroke: #000;
    stroke-width: 1;
    height: 16px;
}
.arrowStyle:hover {
    stroke:#cd1719;
}

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

.authorContent, .internalPgContent {
    min-height:290px;
}

.colLeft, .colRight {
  flex-basis: 30%;
}

.authorContent.internalPgContent .colLeft,
.authorContent.internalPgContent .colRight {
    flex-basis: 31%;
}

.colLeft img, .colRight img, .colLeftTwoThirds img {
    border:1px solid #000;
    display:block;
    width:calc(100% - 2px);
    max-width:calc(100% - 2px);
}

.colMiddle {
  flex-basis: 38%; 
  text-align: center;
}
.colMiddle.internalPg {
    flex-basis: 39%;
}
.colMiddle .mainCol{
    background:#fff;
    display:block;
    padding:0 5px;
}
.colLeftTwoThirds {
    flex-basis: 60%;
}
.colLeftTwoThirds.addressImg img {
     padding: 0;
    margin: 0 0 54px;   
}
.colLeftTwoThirds.addressImg p {
       font-size: 9pt;
    text-align: center;
    width: 100%; 
}
.authorContent p {
    font-size: 8.5pt;
    line-height: 126%;
}
.authorContent p.title {
    padding-left:20px;
}

.internalPg.accreditation {
    display: flex;
    flex-direction: column;
    height: 250px;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}
.internalPg.accreditation .mainCol {
    
}

header .item .subItems.desktopShow {
    display:block;
    width:120px;
}

.homePgBottomSemiTitle {
    color:#cd1719;
    display:inline-block;
    font-size: inherit;
}

.home_dektop_sentence_whoWeAre {
     display: inline-block;
    text-align: left;   
}
.home_mobile_sentence_whoWeAre {
    display:none;
}

.hideOnDesktop {
    display:none;
}



.articlePg_1 {
    max-height: 530px;
    overflow: hidden;
}



/*
footer {
    display: block;
    width:100%;
    padding:30px 0;
}
*/
footer {
    display: block;
    width: 100%;
    padding: 30px 0;
    position: absolute;
    margin: 0 auto;
    width: calc(100% - 40px);
    bottom: 0;
}

footer .item {
    width: 100%;
    display: block;
    color: #cd1719;
    text-align: center;
    font-size:8pt;
}

@media only screen and (min-width: 800px) and (min-height: 820px) {
    
    .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    header.navList {
        padding-top:0;
    }
    footer {
        padding-bottom:0;
    }
    
}

@media only screen and (max-width: 600px) and (max-height: 820px) {
    
     header.navList {
        padding-top:0;
    }
    footer {
        padding-bottom:0;
    }
    .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    header .item,
    p, a, span, li, div {
        font-size: 8pt;
    }
    header.navList {
        height: 70px;
        width: calc(100% + 50px);
        left: -27px;
    }
    footer .item {
        font-size:7.5pt;
    }
    .topContent {
        min-height: 200px;
    }
    .authorContent p {
        font-size: 8pt;
    }
    .authorContent, .internalPgContent {
        min-height: 280px;
    }
    .arrows {
        margin: 10px 0;
        height: 20px;
    }
    .arrowStyle {
        height: 20px;
    }
    
}


@media only screen and (max-height: 819px) {
    
    .topContent {
        min-height: unset;
    }
    .authorContent, .internalPgContent {
        position: relative;
        width: 100%;
        bottom: 0;
    }
    .bottomContent {
        position: relative;
        bottom: 0;
        width: 100%;
        margin: 40px auto 0px;
    }
    footer {
        position: relative;
        widows: 100%;
    }
    
}


@media only screen and (max-width: 580px) {
   .hideOnDesktop {
        display:inline;
    }
    .hideOnMobile {
        display:none;
    }
    .bottomContent {
        margin: 0 auto;
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .homePgFirstSenOther {
        display:inline-block;
        text-align:left;
    }
    .paddingBottomMobile20 {
       padding-bottom:20px;
    }
    .container {
        width: 400px;
        max-width: calc(100% - 40px);
        padding: 0 20px 20px;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        min-height: auto;
    }
    .authorContent, .internalPgContent {
        min-height: auto;
    }
    
    .home_dektop_sentence_whoWeAre {
         display: none; 
    }
    .home_mobile_sentence_whoWeAre {
        display: inline-block;
        text-align: left;
    }
    .homePgBottomSemiTitle {
        
    }
    .topContent {
        min-height:unset;
    }
    header .item .itemParent {
        font-size:10pt;
        display:block;
        padding: 8px 0;
    }
    header.navList {
        left: 0;
        padding: 20px 0px;
        width: 100%;
        display: block;
        height: auto;
    }
    header .item {
display: block;
        text-align: left;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        padding: 8px 0;
        margin: 15px 0;
        font-size: 10pt;
    }
    header .item.hasChild {
        padding:0;
    }
    header .item .mobile.arrowStyle {
        display: inline-block;
        float: right;
        height: 15px;
        stroke: #cd1719;
    }
    .mobileHeader {
        display: block;
        padding: 50px 0 0;
    }
    .mobileHeader h1 {
        color: #CD171C;
        text-align: left;
        font-size: 10pt;
        display: block;
        margin: 0;
        padding: 0 0 10px;
    }
    header .item .subItems {
        position: relative;
        padding: 0px 0 0;
        display: block;
        height: 0;
        overflow: hidden;
    }
    header .item .subItems a, header .item .subItems div {
        padding: 2px 0;
        font-size:10pt;
    }
    header .item.hasChild:hover .subItems,
    header .item .subItems {
        width:100%;
    }
    
    .arrows {
        height: auto !important;
        margin: 0 0 40px 0;
    }
    .authorContent,
    .authorContent.internalPgContent{
        display: flex;
        flex-wrap: wrap;
    }
    .authorContent .colMiddle,
    .authorContent.internalPgContent .colMiddle.internalPg{
        order: 1;
        flex-basis: 100% !important;
        margin: 0 0 10px;
    }
    .authorContent .colLeft,
    .authorContent .colRight {
        order: 2;
        flex-basis: 48% !important;
    }
    .authorContent.internalPgContent .colLeftTwoThirds {
        order: 2;
        flex-basis: 100%;
    }
    .authorContent p {
        font-size:9pt;
    }
    .colMiddle .mainCol {
        padding:0;
    }
    .internalPg.accreditation {
        height:auto;
    }
    footer .item {
        width: 100%;
        text-align: left !important;
        padding: 0 0 5px;
        font-size: 9pt;
    }
    
}

/**** iPad Mini ****/
@media only screen and (min-width: 900px) and (max-width: 1181px) and (min-height: 700px) and (max-height: 820px) {
    .container {
        width:500px;
    }
    .arrows {
        margin: 20px 0; 
    }
}

/**** iPad Air ****/
@media only screen and (max-width: 1180px) and (height: 820px) {
    
}

/**** iPad Pro ****/
@media only screen and (width: 1366px) and (height: 1024px) {
    
}

/****  ****/
@media only screen and (max-width: 799px) {
    footer {
        position: relative;
        width:100%;
    }
}

