<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Start Standard CTA Button Styling ***/

.standard_button {
	display: block;
	width: 100%;
	height: 45px;
	background: #e35205;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "source-sans-pro", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	cursor: pointer;
	margin: 0 auto;
	padding: 13px 38px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

	.standard_button:hover {
		color: #fff;
		background: #f96d06;
		height: 45px;
		padding: 13px 38px;
	}

.standard_button_pf {
	display: block;
	width: 100%;
	height: 45px;
	background: #00a1df;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "source-sans-pro", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	cursor: pointer;
	margin: 0 auto;
	padding: 13px 38px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

	.standard_button_pf:hover {
		color: #fff;
		opacity:.7;
		height: 45px;
		padding: 13px 38px;
	}

.standard_button_pf_download {
	display: block;
	width: 88%;
	height: 45px;
	background: #00a1df;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "source-sans-pro", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	cursor: pointer;
	margin: 0 auto;
	padding: 13px 38px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

	.standard_button_pf_download:hover {
		color: #fff;
		opacity:.7;
		height: 45px;
		padding: 13px 38px;
	}

.standard_button_go {
	display: block;
	width: 100%;
	height: 45px;
	background: #4DBA86;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "source-sans-pro", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	cursor: pointer;
	margin: 0 auto;
	padding: 13px 38px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

	.standard_button_go:hover {
		color: #fff;
		opacity:.7;
		height: 45px;
		padding: 13px 38px;
	}
.standard_button_boost {
	display: block;
	width: 100%;
	height: 45px;
	background: #BF311A;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "source-sans-pro", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	cursor: pointer;
	margin: 0 auto;
	padding: 13px 38px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

	.standard_button_boost:hover {
		color: #fff;
		opacity:.7;
		height: 45px;
		padding: 13px 38px;
	}

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

	.standard_button {
		display: inline-block;
		width: auto;
		height: 45px;
		padding: 13px 38px;
	}

	.standard_button:hover {
		padding: 13px 40px;
	}
    
    .standard_button_pf {
		display: inline-block;
		width: auto;
		height: 45px;
		padding: 13px 38px;
	}

	.standard_button_pf:hover {
		padding: 13px 40px;
	}
    
     .standard_button_pf_download {
		display: inline-block;
		width: auto;
		height: 45px;
		padding: 13px 38px;
        margin: 0 0 0 20px;
	}

	.standard_button_pf_download:hover {
		padding: 13px 40px;
	}
    
    .standard_button_go {
		display: inline-block;
		width: auto;
		height: 45px;
		padding: 13px 38px;
	}

	.standard_button_go:hover {
		padding: 13px 40px;
	}
    .standard_button_boost {
		display: inline-block;
		width: auto;
		height: 45px;
		padding: 13px 38px;
	}

	.standard_button_boost:hover {
		padding: 13px 40px;
	}
    
}

@media screen and (min-width: 850px) {
    .standard_button_pf_download{
        margin: 0;
	}
    .standard_button_pf_download:hover {
        margin: 0;
	}
}

	/* Custom Button CSS */

	.ultradent_orange {
		background: #e35205;
	}

	.opalGo_green {
		background: #4ab181;
	}

	.opalGo_green:hover {
		background: rgba(74, 177, 129, 0.8);
	}

	.white_text {
		color: #ffffff;
	}

	.white_text:hover {
		color: #ffffff;
	}</pre></body></html>