/**************************************** Branding Bar ***************************************/
/* Add a utitlity clearfix */
 .brand-clearfix:before, .brand-clearfix:after {
     content: '';
     display: table;
}
 .brand-clearfix:after {
     clear: both;
}
 #branding-bar-v1_4-14-2015 {
     background: #7A1705 url('http://wcms.liberalarts.iupui.edu/shared-assets/files/images/bg-bar_with-gray.png') repeat-x;
     color: #fff;
     min-height: 80px;
     font-size: 16px;
     text-align: right;
     position: relative;
     z-index: 5;
     -webkit-font-smoothing: initial;
     -moz-font-smoothing: initial;
     font-smoothing: initial;
}
/* color image position/size repeat */
 #branding-bar-v1_4-14-2015 * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 #branding-bar-v1_4-14-2015 .wrapper {
     max-width: 63.75em;
     margin-left: auto;
     margin-right: auto;
     padding-right: 2.35765%;
     padding-left: 2.35765%;
}
 #branding-bar-v1_4-14-2015 .wrapper:after {
     content: "";
     display: table;
     clear: both;
}
 #branding-bar-v1_4-14-2015 a {
     color: #fff;
}
 #branding-bar-v1_4-14-2015 ul {
     list-style: none;
}
 #branding-bar-v1_4-14-2015 p {
     margin-top: 0;
}
/*** Bar ***/
 #branding-bar-v1_4-14-2015 .bar {
     border-top: 6px solid #990000;
}
/*** Trident Tab & Campus Name ***/
 #branding-bar-v1_4-14-2015 .campus {
     font-family: "BentonSansCondRegular", "Arial Narrow", Arial, Helvetica, sans-serif;
     font-size: 1.125em;
    /* 16px (16/16) */
     font-weight: normal;
     left: auto;
     letter-spacing: 0.025em;
     line-height: 1em;
    /* 16px (16/16) */
     position: absolute;
     text-align: left;
     text-transform: uppercase;
     top: 6px;
     z-index: 400;
     margin: 0;
}
 #branding-bar-v1_4-14-2015 .campus a {
     font-family: inherit;
     display: table-cell;
     height: 46px;
     padding: 0 0 0 75px;
     text-decoration: none;
     vertical-align: middle;
}
 #branding-bar-v1_4-14-2015 .campus a:hover {
     text-decoration: none;
     color: #fff;
}
 #branding-bar-v1_4-14-2015 .campus img {
     height: auto;
     position: absolute;
     left: 0;
     top: -6px;
     width: 64px;
}
 #branding-bar-v1_4-14-2015 .campus .expanded {
     display: none;
}
 #branding-bar-v1_4-14-2015 .SLA-banner-text {
     font-family: "BentonSansCondRegular", "Arial Narrow", Arial, Helvetica, sans-serif;
     font-size: 1em;
     font-weight: normal;
     letter-spacing: 0.025em;
     line-height: .5em;
     position: absolute;
     top: 38px;
     left: 6px;
     text-align: left;
     text-transform: uppercase;
     z-index: 400;
     margin: 0;
}
 #branding-bar-v1_4-14-2015 .SLA-banner-text a {
     color: #191919;
}
 #branding-bar-v1_4-14-2015 .SLA-banner-text a:hover {
     color: #7d110c;
}
/* <768, <992, <1200, >=1200 */
/* xs */
 @media screen and (max-width: 767px) {
    /*** Trident Tab & Campus Name ***/
     #branding-bar-v1_4-14-2015 .campus {
         font-size: 1.125em;
        /* 18px (18/16) */
         line-height: 1em;
        /* 18px (18/18) */
    }
     #branding-bar-v1_4-14-2015 .campus a {
         height: 46px;
         padding: 0 0 0 75px;
    }
     #branding-bar-v1_4-14-2015 .campus img {
         left: 0;
         width: 64px;
    }
     .SLA-banner-text {
         top: 51px;
         left: 80px;
    }
}
/* sm */
 @media screen and (min-width: 768px) {
    /*** Trident Tab & Campus Name ***/
     #branding-bar-v1_4-14-2015 .campus {
         font-size: 1.125em;
        /* 18px (18/16) */
         line-height: 1em;
        /* 18px (18/18) */
    }
     #branding-bar-v1_4-14-2015 .campus a {
         height: 46px;
         padding: 0 0 0 75px;
    }
     #branding-bar-v1_4-14-2015 .campus img {
         left: 0;
         width: 64px;
    }
     .SLA-banner-text {
         top: 51px;
         left: 80px;
    }
}
/* md */
 @media screen and (min-width: 992px) {
     #branding-bar-v1_4-14-2015 .wrapper {
         padding: 0;
    }
     #branding-bar-v1_4-14-2015 .campus abbr {
         display: none;
    }
     #branding-bar-v1_4-14-2015 .campus .expanded {
         display: block;
    }
     .SLA-banner-text {
         top: 51px;
         left: 80px;
    }
}
/* lg */
 @media screen and (min-width: 1200px) {
     #branding-bar-v1_4-14-2015 .wrapper {
         padding: 0;
    }
     #branding-bar-v1_4-14-2015 .campus abbr {
         display: none;
    }
     #branding-bar-v1_4-14-2015 .campus .expanded {
         display: block;
    }
     .SLA-banner-text {
         top: 51px;
         left: 80px;
    }
}
 