:root {
  --color-border-1: #cccccc;
}

:focus-visible, a:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

.main {
  margin: 0 auto;
  float: none;
}

.main-title {
  position: relative;
  margin: 0 auto;
  display: block;
  padding-left: 0;
  left: -17px;
  overflow: hidden;
}

@media ( max-width : 820px) {
    .main-title {
       width: 100%
    }
}

.foyer-button {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	background-color: #078089;
	border: none;
	border-radius: 1.5px;
	color: white;
	padding: 0.5rem;
	margin: 0.4rem;
	width: 20rem;
	box-shadow: none !important;
	transition: background-color 0.2s ease;
	font-size: inherit;
}

.foyer-button:hover {
	background-color: #066d7f !important;
}

.foyer-button:disabled {
	background-color: #6f6f6f !important;
	color: white;
	cursor: not-allowed;
}

#drop-area, #result-area {
  border: 1px solid var(--color-border-1);
  border-radius: 0;
  padding: 3rem 2rem 3rem 3rem;
  margin: 2rem 0 1rem 0;
  align-self: center;
  text-align: center;
  background-color: #f1fdfe;
}

#upload-message .wait-text, #upload-message .ident-text {
	color: #000;
	margin-bottom: 12px;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.3846153846;
}

#drop-files-message ul, #upload-message ul {
	margin-left: 3rem;
}
.foyer-container ul {
    margin-left: 2.5rem;
}
#drop-box-info {
	padding-top: 1rem;
}

#rejected-files-list {
	list-style: none;
}

#drop-files-list, #upload-files-list {
  margin: 0.5rem;
  list-style: none;
  padding-left: 0;
  padding-top: 0.5rem;
  border-top: 1px solid var(--color-border-1);
}

#upload-files-list {
	margin-top: 5rem;
}

#upload-button-area {
  margin: 1rem 0;
  justify-content: space-between;
}

details {
  margin-bottom: 1rem;
  border: 1px dotted #a6acb3;
  padding: 2rem;
}

details h3{
  font-size: 2rem;
  font-weight: bold;
  padding-top: 10px
}

summary {
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}

details .foyer-container {
	border-top: 1px dotted #a6acb3;
	margin-top: 2rem;
	margin-bottom: 0;
	margin-left: 0;
}

.foyer-download {
	font-size: 25px;
}

.box.address-box {
	background-color: #f1f2f3;
}

.box address{
	padding-left: 2.5rem;
	line-height: 1.75;
} 

.address-heading {
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: -0.25em;
	margin-bottom: 0.5em;
}

.address-segment {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.address-segment-online {
   display: block;
   line-height: 2;
   margin-top: 1.5em;
}

.sidebar .box address{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    padding-left: 0;
} 
 
a {
   color: inherit;
}

.address-segment-online a {
   padding-left: 0.25rem;
   display: inline-flex;
   align-items: center;
   gap: 0.3em;
}

.address-segment-online a i {
   
   color: #078089;
   background-color: #ffffff;
   border-radius: 50%;
   padding: 4px; 
   font-size: 1em;
   line-height: 1;
   display: inline-block;
   text-align: center;    /* center icon inside */
   vertical-align: middle;
   width: 1.5em;          /* fixed width and height to keep it circular */
   height: 1.5em;
}

.menu-footer p {
	font-weight: 700;
	font-size: 20px;
}

hr.final-separator {
  border-top: 3px double #a6acb3;
  margin: 1.5em 0 1.5em;
}