@charset "UTF-8";

.site-header {
  text-align: center;
  color: #333;
  margin: 1.2em auto;
  text-align: center;
  font-size: 150%;
}

.page-container {
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 3%;
  margin-bottom: 2%
}

.page-container td {
  vertical-align: top;
}

.george-button {
  margin-bottom: 1.0rem
}

.george-button button,
.george-button a:link,
.george-button a:visited,
.george-button a:active {
  text-align: center;
  padding: 0.444rem 0.889rem;
  text-decoration: none;
  display: inline-block;
  font-size: 100%;
  font-weight: 700;
  margin: 0.25rem 0.33rem 0.25rem 0.33rem;
  transition-duration: 0.7s;
  cursor: pointer;
  color: #000000;
  background-color: #b19195;
  border: 0.111rem solid #b19195;
  border-radius: 0.556rem;
  outline: none;
}

.george-button button:hover,
.george-button a:hover  {
  color: #5a5349;
  background-color: #b5ae99;
  border: 0.111rem solid #b5ae99;
  outline: none;
}

.george-button-right {
  text-align: right;
}

.george-button-left {
  text-align: left;
}

.george-button-center {
  text-align: center;
}

.pdf-button img {
  height: 0.75rem;
  width: 0.75rem;
  content: url("../assets/arrow-download.png");
}

.link-button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  /*font-size: 100%;*/
  /*font-family: inherit;*/
  /*font-weight: inherit;*/
  /*font-style: normal;*/
  border-radius: 0;
  cursor: pointer;
  color: green;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

.link-button:hover,
.link-button:focus {
  color: brown;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

.ui-widget .link-button {
  font-weight: inherit;
  font-size: inherit;
}

/*
.link-button:focus {
  outline: none;
  animation: focus-blinker;
  animation-duration: 500ms;
  animation-iteration-count: 6;

}

@keyframes focus-blinker {  
  100% { opacity: 0.015; }
}
*/

.side-note {
  font-size: 75%;
  font-style: italic;
  line-height: 107%;
}

.side-note img {
  height: 12px;
  width: 12px;
}

#tabs-jump {
  display: block; 
  /*content: " "; 
  margin-top: -285px; 
  height: 285px; 
  visibility: hidden;*/ 
  pointer-events: none;
}

.desc-tbl {
  line-height: 107%;
  width: 96%;
  border: 0;
  padding: 0;
  /*font-size: 15.0pt;*/
  /*font-weight: 600*/
}

.desc-tbl-td {
  padding: 0.75pt 0.75pt 0.75pt 0.75pt
}

.desc-tbl-tr {
  /*line-height: 107%;*/
}

.desc-tbl-row-label {
  margin: 0in;
  text-align: right;
  font-weight: 600;
  font-size: 110%;
}

.inner-container-table {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 0;
  margin-bottom: 0;
  align: center;
}

.inner-content-table {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 0.222rem;
	margin-right: 0.222rem;
	position: relative;
	/*width: 100%;*/
	margin: 1.5rem 1.0rem;
}

.inner-content-table-item,
.inner-content-table-item > ul {
	margin: 0.8rem;
	text-wrap: nowrap;
}

.inner-content-table-item span {
	margin: 0.5rem 0rem;
	padding: 0.0rem 0.0rem 0.0rem 1.0rem;
}

.footer {
  width: 100%;
  height: 1.33rem;
  margin-top: 3.0rem;
  margin-bottom: 6.0rem;
}

.footer p {
  text-align: center;
  line-height: 1.0rem;
  font-size: 60%;
}

.cookies-banner {
  background: #444;
  color: #fff;
  padding: 0.33rem;
  font-size: 110%;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  margin: 0;
  display: inline-grid;
  align-items: center;
}

#cookies-banner-buttons {
  font-size:90%;
  display: table-cell;
  padding: 0.5% 0.5% 0.2% 0.5%;	
}

#cookies-banner-text {
  display: table-cell;
  padding: 0.5% 0.5% 0.2% 0.5%;	
}

/*
.cookies-banner button {
  text-decoration: none;
  background: #b19195;
  color: #000000;
  border: 1px solid #b19195;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 95%;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-banner button:hover {
  background: #b5ae99;
  color: #5a5349;
  border: 1px solid #b5ae99;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 105%;
}
*/

#license-stmt ul {
  list-style-position: outside;
  list-style-type: disc;
  font-size: 100%;
  margin: 0.0em 0.2em 0.0em 0.2em;
}

#license-stmt ul > li {
  margin: 1.25em 0.0em 1.25em 0.0em;
}

.george-content {
  margin-top: 0.45rem;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box
}

.george-content .george-content-header {
  font-variant-caps: small-caps;
  margin: 1.0rem 0.0rem 0.75rem 0.0rem;
  padding: 0;
  text-align: left
}

.george-content .george-content-panel {
  /*overflow: hidden;*/
  /*padding: 0.11rem 0.55rem 0.167rem 1.39rem;*/
  padding: 0.8rem 0.65% 1.25rem 0.50%;
  /*transition-property: height,visibility;*/
  /*transition-timing-function: ease*/
}

.george-content .george-content-panel .george-content-text {
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  font-size: 100%;
  line-height: 1.33rem;
  /*font-family: Montserrat, Calibri, Arial, sans-serif;*/
  color: #111;
  padding: 0.45rem;
  margin: 0.0rem auto 0.0rem 0.0rem;
}

#listing-desc-tab p.george-content-text {
	padding-inline-start: 1.5rem;
	padding-right: 2.5rem;
}
#listing-desc-tab > div > h3 {
	margin: 1.5rem auto 0.2rem 0.7rem;
}

.market-value-list {
	list-style-type: none; 
	margin-left: 0; 
	padding: 0; 
	list-style-position: outside; 
	padding-inline-start: 0.8rem;
}

.market-value-list li {
  margin: 0.65rem 1.5% 0.0rem 0.8rem;
  padding: 0;
}

.george-content td {
  vertical-align: middle;
}

.phone-block div {
  text-align:center;
  margin: 0.75rem 0.0rem 0.75rem 0.0rem;
}

.phone-block span {
  display: inline-block;
  padding: 0.33rem 0.0rem 0.33rem 0.0rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.0rem;
}

.phone-block .tel-number {
  letter-spacing: 0.25rem;
}

.george-section-header {
	/*margin: 0.5rem 3.7rem 1.25rem 2.0rem;*/
	margin: 0.5rem 1.5rem 1.25rem 0.5rem;
	/*padding: 0.0rem 3.0rem 0.1rem 0.0rem;*/
	padding: 0.0rem 3% 0.0rem 0.0rem;
	border-bottom: 0.15rem solid #d9e2dd;
	text-align: right;
	/*width: 100%;*/
}

.george-section-header * {
	display: inline-block;
}

.accordion-container-faq {
	margin: 2.0rem 0.0rem 1.6rem 0.0rem;
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .page-container {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
  .page-container {
    margin-left: 3%;
    margin-right: 3%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .page-container {
    margin-left: 4.5%;
    margin-right: 4.5%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .page-container {
    margin-left: 6%;
    margin-right: 6%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .page-container {
    margin-left: 12%;
    margin-right: 12%;
  }
} 