.contCongrats {
    background: #fff;
    border: 1px solid #ccc;
    padding: 11px;
    font-family: Gabarito, sans-serif;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(204, 204, 204, 1);
}

#tblAwardBannerAA .sbDeno {
    float: none;
    margin: 0;
    max-width: 281px;
}

.contCongrats .sbDeno {
    float: left;
    margin-right: 15px;
    max-width: 281px;
}

.contCongrats .msg {
    float: left;
    margin-top: 0;
}

.contCongrats .aR1 {
    color: #4f5159;
    font-size: 1.8em;
    padding-bottom: 1rem;
}

.contCongrats .aR2 {
    color: #4f5159;
    font-size: 2.4em;
    padding-bottom: 1rem;
}

.contCongrats .aR3 {
    color: #4f5159;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1rem;
}

.contCongrats .aR3 a {
    color: #20A0D1;
    text-decoration: none;
}

.contCongrats .aR3 a:hover {
    text-decoration: underline;
}

.contCongrats .learnMore .aR3 {
    font-size: 1.8em;
    font-weight: normal;
}

.contCongrats .learnMore a.btn {
    border: 1px solid #316cb1;
    border-radius: .4;
    padding: 1rem;
    color: #316cb1;
    font-size: 1.4em;
    display: inline-block;
    text-decoration: none;
}

.contCongrats .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: url(/content/results/images/close-light.png) no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
}

.congratsContainer .validateMsg {
    border: .1rem solid #900;
    color: #900;
    background-color: #ffe1e1;
    font-weight: bold;
    padding: .6rem;
    font-size: 1.3em;
    width: 53rem;
    margin-top: 1rem;
}

.congratsTitle {
    font-size: 1.4em;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: .5rem;
    background-color: #066;
}

.congratsGray {
    font-size: 1.1em;
    color: #da0d0a;
    font-weight: normal;
    margin: 2.2rem 0 1.2rem 0;
}

.congratsGray a,
.congratsGray span {
    font-weight: bold;
    color: #666;
    line-height: 3;
}

.congratsBig .gray a:hover {
    text-decoration: none;
}

.swagBuckLink {
    cursor: pointer;
}

.captchaHeader {
    color: #006665;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding: 16px 0 10px;
}

.captcha {
    float: left;
    border: 1px solid #CCCCCC;
    margin: 0 10px 0 0;
}

.congratsGray .big {
    font-size: 13px;
    font-weight: bold;
    color: #8C8C8C;
}

.noMargin {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.noMargin span {
    line-height: normal;
}

.social {
    margin-left: 10px;
}

.social a {
    display: inline-block;
    height: 14px;
    background: url(/content/results/images/social-sm.png) 0 0 no-repeat;
    width: 16px;
}

.social a.tw {
    background-position: -16px 0;
}

.social a img {
    display: none;
}

.iWonX {
    margin: 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #990000;
    font-family: Gabarito, sans-serif;
}

.iWonX a {
    color: #FFFFFF;
}
/*partner hack*/

.subCatsNav a.highlight1,
.highlight1 {
    color: #2C6CB3;
}

.fltLft {
    float: left;
}

.btn1 {
    background: url("/content/skin-02/images/grad7.jpg") repeat-x scroll left top transparent;
    border: 1px solid #10335D;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    padding: 6px 10px 5px;
    text-align: center;
}

.btn2 {
    background: url("/content/skin-02/images/grad13.jpg") repeat-x scroll left top transparent;
    border: 1px solid #5D6E0E;
}

#tblAwardBannerAA {
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    max-width: none;
    max-height: none;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-animation:  1s linear sbWinFadeIn;
    animation: 1s linear sbWinFadeIn;
}

#contCongratsCont {
    margin: 20px 0;
}

#congratsEncraveLnk {
    margin: -5px 0px 20px 0px;
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
}

@-webkit-keyframes sbWinFadeIn {
    0% {
        max-height: 0;
    }
    100% {
        max-height: 50rem;
    }
}
@keyframes sbWinFadeIn {
    0% {
        max-height: 0;
    }
    100% {
        max-height: 50rem;
    }
}
