
@import "https://fonts.googleapis.com/css?family=Lato:300,400,700,900";

body, html {
    font-size: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
h1, h2 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
div, p {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
a:link, a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
a:hover, a:active {
    color: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
a:hover, a:active, a:link {
    cursor: pointer!important;
}
img {
    border: medium none;
}

/*--Header--*/
#header {
    background: #FFFFFF;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#header .content {
    max-width: 1160px;
    height: 126px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .content #logo {
    display: block;
    width: 320px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
/*Login*/
#header .content .login {
    display: block;
    background: #FF4562;
    color: #fff;
    font-size: 18px;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    width: 110px;
    height: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
#header .content .login:hover {
    background: #FF4562;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
/*Chrome & Safari Fix*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#header .content .login {
    font-weight: 600;
    }
}

/*--Hero--*/
#hero {
    background: url(../img/5b92704b25513-42-Talk-RadioEDITEDblack.jpg) no-repeat center top #ddd;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 29% 0 155px 0;
    position: relative;
}

/*--5 Step Form--*/
#form-wrapper {
	background: rgba(0,0,0,.75);
    /*background: rgba(51,51,51,.85);*/
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 997;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}

/*Fixed Form State*/
.fixed {
    background: rgba(0,0,0,.98)!important;
    position: fixed!important;
    top: 0px;
    height: 90px!important;
    bottom: auto!important;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
.fixed .signup {
    margin: 15px auto;
}
.fixed-wld-error {
    position: fixed!important;
    top: 75px!important;
}
.fixed .wld-field.wld-field--confirm {
    top: 75px!important;
    bottom: auto!important;
}
.fixed .wld-field.wld-field--confirm::before {
    bottom: inherit!important;
    top: -4px!important;
}

/*--H1 Heading--*/

#hero h1,
#hero h2,
#hero h3,
#hero p {
    color: #fff;
    font-size: 48px;
    font-family: 'Lato', serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 49px;
    margin: 0 auto;
    padding: 0;
    text-shadow: 0 5px 10px rgba(0,0,0,.5);
}

/*--Row 1--*/
#row1 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 54px 0 56px 0;
}
#row1 h2 {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto 20px auto;
    padding: 0 20px;
    text-align: center;
}
#row1 p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    width: 1160px;
}
#row1 .first-1 {
    margin-bottom: 20px;
}
#row1 .btn {
    display: block;
    background: #FF4562;
    color: #fff;
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 20px auto 0 auto;
    padding: 14px 0 15px 0;
    text-align: center;
    width: 220px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
    overflow: hidden;
}
#row1 .btn:hover {
    background: #FF4562;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
/*Chrome & Safari Fix*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#row1 .btn {
    font-weight: 300;
    }
    #row1 p {
        font-weight: 300;
    }
}

/*--Row 2--*/
#row2 {
    background: url(../img/5b913ddb864b4-41-The-WaveEDITED.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 54px 0 17.3% 0;
    position: relative;
}
#row2 h2 {
    color: #FFFFFF;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
#row2 .content {
    max-width: 1160px;
    height: auto;
    margin: 0 auto;
    padding: 90px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#row2 .content .features {
    height: auto;
    margin: 0 auto;
    padding: 0;
}
#row2 .content .features .item {
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#row2 .content .features .item img {
    display: block;
    width: 40px;
    height: auto;
    margin: 0 30px 0 0;
    padding: 0;
}
#row2 .content .features .item p {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
    padding: 0;
    text-transform: uppercase;
    width: 250px;
}
/*--CTA--*/
#row2 .cta {
    background: rgba(255,69,98,0.85);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 4.2% 0;
}
#row2 .cta h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
#row2 .cta .btn {
    display: block;
    background: #fff;
    color: #FF4562;
    font-family: 'Open sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 0 0;
    padding: 21px 0 19px 0;
    text-align: center;
    text-transform: uppercase;
    width: 350px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
    overflow: hidden;
}
#row2 .cta .btn:hover {
    color: #525252;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
