body {
	margin: 0px;
	padding: 0px;
	background-color: #edeee8;

}

body,
div,
li,
p {
	font-family: AvenirPro45Book, sans-serif;
	line-height: 1.5em;
	text-align: justify;
}

P.bigPara {
	font-size: 1.5em;
	margin-top: 0.6em;
}

h1 {								/* Whopping titles */
	font-size: 40px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}


.YA-block h1 {
	margin-left: 0px !important;
}



h2 {								/* Most page titles */
	font-size: 32px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 40px;
}

h2.directorName {
	font-size: 22pt;
	margin-top: 10px;
	text-align: left;
}

.YA-section h2 {

}

.YA-section h3 {

}


h3 {
	background-color: #879695; 	/* Lozenges   (was #cae5e8 then  #adc8c8) */ 
	color: white;
	border-radius: 4px;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	line-height: 1.2em;
}

.caption {
	color: #8f8f8f;
	font-size: 0.8em;
}

a.dashed {
	animation: dashed .6s linear infinite paused;
	border-bottom: 1px dotted #000;
	text-decoration: none;
	color: black;
}

.clear {
	clear: both;
}

/* *************************** */
/* PAGE SPECIFIC SPECIALS	   */
/* *************************** */


.staffImage {
	font-size: 16pt;
}

.staffImage img {
	margin-bottom: 10pt;
}

/* *************************** */
/* ALL PAGES: GRIDS AND BLOCKS */
/* *************************** */

.YA-section {
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	box-sizing: border-box;
	clear: both;
}

.YA-spacer {
	height: 80px;
}

.YA-block {

	width: 100px;
	float: left;
	box-sizing: border-box;
	padding: 20px;

}

.YA-block.onethird {
	width: 33.3%;
}

.YA-block.twothirds {
	width: 66.7%;
}

.YA-block.half {
	width: 50%;
}

.YA-block.quarter {
	width: 25%;
}

.YA-block.threequarters {
	width: 75%;
}

.maxsize {
	width: 100%;
}

.YA-block img.maxsize {
	
}

.YA-section img.maxsize {

}

.mediumsize {
	width: 70%;
}


.homemap {
	width: 100%;
	position: relative;
	aspect-ratio: 100 / 158;
	background-image: url(/media/pages/home/gbmap.png);
	background-size: cover;
}

.homemap .dot {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: gold;
	opacity: 0.1;
	position: absolute;
	}

.homemap .dot_active_1 {
	background-color: gold;
	opacity: 0.4;
	}

.homemap .dot_active_0 {	
	background-color: 000;
	opacity: 0.1;
}

#dot_3481, #dot_2664, #dot_3235 {
	display: none;
}


.YA-xmas {
	aspect-ratio: 100 / 64;
	width: 100%;
	background-image: url('/media/pages/home/xmascard.jpg');
	position: relative;
	background-size: cover;
}

.YA-stuffing {
	position: absolute;
	width: 500px;
	bottom: 130px;
	left: 0px; 
	background-color: color(display-p3 0.686 0.318 0.255);
	padding: 30px;
	padding-left: 150px;
	padding-right: 70px;
	border-radius: 2pt;
	font-size: 14pt;
	color: white;
}


/* ********************************* */
/* ALL PAGES: HEADER 				 */
/* ********************************* */

.header {
	position: fixed;
	width: 100%;
	text-align: center !important;
	z-index: 1000;
	padding: 0;
	padding-top: 20px;
	box-sizing: border-box;
	height: 95px;
	left: 0px;
}

.header div {
	text-align: center !important;
}


#header_scrolling {
	top: calc(100vh - 100px);
}


.header #bigLogo {
	width: 400px;
	display: inline-block;
}

.header #littleLogo {
	display: none;
}

.headerlink {

	color: white;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	position: relative;
	top: -10px;
}

#leftLinks, #rightLinks {
	display: inline-block;
	text-align: left;
}

