html {
  font-family: Arial, sans-serif;
}

body{
  margin: 0px;
  color: #493a3c;
  background-color: #f4f2ee;
}

h1, h2, h3 {
  font-family: 'Lato', sans-serif;
}

h1 {
  font-size: 2.5em; 
  font-weight: 700;
}

h2 {
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: 700;
}

p {
  line-height: 1.5em;
}

.meeting-data-cont h2:not([class]) {
  font-size: 1.87rem;
}

.meeting-data-cont h3 {
  font-size: 1.67rem;
  line-height: 1.1538461538em;
}

.meeting-data-cont h4 {
  line-height: 1.0909090909em;
}

.meeting-data-cont ul,.meeting-data-cont ol {
  list-style: none;
}

.meeting-data-cont li {
  position: relative;
}

.meeting-data-cont li::before {
  background-color: #8cbf4e;
  border-radius: 50%;
  content: '';
  height: 0.5rem;
  left: -1.5rem;
  position: absolute;
  top: 0.375em;
  width: 0.5rem;
}

.agenda-info-cont li {
  position: relative;
}

a:hover {
  text-decoration: underline !important;
}

ul {
  margin: 0px;
}

.meeting-data-cont {
  font-size: 1.375em;
  line-height: 1.25;
}

.heading {
  color: #000;
  font-weight: bold;
  margin: 0px; 
}

#mainContainer {
  background-color: #f4f2ee;
  min-height: 1080px;
  padding: 0 1rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5rem;
}

#mainContainer {
  max-width: 1280px;
}

.footer-info-links {
  width: 32%;
}

.footer-info-links li {
  display: inline-block;
}

.footer-link {
  margin-right: 15px;
  color: #fff !important;
}

.footer-text {
  color: #fff;
  margin: 0px;
}

@media (min-width: 780px) {
  .banner-logo {
    height: 144px !important;
    width: 144px !important;
    left: 44% !important;
  }
  
  .container {
    width: 750px;
  }
}

@media screen and (min-width: 992px){
  html {
    font-size: 1em;
    line-height: 1.5;
  }  

  #mainContainer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-line {
    font-size: 1.3em;
  }

  .button {
    padding-bottom: 0.525em !important;
    padding-top: 0.525em !important;
  }
  
  .container {
    width: 970px;
  }
}

@media screen and (max-width: 992px){  
  .container .footer-description {
    color: #ccc;
    text-align: center;
  }
}


@media screen and (min-width: 1200px){
  .container {
    width: 1200px;
  }
}

.meeting-title-list {
  font-weight: bold;
  list-style: none;
  padding: 0;
  border-bottom: 0.10em solid #bcacad;
  border-top: 0.10em solid #bcacad;
  padding-top: 10px; 
  padding-bottom: 10px;
  width: 100%;
}

.video-js {
  width: 90%;
}

.main-agenda, .sub-agenda {
  white-space: pre-line;
}

.sub-agenda {
  font-size: 1.5rem;
}

.main-agenda {
  color: #493a3c;
}

.meeting-title {
  display: inline-block;
  white-space: pre-line;
  text-decoration: none;
  color: #493a3c;
  background-color: #e3ded3;
  font-size: 1.25em;
  line-height: 1.2em;
  padding: 5px;
  border-radius: 5px;
  padding-right: 50px;
}

.meeting-title:hover {
  text-decoration: none !important; 
}


.light-weight {
  font-weight: 500;
}

.email-text {
  font-style: italic;
}

.meeting-data-title {
  font-weight: bold;
}

.nav-list {
  display: inline-block;
  list-style: outside none none;
  margin: 0px !important;
  padding-inline-start: 0px;
}

.page-link {
  color: #493a3c;
  text-decoration: none;
}

.page-link:visited {
  color: #493a3c;
}

.prev-mtg-link {
  margin-right: 10px;
}

.nav-item {
  display: inline-block;
}

.nav-link,.nav-link:visited {
  text-decoration: none;
  color: #4f4041;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-breadcrumb {
  font-weight: 700;
  color: #4f4041;
}

.nav-meeting-title {
  max-width: 980px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  display: inline-block;
}

.nav-item:first-child {
  margin-left: 0px;
}

.nav-item:first-child::before {
  display: none;
}

.nav-item::before {
  content: ">";
  font-weight: 400;
  padding: 0 0.75rem;
}

.table-cont td {
	padding: 10px;
	border: 2px solid black;
}

#content {
	padding: 2rem;
  padding-top: 1.5rem;
  background-color: #fff;
}

table {
  display: block;
}

.top-bar {
    background-color: #493a3c;
    padding-bottom: 0.375em;
    padding-top: 0.375em;
    z-index: 10;
    min-height: 30px;
}

.meeting-list-item a,.meeting-list-item a:visited {
  text-decoration: none;
  color: #4f4041;
}

.video-js {
  max-height: 300px;
}

.recording-item {
  margin-bottom: 10px;
}

.meeting-list-item a:hover {
  text-decoration: underline;
}

