@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	background-color: #fff;
	font: 14px/18px 'Open Sans', sans-serif;
	color: #707070;
	margin: 0;
	padding: 0;
}
.container {
	max-width: 1050px;
	margin: 0 auto;
	padding: 30px;
}
/* Styles within the header section only, page 1. */
.header {
	position:relative;
	max-width:100%;
}
#form-error {
    margin: 20px;
    padding: 10px;
    background-color: #E61616;
    color: white;
}
.stay-line {
	font: 26px/28px 'Open Sans Condensed', sans-serif;
	color: #FFF;
	font-weight:700;
	text-transform:uppercase;
	color: #555;
}
.basic-line {
	font: 18px/22px 'Open Sans Condensed', sans-serif;
	color: #FFF;
	font-weight:700;
	text-transform:uppercase;
	color: #555;
}
#rg-logo {
	max-width:300px;
	margin:20px 0;
}
#rg-logo img {
	width:100%;
	height:auto;
}
#teaser-copy {
	/*width: 365px;*/
	width: 400px;
	font-size:15px;
	line-height:1.3em;
}
.callout {
	font: 18px/18px 'Open Sans Condensed', sans-serif;
	color: #FFF;
	font-weight:700;
	text-transform:uppercase;
}
.classifieds A {
  cursor: zoom-in;
}
.classifieds .callout {
	position: absolute;
	/*left: 470px;*/
	left: 495px;
	top: 269px;
	text-align: center;
}
.classifieds .bubble {
	width: 170px;
	height: 170px;
	background: #E61616;
	border-radius: 50%;
	position: absolute;
	/*left: 451px;*/
	left: 477px;
	top: 238px;
}
.classifieds img {
	position: absolute;
	/*left: 394px;*/
	left: 423px;
	top: 86px;
	max-width: 331px;
	height: auto;
}
.print .callout {
	position: absolute;
	top: 32px;
	text-align: center;
	right: 21px;
	width: 220px;
}
.print .bubble {
	width: 275px;
	height: 275px;
	background: #E61616;
	border-radius: 50%;
	position:absolute;
	top:0;
	right:-5px;
}
.print img {
	position: absolute;
	top: 93px;
	right: -33px;
	max-width: 352px;
	height: auto;
}
#disclaimer {
	font-size: 12px;
	color: #999;
	border-bottom: 2px solid #707070;
	padding-bottom: 5px;
}
.plus {
	position:absolute;
	right: -23px;
	top: 345px;
	width: 285px;
}
.plus .plus_sign {
	background: #E61616;
	height: 35px;
	position: relative;
	width: 11px;
	float: left;
	margin-right: 23px;
}
.plus .plus_sign:after {
	background: #E61616;
	content: "";
	height: 11px;
	left: -13px;
	position: absolute;
	top: 12px;
	width: 37px;
}
.plus .free_sub {
	font: 15px/16px 'Open Sans Condensed', sans-serif;
	color: #FFF;
	font-weight:700;
	text-transform:uppercase;
	color: #555;
}
.download_link {
	color: #E61616;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
}
.download_link a {
	color: #E61616;
	text-decoration:none;
}
.download_link a:hover {
	color: #555;
}

/* End styles within the header section only, page 1. */

/* Begin grid construction for the forms */
.container {
	display: grid;
	grid-template-columns: 55% 40%;
	grid-template-rows: auto;
	grid-gap: 13px 5%;
	grid-template-areas: "header header" "col1 col2" "terms terms";
}
.header {
	grid-area: header;
}
.col1 {
	grid-area: col1;
}
.col2 {
	grid-area: col2;
}
/*End grid construction*/
/*Begin form styles for col1*/
h3 {
	font: 16px/18px 'Open Sans Condensed', sans-serif;
	color: #FFF;
	font-weight:700;
	text-transform:uppercase;
	color: #E61616;
	margin: 15px 0;
}
.col1 fieldset {
    padding: 15px;
    font-size: 13px;
    line-height: 14px;
    background: #E9EFF0;
    border: none;
    border-radius: 6px;
    margin: 0 0 10px 0;
    color: #707070;

}
legend {
    font-weight: bold;
    padding: 0;
    color: #707070;
    float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.form-row {
    margin: 0 0 10px 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    border: none;
    border-radius: 2px;
    font-size: 15px;
    color: #707070;
    padding: 3px 10px;
}
input[type="checkbox"] {

}
/*Begin grid for unique form boxes.*/
.form-row {
	display: grid;
	grid-template-columns: auto 70%;
	grid-template-areas: 'label enter';
	clear: both;
}
.form-row label {
	grid-area: label;
	text-align: right;
	margin: 4px 20px 0 0;
}
.form-row input {
	grid-area: enter;
}
/*Exemptions begin.*/
.full {display: block;}
.
.full textarea {width: 96%; }
#listing_website_url,
#listing_email_address,
#listing_description,
#short_description {
	background: #fff;
	width: 96%;
	margin: 7px 0 2px 0;
}
#listing_website_url,
#listing_email_address {margin-left: 25px;width: 91%;}
select {font-size: 15px; color: #707070;}
.associations {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas: 'abaa ilab ioba';
	grid-gap: 30px;
	margin: 5px 0 0 25px;
	align-items: self-end;
}
.associations img {height: auto; }
.associations img.abaa {width: auto;}
.associations img.ilab {width: auto;}
.associations img.ioba {width: auto;}
.associations label {
	text-align: left;
	margin: 0px 6px 0 0;
}
#listing-categories .category_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
  clear: left;
	grid-column-gap: 15px;
  grid-row-gap: 5px;
}

