.mobile {
    display: block;
}
.desktop {
    display: none;
}
#main-content {
    background-color: #f0f0f0 !important;
}
.wrapper {
    background-color: #fff;
}
.sevenHundo {
    font-weight: 700;
    font-family: "museo-sans", sans-serif;
}
.threeHundo {
    font-weight: 300;
    font-family: "museo-sans", sans-serif;
}
.fiveHundo {
    font-weight: 500;
    font-family: "museo-sans", sans-serif;
}
.nineHundo {
    font-weight: 900;
    font-family: "museo-sans", sans-serif;
}
.gray-txt {
    color: #666666;
}
.black-txt {
    color: #000 !important;
}
.button-red-candy a {
    position: relative;
    display: block;
    border-radius: 4px;
    border-style: outset;
    text-align: center;
    text-decoration: none;
    padding: .6rem;
    background: -webkit-linear-gradient(#c50b0f, #ea595d, #e91d22, #e82a2f); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: linear-gradient(#c50b0f, #ea595d, #e91d22, #e82a2f); /* Standard syntax (must be last) */
    box-shadow:
    0 0 0 6px #f5f5f5,
    0 0 0 7px #dcdcdc,
    0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border: solid #b33133 3px;
    color: #fff;
    font-size: 16px;
}
.button-red-candy img {
    position: absolute;
    top: 0;
    left: 0;
    height: 37px;
}
.button-red-candy a:hover {
    position: relative;
    display: block;
    border-radius: 4px;
    border-style: outset;
    text-align: center;
    text-decoration: none;
    padding: .6rem;
    background: -webkit-linear-gradient(#9e0407, #d11b20, #d25255, #d31a1f); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9e0407, #d11b20, #d25255, #d31a1f); /* Standard syntax (must be last) */
    box-shadow:
    0 0 0 6px #f5f5f5,
    0 0 0 7px #dcdcdc,
    0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border: solid #b33133 3px;
    color: #fff;
    font-size: 16px;
}
.button-red-candy {
    width: 140px;
}
.button-red-candy.button-large {
    width: 180px;
}
.button-red-candy::After {
    content:'';
    background: url(../images/cta-reflect-only.png) no-repeat;
    display: block;
    height: 67px;
    margin: -30px 0 0 -48px;
}
.rzleft {
padding-left:1rem;
}
.green {
color: green;
}

.border-top {
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(255,0,0,0), rgba(95,95,96,1), rgba(255,0,0,0)); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255,0,0,0), rgba(95,95,96,1), rgba(255,0,0,0)); /* Standard syntax (must be last) */
    margin: 0px 20px 30px 20px;
}
.disclaimer {
    margin-top: 30px;
    color: #888888;
}

