.container
{
    display: block;
}

.n {background-color: #AAAAAA;}
.h {background-color: #FFFFFF;}

#slideshowParent
{
    float: left;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 42%;
    border: none;
    overflow: hidden;
    box-shadow: 0px 0px 20px #AAAAAA;
    box-shadow: none;
}

.slideDiv
{
    z-index: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0%;
    width: 100%;
    background-color: #444444;
    background-image: none;
    background-position: center;
    background-size: cover;
    background-repeat: repeat-y;
    outline-offset: -2px;    
}

#slideshowArrowLeft
{
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 50%;
    top: calc(50% - 40px);
    padding: 15px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    border: 2px solid transparent;
}

#slideshowArrowRight
{
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 50%;
    top: calc(50% - 40px);
    padding: 15px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    border: 2px solid transparent;
}

#slideshowArrowLeftLink:focus #slideshowArrowLeft, #slideshowArrowRightLink:focus #slideshowArrowRight
{
    border: 2px solid #90BAFE;
}


h1, h2
{
    display: inline-block;
    width: 100%;
    font-size: 16pt;
    font-family: montserratregular, oswald, cabin, helvetica, oswald;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -0.5px;
    word-spacing: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    box-shadow: none;
    color: #444444;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 2px;

}

h1:after, h2:after
{
    display: block;
    width: 100px;
    height: 2px;
    overflow: hidden;
    background-color: #CCCCCC;
    content: "";
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 10pt;
    line-height: 0%;
}

.sectionContainerDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
}

.sectionTitle
{
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 16pt;
    font-family: montserratregular, oswald;
    margin-bottom: 25px;
    border-bottom: 1px solid #999999;
    padding-bottom: 15px;
    text-transform: uppercase;
    word-spacing: 5px;
}

.sectionText
{
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 15px;
    font-family: avenir, helvetica, arial;
    font-size: 12pt;
    color: #444444;
    line-height: 140%;
}

.sectionText a:link, .sectionText a:visited, .sectionText a:active
{
    font-size: inherit;
    font-weight: inherit;
    color: #335577;
    text-decoration: underline;
}

#slideshowParent
{
    padding-bottom: 40%;
}   

.collectionGroupTab:link, .collectionGroupTab:active, .collectionGroupTab:visited
{
    display: inline-block;
    font-size: 10pt;
    font-family: cabin, montserratregular, oswald, arial;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-transform: none;
    letter-spacing: 1px;
    color: #444444;
}

.collectionGroupTab:hover
{
    color: #222222;
    border-bottom: 3px solid #58DBD7;
}

.collectionGroupTabSelected, .collectionGroupTabSelected:link, .collectionGroupTabSelected:active, .collectionGroupTabSelected:visited
{
    color: #089B97;
    border-bottom: 3px solid #58DBD7;
} 


.collectionHomepageContainerDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 21%;
    padding-bottom: 0px;
    vertical-align: top;
    text-align: center;
    padding-bottom: 40px;
}

.collectionHomepageImageDiv
{
    text-align: justify;
}

.collectionHomepageImageDiv img
{
    float: none;
    display: inline-block;
    box-sizing: border-box;
    width: 23.0%;
    margin-bottom: 10px;
    border: none;
    box-shadow: 0px 10px 10px -5px #DDDDDD;
    vertical-align: top;
}

.collectionHomepageImageDiv img:nth-of-type(1)
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    border: none;
    vertical-align: top;
}

.collectionHomepageImageProductDiv
{
    text-align: center;
}

.collectionHomepageImageProductDiv img, .collectionHomepageImageProductDiv img:nth-child(1)
{
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 30%;
    margin: 0%;
    border: none;
    box-shadow: none;
    vertical-align: top;
}

