<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sykes-comp {
	margin: -41px -15px 0 -15px;
}

#sykes-comp .hero {
    margin-bottom: 20px;
    padding: 0;
}

#sykes-comp .hero img {
	max-width: 100%;
	display: inline-block;
}

#sykes-comp h1 {
    padding: 0px 15px;
    line-height: normal;
    font-size: 22px;
}

#sykes-comp .form-intro {
	min-width: 320px;
	width: 100%;
	text-align: center;
	margin: 0;
}

#sykes-comp .form-intro span {
	background: rgba(228, 4, 32, .05);
	padding: 15px 15px;
	font-family: Raleway;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	margin-left: auto!important;
	margin-right: auto!important;
	max-width: 800px;
	width: 100%;
	display: inline-block;
	position: relative;
}

#sykes-comp iframe {
	height: 840px;
}

.spacer-full {
    height: 40px;
    clear: both;
    display: block;
}
.spacer-half {
    height: 20px;
    clear: both;
    display: block;
}

#terms {
	margin-top: 20px;
	margin-bottom: 20px;
}
#terms h4{
	
}

#terms h5{
	font-size:14px;
	margin-left: -20px;
}

#terms ol{
	padding-left: 15px;
}


#terms li{
    font-size: 12.5px;
    line-height: 24px;
}

#terms p{
	font-size: 13px;
}


@media only screen and (min-width : 480px) {

	#sykes-comp .hero {
    	margin-bottom: 20px;
    	padding: 0 15px;
 }	
	#sykes-comp h1 {
	    padding: 0px 30px;
	    line-height: normal;
	    font-size: 32px;
	}
}


@media only screen and (min-width: 768px) {
	#sykes-comp {
		margin: -30px 0px 0 0px;
	}
	#sykes-comp .hero {
    	margin-bottom: 30px;
    	padding: 0 15px;
	}	
	#sykes-comp h1 {
	    padding: 0px 30px;
	    line-height: normal;
	    font-size: 40px;
	}
	#sykes-comp .form-intro span {
		padding: 20px 15px;
		font-size: 18px;
	}
    .spacer-full {
        height: 60px;
    }
    .spacer-half {
        height: 30px;
    }
}</pre></body></html>