<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	body * {
		font-family: 'Source Sans Pro', sans-serif;

	}
    td {
        font-size:1em; 
        color: #212931;
    }




/*CATALOG --------------------------------------------------------------------*/
   .CatFooter, .ShopHeaderLogo, .ShopHeaderCompany, .ShopFooter {
        display:none;
    }        

.shopBody *{
        color: #212931;
    }
     .shopBody {
        color: #212931;
        background:transparent;
    }
    #TxtInstruct {
        width:95%

    }
    .shopCatGroup {
	    background-color: transparent;
    }
     .shopCatGroup a, #shopCart a {
        color: #212931;
		border-bottom: solid 1px rgba(128, 128, 128, 0.15);
		text-decoration: none;
		-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	}

	.shopCatGroup a:hover, #shopCart a:hover {
		color: #ef8376;
		border-bottom-color: transparent;
	}
 
    .shopCatGroup a, .shopCatGroup a:link, .shopCatGroup a:visited {
       color: #212931;
    }
      .shopCatGroup a:hover, .shopCatGroup a:link:hover, .shopCatGroup a:visited:hover {
       color: #212931;
    }
    #shopSort {
        padding-top:0;
        text-align:left;
        float: left;
    }
    #shopSearch {
        float: left;
        padding:0 1em 0 0;
    }
    #TxtSearch {
        float: left;
        margin-right: 5px;
    }
    #BtnSearch {
        float: right;
        margin: 2px;
    }
    #shopSearch span {
        display:block;
        text-align:left;
    }

    .shopCatGroup {
        text-align:right;
    }

    .ShopPriceDiv {
        border:initial;
        background:initial;
    }

    .shopItemDesc {
        max-height:initial !important;
    }

/*GIFT --------------------------------------------------------------------*/
    .GiftFormBody {
        color: #212931;
        font-size:initial;
        font-size:1em;
        background:transparent;
    }
    .GiftFormBody * {
        font-weight:300
    }
    .GiftFormTitles, .GiftFormBody h2 {
        font-weight: 400;
        color: #212931;
        font-size: 1.25em;
        margin-top: 2em;
    }
    #PnlPackages {
        padding-top: 3em;
    }
    #PnlBuyGift {
        padding:0;
        margin-right: 12px;
    }


/*GUESTBOOK  --------------------------------------------------------------------*/
    .GuestFormBody {
        background:transparent;
    }
      .GBLabel {
    font-weight:normal !important;
    }

/*BUTTONS --------------------------------------------------------------------*/





.mainButton, input[type="button"], input[type="submit"], .ShopPriceDiv .cartBut, .cartBut, #BtnSave {
    
       -moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;

        border-radius: 0;
        background:transparent;
		cursor: pointer;
		display: inline-block;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 0.8rem;
		font-weight: 900;
		letter-spacing: 0.075em;
		height: 3rem;

		padding: 0 2rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;


}
   #BtnSave {
        max-width:220px;
        float:right;

    }

#RblDenominations + input[type="button"], #BtnShowDesigns, #BtnCheckout, #JITDesignPreview,  #BtnChange, #BtnPurchase, .GiftFormBody .mainButton    {

    font-weight:bold;
}
#ShowAMT {
    font-weight:bold;
    padding-top:.8em;
}




/*FORMS --------------------------------------------------------------------*/

input, textarea, select {
	font-size: 15pt;
	line-height: 1.85em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-webkit-appearance: none;
		display: block;
		border: 0;
		border-radius: 0.5em;
		border: solid 1px #E5E5E5;
		padding: 1em;
		-moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
        font-size: .95em;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			border-color: #df7366;
		}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select {
		line-height: 1em;
	}

	form textarea {
		min-height: 9em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}


    .icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		.icon &gt; .label {
			display: none;
		}

/*MEDIA QUERIES --------------------------------------------------------------------*/

    /* Wide */

	@media screen and (max-width: 3000px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 14pt;
				line-height: 1.75em;
			}

		/* Carousel */

			.carousel {
				padding: 1.5em 0 1.5em 0;
			}

				.carousel .reel {
					padding: 0 1.5em 0 1.5em;
				}

				.carousel article {
					width: 18em;
					margin: 0 1.25em 0 0;
				}

	}

/* Normal */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				line-height: 1.5em;
			}

		/* Wrapper */

			.wrapper {
				padding-left: 2em;
				padding-right: 2em;
			}

		/* Header */

			#header {
				background-attachment: scroll;
			}

				#header .inner {
					padding-left: 2em;
					padding-right: 2em;
				}

		/* Banner */

			#banner {
				padding-left: 2em;
				padding-right: 2em;
			}

		/* Footer */

			#footer {
				padding-left: 2em;
				padding-right: 2em;
			}

	}

/* Narrow */


/* Narrower */

	@media screen and (max-width: 840px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 13pt;
				line-height: 1.65em;
			}

			.tweet {
				text-align: center;
			}

			.timestamp {
				display: block;
				text-align: center;
			}

		/* Footer */

			#footer {
				padding: 4em 2em 4em 2em;
			}

		/* Carousel */

			.carousel {
				padding: 1.25em 0 1.25em 0;
			}

				.carousel article {
					width: 18em;
					margin: 0 1em 0 0;
				}

	}


@media screen and (max-width: 736px) {

    /* Basic */

    html, body {
        overflow-x: hidden;
    }

    body, input, textarea, select {
        font-size: 12.5pt;
        line-height: 1.5em;
    }

    h2 {
        font-size: 1.75em;
    }

    h3 {
        font-size: 1.25em;
    }

    hr {
        top: 3em;
        margin-bottom: 6em;
    }

    #shopSort{
        clear:left;
    }

}


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


    #TxtSearch {
        width:89%;
    }
    #BtnSearch {
        width:100%;
    }
}</pre></body></html>