
body {
  background-color: #f8faf9;
}

#outer-background-row {
  background-color: #FFFFFF;
}

.banner-container {
  padding: 15px;
}

#banner-image img {
  overflow: hidden;
}

#outreach-box {
  padding: 20px 40px;
}

#outreach-inner {
  max-width: 450px;
}

#logo-image {
  max-height: 50px;
  max-width: 300px;
  margin-top: 30px;
  margin-bottom: 20px;
}

#site-name {
  font-size: 32px;
}

#browse-text {
  font-size: 22px;
  margin-top: 30px;
}

#browse-text a {
  color: black;
}

#browse-text a span {
  color: #0ebf61;
}

#header-nav-row {
  border-top: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
  background-color: white;
  padding: 0 10px;
}

#site-nav {
  font-size: 24px;
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#site-nav a {
  color: black;
  text-decoration: none;
}

.header-link-container {
  display: inline-block;
}

.header-link-mrg-right {
  margin-right: 25px;
}

.header-link-mrg-left {
  margin-left: 25px;
}

/* Dialog/Modal Styles */
#dialog {
  position: fixed !important;
  left: 50% !important;
  top: 40% !important;
}

#dialog-inner {
  display: none;
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 5px;
  min-width: 240px;
  background-color: white !important;
  position: relative !important;
  left: -50% !important;
  top: -60% !important;
}

@media (min-width: 768px) {
  .container-fluid {
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    margin: 0 20px;
  }

  #outreach-box {
    padding-left: 20px;
  }
}

.connect-with-us-text {
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.connect-with-us-button {
  padding-top: 7px;
  width: 32px;
  height: 32px;
  padding-left: 10px;
}

.connect-with-us-icon {
  font-size: 18px;
}

.facebook-connect-button {
  padding-top: 7px !important;
  width: 32px !important;
  height: 32px !important;
  padding-left: 10px !important;
}

.facebook-connect-icon {
  font-size: 18px !important;
}

.share-opt-anchor {
  margin: 0 !important;
  background-color: transparent;
  display: inline-block !important;
  text-shadow: none !important;
}
.share-opt-btn:hover {
  opacity: 0.8;
  text-decoration: none;
  cursor: pointer;
}
.share-opt-btn {
  width: 46px;
  height: 46px;
  padding: 10px;
  color: white !important;
  cursor: pointer;

  padding-top: 9px;
  margin-right: 8px;
}
.share-opt-btn i {
  font-size: 25px;
}
.share-btn-facebook {
  background-color: #3e599a;
}
.share-btn-twitter {
  background-color: #4b8cbe;
}

#registry-btn {
  width: 100%;
  font-size: 22px;
  color: white !important;
  border: 0 solid transparent;
  padding: 6px 12px;
}

.banner-wrapper {
  overflow: hidden;
}

.sub-page-header {
  margin-bottom: 10px;
  font-size: 26px;
  text-decoration: underline;
}

.para-style {
  font-size: 17px;
  line-height: 28px;
}

#banner-box {
  overflow: hidden;
  height: 450px;
}

.sharebuttons {
  margin-top: 20px;
}
