.BrandHead {
    font-family: 'HelveticaNeueLT-BoldCond', Arial, Helvetica, sans-serif;
}

.square {
    padding: 3px; 
    width: 96%;
    height: 131px;
    display: inline-block;
    margin: 9px 9px 0px 0px;
    background-color: #e8e9e9;
}
.BrandLogoDivWithLogo {
    padding-top: 25px;
    margin-bottom: 30px;
    visibility: visible;
}
.BrandLogoDivWithoutLogo {
    padding-top: 35px;
    margin-bottom: 43px;
    visibility: hidden;
}
.BrandTextDiv {
    position: relative;
}
.BrandLogo {
    display: block;
    margin: 0 auto;
    cursor: pointer; 
    cursor: hand; 
    max-width:100%;
    max-height:100%;
}
.removeCol12Padding {
    padding-left: 0px !important;
}
.removeRowMargin {
    margin-left: 0px !important;
}
hr {
    height: 1px !important;
    color: #717171 !important;
    background-color: #717171 !important;
    border: none !important;
}
.topNavLetters a, 
.topNavLetters a:active,
.topNavLetters a:link,
.topNavLetters a:visited {
    color: #717171 !important;
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    cursor: pointer; 
    cursor: hand;
}
.nopadding a, 
.nopadding a:active,
.nopadding a:link,
.nopadding a:visited {
    color: #717171 !important;
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    cursor: pointer; 
    cursor: hand;
}

.LetterCat {
    font-weight: 900 !important;
    color: #333;
    padding-top: 60px;
}
#navbar-main {
    background-color: #FFFFFF;
    border: none;
}
#navbar-main .container {
    padding-left: 0px !important;
}
.title {
    padding-bottom: 10px;
}
.topNavLetters a{
    padding: 0px 2px 0 2px;
}
.BrandTextDiv div{
    display: block;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .BrandLogo{ padding-left: 15px;padding-right: 15px; }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
        
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }


