@font-face {
    font-family: 'Trade Gothic Bold';
    src: url('fonts/Trade Gothic LT Bold.ttf') format("truetype");
}

@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('fonts/TradeGothicLTStd.otf') format("opentype");
}

html, body {
    background: transparent right top no-repeat;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

main {
    height: 100%;
}

#logo {
    left: 3.2%;
    margin: 0;
    position: absolute;
    top: 2.1%;
    width: 19.7%;
    z-index: 2;
}

#logo img {
    width: 100%;
}

.button {
    border-radius: 5rem;
    cursor: pointer;
    display: table;
    font-family: 'Trade Gothic LT Std', sans-serif;
    font-size: 1rem;
    height: 1.774rem;
    line-height: 100%;
    overflow: hidden;
    position: absolute;
}

#call {
    left: 77.3%;
    text-align: center;
    top: 3.8%;
    width: 19.4%;
    z-index: 2;
}

#call a {
    height: 100%;
    text-decoration: none;
    width: 100%;
}

#call .label, #call .number {
    border: 2px solid white;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#call .label {
    background-color: white;
    border-radius: 5rem 0 0 5rem;
    color: #ffa726;
    width: 23.6%;
}

#call .number {
    border-radius: 0 5rem 5rem 0;
    color: white;
}

#page-title {
    color: white;
    font-family: 'Trade Gothic Bold', sans-serif;
    left: 1.9%;
    position: absolute;
    top: 21.1%;
    width: 62%;
    z-index: 2;
}

#page-title h1 {
    font-size: 3.4rem;
    line-height: 3rem;
    margin: 0;
}

#description {
    color: white;
    font-family: 'Trade Gothic LT Std', sans-serif;
    height: 14.606rem;
    left: 0;
    position: absolute;
    top: 32.8%;
    width: 39.774rem;
    z-index: 0;
}

#description #text-box {
    background: #3f3f4f;
    float: left;
    height: 100%;
    position: relative;
    width: 66.666%
}

#description #text-box p {
    margin: 1.75rem 1.45rem 0rem;
}

#description #image-box {
    background: #ed1962;
    display: table;
    float: left;
    height: 100%;
    margin: 0;
    position: relative;
    width: 33.333%;
}

#description #image-box #light-bulb-icon {
    display: table-cell;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 6rem;
}

#description #image-box #light-bulb-icon img {
    width: 6rem;
}

#what-youll-learn {
    background-color: white;
    bottom: 6%;
    color: #3d3d4f;
    margin-right: 1rem;
    right: 50%;
    text-align: center;
    width: 11rem;
}

#what-youll-learn a {
    color: inherit;
    display: table-cell;
    height: 100%;
    margin: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}

.arrow {
    width: 12.06%;
}

#cta {
    bottom: 6%;
    background-color: #ff7204;
    box-shadow: 0 0 1.5px 0 white;
    color: white;
    left: 50%;
    margin-left: 1rem;
    vertical-align: middle;
    width: 9.6rem;
}

#cta span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#hero {
    margin: 0;
    position: absolute;
    right: 0;
    width: 26.129rem;
    z-index: 1;
}

#hero img {
    width: 100%;
}

#affiliate-logos {
    background: white;
    bottom: 0;
    height: 10%;
    margin: 0;
    overflow: hidden;
    position: fixed;
    width:  100%;
    z-index: 2;
}

#affiliate-logos img {
    position: absolute;
    top: 0;
    width: 100%;
}