/*Card overrides*/
.ux-card.ux-badge-card .row.margin {
    height: auto;
}

/*Badges*/
.ux-badge {
    background-color: transparent;
    position: relative;
}

.ux-badge .ux-badge-graphic {
    font-weight: bold;
    background-image: url(images/promo-badge-base.png);
    background-color: #CCCCCC;
    height: 83px;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100px;
    box-sizing: border-box;
    padding-left: 0;
    margin: 10px -6px 16px 10px;
}

.ux-badge .ux-badge-graphic .offer-copy {
    color: #FFFFFF;
    display: block;
    width: 82px;
    height: 69px;
    white-space: normal;
    text-align: center;
    font-size: 19pt;
    font-size: 17pt\9;
    overflow: hidden;
    padding-top: 10px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Source Sans Pro", Arial, sans-serif;
}

.ux-badge H2,
.ux-badge H3 {
    font-family: "Source Sans Pro", Arial sans-serif;
    font-size: 13pt;
    line-height: normal;
    font-weight: normal;
    color: #000000;
    width: 196px;
    text-align: left;
    height: 61px;
    padding: 0px;
    margin: 0;
    text-align: left;
    white-space: normal;
    /*+placement:anchor-top-right 12px 30px;*/
    position: absolute;
    right: 12px;
    top: 30px;
}


.ux-badge H2 A,
.ux-badge H3 A {
    word-wrap: break-word;
    display: block;
    /*[disabled]overflow:hidden;*/
    /*[disabled]width:auto;*/
    height: 64px;
    text-shadow: none;
    font-family: "Source Sans Pro", Arial, sans-serif;
}

/* formatting for titles and offer copy -pete */
p.card-promo-p {
  margin-left: 10px;
  width: 280px;
  color: #787878;
  font-size: 13px;
}
.offer-copy SPAN {
font-size: 35px;
font-size: 31px\9;  /* IE 8 and below */
font-weight: bold\9; /* IE 8 and below */
letter-spacing: -.01em;
}
.offer-copy span sup {
 top: -0.20em;
}
div.image {
 margin-bottom: 8px;
}
.four-letter-emph {
 /* such as FREE, SAVE etc. can be used for 2-3 letter also */
  font-weight: 600;
  font-size: 30px!important;
}
.see {
  padding-top: 110px;
  text-align: center;
 font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  }
p.p-see {
  text-align: center;
  padding-bottom: 115px;
}


/*Colors*/
.ux-badge-default-color .ux-badge-graphic {
    background-color: #005FA9 !important;
}

.ux-badge-inv-color .ux-badge-graphic {
    background-color: #CC092F;
}

.ux-badge-inv-color A, .ux-badge-inv-color A:link, .ux-badge-inv-color A:visited {
    color: #CC092F;
}

.ux-badge-ab-color .ux-badge-graphic {
    background-color: #0D165A;
}

.ux-badge-ab-color A, .ux-badge-ab-color A:link, .ux-badge-ab-color A:visited {
    color: #0D165A;
}

.ux-badge-gib-color .ux-badge-graphic {
    background-color: #005ca9;
}   

.ux-badge-gib-color A, .ux-badge-gib-color A:link, .ux-badge-gib-color A:visited {
    color: #005ca9;
}   

.ux-badge-molc-color .ux-badge-graphic {
    background-color: #5E3498;
}   

.ux-badge-molc-color A {
    color: #5E3498;
}   

.ux-badge-nov-color .ux-badge-graphic {
    background-color: #F99500;
}   

.ux-badge-nov-color A, .ux-badge-nov-color A:link, .ux-badge-nov-color A:visited {
    color: #F99500;
}   

.ux-badge-amb-color .ux-badge-graphic {
    background-color: #007C63;
}   

.ux-badge-amb-color A, .ux-badge-amb-color A:link, .ux-badge-amb-color A:visited {
    color: #007C63;
}   

.ux-badge-ion-color .ux-badge-graphic {
    background-color: #818285;
}   

.ux-badge-ion-color A {
    color: #818285;
}

/* font */
.source-sans-pro {
  font-family: "Source Sans Pro", sans-serif;
}
.wt7 {
  font-weight: 700;
}
.wt6 {
  font-weight: 600;
}
/* there is no 500 weight */
.wt4 {
  font-weight: 400;
}
.wt3 {
  font-weight: 300;
}
.wt2 {
  font-weight: 200;
}

/* test comment */