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
{ | |
width: 120px; | |
height: 120px; | |
background-repeat: no-repeat; | |
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBOUI2RDg1Qjg3QTExMUUyODBCOEIxMTQzQ0E0NTE2OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBOUI2RDg1Qzg3QTExMUUyODBCOEIxMTQzQ0E0NTE2OCI+IDx4bXBNTTpEZXJ |
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
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOcAAADmCAYAAAAuqJKFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAFopJREFUeNrsXT124zgShr0TTDaabLOms82sPsA8y9luZDnbzPIJbJ3A7RPYPoHlbLNWR/smMv3mAK0+QXPnAqPJNttljYvTbDVIgiIBFIDve4/PM3ZLxN+Hr6pQAJQCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABIEAdoAtn46aefpuWPCT/TnT8f8+91KMrnP7X/35bPpvrbL7/8UqB1QU7AjIAZk++4RsSJ5VcX/GyYyPRzUxJ3i14BOVMkYkXCE/45E1jMirCfyicvyZqj50DOGMlI6jdnMs5YIU3U7KX2/2c1ZR2CDT8v/H0/8HeaqHTOnwNZQc7gzVQi4kUHoTY1hdrUB335HUToK4vKui6fh+qdPIlU5T7m/26aSLZM1g/0PTCDQc4QzNUrVsmsRRXXNQXaar5nUf64MVDYsUAku9WpIddpZqD6axAV5JRosi46FLIi47otQlp+Fw3+uxFM1yEkXZZl3Ay0CFZE1PJ71hghIKcPUlYDdDFUSZjgpJTXQqpHKvrO0FKYtxCVJqKn8rmHmoKcLki5YNO1aTA+dCmkRoneOzRhTUHqed6jHpVJT+0zaVDTW6ytgpw2TNd5ix9IA++pbwSTif4ouOqkdpd9zVOu14XSB7Ia/VsA5OxLymtWhIlm4JJKrvZRg/K77wSZsV0ggq72qOO0pqYgKcg5qvmqU8qKlHv7UeV3P7b4qlJh5Ie2mLw3ICnIOZSUZL7e2SBlwMSsQHVfDqh7G0nhk4KcrQPnscFPulUjRBwDJ+YgE7cHSUdpa5AzLr/yRvNnCoQsx5jNAwj+9MH5GGuYvBx1o5kQC273NciZLjFnTJhMMzgux/KD+D3PETUd |
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
function initialize() { | |
var mapOptions = { | |
zoom: 4, | |
center: new google.maps.LatLng(37.996163,-95.009766), | |
mapTypeId: google.maps.MapTypeId.ROADMAP, | |
mapTypeControl: false, | |
panControl: false, | |
}; | |
var styles = [ |
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
body,html { | |
font-family: museo-sans; | |
height: 100%; | |
} | |
a:hover { | |
text-decoration: none; | |
color: #329ff3; | |
} | |
.museo-sans { |
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
/* Sitewide =============================================================== Sitewide ==*/ | |
body, p, .museo-sans { | |
font-family: rooney-web; | |
color: #878683; | |
} |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<script src="//cdn.optimizely.com/js/6709046.js"></script> | |
<!-- | |
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
<?php if (!($_shippingRateGroups = $this->getShippingRatesByDate())): ?> | |
<div id="no-shipping-methods"> | |
<p><?php echo $this->__('Sorry, no quotes are available for this order at this time.') ?></p> | |
</div> | |
<?php else: ?> | |
<ul class="sp_methods"> | |
<?php foreach($_shippingRateGroups as $_key => $_shippingRates): ?> | |
<?php if(empty($_shippingRates)) { continue; } ?> | |
<li class="method_parent"> | |
<div class="sp_options"> |