html, body { color: #2B2B2B; font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }
.row { margin: 0; }
.row > div { padding: 0 1.5% 12px; }
.content { width: 85%; margin: 50px auto;}
.vertical-center > div { float: none; display: inline-block; margin-left: -.5%; vertical-align: middle; }
.vertical-center > div:first-of-type { margin: 0; }

/* Links */
a { transition: background-color .2s, color .2s; }
a:hover,
a:focus { text-decoration: none; }
.button { background-color: #FFA61C; border-radius: 14px; border: 0; color: #fff; display: inline-block; letter-spacing: .05em; margin-top: 12px; padding: 4px 16px; transition: background-color .2s; }
.button:hover { background-color: #59C1F5; color: #fff; }
.button:focus { color: #fff; }

/* Headers */
h1 { font-size: 75px; letter-spacing: 0.09em; font-family: 'Open Sans', sans-serif; color: #333333;}
#resoures h1 {color: white;}
h2 { font-size: 50px; margin: 12px 0 0; font-family: 'Open Sans', sans-serif; font-weight: 700; color: #2B2B2B;}
h3 { font-size: 1.8em; margin: 28px 0 0; font-family: 'Open Sans', sans-serif; color: #003F5E; }
h4 { font-size: 1.2em; margin: 28px 0 0; font-family: 'Open Sans', sans-serif; font-weight: 700; color: #FF9116;}
h4 a { font-size: 1.2em; margin: 28px 0 0; font-family: 'Open Sans', sans-serif; font-weight: 700; color: #FF9116;}
#contact h4 {color: white;}

.hr {border-bottom: 10px solid #6A9FA6; margin-bottom: 30px; width: 10%;}

/* Paragraphs & Lists */
p { line-height: 1.5em; margin: 16px 0 6px; color: #2B2B2B; }
ul, ol { margin: 16px 0 10px; color: #2B2B2B;}
li {  line-height: 1.4em; margin-bottom: 8px; color: #2B2B2B;}

/* Forms */
form { margin: 18px 0; }
label { display: block; margin: 10px 0 8px; width: 100%; }
input[type="text"] { margin-bottom: 8px; padding-left: 3px; width: 100%; }
textarea { height: 80px; margin-bottom: 8px; padding: 3px 5px; resize: none; width: 100%; }
input[type="checkbox"],
input[type="radio"] { margin: 0 4px 0 2px; }
input[type="checkbox"] + label,
input[type="radio"] + label { display: inline-block; margin-right: 14px; position: relative; top: -1px; width: auto; }
input[type="submit"] { background-color: #FF9116; border-radius: 14px; border: 0; color: #fff; letter-spacing: .05em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; }
.button:hover,
input[type="submit"]:hover { background-color: #59C1F5; }


/* Accordion  (can remove if not needed)*/
.accordion-header { cursor: pointer; }
.accordion-header i { font-size: .7em; margin-left: 12px; transition: transform .45s; vertical-align: middle; }
.opened .accordion-header i { transform: rotate(180deg); }
.accordion > div { padding: 3px 0; }

/* Modal Window   (can remove if not needed)*/
#modal-window { height: 100%; left: 0; position: fixed; top: -100%; transition: top .95s; width: 100%; }
#modal-window.showing { top: 0; }
#modal-window > span { background-color: rgba(0,0,0,.75); cursor: pointer; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#modal-window > span > span { color: #fff; font-size: 3em; line-height: .6em; padding: 13px 15px; position: absolute; right: 0; top: 0; transition: color .2s; }
#modal-window > span > span:hover { color: #ddd; }
#modal-window > div { background-color: #fff; border: 1px solid #333; box-shadow: 1px 63px 58px 0 #111; height: 78%; margin: -84px auto 0; padding: 12px 16px; position: relative; transition: 1s ease-in-out .1s; width: 70%; }
#modal-window.showing > div { box-shadow: 4px 13px 28px 0 #111; margin-top: 60px; }

/*********************************************/
/******   Custom CSS  ************************/
/*********************************************/
#header img.logo {width: 12%; padding: 15px;}
#header span {font-size: 19px; font-weight: bold;}
#header .header {position: relative;}
.header img {width: 100%;}
#header .header span {position: absolute; bottom: 25px; display: block; left: 7%; font-size: 85px; font-weight: 800; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); color: #fff;}

nav {float: right; padding-top: 15px;}
nav ul {list-style-type: none; }
nav ul li {display: inline-block; padding-right: 50px; }
nav ul li a {display: block; font-weight: 400; color: #333333;}
nav ul li a:hover {border-bottom: 5px solid lightgrey; border-top: 5px solid lightgray; font-weight: 700; transition: 0.5s all;}
.active {border-bottom: 5px solid #851849; border-top: 5px solid #851849; font-weight: 700;}

.announcement {background-color: #FF9116; padding: 10px 25px 25px; margin-bottom: 25px; text-align: center;}
.announcement p { color: #333; font-size: 120%;}
.announcement a {color: #fff;}
.announcement a i {font-size: 40px; color: white;}


.content-fw {background-color: rgba(106, 159, 166, 0.23); }
.intro-section {width: 85%; margin: 0 auto;}
.intro-header h2 {padding: 25px 0;}
.intro img {width: 100%;}
.intro > div {background-color: #f2f2f2; padding-top: 10px; margin-bottom: 50px; height: 345px}
.intro span {font-weight: 900; font-size: 25px; padding: 20px 20px 0 20px;}
.intro div p {padding: 0px 20px 20px 20px;}

div.head-hr {border-bottom: 6px #6A9FA6 solid; width: 20%; padding-top:0; margin-top:0; margin-left: 20px; margin-bottom: 0;}

.objective h2 {font-weight: 800; font-size: 50px; margin-top: 50px;}
.objective h2 span {background-color: #4E5659; color: white; display: block; width: fit-content; padding: 2px;}
.objective ul {list-style: none; margin-top: 70px; padding-left: 100px;}
.objective  ul li:before { vertical-align: top; content: "■"; color: #851849; display: inline-block; width: 1em; margin-left: -1em; font-size: 70px; }


.map-header {margin-top: 50px; padding: 25px 0 0;}
.map-header img {width: 100%; margin-bottom: 50px;}


.schedule-section {margin-bottom: 50px;}
.schedule-header img {width: 100%;}

.content-ue {background-color: #851849; }
.up-events { width: 85%; margin: 50px auto 0; }
.up-events h2 {padding: 25px 0 0; color: #ffffff;}
.up-events-hr {border-bottom: 10px solid #fff; margin-bottom: 30px; width: 10%;}
.up-events p a {color: #fff; text-decoration: underline;}
.up-events p a:hover {color: #6A9FA6; text-decoration: none; transition: 0.5s all;}
.up-events p {color: #ffffff;}

.carousel { margin: 0; /* space for prev/next buttons */ }
.carousel-cell { width: 100%; background: #086788; border-radius: 5px; }
.carousel-cell img {width:100%;height:100%;max-height:550px;}
  


.resources-section {margin-top: 50px;}
.public {margin-bottom: 50px;}

.document {margin-bottom: 50px;}
.document span {font-weight: 300; color: darkgray;}
.document h3 {margin: 5px 0 0;}
.document p {margin: 5px 0 0;}
.document h4 a {margin: 10px 0 0;}
.document .border {width: 80%; border-bottom: solid 1px darkgray; padding-top: 15px;}

a.appendix {display: block; color: #086788; margin-top: 10px; text-indent: 15px;}
a.appendix:hover {color: #FE7C1C; transition: 0.5s all;}

.helpful-links .col-sm-5 {padding: 0!important;}
.helpful-links h2 {margin-top: 50px; }
.helpful-links ul { list-style-type: none; padding-left: 5px;}
.helpful-links ul li {border-bottom: solid 1px #333;}
.helpful-links ul li a {padding-top: 5px; padding-bottom: 15px; display: block; color: #333;}
.helpful-links ul li a:hover {padding-left: 15px; transition: 0.5s all; background: rgba(255, 255, 255, 0.2);}

.survey {background-color: rgba(106, 159, 166, 0.23); border-top: solid 6px #6A9FA6; border-bottom: solid 6px #6A9FA6;}
a.pink-button {background-color: #851849; box-shadow: 0px 2.976px 2.976px rgba(0, 0, 0, 0.25); border-radius: 2.232px; color: #fff; padding: 8px 12px; margin-top: 25px; margin-bottom: 25px; display: block; width: fit-content; }

a.yellow-button {background-color: #FF9116; box-shadow: 0px 2.976px 2.976px rgba(0, 0, 0, 0.25); border-radius: 2.232px; color: #000; padding: 25px 12px; display: block; width: 100%; text-align: center; height: 80px; font-size: 25px; font-weight: 900; margin-top: 25%; margin-bottom: 50px;}

a.yellow-button:hover {box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25); transition: 0.5s all;}


.contact-info { background-color: rgba(106, 159, 166, 0.23); border-top: solid 6px #6A9FA6; border-bottom: solid 6px #6A9FA6; padding: 50px!important; margin-bottom: 50px; }
.contact-info span {font-size: 20px; font-weight: 600; vertical-align: middle; padding-left: 5px; }
.contact-info a {color: #333;}
p a {color: #851849;font-weight: 500;}

.footer {background-color: #333333;}
.footer .logos img {margin-top: 50px; margin-bottom: 50px;}
.footer .logos img.sddot {width: 40%; padding-left: 25px;}

.footer .email-link {margin-top: 6%;}
.footer .email-link a {color: white; text-align: center; margin: 0 auto; display: block; }
.footer .email-link a:hover {color: #FE7C1C; transition: 0.5s all; }

.footer .footer-links nav {margin-top: 12%; padding-left: 0; float: left;}
.footer .footer-links nav ul {padding-left: 0;}
.footer .footer-links nav ul li {padding-right: 20px;}
.footer .footer-links nav ul li a {color: white; }



.resp-container {
     position: relative;
     overflow: hidden;
     padding-top: 56.25%;
 }
 
 .resp-iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 80%;
     border: 0;
 }

 /* Meeting Blurb */
.meeting-blurb {
     display: flex;
     justify-content: left;
     align-items: left;
     height: 100%;
     padding: 20px;
 }
 
 .meeting-blurb .meeting-date {
     color: #fff;
     font-size: 30px;
     font-style: normal;
     font-weight: 400;
     line-height: 38px;
     letter-spacing: 0em;
     text-align: center;
     padding-right: 20px;
 }
 
 .meeting-blurb .meeting-date .number {
     font-size: 55px;
     font-style: normal;
     font-weight: 700;
     line-height: 71px;
     letter-spacing: 0em;
 }
 
 .meeting-blurb .meeting-details {
     padding-left: 20px;
 }
 
 .meeting-blurb .meeting-details h4 {
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: 21px;
     letter-spacing: 0em;
     color: #fff;
     margin-top: 10px;
     margin-bottom: 10px;
 }
 
 .meeting-blurb .meeting-details .icon-and-text {
     display: inline-block;
     /* align-items: flex-start; */
 }
 
 .meeting-blurb .meeting-details .icon-and-text .icon {
     width: 15px;
     height: auto;
     margin-right: 6px;
     margin-top: 2px;
     vertical-align: top;
 }
 
 .meeting-blurb .meeting-details .icon-and-text .text {
     display: inline-block;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: 19px;
     letter-spacing: 0em;
     margin-top: 0;
 }
 
 
 /* END Meeting Blurb */

/*********************************************/
/****** Media Queries ************************/
/*********************************************/
/* Add more queries as needed; 992px is the column breakpoint for "medium"  columns in Bootstrap */

@media screen and (max-width: 1099px) {
     h2 {font-size: 40px;}
     #header .header span {font-size: 60px; }

     .intro > div {height: 380px;}
}


@media screen and (max-width: 992px) {
     .vertical-centered > div { margin: 0; }
     h1 { font-size: 2.2em; margin: 20px 0 6px; }
     h2 { font-size: 1.7em; margin: 12px 0 0; }
     h3 { font-size: 1.4em; margin: 20px 0 0; }
     h4 { font-size: 1.3em; margin: 28px 0 0; }
     h5 { font-size: 1.2em; margin: 26px 0 0; }
     h6 { font-size: 1.1em; margin: 26px 0 0; }
     p, li { font-size: .9em; line-height: 1.3em; }

     .objective h2 {font-size: 40px; margin-top: 30px;}
     .objective ul {margin-top: 50px;}

     .helpful-links img {width: 100%;}

     #modal-window > span > span { font-size: 1.8em; padding: 8px; }
     #modal-window > div { font-size: .9em; height: 85%; padding: 8px 10px; width: 90%; }
     #modal-window.showing > div { margin-top: 34px;  }
}


@media screen and (max-width: 992px) {
     #header span {font-size: 17px;}
}

@media screen and (max-width: 812px) {
     .footer .logos img {width: 30%;}
}

@media screen and (max-width: 770px) {
     nav {float: none; text-align: center;}
     nav ul {padding-left: 0;}
     nav ul li {padding-right: 25px;}
     #header img.logo {margin-left: 20%;}
     #header .header span {font-size: 50px;}

     .contact-info {padding: 25px!important;}

     .intro > div {height: 200px;}
     .objective h2 {font-size: 25px; margin-top: 0px;}
     .objective ul {margin-top: 25px;}
     .objective ul li {padding-bottom: 15px;}

}



@media screen and (max-width: 640px) {
     nav {float: none; text-align: center;}
     nav ul {padding-left: 0;}
     nav ul li {padding-right: 15px;}
     #header img.logo {margin-left: 18%;}
     #header .header span {font-size: 35px;}
     .intro > div {height: 200px;}
     .objective h2 {font-size: 25px; margin-top: 25px;}

     .helpful-links .col-sm-5 {display:none;}
     .helpful-links h2, .helpful-links div.hr, .helpful-links ul {margin-left: 25px;}
}

@media screen and (max-width: 417px) {
     #header img.logo {display: none;}
     #header span {text-align: center; display: block;}
     #header .header span {font-size: 25px; bottom: 10px; left: 9%;}

     .intro-header h2 {padding: 15px; font-size: 18px;}
     .intro > div {height: 300px;}

     .col-xs-4 {width: 100%;}

     .footer .footer-links nav {margin-top: 0; float: none;}
     .footer .logos img.harris {margin-left: 20%; margin-bottom: 0;}
     .footer .logos img.sddot {padding-left: 0; width: 25%; margin-bottom: 0;}

}