@font-face {
    font-family: "HelveticaNeueW01-45Ligh";
    src: url("//assets.macysassets.com/dyn_img/fonts/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2") format("woff2"),
    url("//assets.macysassets.com/dyn_img/fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff");
}
@font-face {
    font-family: "HelveticaNeueW01-55Roma";
    src: url("//assets.macysassets.com/dyn_img/fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2") format("woff2"),
    url("//assets.macysassets.com/dyn_img/fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff");
}

span.ce-desktop {
    display: inline;
}
span.ce-mobile {
    display: none;
}

.back-to-top {
    text-align: right;
    margin-bottom: 16px;
}
.back-to-top a {
    color: #666;
    font-size: 13px;
    text-decoration: underline;
    text-transform: none;
    margin-right: 10px;
}

.fg-nav {
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: center;
    line-height: 1.6;
	font-size:19px;
}

#terms-navigation,
#terms-navigation a {
    font-weight: bold;
    text-decoration: none;
}

#terms-navigation a:hover {
    text-decoration: underline;
}

.fg-title {
    background-color: #000000;
    margin-top: 20px;
}

.fg-title h1 {
    font-size: 20px;
    color: #ffffff;
    margin-left: 120px;
	padding-top:5px;
}

.fg-text p {
    font-size: 11px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
	margin-top:5px;
}

.fg-letter {
    border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
}

.fg-letter-bottom {
	padding-top: 30px;
    border-top: none;
    border-bottom: none;
}

.fg-letter h3 {
    font-size: 18px;
    margin-left: 11px;
    margin-bottom: .3em;
	margin-top: .3em;
}

.fg-term {
    font-family: "HelveticaNeueW01-55Roma";
    font-weight: bolder;
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-top: 10px;
	text-transform: capitalize;
}

.fg-definition {
    font-family: "HelveticaNeueW01-45Ligh";
    font-size: 14px;
    margin-left: 10px;
}

@media only screen and (max-width:959px) {
    span.ce-desktop {
        display: none;
    }
    span.ce-mobile {
        display: inline;
    }
    .fg-title h1 {
        font-size: 6vw;
        margin-left: 5vw;
        margin-top: 2vw;
    }
    .fg-text p {
        font-size: 4.3vw;
        width: 90%;
        margin-top: 8vw;
    }
    .fg-nav {
        padding-bottom: 10vw;
        padding-top: 3vw;
        font-size: 5.5vw;
    }
    .fg-content section {
        margin-left: 3vw;
        margin-right: 3vw
    }
    .fg-letter {
        margin-bottom: 5vw;
    }
    .fg-letter h3 {
        font-size: 5vw;
        margin-left: 3vw;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 4.5vw;
        padding-bottom: 4vw;
    }
    .fg-term {
        font-size: 4.5vw;
        margin-left: 3vw;
        margin-top: 0;
		text-transform: capitalize;
    }
    .fg-definition {
        font-size: 4.5vw;
        margin-left: 3.3vw;
        margin-bottom: 7vw;
    }
    .back-to-top {
        text-align: left;
        margin-bottom: 6vw;
        padding-left: 4vw;
    }
    .back-to-top a {
        font-size: 4vw;
        margin-right: 2vw;
        text-transform: capitalize;
    }
	.fg-letter-bottom {
        padding-bottom: 9vw;
        margin: 0 3vw;
    	border-top: solid 1px #d6d6d6;
	}
}
