@font-face
{
    font-family: "Verdana";
    src: url(fonts/verdana.ttf);
    font-weight: normal;
}
@font-face
{
    font-family: "Verdana";
    src: url(fonts/verdanai.ttf);
    font-weight: normal;
    font-style: italic;
}
@font-face
{
    font-family: "Verdana";
    src: url(fonts/verdanab.ttf);
    font-weight: bold;
}
@font-face
{
    font-family: "Verdana";
    src: url(fonts/verdanaz.ttf);
    font-weight: bold;
    font-style: italic;
}

body
{
	font-family: Verdana, sans-serif;
    background: white;
    margin: 0;
}

div.header
{
	background: white;
	max-width: 1080px;
	margin: 0 auto;
}

div.topnav
{
	overflow: hidden;
	max-width: 1080px;
	margin: 0 auto;
    font-family: "Verdana";
    font-weight: bold;
    font-size: 16pt;
}
div.topnav a.item, a.icon
{
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 14px 14px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
div.topnav a.btn
{
    float: left;
	display: block;
	color: black;
	text-align: center;
    text-decoration: none;
}
div.sticky
{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
div.dropdown
{
	float: left;
	overflow: hidden;
}
div.dropdown button.dropbtn
{
	font-size: inherit;
	font-weight: inherit;
	border: none;
    outline: none;
    padding: 14px 14px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
div.dropdown-content
{
	display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}
div.dropdown-content a
{
    float: none;
    color: black;
    padding: 12px 27px;
    text-decoration: none;
    display: block;
    text-align: left;
}
div.topnav a.item:hover, div.dropdown:hover button.dropbtn
{
	background-color: #555555;
	color: white;
}
div.dropdown-content a:hover
{
	background-color: #ddd;
    color: black;
}
div.dropdown:hover div.dropdown-content
{
    display: block;
}
div.dropdown:hover a.btn
{
    color: white;
}
div.dropdown:hover span.dropIndicator
{
    border-top: 0;
    border-bottom: 6px solid white;
}
div.topnav a.icon
{
	display: none;
}
span.dropIndicator
{
    display: none;
    float: right;
    margin-top: 10px;
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
}
@media screen and (max-width: 800px)
{
    /* one not() entry for each social link */
	div.topnav a:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:last-child), div.dropdown button.dropbtn
	{
    	display: none;
  	}
  	div.topnav a.icon
	{
    	float: left;
    	display: block;
        color: black;
        text-decoration: none;
  	}
	div.topnav.responsive
	{
		position: relative;
	}
  	div.topnav.responsive a.icon
	{
    	position: absolute;
    	left: 0;
    	top: 0;
  	}
    /* one not() entry for each social link minus 1 */
  	div.topnav.responsive a:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:last-child)
	{
    	float: none;
    	display: block;
    	text-align: left;
  	}
	div.topnav.responsive a:nth-child(5):not(:last-child) /* number is the number of social links plus 1 */
	{
    	margin-top: 60px;
  	}
  	div.topnav.responsive .dropdown
	{
		float: none;
	}
  	div.topnav.responsive .dropdown-content
	{
		position: relative;
	}
  	div.topnav.responsive .dropdown .dropbtn
	{
    	display: block;
    	width: 100%;
    	text-align: left;
  	}
    div.topnav.responsive a.btn
    {
        float: left;
        display: block;
    }
	div.dropdown-content a:hover
	{
		padding-right: 1000000px;
	}
	div.dropdown:hover div.dropdown-content
	{
		padding-right: 1000000px;
        overflow: visible;
        white-space: nowrap;
	}
    div.topnav.responsive .dropdown .dropbtn span.dropIndicator
    {
        display: inline-block;
    }
}
img.socialIcon
{
	width: 20px;
}
div.topnav a:hover img.socialIcon
{
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(82deg) brightness(100%) contrast(104%);
}

div.card
{
	padding-left: 15px;
    padding-right: 15px;
	max-width: 1080px;
	margin: 0 auto;
	font-size: 15pt;
}

div.footer
{
	overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
}
div.footerItem
{
    float: left;
	display: block;
	color: black;
	padding: 0 14px;
	font-size: 15px;
	font-weight: bold;
    width: 16%;
}
div.footerItem a
{
    color: #ec2426;
    text-decoration: none;
    margin:  1px;
    overflow: visible;
    white-space: nowrap;
}
img.footerLogo
{
    position: absolute;
    transform:translateX(-50%);
    height: 8%
}
div.footerItem a:hover
{
	text-decoration: underline;
}
div.footerItem a:hover img.socialIcon
{
	filter: invert(10%) sepia(81%) saturate(7487%) hue-rotate(9deg) brightness(94%) contrast(116%);
}
@media screen and (max-width: 1000px)
{
    div.footerItem
    {
        width: 25%;
        text-align: center;
    }
    img.footerLogo
    {
        position: relative;
        transform:translateX(0);
        width: 100px;
    }
    div.finalFooter
    {
        width: 100%;
    }
}
@media screen and (max-width: 700px)
{
    div.footerItem
    {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }
}

button.dwnld
{
  	background-color: #BB0000;
  	border: none;
  	color: white;
  	padding: 12px 30px;
  	cursor: pointer;
  	font-size: 20px;
	font-weight: bold;
	width: 50%;
	border-radius: 8px;
}

button.dwnld:hover
{
  	background-color: #FF7072;
	color: black;
}

div.column
{
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
div.tricolumn
{
    float: left;
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
}
div.alt
{
    text-align: right;
}
div.row:after
{
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 650px)
{
    div.column
	{
        width: 100%;
    }
    div.tricolumn
	{
        width: 100%;
    }
    div.alt
    {
    text-align: left;
    }
}

a:link
{
	color: #ec2426
}
a:visited
{
	color: #000000
}
a.blockLink
{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none !important;
    color: black !important;
}

* {box-sizing:border-box}

.slideshow-container
{
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.mySlides
{
  display: none;
}
.prev, .next
{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next
{
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover
{
  background-color: rgba(0,0,0,0.8);
}
.numbertext
{
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot
{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover
{
  background-color: #717171;
}
.fade
{
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade
{
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade
{
  from {opacity: .4}
  to {opacity: 1}
}

div.orgText
{
	font-weight: bold;
	text-align: center;
}

input[type=text].std, select, textarea
{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical
}

input[type=submit].std
{
  	background-color: #BB0000;
  	border: none;
  	color: white;
  	padding: 12px 0;
  	cursor: pointer;
  	font-size: 20px;
	font-weight: bold;
	width: 30%;
	border-radius: 8px;
}

input[type=submit].sdt:hover
{
  	background-color: #FF7072;
	color: black;
}

div.emailForm
{
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

ul.resourceList li
{
    font-size: 25px;
    list-style: none;
}

ul.resourceList li::before
{
    content: "\2022";
    color: #ec2426;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

button.collapsible
{
    background-color: #f2f2f2;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
	font-weight: bold;
}

.active, button.collapsible:hover
{
    color: white;
    background-color: #555555;
}

button.collapsible:after
{
    content: '\002B';
    font-size: 20px;
    float: right;
    margin-left: 5px;
}

button.collapsible.active:after
{
    content: '\2212';
}

div.edu
{
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
iframe.eduVideo
{
    width: 560px;
    height: 315px;
    max-width: 100%;
}

a.anchor
{
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

div.latestPub
{
    border-style: solid;
    border-radius: 20px;
    padding: 0 20px;
    overflow-y: scroll;
    height: 600px;
    background-color: #efefef;
    color: black;
}

div.eventItem
{
    border-style: solid;
    border-radius: 20px;
    padding: 15px 20px;
    background-color: #efefef;
    margin-bottom: 15px;
}

a.sneakyLink
{
    color: #ec2426;
    text-decoration: none;
}
a.sneakyLink:hover
{
    color: #FF7072;
}

div.eventContainer
{
    overflow-y: auto;
    height: 600px;
    padding-top: 10px;
    
    --mask: linear-gradient(to top, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 95%, rgba(0,0,0, 0) 99%, rgba(0,0,0, 0) 0) 100% 50% / 100% 100% repeat-x;
    
    -webkit-mask: var(--mask); 
    mask: var(--mask);
  
}
div.bottomFade
{
    overflow-y: auto;
    height: 600px;
    
    --mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 95%, rgba(0,0,0, 0) 99%, rgba(0,0,0, 0) 0) 100% 50% / 100% 100% repeat-x;
    
    -webkit-mask: var(--mask); 
    mask: var(--mask);
  
}

img.event
{
    max-width: 80%;
}

h1.pageHeader
{
    text-decoration: underline;
    text-decoration-color: black;
    color: #ec2426;
}

table.annieLibrary
{
    width: 100%;
}
table.annieLibrary, th, td
{
    border-bottom: 1px solid black;
    border-collapse: collapse;
    padding-right: 10px;
    vertical-align: top;
}
td:first-child
{
  padding-left: 10px;
}
tr:nth-child(even)
{
  background-color: #e7edff;
}

#filterInput
{
    background-image: url('/images/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 75%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

iframe.map
{
    width: 560px;
    height: 315px;
    max-width: 100%;
}

div.canary
{
    font-size: 12pt;
    background-color: #eeeeee;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    padding: 20px;
}