<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Jost:ital,wght@0,300;0,400;0,700;1,400&amp;display=swap");

body, input, select, textarea {
		color: #777;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 16pt;
		font-weight: 500;
		line-height: 1.65em;
		letter-spacing: -0.015em;
	}
h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.35em;
}

    h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 0.8em;
}

h5 {
    font-size: 0.8em;
}

h6 {
    font-size: 0.8em;
}


.ApptHeader {
    font-weight: 900;
    line-height: 1.5;
    margin: 0 0 2em 0;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    padding:0;
}

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

    .shopBody *{
        color:#5b5b5b;
    }
    /*.shopBody {
        height:1500px;
    }*/
    #TxtInstruct {
        width:95%

    }
.ShopPriceDiv .cartBut, .cartBut {
    color:#000 !important;
    padding: 0 10px !important;
}
.ShopPriceDiv td {
    vertical-align:middle;
}
.shopBody {
    padding: 10px;
}
.shopCatGroup {
    background-color: transparent;
}
     .shopCatGroup a, #shopCart a {
        color: #5b5b5b;
		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: #5b5b5b;
    }
      .shopCatGroup a:hover, .shopCatGroup a:link:hover, .shopCatGroup a:visited:hover {
        color: #5b5b5b;
    }
    #shopSort {
        padding-top:1em;
        text-align:left;
        float: left;
    }
#LblCatName {
    color: #5b5b5b !important;
}
#shopSearch {
    float: left;
    padding: 1em 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 --------------------------------------------------------------------*/

.GiftFormTitles {
    margin-top:20px
}
    .GiftFormTitles #LblTitle {
        font-weight: 900;
        font-size:1.5em;
        
    }
.GiftFormBody {
    BACKGROUND-COLOR: transparent;
    font-weight: 300;
    width: 100%;
}
    #PnlBuyGift {
        padding:0;
    } 

   
#RblDenominations label {
    vertical-align: top;
    padding: 5px;
    border: 1px solid #ccc;
    position: relative;
    left: -23px;
    padding-left: 27px;
    top: -2px;
    background: #efefef;
    z-index: 1;
}
#RblDenominations label:hover {
    cursor:pointer
}
#RblDenominations input[type=radio]{
    z-index: 2;
    position: relative;
}
/*GUESTBOOK --------------------------------------------------------------------*/
.GuestFormBody {
    background-color: transparent;
}
#PnlReturn a {
    color: #777 !important;
}

#BtnSave {
    width: 300px !important;
    font-weight: bold;
}

/*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, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 0 0 2px #585858;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 900;
    height: 3.5em;
    letter-spacing: 0.35em;
    line-height: 3.5em;
    overflow: hidden;
    padding: 0 1.25em 0 1.6em;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
p, p strong, p em, p span, input[type="text"], select, textarea, .GBLabel, label {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.mainButton:hover, input[type="button"]:hover, input[type="submit"]:hover {
        background-color: #a9a9a9;
}
.mainButton a, input[type="button"] a, input[type="submit"] a, input[type="submit"], input[type="reset"], input[type="button"], .button, .mainButton, #BtnSave {
    text-decoration: none;
    color: #585858;
}
/*#RblDenominations + input[type="button"], #BtnShowDesigns, #BtnCheckout, #JITDesignPreview,  #BtnChange, #BtnPurchase  {
    font-weight:400;
    font-size:initial;
}*/
/*FORMS --------------------------------------------------------------------*/


input, textarea, select {
	font-size: 15pt;
	line-height: 1.85em;
	
	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;
		background: #fafafa;
        color:#000;
		border-radius: 0;
		border: solid 1px #E5E5E5;
		padding: 5px;
		-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;
	}

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

	form input[type="text"],form input[type="text"], form input[type="email"], form input[type="password"], form select
	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;
		}

.formBox {
    background-color: #fafafa !important;
    border-radius: 0 !important;
    border: solid 1px #E5E5E5 !important;
}

/*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;
				}

	}

/* Mobile */

	#navPanel, #titleBar {
		display: none;
	}

@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>