#listing-categories .directional_buttons {
	text-align: center;
}
#listing-categories .all_categories_box select,
#listing-categories .destination_categories_box select  {
	width: 100% !important;
	   border: none;
    padding: 6px 10px;
}
#listing-categories select {font-size: 13px;}

#listing-categories .block_heading {
    margin-bottom: 5px;
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #98b2b7;
}

#listing-categories .arrow_buttons {
    background: transparent;
    border: none;
    font-size: 40px;
    color: #555;
}

/*End grid for unique form boxes.*/

/*Begin position the question marks*/
.form-row img {
    margin: 0 3px -3px 0;
}
.tips {
	font: 14px/18px 'Open Sans', sans-serif;
    text-transform: none;
    color: #707070;
    font-weight: normal;
    font-style: italic;
    margin-left: 10px;
}
.tips img {
	 margin: 0 5px -3px 0;
}
/*End position the question marks*/
/*End form styles for col1*/

/*Begin form styles for col2*/
.sticky {position: sticky;top: 0;background-color: white;}
#listing-preview {
	padding: 15px;c
	font-size: 13px;
	line-height: 1.3em;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 6px;
	margin: 20px 0;
	color: #707070;
}
#listing-preview-section {
    /*position: sticky;*/
    /*top: 0;*/
    /*background-color: white;*/
}
#listing-preview-section h4 {
	display: block;
	font: 14px/16px 'Open Sans', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	color: #E61616;
	margin: 15px 0;
}
#listing-preview-section p {
	border-bottom: 2px solid #707070;
	padding-bottom: 20px;
	margin: 20px 0;
}
#listing-preview-section a {
	color: #E61616;
	text-decoration: none;
}
#listing-preview-section a:hover {
	color: #555;
	text-decoration: underline;
}
#artwork-instructions a {
	color: #E61616;
	text-decoration: none;
}
#artwork-instructions a:hover {
	color: #555;
	text-decoration: underline;
}
/*#upload-logo,
#upload-photo {
	padding: 15px;
    font-size: 13px;
    line-height: 14px;
    background: #F8F1C5;
    border: none;
    border-radius: 6px;
    margin: 0 0 10px 0;
    color: #707070;
}*/
#upload-logo h4,
#upload-photo h4 {
	margin: 0 0 10px 0;
	color: #707070;
}
#upload-logo p,
#upload-photo p {
	margin: 10px 0;
}
/*#upload-logo input[type="submit"],
#upload-photo input[type="submit"] {
	background: #707070;
	padding: 5px 10px;
	border: none;
	color: #fff;
}*/
#listing-cost {
	padding: 15px;
	font-size: 13px;
	line-height: 14px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 6px;
	margin: 20px 0;
	color: #707070;
}
#listing-cost h4 {
	display: block;
	font: 14px/16px 'Open Sans', sans-serif;
	color: #FFF;
	font-weight:700;
	text-transform:uppercase;
	color: #E61616;
	margin: 0 0 10px 0;
}
#listing-cost #total-cost-line {
	font-weight: bold;
	font-size: 16px;
}
#listing-cost #cost-breakdown {
		font-weight: bold;
}
#listing-cost #cost-breakdown-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#listing-cost #cost-breakdown-list li {
	margin: 7px 0;
}

