/*fonts*/

@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular.ttf);        
    font-display: swap;
}
@font-face {
    font-family: Lato-Bold;
    src: url(../fonts/Lato-Bold.ttf);
    font-display: swap;    
}
@font-face {
    font-family: Lato-Italic;
    src: url(../fonts/Lato-Italic.ttf);
    font-display: swap;    
}
@font-face {
    font-family: SourceSerifPro-Regular;
    src: url(../fonts/SourceSerifPro-Regular.ttf);
    font-display: swap;    
}
@font-face {
    font-family: SourceSerifPro-Bold;
    src: url(../fonts/SourceSerifPro-Bold.ttf);        
}
@font-face {
    font-family: SourceSerifPro-Italic;
    src: url(../fonts/SourceSerifPro-Italic.ttf);        
}
/* this be set to some bold color when developing web site to highlight unformatted text; might comment out when done */
body {
	color:#303030;
	font-family:serif;
	line-height:115%;    
}
/*Note if you change the fonts globally change: the item below: p, p.gray-breadcrumb, li, i, b, and "h1,h2,h3,h4" */
p{
	 /*font-family:Lato-Regular, sans-serif;*/
	 font-family:SourceSerifPro-Regular,serif;
	 color:black;
    line-height:155%; 
    font-size:1.2em;
    text-align:left;
    }
p.home-page{
	 font-family:Lato-Regular, sans-serif;
	 /*font-family:SourceSerifPro-Regular,serif;*/
	 color:black;
    line-height:155%; 
    font-size:1.3em;
    text-align:left;
    }
p.home-page-quote{
	 /*font-family:Lato-Regular, sans-serif;*/
	 font-family:SourceSerifPro-Regular,serif;
	 color:#B3130B;
    line-height:155%; 
    font-size:1.4em;
    text-align:center;
    }    
p.gray-breadcrumb{
	font-family:Lato-Regular, sans-serif;
	color:#757575;}
li{
	color:black;
	margin-top:2%;
	/*font-family:Lato-Regular, sans-serif;*/
	 font-family:SourceSerifPro-Regular,serif;
	font-size:1.2em;
	line-height: 155%;
}
i {
	/*font-family:Lato-italic, sans-serif;*/
	font-family:SourceSerifPro-Italic, serif;
}
i.home-page-quote {
	font-family:SourceSerifPro-Italic,serif;
}
i.home-page-quote-source {
	font-family:SourceSerifPro-Italic,serif;
	font-size:0.85em;
	color:#a9a9a9;
	}
b.home-page-quote-source{
	font-family:SourceSerifPro-Regular,serif;
	font-weight:normal;
	font-size:0.85em;
	color:#a9a9a9;
}

i.home-page {
	font-family:Lato-italic, sans-serif;
}
	
b{
	font-family: Lato-bold, sans-serif;
	
}
h1,h2,h3,h4{
    /*color:#757575;*/
    color:#505050;
    font-family:Lato-Bold, sans-serif;
    letter-spacing: .2em;
    }
h1{
	color:#303030;
	font-size:155%;
    line-height:115%;
}
h2{
    font-size:120%;
    line-height: 115%;
}
h3{
    font-size:85%;
 }
h4{
    font-size:90%;
}
.space-above {
margin-top:8%;
}

p.medium{
    font-size:90%;
}
p.small{
    font-size:85%;
}

.redtext{
  color: #B3130B;
  }
.center{
    text-align:center;
    }
 .right{
 text-align:right;
  }
/* for responsive mobile menu */
h3.menuMobile{
    text-decoration:none;
    font-family:Lato-Bold,serif;
    /*font-family:Adline721BT-Bold;*/
}
li.menuMobile{
    background:#333333;
    padding-left:10%;
}
li.sans{
    color: var(--sans-color);
    font-family:Lato-Regular,serif;
    /*font-family:Nunito-Regular,sans-serif;*/
    /*font-family:LibreFranklin-Regular,sans-serif;*/
    /*font-family:Aldine721B-Roman,georgia,serif;*/
    line-height:155%; 
    letter-spacing:0em;
}
a.menuMobile{
		font-family:Lato-Bold,sans-serif;
    /*font-family:Aldine721BT-Bold,georgia,serif;*/
    color:#ffffff;
    text-decoration:none;
    line-height:215%;
}	
a.menuMobile:hover{
	color:#FFCCCB;
}	   
/* css for responsive images & iframe videos */
img {
    width: 100%;
    height: auto;
    top: 2%;
    /*border-radius: 3px;*/
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.9);*/
}
img.axs {
    width:1px;
    height:1px;
    border:0px;
    border-color:white;
}
/* use inside .videoWrapper */
/* adapted from https://www.sitepoint.com/css3-responsive-centered-image/ */
img.header-large {
    	position: absolute;
   /*to be sure centered subtract max-width from 100 and divide by 2, use that as left percent*/
	max-width: 95%;
	left: 2.5%;
}
img.center
{
	display: block;
   margin: auto;
   /*
	position:absolute;
	max-width: 95%;
	left: 2.5%;
*/
}
img.right
{
	float:right;
	max-width: 95%;
	left: 2.5%;
}
img.righttest
{
	float:right;
	max-width: 5%;
	left: 2.5%;
}
img.left
{
	float:left;
	max-width: 95%;
	left: 2.5%;

}
img.right-55
{
	float:right;
	max-width: 55%;
	left: 2.5%;
	padding-left:1%;
	padding-bottom:1%;

}
img.left-bio
{
	float:left;
	max-width: 35%;
	left: 2.5%;
	padding-right:5%;
	padding-bottom:1%;

}
img.right-bio
{
	float:right;
	max-width: 35%;
	left: 2.5%;
	padding-left:5%;
	padding-bottom:1%;

}
img.right-medal
{
	float:right;
	max-width: 55%;
	left: 2.5%;
	padding-left:1%;
	padding-bottom:1%;

}
img.left-medal
{
	float:left;
	max-width: 55%;
	left: 2.5%;
	padding-right:3%;
	padding-bottom:1%;

}
img.center-medal
{
	 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;

}
img.center-medal-narrow
{
	 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;

}
img.left-medal-narrow
{
	float:left;
	max-width: 25%;
	left: 2.5%;
	padding-right:3%;
	padding-bottom:1%;

}
/* this makes the html 5 audio play responsive*/
audio{
         max-height: 100%;
         max-width: 100%;
         margin: auto;
         object-fit: contain;
         }
/* Code below used to make iframe YouTube videos responsive */
/* from https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */


.videoWrapper-16-9-landscape {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 landscape */
	padding-top: 0px;
	height: 0;
}
.videoWrapper-16-9-landscape iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*use to make images responsive. Images must be 16:9 landscape,
4:3 or 3:2 portrait or landscape */
/* Use for 16:9 landscape image */
.imageWrapper-16-9-landscape {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
/* Use for aspect ratio 3:2 potrait */
.imageWrapper-3-2-portrait {
	position: relative;
	padding-bottom: 150%; /* 3:2 portrait */
	padding-top: 2%;
	height: 0;
}
.imageWrapper-3-2-landscape {
	position: relative;<!-- USE THIS TO DETERMINE IF JQUERY IS WORKING.-->
	padding-bottom: 66.66%; /* 3:2 landscape */
	padding-top: 25px;
	height: 0;
}
/* Use for aspect ratio 4:3 potrait */
.imageWrapper-4-3-portrait {
	position: relative;
	padding-bottom: 133%; /* 4:3 portrait */
	padding-top: 0px;
	height: 0;
}
.imageWrapper-4-3-landscape {
	position: relative;
	padding-bottom: 75%; /* 4:3 landscape */
	padding-top: 25px;
	height: 0;
}
/* Use for aspect ratio square images */
.imageWrapper-1-1-portrait {
	position: relative;
	padding-bottom: 100%; /* 1:1 square */
	padding-top: 0px;
	height: 0;
}
/* Use for ??x?? header image */
.imageWrapper-header-large-landscape {
	position: relative;
	padding-bottom: 12.5%; /* 2000:115 header */
	padding-top: 0px;
	height: 0;
}
.imageWrapper-header-medium-landscape {
	position: relative;
	padding-bottom: 11.25%; /* ??:?? header */
	padding-top: 0px;
	height: 0;
}
/* Use for 145x750 elements page header image */
.imageWrapper-header-large-landscape-elements {
	position: relative;
	padding-bottom: 13%; /* 750:145 header */
	padding-top: 0px;
	height: 0;
}
/* Use for informal potrait 253x450 landscape */
.imageWrapper-253-450-landscape{
	position: relative;
	padding-bottom: 56.22%; /* 253:450 */
	padding-top: 0px;
	height: 0;
}
.imageWrapper-500-893-landscape{
	position: relative;
	padding-bottom: 56%; /* 253:450 */
	padding-top: 0px;
	height: 0;
}
.imageWrapper-500-160-portrait{
	position: relative;
	padding-bottom: 312.5%; 
	padding-top: 0px;
	height: 0;
}
.imageWrapper-500-878-portrait{
	position: relative;
	padding-bottom: 57%; 
	padding-top: 0px;
	height: 0;
}
/* For hyperlinks on page -- not in sidebar navigation */
a:hover {
	color: #B3130B;
	}
a:link {
text-decoration:none;
	}
a.underline:link {
text-decoration:underline;}

/* For navigation that shows up in mobile at top of page */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #333333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;

}

.sidenav a:hover{
    color: #ff5f57;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.space-evenly {
display: flex;
justify-content: space-evenly;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.empty {
min-height: 1px}
.empty-pad01 {
min-height: 50px;}
/*See https://www.w3schools.com/css/css_dropdowns.asp for dropdown menu*/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #b9b9b9;
  opacity: 1.0;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.decoration{
text-decoration: none;}
.dropdown-color{
color:#000000;}
.padding-for-nonwhite-div{
padding-top: 1%;
padding-left: 2%;
padding-right: 2%;
padding-bottom: 2%;
}
/* Code from https://www.shaunpoore.com/lazy-load-youtube-videos/
to improve load time of videos; NOTE: youtube-load.js installed
in javascript */
.youtube:hover{
  cursor: pointer;
  .play {
    background: red;
    opacity: 0.9;
  }
}

.play {
  font-size: 1.1em; /* change this to change size */
  transform: translateY(130px);
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  background: #3b3636;
  opacity: 0.75;
  border-radius: 50% / 10%;
  color: #FFFFFF;
  height: 3em;
  padding: 0;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
}

.play::before {
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}