#headerBar {
	background-color: #5f6d6c;  /* was #454543; */
	height: 100px; 
	position: sticky; 
	top: 0; 
	z-index: 999;
}


/* ********************************************* */
/* NAVIGATION: GALLERIES AND PRACTICE DROP-DOWNS */
/* ********************************************* */

.dropdown {
	background-color: rgb(223, 223, 223);
	width: 100%;
	display: none;
	position: fixed;
	opacity: 95%;
	top: 100px;
}

.dropdown_inside {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	min-height: 200px;
}

.dropdown_links {
	font-size: 18px;
	line-height: 40px;
	margin-top: 0px;
}

.dropdown_links a {}



/* ********************************* */
/* ALL PAGES: FOOTER 				 */
/* ********************************* */

.footergallery {
	width: 300px;
}

.footergallery img {
	width: 75px;
	height: 75px;
	margin-right: 12px;
	margin-bottom: 12px;
	cursor: pointer;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	text-decoration: none !important;
	border-bottom: 0 none !important;
}

.footergallery img:HOVER {
	filter: none;
	/* Current draft standard */
	-webkit-filter: none;
	/* New WebKit */
	-moz-filter: none;
	-ms-filter: none;
}

.footer {
	background-color: #5f6d6c;
	color: white;
	width: 100%;
	min-height: 400px;
	position: relative;
}

.footer a {
	text-decoration: none;
	color: color(display-p3 0.902 0.91 0.89);
}

.footer ul {
	list-style-type:none;
	padding-inline-start: 20px;
}

/* *********************************  */
/* Stop footers each saying "related" */
/* *********************************  */

.YA-related h3 {
	opacity: 1; /* Default visible */
}

.YA-related ~ .YA-related h3 {
	opacity: 0;
}

/* ********************************* */
/* Front Page Video 				 */
/* ********************************* */

#myVideo {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	min-width: 100%; 
	min-height: 100%; 
	object-fit: cover;
	object-position: center center; 
}

#video-container {
	margin: auto;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	transform: translatez(0);
	position: relative; 
}

.fullscreen {
	width: 100%;
	height: 100vh;
}

.fullscreen video {
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%; 
	height: 100%;
	object-fit: cover;
	object-position: center center;
}


/* ********************************* */
/* Forms 				 */
/* ********************************* */

#contactForm, #cpdForm {
	display: none;
}


.tableForm input[type=text], .tableForm textarea {
	width: 100%;
	max-width: 300px;
	padding: 5px;
	border-collapse: collapse;
	border: dotted 1px grey;
	font-size: 1.2em;
	background-color: #edeee8;
}

.tableForm input, .tableForm input[type=submit] {
	width: 300px;
	padding: 5px;
	border-collapse: collapse;
	border: none;
	border-left: dotted 1px black;
	font-size: 1.2em;
	background-color: #edeee8;
	cursor: pointer;
	text-align: left;
}

.tableForm textarea {
	max-width: 400px;
	height: 200px;
}

.tableForm .col_1 {
  width: 250px;
  float: left;	
  padding: 5px;
  text-align: right;
}

.tableForm .col_1 span {
 font-size: 0.8em;
 color: grey;	
}

.tableForm .col_2 {
  width: 500px;
  float: left;	
  padding: 5px;
}

#careersForm .col_1 {
  width: 150px;
  float: left;	
  padding: 5px;
  text-align: left;
}

#careersForm .col_2 {
  width: 450px;
  
}

#careersForm input[type=text],#careersForm input[type=select] {
	max-width: 500px;
	width: 500px;
}

#careersForm textarea {
  width: 500px;
  max-width: 500px;
}


.quoted {
	
	margin: 20px; 
	padding-left: 20px;
	border-left: solid 2px black;
}

.video-container {
	padding: 0px;
	margin: 0px;
}

.video-container a {
	color: darkgray;
	font-size: 8pt;
	text-decoration: underline;
}

.logo-parade {
	text-align: center;
	margin-bottom: 30px;
}

.logo-parade img {
	height: 70px;
	margin: 20px;
}
