/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	background-image: url(RA_Page_BG.jpg);
}
.column,
.columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
}



.highlight-red {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(255, 20, 0, 0.2),
	  rgba(255, 20, 0, 0.7) 95%,
	  rgba(255, 20, 0, 0.1)
	);
  }
  .highlight-yellow {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(255, 224, 0, 0.2),
	  rgba(255, 224, 0, 0.7) 95%,
	  rgba(255, 224, 0, 0.1)
	);
  }.highlight-orange {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(255, 224, 0, 0.2),
	  rgba(255, 166, 0, 0.7) 95%,
	  rgba(255, 224, 0, 0.1)
	);
  }
  .highlight-green {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(0, 255, 20, 0.2),
	  rgba(0, 255, 20, 0.7) 95%,
	  rgba(0, 255, 20, 0.1)
	);
  }
  .highlight-blue {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(0, 20, 255, 0.2),
	  rgba(0, 20, 255, 0.7) 95%,
	  rgba(0, 20, 255, 0.1)
	);
  }
  


/* For devices larger than 400px */
@media (min-width: 400px) {
	.container {
		width: 85%;
		padding: 0;
	}
}

/* For devices larger than 550px */
@media (min-width: 550px) {
	.container {
		width: 80%;
	}
	.column,
	.columns {
		margin-left: 4%;
	}
	.column:first-child,
	.columns:first-child {
		margin-left: 0;
	}

	.one.column,
	.one.columns {
		width: 4.66666666667%;
	}
	.two.columns {
		width: 13.3333333333%;
	}
	.three.columns {
		width: 22%;
	}
	.four.columns {
		width: 30.6666666667%;
	}
	.five.columns {
		width: 39.3333333333%;
	}
	.six.columns {
		width: 48%;
	}
	.seven.columns {
		width: 56.6666666667%;
	}
	.eight.columns {
		width: 65.3333333333%;
	}
	.nine.columns {
		width: 74.0%;
	}
	.ten.columns {
		width: 82.6666666667%;
	}
	.eleven.columns {
		width: 91.3333333333%;
	}
	.twelve.columns {
		width: 100%;
		margin-left: 0;
	}

	.one-third.column {
		width: 30.6666666667%;
	}
	.two-thirds.column {
		width: 65.3333333333%;
	}

	.one-half.column {
		width: 48%;
	}

	/* Offsets */
	.offset-by-one.column,
	.offset-by-one.columns {
		margin-left: 8.66666666667%;
	}
	.offset-by-two.column,
	.offset-by-two.columns {
		margin-left: 17.3333333333%;
	}
	.offset-by-three.column,
	.offset-by-three.columns {
		margin-left: 26%;
	}
	.offset-by-four.column,
	.offset-by-four.columns {
		margin-left: 34.6666666667%;
	}
	.offset-by-five.column,
	.offset-by-five.columns {
		margin-left: 43.3333333333%;
	}
	.offset-by-six.column,
	.offset-by-six.columns {
		margin-left: 52%;
	}
	.offset-by-seven.column,
	.offset-by-seven.columns {
		margin-left: 60.6666666667%;
	}
	.offset-by-eight.column,
	.offset-by-eight.columns {
		margin-left: 69.3333333333%;
	}
	.offset-by-nine.column,
	.offset-by-nine.columns {
		margin-left: 78.0%;
	}
	.offset-by-ten.column,
	.offset-by-ten.columns {
		margin-left: 86.6666666667%;
	}
	.offset-by-eleven.column,
	.offset-by-eleven.columns {
		margin-left: 95.3333333333%;
	}

	.offset-by-one-third.column,
	.offset-by-one-third.columns {
		margin-left: 34.6666666667%;
	}
	.offset-by-two-thirds.column,
	.offset-by-two-thirds.columns {
		margin-left: 69.3333333333%;
	}

	.offset-by-one-half.column,
	.offset-by-one-half.columns {
		margin-left: 52%;
	}
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.70em; /* currently ems cause chrome bug misinterpreting rems on body element */
	line-height: 1.8;
	font-weight: 400;
	font-family: "Mulish", "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	background: #d7d7d7;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 300;
}
h1 {
	font-size: 4.0rem;
	line-height: 1.2;
	letter-spacing: -.1rem;
}
h2 {
	font-size: 3.6rem;
	line-height: 1.25;
	letter-spacing: -.1rem;
}
h3 {
	font-size: 3.0rem;
	line-height: 1.3;
	letter-spacing: -.1rem;
}
h4 {
	font-size: 2.7rem;
	line-height: 1.35;
	letter-spacing: -.08rem;
}
h5 {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: -.05rem;
}
h6 {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {
	h1 {
		font-size: 5.0rem;
	}
	h2 {
		font-size: 4.2rem;
	}
	h3 {
		font-size: 3.6rem;
	}
	h4 {
		font-size: 3.0rem;
		
	}
	h5 {
		font-size: 2.4rem;
	}
	h6 {
		font-size: 1.5rem;
	}
}

p {
	margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color: hsl(357, 100%, 18%);
}
a:hover {
	color: hsl(357, 100%, 18%);
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	height: 38px;
	padding: 0 30px;
	color: #555;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border-radius: 20px;
	border: 1px solid #bbb;
	cursor: pointer;
	box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	color: #333;
	border-color: #888;
	outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	color: #d7d7d7;
	background-color: hsl(357, 100%, 18%);



	border-color: hsl(0, 60%, 30%);
	border: 2px ridge #7E1B1B;

	/* -webkit-box-shadow: 2px 2px 25px 3px rgba(72,34,29,0.36);  */
	box-shadow: 2px 14px 65px rgba(72,34,29,0.36);
	/* box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2); */

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#912f1f+0,871d1d+7,7f1c1c+14,701818+35,701818+35,561313+100 */
	background: #912f1f; /* Old browsers */
	background: -moz-linear-gradient(top,  hsla(8,65%,35%,1) 0%, hsla(0,65%,32%,1) 7%, hsla(0,64%,31%,1) 14%, hsla(0,65%,27%,1) 35%, hsla(0,65%,27%,1) 35%, hsla(0,64%,21%,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  hsla(8,65%,35%,1) 0%,hsla(0,65%,32%,1) 7%,hsla(0,64%,31%,1) 14%,hsla(0,65%,27%,1) 35%,hsla(0,65%,27%,1) 35%,hsla(0,64%,21%,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  hsla(8,65%,35%,1) 0%,hsla(0,65%,32%,1) 7%,hsla(0,64%,31%,1) 14%,hsla(0,65%,27%,1) 35%,hsla(0,65%,27%,1) 35%,hsla(0,64%,21%,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#912f1f', endColorstr='#561313',GradientType=0 ); /* IE6-9 */



	
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	color: #fff;
	background-color: hsl(357, 100%, 12%);
	border-color: hsl(357, 100%, 12%);

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6a62f+0,7a1914+38,b22927+80,561313+100 */
background: #d6a62f; /* Old browsers */
background: -moz-linear-gradient(top,  hsla(43,67%,51%,1) 0%, hsla(3,72%,28%,1) 38%, hsla(1,64%,43%,1) 80%, hsla(0,64%,21%,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  hsla(43,67%,51%,1) 0%,hsla(3,72%,28%,1) 38%,hsla(1,64%,43%,1) 80%,hsla(0,64%,21%,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  hsla(43,67%,51%,1) 0%,hsla(3,72%,28%,1) 38%,hsla(1,64%,43%,1) 80%,hsla(0,64%,21%,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6a62f', endColorstr='#561313',GradientType=0 ); /* IE6-9 */


}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	height: 38px;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {
	min-height: 65px;
	padding-top: 6px;
	padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #33c3f0;
	outline: 0;
}
label,
legend {
	display: block;
	margin-bottom: .5rem;
	font-weight: 600;
}
fieldset {
	padding: 0;
	border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
	display: inline;
}
label > .label-body {
	display: inline-block;
	margin-left: .5rem;
	font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
	list-style: circle inside;
}
ol {
	list-style: decimal inside;
}
ol,
ul {
	padding-left: 0;
	margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin: 1.5rem 0 1.5rem 3rem;
	font-size: 90%;
}
li {
	margin-bottom: 1rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
	padding: .2rem .5rem;
	margin: 0 .2rem;
	font-size: 90%;
	white-space: nowrap;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
}
pre > code {
	display: block;
	padding: 1rem 1.5rem;
	white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
}
th:first-child,
td:first-child {
	padding-left: 0;
}
th:last-child,
td:last-child {
	padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
	margin-bottom: 1rem;
	margin-left:1em;
}
input,
textarea,
select,
fieldset {
	margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
	margin-bottom: 2.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
	width: 100%;
	box-sizing: border-box;
}
.u-max-full-width {
	max-width: 100%;
	box-sizing: border-box;
}
.u-pull-right {
	float: right;
}
.u-pull-left {
	float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
	margin-top: 3rem;
	margin-bottom: 3.5rem;
	border-width: 0;
	border-top: 1px solid #e1e1e1;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
	content: "";
	display: table;
	clear: both;
}




/*--------------------REIST AUCTIONEERS-----------------------*/


/*--------------------REIST AUCTIONEERS-----------------------*/


/*--------------------REIST AUCTIONEERS-----------------------*/



/*--------------------Scroll to top button-----------------------*/

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 20px;
	border: none;
	outline: none;
	background-color: rgba(255, 188, 0, 0.5 );
	color: white;
	cursor: pointer;
	padding: 2px 9px 2px 9px;
	border-radius: 4px;
  }
  
  #myBtn:hover {
	background-color: #555;
  }



.RA_red {
	color: #621616;
}

.RAshadow {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
	margin-top: 2em;
	border-radius: 20px;
	/*background-color: hsl(36, 42%, 95%);*/
	/* background-color: hsla(36, 42%, 95%, 0.5); */
	background-color: #e3dbce;



	
}
.RAdescription strong {
	color: hsl(357, 100%, 25%);
	font-size: larger;
}

.RAshadow:hover {
	/* background-color: hsl(33, 100%, 100%); */
	/* background-color: hsl(33, 100%, 100%,0.5); */
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.8);
	
}

.RApadding {
	padding: 4rem;
}

#RAFooter {
	-webkit-box-shadow: -10px 0px 13px -7px #5c0005, 10px 0px 13px -7px #5c0005, 5px 5px 15px 5px rgba(92, 0, 5, 0);
	box-shadow: -10px 0px 13px -7px #5c0005, 10px 0px 13px -7px #5c0005, 5px 5px 15px 5px rgba(92, 0, 5, 0);
	background: rgba(233, 217, 175, 0.25);
	-webkit-box-shadow: 12px 6px 30px 1px rgba(78,0,4,0.55); 
	box-shadow: 12px 6px 30px 1px rgba(78,0,4,0.55);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top: 3em;
	margin-bottom: 3em;
	padding: 0 3em 1em 3em;
}

.RA_titlebar {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
	border-radius: 20px;
	border: 2px ridge #7E1B1B;
	color: bisque;
	background-color: hsl(357, 100%, 18%);
	/* -webkit-box-shadow: 4px 3px 9px 4px rgba(91,37,37,0.29); 
	box-shadow: 4px 3px 9px 4px rgba(91,37,37,0.29); */
	box-shadow: 2px 14px 65px rgba(72,34,29,0.36);
		
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#912f1f+0,871d1d+5,7f1c1c+10,701818+35,701818+35,561313+100 */
	background: #912f1f; /* Old browsers */
	background: -moz-linear-gradient(top,  hsla(8,65%,35%,1) 0%, hsla(0,65%,32%,1) 5%, hsla(0,64%,31%,1) 10%, hsla(0,65%,27%,1) 35%, hsla(0,65%,27%,1) 35%, hsla(0,64%,21%,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  hsla(8,65%,35%,1) 0%,hsla(0,65%,32%,1) 5%,hsla(0,64%,31%,1) 10%,hsla(0,65%,27%,1) 35%,hsla(0,65%,27%,1) 35%,hsla(0,64%,21%,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  hsla(8,65%,35%,1) 0%,hsla(0,65%,32%,1) 5%,hsla(0,64%,31%,1) 10%,hsla(0,65%,27%,1) 35%,hsla(0,65%,27%,1) 35%,hsla(0,64%,21%,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#912f1f', endColorstr='#561313',GradientType=0 ); /* IE6-9 */

	padding: 0.5em 1em 0.1em 1em;
}
html {
	scroll-behavior: smooth;
}

.RANormal{
	background-color: hsl(36, 42%, 95%);
}

.RATomorrow {
	background:rgba(255, 220, 107, 0.319);
	

}






.RATomorrow_head {
    background: rgba(255, 218, 97, 0.589);
    text-align: center;
    font-weight: 700;
    margin: 0 0 2em 0;
    color: darkred;
    font-size: 2.5rem;
}


.TOMORROW {
	font-size: 1.1em;
	font-weight: 900;
	color:rebeccapurple;
	text-shadow: -2px 2px 2px #CE9B0B;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(105, 68, 0, 0.6);
	box-shadow: 0px 0px 15px 0px rgba(105, 68, 0, 0.6);
}

.RAtopborder {
	
	margin-top:-1px;
	margin-bottom:0.9em;
}


.RAbottomborder {
	
	margin-top:2px;
	margin-bottom:10px;
}

.RA_header_info {
	 
	font-size:1.8rem;
	text-align: center;
	color:hsl(357, 100%, 12%);
	line-height: 2.5rem;
	margin: -2.25em 0 0 0; 
}

.RA_header_center {
	display: flex;
  	justify-content: left;
 	align-items: center;
}

.credentials-grid {
	display: grid;
	gap:1rem;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"ali"
		"alt"
		"."
		"."
		"."
		/* "naai"
		"naat"
		"."
		"."
		"." */
		"paai"
		"paat";
	justify-items: center;
	align-items:center;
	text-justify:center;
	
}



.credentials_al_i {grid-area:ali;}
.credentials_al_t {grid-area:alt;}
.credentials_naa_i {grid-area:naai;}
.credentials_naa_t {grid-area:naat;}
.credentials_paa_i {grid-area:paai;}
.credentials_paa_t {grid-area:paat;}




.nav-grid {
	display: grid;
	/* gap:1rem; */
	grid-template-columns: 1fr;
	grid-template-areas: 
		"upcoming"
		"az"
		"call"
		"email";
	justify-items: center;
	align-items:center;
	text-justify:center;
	}



.nav_upcoming {grid-area:upcoming;}
.nav_az {grid-area:az;}
.nav_call {grid-area:call;}
.nav_email {grid-area:email;}









.button-primary-nav {
	border: 1px solid #ab9c8c;
	font-weight: 800;
	-webkit-box-shadow: 2px 2px 25px 3px rgb(72 34 29 / 36%);
	box-shadow: 1px 2px 7px rgb(72 34 29 / 35%);
	background:hsla(45, 100%, 77%, 0.3);
	color:#692116;

	height: 38px;
	width: 23em;
	
 	padding: 0;
	font-size: 1.33rem;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 20px;
	margin: 0.5em;


}

.button-primary-nav:hover {
	border: 2px solid #ab9c8c;
	font-weight: 900;
	
	color:white;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edda36+0,f2bc3e+44,96741f+100&0.59+0,0.97+100 */
background: -moz-linear-gradient(top,  hsla(54,84%,57%,0.59) 0%, hsla(42,87%,60%,0.76) 44%, hsla(43,66%,36%,0.97) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  hsla(54,84%,57%,0.59) 0%,hsla(42,87%,60%,0.76) 44%,hsla(43,66%,36%,0.97) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  hsla(54,84%,57%,0.59) 0%,hsla(42,87%,60%,0.76) 44%,hsla(43,66%,36%,0.97) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96edda36', endColorstr='#f796741f',GradientType=0 ); /* IE6-9 */

}

.topimagediv {
	
	text-align: center;
	display:flex;
	justify-content: center;
	margin-bottom:3%;

	position: relative;
  	color: white;
	
}



.topimage {
	width:90%;
	border: 9px solid #FFFFFF;
	-webkit-box-shadow: 3px 3px 14px 0px #1C1C1C; 
	box-shadow: 3px 3px 14px 0px #1C1C1C;
	margin-bottom: 1.25em;
}

.top-left {
	position: absolute;
	top: 2rem;
	left: 3rem;
	background:goldenrod;
	padding:0.5rem 4rem;


	border-radius: 8px;
	
	border: 3px solid #692116;


	-webkit-box-shadow: 3px 3px 14px 0px #1C1C1C; 
	box-shadow: 3px 3px 14px 0px #1C1C1C;

	background: linear-gradient(170deg,  hsla(43,91%,86%,1) 0%,hsla(43,73%,58%,1) 28%,hsla(43,100%,45%,1) 75%,hsla(44,93%,78%,1) 100%);

	text-shadow: 2px 2px 2px rgba(128, 0, 0, 0.6);

  }

.showcase_image {
	width:90%;
	border: 9px solid #FFFFFF;
	-webkit-box-shadow: 3px 3px 14px 0px #1C1C1C; 
	box-shadow: 3px 3px 14px 0px #1C1C1C;
	margin-bottom: 3em;
}

.showcase_image_past {
	width:30%;
	height:8rem;
	margin-right:2%;
	border: 9px solid #FFFFFF;
	-webkit-box-shadow: 3px 3px 14px 0px #1C1C1C; 
	box-shadow: 3px 3px 14px 0px #1C1C1C;
	margin-bottom: 1em;
}

.timesandareasdiv {
	text-align: center;
	display:flex;
	justify-content: center;
	margin-bottom:3%;
}


.schedule_container_center {
	/* text-align: center;
	display:flex;
	justify-content: center;
	margin-bottom:3%; */
}

.schedule_grid {
	display: grid;
	gap:1rem;
	grid-template-columns: 25% 75%;
	/* grid-template-areas: 
		". time . event event event ."; */
	justify-items:left;
	/* align-items:center; */
	/* text-justify:left; */
	color:rgb(129, 96, 13);
	font-size:2.5rem;
	/* padding:0 0 0 3em; */

}



.schedule_time {
	justify-self:right;
	/* grid-area:time; */
	/* padding:0 0 0 5%; */
	/* color:rgb(129, 96, 13) */
}
.schedule_event {
	/* grid-area:event; */
	/* padding:0 0 0 5%; */
	/* font-size:2rem; */
	/* color:rgb(129, 96, 13) */

}

.schedule_entry {
	display:flex;
	justify-content:start;
	padding:0 0 0 5%;
	color:rgb(129, 96, 13)

}

.auction_date {
	text-align: center;
	font-size:3.3rem;
	color:black;
	font-weight:800;
}

.auction_times{
	text-align: center;
	font-size:2.3rem;
	color:rgb(129, 96, 13);
	font-weight: 700;
}


.auction_times p{
	
	margin:0;

}


.auction_areas {
	text-align: center;
	font-size:2.3rem;
	font-weight: 700;
	line-height: normal;
}


auctiontitle {
	text-align: center;
	font-size:3.3rem;
	color:hsl(357, 100%, 25%);
	font-weight:800;

}
.taglines{
    margin: -1.5em 0 -1em 0;
    line-height: 2em;
}





.taglines p {
	font-size:2rem;
	font-style: italic;
	text-align: center;
}


.RAfeature_card_container {
	padding:3em;
	background:rgb(235, 209, 140);
	margin-top:8%;
	border-radius: 20px;


/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f4b538+100&0.6+0,0.05+100 */
background: -moz-linear-gradient(-75deg,  hsla(54,91%,96%,0.6) 0%, hsla(40,89%,59%,0.05) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-75deg,  hsla(54,91%,96%,0.6) 0%,hsla(40,89%,59%,0.05) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(170deg,  hsla(54,91%,96%,0.6) 0%,hsla(40,89%,59%,0.05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99fefcea', endColorstr='#0df4b538',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

-webkit-box-shadow: 2px 3px 45px 15px rgba(35,30,29,0.15); 
box-shadow: 2px 3px 45px 15px rgba(35,30,29,0.15);

}

.RAfeature_card {
	margin-bottom:8%;
}


.RAfeature_card h4 {
	font-weight: 900;
	color: hsl(357 100%  25%);
	margin-top:6rem;
}

.RAbottomborder_features {
	/* width:70%;
	text-align: center;
	text-justify: center; */
	margin-left:auto;
	margin-right:auto;
	padding:0;
}


/* This is the info that appears above the name of the auction 
it might be for example, The Kenneth and Dorothy Ulmer Estate */
.RApre-name {
	font-size: 1.4em;
	font-weight:bold;
	color:hsl(41, 100%, 30%);
	text-shadow: 1px 1px 1px rgba(75,69,8,0.5);
}

.AuctionLegalInfo {
	margin:0 0 0 5%;
	width:95%;
	margin-left: auto;
	margin-right: auto;
	padding:4%;	
	background:hsla(36, 100%, 94%, 0.6);
	border-radius: 20px;
	font-size:1.4rem;
}


.AuctionItemSpecs {
	margin:0 0 0 5%;
	width:95%;
	margin-left: auto;
	margin-right: auto;
	padding:4%;	
	background:hsla(36, 100%, 94%, 0.5);
	border-radius: 20px;
	font-size:1.4rem;
}

.AuctionItemSpecs strong {
	color:hsl(41, 100%, 30%);

}



.AuctionNotes {
	margin:0 0 4% 5%;
	width:95%;
	margin-left: auto;
	margin-right: auto;
	padding:4%;	
	background:hsla(27, 94%, 87%, 0.5);
	border-radius: 20px;
	font-size:1.8rem;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(105, 0, 0, 0.6);
	box-shadow: 0px 0px 15px 0px rgba(105, 0, 0, 0.6);
}


.pdflist {
    list-style: none;
    list-style-type: '👉';
    list-style-image: url('../images22/pdf32.png');
    padding-inline-start: 5em;
    /* list-style: none; */
}


/* -------------- NO AUCTION ------------------*/
/* this div is displayed when there are no auctions present to display */

.noauction {
	padding:3em;
	background:rgb(235, 209, 140);
	background:hsl(44, 75%, 84%);
	margin-top:8%;
	border-radius: 20px;
	width: 84%;
	margin-left:auto;
	margin-right:auto;
	font-size:2rem;
	text-align: center;


/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f4b538+100&0.6+0,0.05+100 */
background: -moz-linear-gradient(-75deg,  hsla(54,91%,96%,0.6) 0%, hsla(40,89%,59%,0.05) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-75deg,  hsla(54,91%,96%,0.6) 0%,hsla(40,89%,59%,0.05) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(170deg,  rgba(255, 236, 182, 0.6) 0%,rgba(243, 181, 57, 0.116) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99fefcea', endColorstr='#0df4b538',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

-webkit-box-shadow: 2px 3px 45px 15px rgba(35,30,29,0.15); 
box-shadow: 2px 3px 45px 15px rgba(35,30,29,0.15);

}




/* This is from codepen */
/* use it by putting text to be circled in a span with class .circle-sketch-highlight */

/* codepen is here: */
/* https://codepen.io/alvarotrigo/pen/dyJbjMX */

.circle-sketch-highlight{
	position:relative;
	left:0.5em;
	font-family: Libre Franklin;
	font-size: 32px;
	font-weight: 500;
  }
  .circle-sketch-highlight:before{
	content:"";
	z-index:-1;
	left:-0.5em;
	top:-0.1em;
	border-width:2px;
	border-style:solid;
	border-color:#ef8c22;
	position:absolute;
	border-right-color:transparent;
	width:100%;
	height:1em;
	transform:rotate(2deg);
	opacity:0.7;
	border-radius:50%;
	padding:0.1em 0.25em;
  }
  .circle-sketch-highlight:after{
	content:"";
	z-index:-1;
	left:-0.5em;
	top:0.1em;
	padding:0.1em 0.25em;
	border-width:2px;
	border-style:solid;
	border-color:#ef8c22;
	border-left-color:transparent;
	border-top-color:transparent;
	position:absolute;
	width:100%;
	height:1em;
	transform:rotate(-1deg);
	opacity:0.7;
	border-radius:50%;
  }



/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


.top-left {
	font-size: 1rem;
  }


/* Larger than mobile */
@media (min-width: 400px) {
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
.RA_header_info {
	 
	font-size:1.8rem;
	text-align: center;
	color:hsl(357, 100%, 12%);
	line-height: 2rem;
	margin: -1.75em 0 0 0; 
}


.TOMORROW {
	font-size: 1.3rem;
	font-weight: 900;
	color:rebeccapurple;
	text-shadow: -2px 2px 2px #CE9B0B;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(105, 68, 0, 0.6);
	box-shadow: 0px 0px 15px 0px rgba(105, 68, 0, 0.6);
}

.AuctionLegalInfo {

	width:75%;
	
	/* font-size:1.4rem; */
}

.AuctionItemSpecs {

	width:85%;
	
	/* font-size:1.4rem; */
}



}

/* Larger than tablet */
@media (min-width: 750px) {
	
	.RA_header_info {
		
		font-size:1.8rem;
		color:hsl(357, 100%, 12%);
		line-height: 2rem;
		margin: 1em 0 0 0; 
	}


	.RAfeature_card h4 {
		font-weight: 500;
		color: hsl(357 100%  18%);
	}
	
	.showcase_image_past {
		width:30%;
		height:19rem;
		margin-right:2%;
		border: 9px solid #FFFFFF;
		-webkit-box-shadow: 3px 3px 14px 0px #1C1C1C; 
		box-shadow: 3px 3px 14px 0px #1C1C1C;
		margin-bottom: 1em;
	}


}

/* Larger than desktop */
@media (min-width: 1000px) {



	.nav-grid {
		display: grid;
		/* gap:1rem; */
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-areas: 
			"upcoming az call email";
		justify-items: center;
		align-items:center;
		text-justify:center;
		}
	
	


	.button-primary-nav {
		border: 1px solid #ab9c8c;
		font-weight: 800;
		-webkit-box-shadow: 2px 2px 25px 3px rgb(72 34 29 / 36%);
		box-shadow: 1px 2px 7px rgb(72 34 29 / 35%);
		background:hsla(45, 100%, 77%, 0.3);
		/* background:hsla(45, 100%, 77%, 0.8); */
		color:hsla(8,65%,25%,1);
	
		height: 34px;
		width: 16em;
		padding: 0;
		font-size: 1.25rem;
		line-height: 30px;
		text-transform: uppercase;
		text-decoration: none;
		white-space: nowrap;
		border-radius: 20px;
		margin: 1em;
	
	
	}


	.RAtopborder {
	
		margin-top:-1px;
		margin-bottom:10px;
	}



}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}


@media (min-width: 550px) {

	.RA_header_info {
	 
		font-size:1.6rem;
		text-align: left;
		color:hsl(357, 100%, 12%);
		line-height: 2rem;
		margin: 0.4em 0 0 0; 
	}

	@media (min-width: 650px) {

		.RA_header_info {
		 
			font-size:1.7rem;
			text-align: left;
			color:hsl(357, 100%, 12%);
			line-height: 2rem;
			margin: 1.5em 0 0 0; 
		}

@media (min-width: 750px) {

	.RA_header_info {
	 
		font-size:1.8rem;
		text-align: left;
		color:hsl(357, 100%, 12%);
		line-height: 2rem;
		margin: 1.5em 0 0 0; 
	}
	
}

@media (min-width: 850px) {

	.RA_header_info {
	 
		font-size:1.8rem;
		text-align: left;
		color:hsl(357, 100%, 12%);
		line-height: 2rem;
		margin: 2em 0 0 0; 
	}
	


	.top-left {
		font-size: 1.75rem;
	  }


}







@media (min-width: 950px) {

	.RA_header_info {
	 
		font-size:1.9rem;
		text-align: left;
		color:hsl(357, 100%, 12%);
		line-height: 2rem;
		margin: 3.75em 0 0 0; 
	}
	
	

}




@media (min-width: 780px) {

		
	.credentials-grid {
		display: grid;
		gap:1rem;
		grid-template-columns: 1fr 1fr;
		/* grid-template-areas: 
			"ali naai paai"
			"alt naat paat"; */

		grid-template-areas: 
			"ali paai"
			"alt paat";
		justify-items: center;
		align-items:center;
		text-justify:center;
		
	}
		



}

/* MOVED TO TOP 20230313
.highlight-red {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(255, 20, 0, 0.2),
	  rgba(255, 20, 0, 0.7) 95%,
	  rgba(255, 20, 0, 0.1)
	);
  }
  .highlight-yellow {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(255, 224, 0, 0.2),
	  rgba(255, 224, 0, 0.7) 95%,
	  rgba(255, 224, 0, 0.1)
	);
  }.highlight-orange {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(255, 224, 0, 0.2),
	  rgba(255, 166, 0, 0.7) 95%,
	  rgba(255, 224, 0, 0.1)
	);
  }
  .highlight-green {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(0, 255, 20, 0.2),
	  rgba(0, 255, 20, 0.7) 95%,
	  rgba(0, 255, 20, 0.1)
	);
  }
  .highlight-blue {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(
	  -100deg,
	  rgba(0, 20, 255, 0.2),
	  rgba(0, 20, 255, 0.7) 95%,
	  rgba(0, 20, 255, 0.1)
	);
  }
   */