This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- MODAL CSS --> | |
<style> | |
.modalDialog { | |
position: fixed; | |
font-family: Arial, Helvetica, sans-serif; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: rgba(0,0,0,0.8); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Client Contact Info --> | |
<div style="float:left; width:50%"> | |
<h2>Call</h2> | |
<p>Office: <strong>(630) 510-3126</strong><br/> | |
Fax: <strong>(630) 510-3127</strong></p> | |
</div> | |
<div style="float:left; width:50%"> | |
<h2>Visit</h2> | |
<p>401 South Carlton Avenue | Suite 204<br/>Wheaton, IL 60187</p> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Helpful Content */ | |
#additional{ | |
background: none; | |
margin-top: 30px; | |
} | |
#additional .wrapper { | |
padding: 0; | |
} | |
#additional nav { | |
height: auto; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- PLATINUM MODAL CSS --> | |
<style> | |
#plat_overlay { | |
display: none; | |
position: fixed; | |
left: 0px; | |
top: 0px; | |
width: 100%; | |
height: 100%; | |
text-align:center; |
NewerOlder