.meeting-list-item {
  padding: 7px;
  list-style-position: inside;
}

.meeting-list {
  padding-inline-start: 0px;
  margin-block-start: 0em;
}

.meeting-list-item:nth-child(odd) {
    background-color: #ffffff;
}
.meeting-list-item:nth-child(even) {
    background-color: #e8e8ee;
}

.meeting-list-item {
  white-space: pre-line;
}


.banner-logo {
	height: 72px;
	width: 72px;
	position: absolute;
	top: 1.125em;
  left: 50% !important;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 75ms ease-in
}

.banner-logo:hover {
  transform: translate(-50%, 0) scale(1.025);
  -ms-transform: translate(-50%, 0) scale(1.025);
  -webkit-transform: translate(-50%, 0) scale(1.025);
}

.filter-cont {
  background-color: #edeae3;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding-left: 40px;
}

.filter-table {
  display: table;
}

.filter-row {
  display: table-row;
}

.filter-cell {
  display: table-cell;
  padding-left: 8px;
  padding-bottom: 8px;
}

.filter {
  background-color: #edeae3;
  height: 45px;
  color: #4f4041;
  border-color: #aaa;
  border-radius: 3px;
  font-weight: 700;
}

select {
  font-size: 1em !important;
}

#filterBtn {
  background-color: #89191a;
  border: 0;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  height: 30px;
  cursor: pointer;
  position: relative;
  font-size: 1em !important;
}

.media-btn {
  background-color: #89191a;
  border: 0;
  border-radius: 5px;
  color: white !important;
  font-weight: 700;
  height: 20px;
  cursor: pointer;
}

.hide-btn {
  display: none;
}

.no-margin {
  margin: 0px !important;
}

.file-link {
  text-decoration: none;
  color: #89191a;
  font-weight: 700;
}

.file-extension {
  color: #555555;
  font-size: 0.8em;
}

.file-link:hover {
  text-decoration: underline;
}
 
.meeting-list-title {
  background: #c6c8ca;
  padding-left: 10px;
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 1.2em;
  color: #000;
  padding-top: 5px;
  margin-right: -1px;
  border-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}

.agenda-info-cont {
  padding-left: 20px;
}

.agenda-no-col {
  vertical-align: top;
}

.agenda-table th{
  text-align: left;
}

.map-link {
  cursor: pointer;
}

.file-pack-list {
  margin-block-start: 0em;
  padding-inline-start: 1em;
}

.file-pack-list li{
  margin-bottom: 15px;
}

.site-footer {
  background-color: #4e4d4f;
  z-index: 1;
  padding: 20px 0;
  font-size: 16px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}

.footer-description {
  margin: 0 15px;
  text-align: right;
}

.button {
  background-color: #89191a;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-weight: 700;
  margin-top: 0;
  padding: 0.75em 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease-in, border-color 150ms ease-in, color 150ms ease-in;
  vertical-align: middle;
}

.button:hover {
  background-color: #5e1112;
  color: #fff;
  text-decoration: none !important;
}

.site-footer-heading {
  margin: 10px;
}

.footer-line span{
  font-size: 1.4em;
}

.sm-link {
  display: block;
  height: 1.625rem;
  width: 1.625rem;
  text-indent: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  text-indent: 100%;
  transition: all 75ms ease-in;
  white-space: nowrap;
  margin-right: 7px;
  position: relative;
}

.committee-links a {
  text-decoration: none;
  color: #89191a;
  font-weight: 700;
}

.committee-links {
  list-style: none;
  margin-left: 20px;
} 

.committee-links li::before {
  background-color: #8cbf4e;
  border-radius: 50%;
  content: '';
  height: 0.5rem;
  left: -1.5rem;
  position: absolute;
  top: 0.375em;
  width: 0.5rem;
}

.filter-field {
  width: 30%;
}

.filter-field button,.filter-field select{
  float: right;
}

.sm-links {
  float: right;
  text-align: right;
}

.newsletter-link {
  background-image: url("../img/newsletter-logo.svg");
}

.fb-sm-link {
  background-image: url("../img/fb-sm-logo.svg");
}

.yt-link {
  background-image: url("../img/yt-logo.svg");
}

.twitter-sm-link {
  background-image: url("../img/twit-sm-logo.svg");
}

.pdf-icon {
  background-image: url("../img/pdf.png"); 
  display: inline-block;
  height: 16px;
  width: 16px;
}

.meeting-content {
  width: 75%;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.info-links {
  float: left;
}

.footer-links {
  position: absolute;
  top: 60px;
  z-index: 2; 
}

.footer-links a{
  color: white;
  text-decoration: none;
}

.btn-safespace {
  background-color: transparent;
  background-image: url(../img/ss-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 4.125rem;
  margin-top: 0.5rem;
  padding: 0.25rem;
  transition: scale 75ms ease-in;
  width: 11.5em;
  display: inline-block;
  position: relative;
}

.btn-safespace:hover, .sm-link:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@font-face {
  font-family: 'Lato';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Lato';
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
}