@font-face
{
    font-family: "Futura";
    src: url(fonts/futura.ttf);
    font-weight: normal;
}
@font-face
{
    font-family: "Futura";
    src: url(fonts/futurai.ttf);
    font-weight: normal;
    font-style: italic;
}
@font-face
{
    font-family: "Futura";
    src: url(fonts/futurab.ttf);
    font-weight: bold;
}
@font-face
{
    font-family: "Futura";
    src: url(fonts/futuraz.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face
{
    font-family: "Franklin Gothic";
    src: url(fonts/framd.ttf);
    font-weight: normal;
}
@font-face
{
    font-family: "Franklin Gothic";
    src: url(fonts/framdi.ttf);
    font-weight: normal;
    font-style: italic;
}
@font-face
{
    font-family: "Franklin Gothic";
    src: url(fonts/framdb.ttf);
    font-weight: bold;
}
@font-face
{
    font-family: "Franklin Gothic";
    src: url(fonts/framdz.ttf);
    font-weight: bold;
    font-style: italic;
}
@font-face
{
    font-family: "Russo One";
    src: url(fonts/russo.ttf);
    font-weight: normal;
}

:root
{
    --accent: #397490;
}

body
{
	font-family: "Futura", sans-serif;
    font-weight: normal;
	color: white;
	margin: 0;
	background-color: #333333;
}

body.banner
{
	background-image: url("images/sraBanner_40.jpg")
}

div.secBack
{
	background-color: white;
	color: black;
}

div.header
{
	max-width: 1080px;
	margin: 0 auto;
}

div.topnav
{
	overflow: hidden;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
div.topnav a.item, a.icon
{
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	font-family: "Franklin Gothic";
}
div.topnav a:hover
{
	color: var(--accent);
}
div.sticky
{
	position: fixed;
	top: 0;
	width: 100%;
}
div.dropdown
{
	float: left;
	overflow: hidden;
}
div.dropdown button.dropbtn
{
	font-size: 25px;
	font-weight: bold;
	border: none;
    outline: none;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
div.dropdown-content
{
	display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
div.dropdown-content a
{
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

div.topnav a.icon
{
	display: none;
}
@media screen and (max-width: 800px)
{
	div.topnav a:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):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;
  	}
  	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(4):not(:last-child)
	{
    	margin-top: 60px;
  	}
  	div.topnav.responsive .dropdown
	{
		float: left;
	}
  	div.topnav.responsive .dropdown-content
	{
		position: relative;
	}
  	div.topnav.responsive .dropdown .dropbtn
	{
    	display: block;
    	width: 100%;
    	text-align: left;
  	}
}

img.socialIcon
{
	width: 24px;
	float: none;
}
img.socialIcon:hover
{
	filter: invert(36%) sepia(67%) saturate(383%) hue-rotate(154deg) brightness(97%) contrast(87%);
}

div.card
{
	padding: 20px;
	max-width: 1080px;
	margin: 0 auto;
	font-size: 20pt;
}

div.news
{
	max-width: 1080px;
	font-size: 20pt;
	/*margin: 30px auto; reset once another newsletter is added*/
	margin: 50px auto;
	padding: 10px;
	background-color: rgba(51,51,51,0.85);
	color: white;
	border-radius: 25px;
	border-style: solid;
	border-color: white;
}
div.news a
{
	color: #DF0000;
	font-size: 25pt;
	font-weight: bold;
}

div.footer
{
	max-width: 1080px;
	margin: 0 auto;
	padding: 10px;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	font-family: "Franklin Gothic", sans-serif;
	color: #DF0000;
	line-height: 1.5;
}

div.column
{
	float: left;
  	width: 50%;
	padding: 8px;
}
div.tricolumn
{
	float: left;
  	width: 33%;
	padding: 8px;
}
div.row:after
{
  	content: "";
  	display: table;
  	clear: both;
}
@media screen and (max-width: 650px)
{
    div.column
	{
        width: 100% !important;
        border-width: 0px !important;
    }
}
@media screen and (max-width: 650px)
{
    div.tricolumn
	{
        width: 100%;
    }
}

a:link
{
	color: var(--accent);
}
a:visited
{
	color: #000000
}

* {box-sizing:border-box}

div.orgText
{
	font-weight: bold;
	text-align: center;
}

div.headline
{
    color: var(--accent);
    line-height: 50px;
    font-family: "Russo One", sans-serif;
    font-weight: normal;
}

div.slideshow-container
{
	max-width: 100%;
	margin: auto;
	position: relative;
}
div.mySlides
{
	display: none;
}
a.prev, a.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;
}
a.next
{
	right: 0;
	border-radius: 3px 0 0 3px;
}
a.prev:hover, a.next:hover
{
	background-color: rgba(0,0,0,0.8);
}
div.numbertext
{
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
span.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, span.dot:hover
{
	background-color: #717171;
}
div.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}
}