#actions input[type="submit"] {
	background: #E61616;
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	padding: 7px 15px;
	margin-right: 10px;
}
#actions input[type="submit"]:hover {
	background: #707070;
	cursor: pointer;
}
/* Apply disabled styles on submit input */
#actions input[type="submit"]:disabled {
	background: #ccc;
	color: #fff;
	cursor: not-allowed;
}
/* Styles on Email Check Message */
#email-msg {
	font: 16px/18px 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #E61616;
}
#actions a {
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	padding: 6px 20px 5px 20px;
	text-decoration: none;
	background: #707070;
}
#actions a:hover {
	background: #E61616;
}
#actions .bypass-unload {
    margin-top: 15px;
}
#actions .additional-listing input[type="submit"] {
	background: none;
	color: #E61616;
	font: 22px/24px 'Open Sans Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	padding: 0;
	margin: 20px 0;

}
#actions .additional-listing .fas.fa-plus-circle {
	color: #E61616;
	font-size: 204%;
	margin-right: 10px;
}
#actions .additional-listing input[type="submit"]:hover {
	color: #707070;
	cursor: pointer;
}

.actions {
	line-height: initial;
	margin: 10px 0;
	.btn {
		background-color: #707070;
		padding: 6px 15px;
		border-radius: 5px;
		margin-right: 25px;
	}
	.btn:hover {
		background-color: #333;
	}
	.btn-primary {
		background-color: #e61616;
	}
	.btn-primary:hover {
		background-color: #ff0000;
	}
}

/*Error messages*/
.error-msg {
	color: #E61616;
	margin: 15px 0;
	font-weight: bold;
}
.error-msg p {margin: 0;}
.fas.fa-exclamation-triangle {
    font-size: 204%;
    float: left;
    margin-right: 10px;
}
/*End form styles for col2*/
/*Begin styles for the pay page.*/
/* Begin grid construction */
.container-pay {
	max-width: 1050px;
	margin: 0 auto;
	padding: 30px;
/*	grid-template-columns: 55% 40%;
	grid-template-rows: auto;
	gap: 60px 5%;
	grid-template-areas: "logo" "payment" "preview";
*/}
.container-pay #logo-copy {
	grid-area: logo;
}
.container-pay #logo-copy h2 {
	font: 16px/18px 'Open Sans Condensed', sans-serif;
    font-weight: normal;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	color: #E61616;
	margin: 15px 0;
	border-top: 2px solid #707070;
	padding-top: 20px;
}
.container-pay #payment-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 5%;
	grid-template-areas: "options history";
}
.container-pay h3 {
	font-weight: bold !important;
	color: #555;
	font: 14px/18px 'Open Sans', sans-serif;
	text-transform: none;
	margin: 0;
}
.container-pay h4 {
	font: 14px/16px 'Open Sans', sans-serif;
	font-weight: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #E61616;
	margin: 0 0 15px 0;
}
.container-pay #page-title h1 {
	font-size: 22px;
	color: #555;
	margin: 40px 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.container-pay #payment-section #payment-options {
	grid-area: options;
	font-size: 13px;
	line-height: 14px;
	color: #707070;
}

.container-pay #payment-section #payment-options .box {
	padding: 15px;
	background: #F8F1C5;
	border: none;
	border-radius: 6px;
	margin: 0 0 10px 0;
}

