@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

:focus{
	outline:none;
}

body {
	margin: 0;
	background: #f7f7f2;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #0e1113;
    font-size: 1em;
	font-weight: 400;
	line-height: 1.3;
	text-align: justify;
	/*this is needed for sticky footer*/
	display: flex;
	flex-direction: column;
	min-height: 100%;
    /* END this is needed for sticky footer*/
}
a{ 
  color: black;
	
}
a:hover,
a:focus{
	text-decoration: none;
	color: #ad3824;
}
.p{
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.container{
	width: 95%;
	padding: 0 1.5em;
	margin: 0 auto;/*stops text from touching side of screen on mobile*/
	background-color: #f7f7f2;
	
}
/*  Really don't know what this accomplishes*/
.clearfix::after,
.container::after,
.footer::after{
	content: "";
	display: block;
	clear: both;
}

.content {
  height: 500vh;
  background-color: #f7f7f2;
  background-blend-mode: multiply;
  background-size: cover;
  display: grid;
  place-items: center;
}

/*Typography*/
h1 {
	font-size: 1.6em;
	color: #425664;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: italic;
	font-weight: 400;
	font-weight: bolder;
	text-align: center;
	line-height: 1em;
}

.h1-sub {/*.h1-sub controls template titles */
	color: #000;
}

h2 {/*Issue box titles*/
	font-size: 1.6em;
	line-height: 1em;
	color: #000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
h2 a {
    color: #000;
    text-decoration: none;
}

h2 a:hover {
     color:#edede2; 
     text-decoration: none; 
     cursor:pointer;  
}

h3 {/*Sub-titles*/
	font-size: 1.1em;
	line-height: 1em;
	color: #ad3824;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.h3-sub {/*Used in topic-box-sub*/
	font-size: 1.2em;
	line-height: 1em;
}
.h3-sub a {
    color: #ad3824;
    text-decoration: none;
}

.h3-sub-issue {/*Used on issue pages*/
	font-size: 1.2em;
	line-height: 1em;
	font-weight:200;
}
h4 {/*Text inside issue box*/
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
	color: #f7f7f2;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: top 5px;
	margin: 0;
}

.h4-sub {/*Used in Geographic Boxes*/
	font-size: 1em;
	line-height: 1em;
	color: #000;
}
.h4-sub a:hover {
     color:#edede2; 
     text-decoration: none; 
     cursor:pointer;  
}
.h4-sub-footer {/*Footer heads*/
	font-size: 1.2em;
	line-height: .75em;
	color: #B59959;
	padding-top: .1em;
	padding-bottom: .4em;
	
}
/*End Topography*/

/* navigation styles start here */

.top-nav-bar{
  background: #B59959;
  font-size: .90em;
  text-align: right;
  padding: .5em 1em;
  position: relative;/*fixed per video*/
  z-index: 999;
  width: 100%;
}

.top-nav-bar::after {
  content: '';
  clear: both;
  display: block;
}

header {
  background: #5e7788;
  text-align: center;
  position: relative;/*fixed per video*/
  z-index: 999;
  width: 100%;
}

header::after {
  content: '';
  clear: both;
  display: block;
}

.img-logo {
  width: 100%;
  height: auto;
}

.nav-toggle {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.nav-toggle:focus ~ .nav-toggle-label {
  outline: 3px solid rgba(lightblue, .75);
}
.nav-toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 1em;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  background: #f7f7f2;
  height: 2px;
  width: 2em;
  border-radius: 3px;
  position: relative;
}
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: '';
  position: absolute;
}
.nav-toggle-label span::before {
  bottom: 7px;
}
.nav-toggle-label span::after {
  top: 7px;
}
.nav-toggle:checked ~ nav {
  transform: scale(1,1);
}
.nav-toggle:checked ~ nav a {
  opacity: 1;
  transition: opacity 250ms ease-in-out 250ms;
}

/*nav bar*/
nav {
  position: absolute;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  text-align: left;
  top: 100%;
  left: 0;
  background: #8ea5b5;
  width: 100%;
  transform: scale(1, 0);
  transform-origin: top;
  transition: transform 400ms ease-in-out;
}
nav a {
  color: #f7f7f2;
  text-decoration: none;
  font-size: 1rem;
  padding: .75em .15em;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

nav li {
  margin-bottom: 1em;
  margin-left: 1.5em;
}

nav li:hover a,
nav li:focus a {
  color: #000;	
}

nav li:hover .menu-sub,
nav li:focus .menu-sub {
  display: block;
  background: #f7f7f2;
  cursor: pointer;
}

.menu-sub {
  position: absolute;
  background: #8ea5b5;
  width: 60%; 
  display: none;
  padding: 2em;
}
.menu-sub a {
  padding: 0;
  margin-bottom: .35em;
}

.menu-sub a:hover,
.menu-sub a:focus {
  text-decoration: none;
  cursor: pointer;
}

.menu-category {
  margin: 1em 0.5em;
  font-size: 1rem;
  color: #ad3824;
}

.menu-category:first-of-type {
  margin-top: 0;
}

.caret {
  width: 0;
  height: 0;
  display: block;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 10px;
}

.caret.down2{
   opacity: 0;
    }

.hero {
  position: relative;
  background: url(images/Header-Collage.jpg);
  filter: brightness(90%);
  background-size: cover;
  background-position: center;
  padding: 7rem 2rem;
  align-items: center;
}

/*Topic boxes*/
.issue-container{
    width: 100%;
    background-color: #edede2;
    padding: 1.5em;
    margin-bottom: 1em;
}

.topic-box{
    width: auto;
    height: auto;
	padding:3vw 5vw 4vw;
	text-align: center;
	background-color: #8EA5B5;
}
.topic-box:hover {
	 background-color: #5e7788;
	 cursor:pointer; 
}

.topic-box-sub-container{
    background-color: #f7f7f2;
    height: 100%;	
    width: 100%;
	padding: .1em .2em .2em;
}

.topic-box-sub{
    width: auto;
    height: auto;
    padding-top: 1.1em;
	padding-bottom: 1.3em;
	text-align: center;
	background-color: #f7f7f2;
	border-bottom: 1px solid #5e7788;
}

.topic-box-sub:last-child {
  border-bottom: none;
  }


.img-responsive {
	display: block; 
	max-width: 100%;
	height: auto;
    margin-left: auto;
    margin-right: auto;
	border: none;
	}
.img-responsive-box-sub {
	max-width: 100%;
	height: auto;
    margin-left: 1em;
	padding-top: .4em;
	padding-bottom: 2em;
	border: none;
	float: left;
	}
.img-responsive-issue-page {
	max-width: 100%;
	height: auto;
	padding-top: .4em;
	float: left;
	}
/*Buttons*/
.button{
	background-color: #e1e8eb;
	display: inline-block;
	font-size: .7em;
	text-decoration: none;
	text-transform: uppercase;
	border-style: solid;
	padding: .5em 1.1em;
	border-radius: .75em;
    position: inherit;
	cursor: pointer;
	transition: all 0.5s;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:link{
	color: black;
	border: none;
}

.button:hover span,
.button:focus span {
  padding-right: 25px;
}

.button:hover span:after,
.button:focus span:after {
  opacity: 1;
  right: 0;
}
.button:hover,
.button:focus{
  background: #8ea5b5;
  cursor: pointer;
}

.button:visited{
  color: black;
}

/*End of buttons*/
/*END topic boxes*/

.geo-area-container{
    background-color: #8EA5B5;
    height: 100%;	
    width: 100%;
	padding: .2em;
	margin: .1em;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.county-box{
	width: 8em;
	height: 8em;
	background-color: #BCD5DD;
	padding: .5em .5em .5em;
	text-align: center;
	margin: .5em;
}
.img-responsive-geo {
	width: 70%;
	height: 70%;
 }

/*City Pages */

.img-responsive-county {
	width: 20%;
	height: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
	
.city-container{
	height: 100%;
    width: 100%;
	background-color: #8ea5b5;
    padding: .5em;
    margin-bottom: 1em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
    box-shadow: 5px 10px 16px #CECBC5;
}
.button-city{
	background-color: #BCD5DD;
	font-size: .9em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-style: solid;
	padding: .4em;
	margin: .3em;
	border-radius: .75em;
	width: 45%;
	cursor: pointer;
	transition: all 0.5s;
}

.button-city span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-city span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-city:link{
	color: black;
	border: none;
}

.button-city:hover span,
.button-city:focus span {
  padding-right: 25px;
}

.button-city:hover span:after,
.button-city:focus span:after {
  opacity: 1;
  right: 0;
}
.button-city:hover,
.button-city:focus{
  background: #edede2;
  cursor: pointer;
}

.button-city:visited{
  color: #3a4c58;
}
/*END City Pages */

/*Call to Action Box */
.cta-container{
	width: 100%;
	background-color: #edede2;
	padding: 1em;
	margin-bottom: 1em;	
	border:.45em solid #425664;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
.row-checkbox{
	color: #ad3824;
	font-size: .9em;
}

input[type=submit] {
	background-color: #edf1f3;
	display: inline-block;
	font-size: .7em;
	color: fff;
	text-decoration: none;
	text-transform: uppercase;
	border-style: solid;
	padding: .5em 1.1em;
	border-radius: .75em;
    position: inherit;
}

input[type=submit]:hover,
input[type=submit]:focus{
  background: #8ea5b5;
  cursor: pointer;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/*END Call to Action Box*/

/*Footer*/
footer{
	background-color: #5E7788;
	margin-top: auto;/*to keep at bottom*/
	width: 100%;
    height: auto;
	padding-bottom: .1em;
}
.footer-container{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}	
.footer-box-one{
    all: unset;
	background: #5e7788;
    margin: 0.5em;
    width: 20em;
    height: auto;
    text-align: center;
}
.footer-box-two{
    all: unset;
	background: #5e7788;
    margin: 0.5em;
    width: 20em;
    height: auto;
    text-align: center;
}

.img-responsive-footer {
	max-width: 100%;
	height: auto;
	padding: .4em;
	border: none;
	float: left;
	}

.footer-nav{
	list-style: none;
	padding: .2em;
	text-decoration: none;
    margin: 0;
    font-size: 1em;
    color: #B59959;
    text-align: center;
}
.footer-nav a{
  color: black;
  text-decoration: none;	
}
.footer-nav a:hover,
.footer-nav a:focus{
	text-decoration: none;
	color: #8ea5b5;
}
.footer-sub{
	background-color: #B59959;
	color: #000;
	padding: .75em 2em 1em;
	margin-top: auto;
}

/*END Footer*/

/*====================================*/
	/*ISSUE PAGES*/
.issue-box{
    width: auto;
    height: auto;
    padding-top: 1.1em;
	padding-bottom: 1.3em;
	text-align: center;
}
	/*Contact Sidebar*/
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #f7f7f2;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 200px;

}

.sidebar .closebtn {
  position:absolute;
  top: 0;
  right: 25px;
  color: black;
  font-size: 30px;
  margin-left: 50px;
  text-decoration: none;
}

#main {
  transition: margin-left .5s;
}
.sidebar-container{
    width: 100%;
    background-color: #edede2;
    padding: 1.5em;
}
  /*END Sidebar*/


/*=================================*/

/*MEDIA QUERIES*/

/*SMALL*/
@media screen and (max-width:768px){
.img-logo {
  width:100%;
  max-width: 200px;
  padding-left: 25px;
  height: auto;
  }
	
.menu-sub {
  width: 95%; 
} 
nav a {
 display: block;
 padding: 2em 4em 2em 1.5em;
 color: black;
}
nav li:hover,
nav li:focus {
  background: #c2cdd5;
  cursor: pointer;
}
	
nav li:hover:first-of-type,
nav li:focus:first-of-type {
  margin-top: 12px;	
	}
	
nav li {
  border-bottom: 1px solid #5e7788;
}
nav li:last-child {
  border-bottom: none;
}
.h3-sub-issue {/*Used on issue pages*/
	font-size: 1.2em;
	line-height: 1em;
	font-weight:100;
}
.sidebar {padding-top: 15px;}
.sidebar a {font-size: 1em;}	
}
.footer-box-two{
	padding-top: 0;
}

/*LARGER MEDIA*/
@media screen and (min-width:745px){
  .nav-toggle-label {
    display: none;
  }
body {
	margin: 0;
	font-weight: 500;
	font-size: 1.5vw;
	text-align: justify;
}

h1 {
	font-size: 2.5vw;
	line-height: 1em;
  }	
h2 {/*For topic boxes*/
	font-size: 2.5vw;
  }
	
h3 {
	font-size: 1.75vw;
	line-height: 1em;
  }
.h3-sub {/*Used in topic-box-sub*/
	font-size: 1.75vw;
	line-height: 1em;
}
.h3-sub-issue {/*Used on issue pages*/
	font-size: 2.3vw;
	line-height: 1em;
	font-weight:300;
}		
.container{
	padding: 0 10em;
}	

/*Navigation*/
 header {
    display: grid;
    grid-template-columns: 1fr auto minmax(600px, 3fr) 1fr;
	grid-column-gap: 1.75em;
  }
		
 .img-logo {
	width: 100%;
    max-width: 500px;
	height: auto;
    padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 1.5em; 
    grid-column: 1 / 3;
  }
  
  nav {
    all: unset;
    position: relative;
     background: none;
    top: initial;
    left: initial;  
    grid-column: 3 / 4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	padding-top: 3em;
	padding-right: 2em;
	font-size: .45em;
  }
  
nav a {
    opacity: 1;
    position: relative;
	padding: 0 .5em;
  }
	
nav ul {
	all: unset;
    display: flex;
	list-style: none;
	text-align: left;
  }

.menu-category:hover a,
.menu-category:focus a{
	all: unset;
    color: #AD3824;		
}	
.menu-sub {
  	box-shadow: 0 6px 20px 0 #c5c1ba, 0 6px 20px 0 #c5c1ba;

}
.menu-sub a:hover,
.menu-sub a:focus {
    text-decoration: none;
    cursor: pointer;
    color: #AD3824;	
}

.topic-list{
	display: block; 
    margin-left: 1em;
    margin-bottom: 0;
	}		
	
.topic-list:hover,
.topic-list:focus{
	cursor: pointer;
	}
/*End Navigation*/	

	
.sidebar {
	padding-top: 50px;
	}
.sidebar a {font-size: 1em;}
	
.issue-container{
    width: 95%;
	padding: 1.5em;
	margin-left: 1.8em;
    margin-bottom: 1em;
}

.topic-box{
    width: auto;
    height: auto;
	padding:3vw 5vw 3vw;
}

.topic-box-sub-container{
    height: 100%;	
    width: 100%;
	padding: .2em;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.topic-box-sub{
    width: 31%;
    height: 10.5em;
    padding-top: 1.1em;
	padding-bottom: 1em;
	margin: .3em;
	margin-bottom: 1em;
	border: 1em;
	border-color: black;
    border-bottom: none;
	box-shadow: 5px 10px 16px #CECBC5;
}
/*Controls CTA form*/
  .col-25, .col-75, input[type=submit]{
    width: 100%vw;
    margin-top: 0;
}
/*END Controls CTA form*/
}

.footer-container{
    flex-direction: row;
}	
.footer-box-two{
  padding-top: 6.5em;
}

/*END LARGER MEDIA*/