/*Chrome & Safari Fix*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#row2 .cta .btn {
    font-weight: 600;
    }
#row2 .content .features .item p {
    font-weight: 300;
    }
}

/*--Footer--*/
#footer {
    background: #525252;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 56px 0;
}
#footer p {
    color: #FFFFFF;
    font-family: 'Open sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 20px auto;
    text-transform: uppercase;
}
/*Footer Menu*/
#footer .navigation {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    width: 336px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .navigation li {
}
#footer .navigation li a,
.external_links li a {
    color: #FFFFFF;
    font-family: 'Open sans', sans-serif;
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#footer .navigation li a:hover,
.external_links li a:hover {
    color: #FF4562;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#footer #scrolltotop {
    background: url(../img/scrolltotop.png) no-repeat center center #fff;
    background-size: 60px 70px;
    width: 44px;
    height: 44px;
    margin: 20px auto 0 auto;
    padding: 0;
    display: block;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
#footer #scrolltotop:hover {
    opacity: .7;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
.external_links {
	list-style: outside none none;
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 600px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.shared_network_text {
	padding: 25px;
	line-height: 20px;
}

/*---------------MEDIA QUERIES---------------*/
@media screen and (max-width: 1800px) {
    #row2 .content {
        padding: 50px 0 40px 0;
    }
}
@media screen and (max-width: 1500px) {
    #row2 .content {
        padding: 50px 0;
    }
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
    #hero {
        padding: 30% 0 140px 0;
    }
    #row1 p {
        width: auto;
    }
}
@media screen and (max-width: 1050px) {
	#hero h1,
	#hero h2,
	#hero h3,
	#hero p {
        font-size: 38px;
    }
    #row2 .content {
        padding: 30px 0 50px 0;
    }
}
@media screen and (max-width: 1024px) {
    #row1 {
        padding: 30px 0;
    }
    #row2 {
        padding-top: 30px;
    }
}
@media screen and (max-width: 980px) {
    #row2 {
        padding-bottom: 20%;
    }
    #row2 .content {
        flex-direction: column;
    }
}
@media screen and (max-width: 850px) {
    #hero {
        padding: 31% 0 130px 0;
    }
	#hero h1,
	#hero h2,
	#hero h3,
	#hero p {
        font-size: 30px;
    }
}
@media screen and (max-width: 768px) {
    #hero {
        padding: 34% 0 100px 0;
    }
    #form-wrapper {
        background: none;
        transition: none!important;
    }
    .fixed {
        background: none!important;
        position: absolute!important;
        top: auto!important;
        height: 90px!important;
        bottom: 0!important;
    }
    .fixed .signup {
        margin-top: 0;
    }
    .fixed .wld-field.wld-field--confirm {
        top: auto!important;
        bottom: 71px!important;
    }
    .fixed .wld-field.wld-field--confirm::before {
        top: auto!important;
        bottom: -4px!important;
    }
    #row2 .content .features .item p {
        font-size: 18px;
    }
    #row2 .cta .btn {
        width: 260px;
        font-size: 18px;
        padding: 18px 0 16px 0;
    }
    #footer {
        padding: 30px 0;
    }
}
@media screen and (max-width: 755px) {
	.external_links {
		flex-direction: column;
		margin-bottom: 0;
		width: auto;
	}
	.external_links li {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 700px) {
	#hero h1,
	#hero h2,
	#hero h3,
	#hero p {
        font-size: 24px;
    }
}
@media screen and (max-width: 650px) {
    #header .content {
        height: 100px;
    }
    #header .content .login {
        width: 80px;
        font-size: 13px;
        padding: 15px 0;
    }
    #row2 {
        padding-bottom: 30%;
    }
    #row2 .cta {
        padding: 5% 0;
    }
}
@media screen and (max-width: 580px) {
    #row2 .cta h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 550px) {
    #header .content {
        height: 80px;
    }
    #header .content #logo {
        width: 65%;
    }
    #hero {
        padding: 50% 0 100px 0;
    }
	#hero h1,
	#hero h2,
	#hero h3,
	#hero p {
        font-size: 24px;
        width: 280px;
        line-height: 28px;
    }
}
@media screen and (max-width: 530px) {
    #row2 .cta {
        padding: 7% 0;
    }
    #row2 .content .features .item img {
        margin-right: 15px;
    }
    #row2 .content .features .item p {
        width: 222px;
    }
    #footer .navigation {
        flex-direction: column;
        margin-bottom: 0;
        width: auto;
    }
    #footer .navigation li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 450px) {
    #row2 {
        padding-bottom: 40%;
    }
    #row2 .cta h2 {
        width: 280px;
    }
}
@media screen and (max-width: 360px) {
    #row2 {
        padding-bottom: 50%;
    }
    #row2 .content .features .item p {
        font-size: 15px;
        line-height: 21px;
        width: 185px;
    }
}
@media screen and (max-width: 320px) {
    #header .content #logo {
        width: 58%;
    }
    #row1 h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    #row2 h2 {
        font-size: 25px;
    }
    #row2 .cta h2 {
        font-size: 25px;
        width: 220px;
        padding: 0;
    }
    #row2 .cta .btn {
        width: 200px;
    }
}
@media screen and (max-width: 300px) {
	#hero h1,
	#hero h2,
	#hero h3,
	#hero p {
        font-size: 20px;
        line-height: 22px;
        width: 230px;
    }
}