.container-pay #payment-section #payment-options p {
	margin: 17px 0;
}
.container-pay #payment-section #payment-options a {
	background: #707070;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    padding: 6px 15px;
    text-decoration: none;
    margin: 0 20px 0 0;
}
.container-pay #payment-section #payment-options a:hover {
	background: #333;
}
.container-pay .edit_link {
	border-bottom: 2px solid #707070;
	padding-bottom: 20px;
	margin: 20px 0;
}
.container-pay .edit_link p {
	margin: 0;
}
.container-pay .edit_link a {color: #E61616; text-decoration: none;}
.container-pay .edit_link a:hover {color: #555; text-decoration: underline;}
.container-pay #payment-section #payment-history {
	grid-area: history;
	font-size: 13px;
	line-height: 14px;
	color: #707070;
}
.container-pay #payment-section #payment-history .box {
	padding: 15px;
	background: #E9EFF0;
	border: none;
	border-radius: 6px;
	margin: 0 0 10px 0;
}
.container-pay .listing {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 5%;
	grid-template-areas: "preview cost" "artwork artwork";
	border-bottom: 2px solid #707070;
	padding-bottom: 20px;
	margin: 20px 0;
}
.container-pay .listing-artwork h3 {
	color: #555;
	font: 18px/20px 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.container-pay .listing-artwork h4 {
	color: #555;
}
.container-pay .listing-artwork input[type="submit"] {
    background: #707070;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    padding: 3px 25px;
    margin-right: 10px;
}
.container-pay .listing-artwork input[type="submit"]:hover {
    background: #E61616;
}
.container-pay .listing-artwork {
	grid-area: artwork;
}
.container-pay .listing-artwork {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 5%;
	/*grid-template-areas: "upload-logo upload-photo";*/
	grid-template-areas: "instructions upload-logo" "instructions upload-photo";
	padding: 20px;
	background: #F8F1C5;
	border: none;
	border-radius: 6px;
	margin: 20px 0 10px 0;
}
.container-pay .listing-artwork .upload-logo {
	grid-area: upload-logo;
	padding: 15px;
    font-size: 13px;
    line-height: 14px;
    background: #fff;
    border: none;
    border-radius: 6px;
    margin: 0 0 20px 0;
    color: #707070;
}
.container-pay .listing-artwork .upload-photo {
	grid-area: upload-photo;
	padding: 15px;
    font-size: 13px;
    line-height: 14px;
    background: #fff;
    border: none;
    border-radius: 6px;
    margin: 0 0 20px 0;
    color: #707070;
}
.container-pay .listing-artwork .artwork-instructions {
	grid-area: instructions;
}
/*.container-pay .listing .preview-section {
	grid-area: preview;
	padding: 15px;
	font-size: 13px;
	line-height: 14px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 6px;
	margin: 10px 0;
	color: #707070;
}*/
.container-pay .listing .box {
	grid-area: preview;
	padding: 15px;
	font-size: 13px;
	line-height: 14px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 6px;
	margin: 10px 0;
	color: #707070;
	overflow: auto;
}
.container-pay .listing .preview-section .edit-section {
    background: #E61616;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    padding: 6px 15px;
    float: left;
}
.container-pay .listing .preview-section .edit-section:hover {
	background: #707070;
}
.container-pay .listing a {
	color: #fff;
	text-decoration: none;
}
/*.container-pay .listing .cost-section {
	grid-area: cost;
	padding: 15px;
	font-size: 13px;
	line-height: 14px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 6px;
	margin: 10px 0;
	color: #707070;
}*/
.container-pay .listing .cost-section .delete-listing {
    background: #E61616;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    padding: 6px 15px;
    float: left;
}
.container-pay .listing .cost-section .delete-listing:hover {
	background: #707070;
}
.container-pay .cost-section .breakdown-total {
    font-weight: bold;
    font-size: 16px;
}
.container-pay .cost-section .breakdown-title {
    font-weight: bold;
}
.container-pay .cost-section ul.breakdown-list  {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.container-pay .cost-section .breakdown-list li {
    margin: 7px 0;
}
#create-listing {
	font: 20px/22px 'Open Sans Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	margin-top: 20px;
}
#create-listing a {color: #E61616; text-decoration: none;}
#create-listing a:hover {color: #555; }

/*End grid construction*/
/*End styles for the pay page.*/
/*Begin "confirm deletion" page*/
.container-delete {
	max-width: 1050px;
	margin: 0 auto;
	padding: 30px;
}
.container-delete h2 {
    font: 16px/18px 'Open Sans Condensed', sans-serif;
        font-weight: normal;
    font-weight: normal;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    color: #E61616;
    margin: 15px 0;
    border-top: 2px solid #707070;
    padding-top: 20px;
}
.container-delete input[type="submit"] {
	color: #fff;
	font-size: 13px;
	border: none;
	border-radius: 4px;
	padding: 6px 15px;
	background: #707070;
}
.container-delete input[type="submit"]:hover {
	background: #E61616;
}
.container-delete .cancel {
	color: #fff;
	font-size: 13px;
	border: none;
	border-radius: 4px;
	padding: 6px 15px;
	background: #E61616;
	text-decoration: none;
}
.container-delete a.cancel:hover {
	background: #707070;
}
/*End "confirm deletion" page*/
/*Special reply messages for top of the pay page.*/
#message-copy {
	background: #707070;
}
#message-copy p {
	max-width: 1050px;
	margin: 0 auto;
	padding: 60px 30px 10px 30px;
	color: #fff;
	font-size: 18px;
	line-height: 1.2em;
}
.terms {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-size: .6rem;
  grid-area: terms;
}
.grecaptcha-badge {
  visibility: hidden;
}
.sl-overlay {
  background: #999;
}
