/* --------------------------------
    ---------------------------
    Blue Purple Color Scheme
    ---------------------------
    
    Primary:    Blue
        Light:  #00aeef
        Medium: #0089d0
        Dark:   #0060af
        
    Secondary:  Purple
        Light:  #c6168d
        Medium: #92278f
        Dark:   #5c2e91
    
-------------------------------- */

::selection {background: #81daff;}
::-moz-selection {background: #81daff;}

/* Default Headings colors & Link color */
a {color: #0089d0;}
    a:hover {color: #0060af;}
    
h1 {color: #5c2e91;}
h2, h3, h4, h5, h6 {color: #92278f;}

/* Text Colors */
.primary.light  {color: #00aeef;}
.primary.medium {color: #0089d0;}
.primary.dark   {color: #0060af;}
.secondary.light  {color: #c6168d;}
.secondary.medium {color: #92278f;}
.secondary.dark   {color: #5c2e91;}
    a.primary.light:hover  {color: #0060af;}
    a.primary.medium:hover {color: #00aeef;}
    a.primary.dark:hover   {color: #0089d0;}
    a.secondary.light:hover  {color: #5c2e91;}
    a.secondary.medium:hover {color: #c6168d;}
    a.secondary.dark:hover   {color: #92278f;}

/* Background Colors */
.primary-bg.light-bg  {background: #00aeef;} 
.primary-bg.medium-bg {background: #0089d0;}
.primary-bg.dark-bg   {background: #0060af;}
.transparent.primary-bg.dark-bg   {background: rgba(0,96,175,.9);}
.secondary-bg.light-bg  {background: #c6168d;}
.secondary-bg.medium-bg {background: #92278f;}
.secondary-bg.dark-bg   {background: #5c2e91;}
    .primary-bg.light-bg.opaque  {background: rgba(0,174,239,0.8);} 
    .primary-bg.medium-bg.opaque {background: rgba(0,137,208,0.8);}
    .primary-bg.dark-bg.opaque   {background: rgba(0,96,175,0.8);}
    .secondary-bg.light-bg.opaque  {background: rgba(198,22,141,0.8);}
    .secondary-bg.medium-bg.opaque {background: rgba(146,39,143,0.8);}
    .secondary-bg.dark-bg.opaque   {background: rgba(92,46,145,0.8);}
    a.primary-bg.light-bg:hover, .button.primary-bg.light-bg:hover, input.primary-bg.light-bg:hover     {background: #0089d0;} 
    a.primary-bg.medium-bg:hover, .button.primary-bg.medium-bg:hover, input.primary-bg.medium-bg:hover  {background: #0060af;}
    a.primary-bg.dark-bg:hover, .button.primary-bg.dark-bg:hover, input.primary-bg.dark-bg:hover      	{background: #00aeef;}
    a.secondary-bg.light-bg:hover, .button.secondary-bg.light-bg:hover, input.secondary-bg.light-bg:hover       {background: #92278f;}
    a.secondary-bg.medium-bg:hover, .button.secondary-bg.medium-bg:hover, input.secondary-bg.medium-bg:hover    {background: #5c2e91;}
    a.secondary-bg.dark-bg:hover, .button.secondary-bg.dark-bg:hover, input.secondary-bg.dark-bg:hover          {background: #c6168d;}
    .primary-bg.light-bg.extra-opaque  {background: rgba(0,174,239,0.3) !important;} 
    .primary-bg.medium-bg.extra-opaque {background: rgba(0,137,208,0.3) !important;}
    .primary-bg.dark-bg.extra-opaque   {background: rgba(0,96,175,0.3 !important);}
    .secondary-bg.light-bg.extra-opaque  {background: rgba(198,22,141,0.3) !important;}
    .secondary-bg.medium-bg.extra-opaque {background: rgba(146,39,143,0.3) !important;}
    .secondary-bg.dark-bg.extra-opaque   {background: rgba(92,46,145,0.3) !important;}
    
/* Background Gradients */
.primary-bg.light-bg.gradient-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00aeef+0,0089d0+100 */
	background: #00aeef; /* Old browsers */
	background: -moz-linear-gradient(top,  #00aeef 0%, #0089d0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #00aeef 0%,#0089d0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #00aeef 0%,#0089d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#0089d0',GradientType=0 ); /* IE6-9 */
}
	.primary-bg.medium-bg.gradient-bg {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00aeef+0,0060af+100 */
		background: #0089d0; /* Old browsers */
		background: -moz-linear-gradient(top,  #00aeef 0%, #0060af 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #00aeef 0%,#0060af 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #00aeef 0%,#0060af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#0060af',GradientType=0 ); /* IE6-9 */
	}
	.primary-bg.dark-bg.gradient-bg {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0089d0+0,0060af+100 */
		background: #0060af; /* Old browsers */
		background: -moz-linear-gradient(top,  #0089d0 0%, #0060af 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #0089d0 0%,#0060af 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #0089d0 0%,#0060af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089d0', endColorstr='#0060af',GradientType=0 ); /* IE6-9 */
	}

.secondary-bg.light-bg.gradient-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6168d+0,92278f+100 */
	background: #c6168d; /* Old browsers */
	background: -moz-linear-gradient(top,  #c6168d 0%, #92278f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c6168d 0%,#92278f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c6168d 0%,#92278f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6168d', endColorstr='#92278f',GradientType=0 ); /* IE6-9 */
}
	.secondary-bg.medium-bg.gradient-bg {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6168d+0,5c2e91+100 */
		background: #92278f; /* Old browsers */
		background: -moz-linear-gradient(top,  #c6168d 0%, #5c2e91 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #c6168d 0%,#5c2e91 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #c6168d 0%,#5c2e91 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6168d', endColorstr='#5c2e91',GradientType=0 ); /* IE6-9 */
	}
	.secondary-bg.dark-bg.gradient-bg {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#92278f+0,5c2e91+100 */
		background: #92278f; /* Old browsers */
		background: -moz-linear-gradient(top,  #92278f 0%, #5c2e91 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #92278f 0%,#5c2e91 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #92278f 0%,#5c2e91 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92278f', endColorstr='#5c2e91',GradientType=0 ); /* IE6-9 */
	}
	
/* Background Gradients - Left to Right */
.primary-bg.light-bg.gradient-bg.left-to-right {
	background: #00aeef; /* Old browsers */
	background: -moz-linear-gradient(left,  #00aeef 0%, #0089d0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #00aeef 0%,#0089d0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #00aeef 0%,#0089d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#0089d0',GradientType=1 ); /* IE6-9 */
}
	.primary-bg.medium-bg.gradient-bg.left-to-right {
		background: #0089d0; /* Old browsers */
		background: -moz-linear-gradient(left,  #00aeef 0%, #0060af 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #00aeef 0%,#0060af 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #00aeef 0%,#0060af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#0060af',GradientType=1 ); /* IE6-9 */
	}
	.primary-bg.dark-bg.gradient-bg.left-to-right {
		background: #0060af; /* Old browsers */
		background: -moz-linear-gradient(left,  #0089d0 0%, #0060af 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #0089d0 0%,#0060af 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #0089d0 0%,#0060af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089d0', endColorstr='#0060af',GradientType=1 ); /* IE6-9 */
	}

.secondary-bg.light-bg.gradient-bg.left-to-right {
	background: #c6168d; /* Old browsers */
	background: -moz-linear-gradient(left,  #c6168d 0%, #92278f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #c6168d 0%,#92278f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #c6168d 0%,#92278f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6168d', endColorstr='#92278f',GradientType=1 ); /* IE6-9 */
}
	.secondary-bg.medium-bg.gradient-bg.left-to-right {
		background: #92278f; /* Old browsers */
		background: -moz-linear-gradient(left,  #c6168d 0%, #5c2e91 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #c6168d 0%,#5c2e91 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #c6168d 0%,#5c2e91 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6168d', endColorstr='#5c2e91',GradientType=1 ); /* IE6-9 */
	}
	.secondary-bg.dark-bg.gradient-bg.left-to-right {
		background: #92278f; /* Old browsers */
		background: -moz-linear-gradient(left,  #92278f 0%, #5c2e91 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #92278f 0%,#5c2e91 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #92278f 0%,#5c2e91 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92278f', endColorstr='#5c2e91',GradientType=1 ); /* IE6-9 */
	}
	
/* Background Gradient Left to Right - Transparent to Opaque */
.primary-bg.light-bg.gradient-bg.left-to-right.transparent {
    background: rgba(0,175,239,100);
    background: -moz-linear-gradient(left, rgba(0,175,239,0) 0%, rgba(0,175,239,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,175,239,0)), color-stop(100%, rgba(0,175,239,1)));
    background: -webkit-linear-gradient(left, rgba(0,175,239,0) 0%, rgba(0,175,239,1) 100%);
    background: -o-linear-gradient(left, rgba(0,175,239,0) 0%, rgba(0,175,239,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,175,239,0) 0%, rgba(0,175,239,1) 100%);
    background: linear-gradient(to right, rgba(0,175,239,0) 0%, rgba(0,175,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afef', endColorstr='#00afef', GradientType=1 );
}
    .primary-bg.medium-bg.gradient-bg.left-to-right.transparent {
        background: rgba(0,139,208,100);
        background: -moz-linear-gradient(left, rgba(0,139,208,0) 0%, rgba(0,139,208,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,139,208,0)), color-stop(100%, rgba(0,139,208,1)));
        background: -webkit-linear-gradient(left, rgba(0,139,208,0) 0%, rgba(0,139,208,1) 100%);
        background: -o-linear-gradient(left, rgba(0,139,208,0) 0%, rgba(0,139,208,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,139,208,0) 0%, rgba(0,139,208,1) 100%);
        background: linear-gradient(to right, rgba(0,139,208,0) 0%, rgba(0,139,208,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008bd0', endColorstr='#008bd0', GradientType=1 );
    }
    .primary-bg.dark-bg.gradient-bg.left-to-right.transparent {
        background: rgba(0,96,175,0);
        background: -moz-linear-gradient(left, rgba(0,96,175,0) 0%, rgba(0,96,175,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,96,175,0)), color-stop(100%, rgba(0,96,175,1)));
        background: -webkit-linear-gradient(left, rgba(0,96,175,0) 0%, rgba(0,96,175,1) 100%);
        background: -o-linear-gradient(left, rgba(0,96,175,0) 0%, rgba(0,96,175,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,96,175,0) 0%, rgba(0,96,175,1) 100%);
        background: linear-gradient(to right, rgba(0,96,175,0) 0%, rgba(0,96,175,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060af', endColorstr='#0060af', GradientType=1 );
    }
.secondary-bg.light-bg.gradient-bg.left-to-right.transparent {
    background: rgba(198,22,142,100);
    background: -moz-linear-gradient(left, rgba(198,22,142,0) 0%, rgba(198,22,142,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(198,22,142,0)), color-stop(100%, rgba(198,22,142,1)));
    background: -webkit-linear-gradient(left, rgba(198,22,142,0) 0%, rgba(198,22,142,1) 100%);
    background: -o-linear-gradient(left, rgba(198,22,142,0) 0%, rgba(198,22,142,1) 100%);
    background: -ms-linear-gradient(left, rgba(198,22,142,0) 0%, rgba(198,22,142,1) 100%);
    background: linear-gradient(to right, rgba(198,22,142,0) 0%, rgba(198,22,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6168e', endColorstr='#c6168e', GradientType=1 );
}
    .secondary-bg.medium-bg.gradient-bg.left-to-right.transparent {
        background: rgba(146,39,142,100);
        background: -moz-linear-gradient(left, rgba(146,39,142,0) 0%, rgba(146,39,142,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(146,39,142,0)), color-stop(100%, rgba(146,39,142,1)));
        background: -webkit-linear-gradient(left, rgba(146,39,142,0) 0%, rgba(146,39,142,1) 100%);
        background: -o-linear-gradient(left, rgba(146,39,142,0) 0%, rgba(146,39,142,1) 100%);
        background: -ms-linear-gradient(left, rgba(146,39,142,0) 0%, rgba(146,39,142,1) 100%);
        background: linear-gradient(to right, rgba(146,39,142,0) 0%, rgba(146,39,142,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92278e', endColorstr='#92278e', GradientType=1 );
    }
    .secondary-bg.dark-bg.gradient-bg.left-to-right.transparent {
        background: rgba(92,46,145,100);
        background: -moz-linear-gradient(left, rgba(92,46,145,0) 0%, rgba(92,46,145,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(92,46,145,0)), color-stop(100%, rgba(92,46,145,1)));
        background: -webkit-linear-gradient(left, rgba(92,46,145,0) 0%, rgba(92,46,145,1) 100%);
        background: -o-linear-gradient(left, rgba(92,46,145,0) 0%, rgba(92,46,145,1) 100%);
        background: -ms-linear-gradient(left, rgba(92,46,145,0) 0%, rgba(92,46,145,1) 100%);
        background: linear-gradient(to right, rgba(92,46,145,0) 0%, rgba(92,46,145,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2e91', endColorstr='#5c2e91', GradientType=1 );
    }
    
/* Solid color on mobile */
@media only screen and (max-width: 641px) {
    .primary-bg.light-bg.gradient-bg.left-to-right.transparent {background: rgb(0,175,239);}
    .primary-bg.medium-bg.gradient-bg.left-to-right.transparent {background: rgb(0,139,208);}
    .primary-bg.dark-bg.gradient-bg.left-to-right.transparent {background: rgb(0,96,175);}
    .secondary-bg.light-bg.gradient-bg.left-to-right.transparent {background: rgb(198,22,142);}
    .secondary-bg.medium-bg.gradient-bg.left-to-right.transparent {background: rgb(146,39,142);}
    .secondary-bg.dark-bg.gradient-bg.left-to-right.transparent {background: rgb(92,46,145);}
}
	
/* Tertiary Colors (more rarely used) */
/* Text Colors */
.tertiary.light  {color: #20bdbe;}
.tertiary.medium {color: #01a490;}
.tertiary.dark   {color: #006b6b;}
    a.tertiary.light:hover  {color: #006b6b;}
    a.tertiary.medium:hover {color: #20bdbe;}
    a.tertiary.dark:hover   {color: #01a490;}
/* Background Colors */
.tertiary-bg.light-bg  {background: #20bdbe;} 
.tertiary-bg.medium-bg {background: #01a490;}
.tertiary-bg.dark-bg   {background: #006b6b;}
    a.tertiary-bg.light-bg:hover, .button.tertiary-bg.light-bg:hover, input.tertiary-bg.light-bg:hover        {background: #01a490;} 
    a.tertiary-bg.medium-bg:hover, .button.tertiary-bg.medium-bg:hover, input.tertiary-bg.medium-bg:hover     {background: #006b6b;}
    a.tertiary-bg.dark-bg:hover, .button.tertiary-bg.dark-bg:hover, input.tertiary-bg.dark-bg:hover           {background: #20bdbe;}
	

/* Stripe Bar */
.bg-stripe-bar {background: url(graphics/images/blue_purple/bg_stripe_bar.png) center center repeat;}

/* Menu Colors */
.top-bar a:hover {color: #00aeef;}
.mainnav a {color: #92278f;}
    .mainnav a:hover, .mainnav > li:hover > a, #footer .footer-site-title {color: #0089d0;}
    .mainnav li ul a:hover, .mainnav li ul li:hover, .mainnav li ul li ul.secondary-bg.medium-bg {background: #5c2e91;}
        .mainnav li ul li ul.secondary-bg.medium-bg a:hover {background: #c6168d;}
    .mainnav-wrapper li ul li ul.primary-bg.medium-bg {background: #0060af;}
        .mainnav-wrapper li ul li ul.primary-bg.medium-bg a:hover {background: #00aeef;}
        
    .sub-nav-wrapper .columns > ul > li:hover {background: #5c2e91;}    
        .sub-nav-wrapper li ul a:hover, .sub-nav-wrapper li ul li:hover {background: #92278f;}
        .sub-nav-wrapper li ul li li a:hover {background: #c6168d;}

.style-3 .mainnav_style2 > li > ul > li:hover > a {background: #0060af;}
.style-3 .mainnav_style2 > li:hover > a {background: #0089d0;}
.style-4 .mainnav_style4 > li > ul > li:hover > a, .style-4 .mainnav_style4 li li ul {background: #5c2e91;}
.style-4 .mainnav_style4 > li:hover > a {background: #92278f;}
.style-4 .mainnav_style4 li li ul li:hover a {background: #c6168d;}
  
/* Donation Form Button Colors */
div.button-container .button {border: 2px solid #0060af;}
div.button-container .button:hover{background:rgba(0,174,239,.1);}
div.button-container .button.selected {background:#0060af;}  
    
/* Slick Nav mobile tertiary UL background overwrite */
.slicknav_nav ul ul.secondary-bg.medium-bg {background: #5c2e91;}
.footer-callout.bar {
    background: #5c2e91; /* Old browsers */
    background: -moz-linear-gradient(left,  #92278f 0%, #5c2e91 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#92278f), color-stop(100%,#5c2e91)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #92278f 0%,#5c2e91 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #92278f 0%,#5c2e91 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #92278f 0%,#5c2e91 100%); /* IE10+ */
    background: linear-gradient(to right,  #92278f 0%,#5c2e91 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92278f', endColorstr='#5c2e91',GradientType=1 ); /* IE6-9 */
}

/* Footer Logo w/ Demo Mode Color Switcher */
.footer-logo, .header-logo {background: url(graphics/images/blue_purple/y_logo.png) no-repeat;}
.footer-logo-y-only, .header-logo-y-only {background: url(graphics/images/blue_purple/y_only_logo.png) no-repeat;}

/*landing page color icons */
.value-icons.books{background: url(graphics/images/blue_purple/books.png) no-repeat top center;}
.value-icons.plant{background: url(graphics/images/blue_purple/plant.png) no-repeat top center;}
.value-icons.heart{background: url(graphics/images/blue_purple/heart.png) no-repeat top center;}

/* Settings Panel Color Choice Highlight */
.setting #blue_purple {border: 3px solid #fff;}

/*membership rates */
.membership-box .price.primary-dark-hl {background:#005193;}
.membership-box .price.primary-medium-hl {background:#0073af;}
.membership-box .price.primary-light-hl {background:#0092c9;}
.membership-box .price.secondary-medium-hl {background:#7b2178;}
.membership-box .price.secondary-dark-hl {background:#4d277a;}
.membership-icon {background: url(graphics/images/blue_purple/icon-group.png) no-repeat top center;} /*might have to delete after deploy*/