.collectionHomepageTextContainerDiv
{
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

.collectionHomepageTitle
{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11pt;
    font-family: montserratregular, avenir, helvetica, cabin, oswald, arial;
    font-weight: normal;
    color: #444444;
    text-transform: uppercase;
}

.collectionHomepageSubTitle
{
    width: 100%;
    margin-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 9pt;
    font-family: avenir, cabin, oswald, arial;
    font-weight: normal;
    color: #999999;
    text-transform: uppercase;
}

.collectionHomepageGhostButton, .collectionHomepageGhostButton:active, .collectionHomepageGhostButton:link, .collectionHomepageGhostButton:hover, .collectionHomepageGhostButton:visited
{
    display: inline-block;
    padding: 15px;
    font-size: 12pt;
    font-family: cabin;
    border: 2px solid #999999;
}

.collectionHomepageGhostButton:hover
{
    border: 2px solid #444444;
}


.collectionimagediv a:nth-child(n + 6) img
{
    margin-bottom: 0%;
}

.buttonCollectionGroup, .buttonCollectionGroup:link, .buttonCollectionGroup:active, .buttonCollectionGroup:hover, .buttonCollectionGroup:visited
{
    float: none;
    display: inline-block;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;        
    text-align: center;
    font-size: 11pt;
    font-family: cabin, oswald, arial;
    text-transform: none;
    color: #444444;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    margin-bottom: 10px;
    background-color: rgba(106,201,157,1.00);
    background-color: rgba(255,255,255,1.00);
    letter-spacing: 1px;
    word-spacing: 2px;
}

.buttonCollectionGroup:hover
{
    color: #FFFFFF;
    border: 1px solid rgba(106,201,157,1.00);
    background-color: rgba(106,201,157,1.00);
}    

#buttonCollectionGroupPrevious
{
    padding-left: 30px;
    background-image: url('/assets/images/HomePageSlideshowArrowLeft.gif');
    background-position: 10% center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

#buttonCollectionGroupNext
{
    padding-right: 30px;
    background-image: url('/assets/images/HomePageSlideshowArrowRight.gif');
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

#popularPlayersContainerDiv, #newFeaturedContainerDiv
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.popularPlayerOuterDiv, .popularPlayerOuterDiv:active, .popularPlayerOuterDiv:link
{
    display: inline-block;
    box-sizing: border-box;
    width: 23%;
    margin-bottom: 30px;
}

.popularPlayerInnerDiv
{
    display: inline-block;
    position: relative;    
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
}

.popularPlayerName
{
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.40);
    font-size: 12pt;
    font-family: montserratregular;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}


.featuredCollectionDiv
{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 31%;
    background-color: #FFFFFF;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 40px;
    text-align: center;
}

.featuredCollectionImageContainerDiv
{
    display: inline-block;
    width: 100%;
    height: 0px;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center center;
}

.featuredCollectionBottomDiv
{
    display: inline-block;
    width: 80%;
    margin-top: 15px;
}

.featuredCollectionTitle, .featuredCollectionTitle:active, .featuredCollectionTitle:link, .featuredCollectionTitle:visited
{
    display: inline-block;
    width: 100%;
    font-size: 12pt;
    font-family: montserratregular, oswald;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding-bottom: 5px;
    text-decoration: none;
}

.featuredCollectionDescription
{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-size: 11pt;
    font-family: avenir, arial;
    color: #444444;
}

@media screen and (max-width: 840px)
{
    #slideshowParent
        {
        border-left: none;
        border-right: none;
        box-shadow: none;
    }    
    
    
    h1, h2
        {
        font-size: 18pt;
    }    

    .collectionHomepageContainerDiv
        {
        width: 45%;
    }

    .collectionGroupTab:nth-child(n + 3)
        {
        display: none;
    }
    
    .popularPlayerOuterDiv, .popularPlayerOuterDiv:active, .popularPlayerOuterDiv:link
        {
        width: 48%;
    }    
    
}


@media screen and (max-width: 640px)
{
    #slideshowParentContainer
        {
        width: 100%;
        border-left: none;
        border-right: none;
    }

    #slideshowParent
        {
        padding-bottom: 100%;
    }

    .slideDiv
        {
        background-size: cover;
    }
    
    #slideshowSquares
        {
        visibility: hidden;
    }

    #slideshowArrowLeft
        {
        padding-left: 5px;
    }

    #slideshowArrowRight
        {
        padding-right: 5px;
    }

    .featuredCollectionDiv
        {
        width: 100%;
        margin-bottom: 40px;
    }    
    
}
