
@charset "UTF-8";
h2 {
  font-size: 2.4rem;
  font-weight: 600;
}

h3 {
  font-size: 1.9rem;
  font-weight: 600;
}

h4 {
  font-size: 1.4rem;
}

p, tr {
  font-size: 0.9rem;
  font-weight: 400;
}

th, td {
  border: 1px solid #c1c1c1;
  padding: 20px;
}

th {
  background: #f2f5f4;
}

a {
  color: #2fa342;
}

blockquote {
  padding-left: 50px;
  border-left: 5px solid #888;
}

.wp-block-image figure.alignleft {
  float: none;
  margin-right: 0;
}
.wp-block-image figure.alignright {
  float: none;
  margin-left: 0;
}

.wp-block-separator {
  background: 1px solid #c1c1c1;
}
.wp-block-separator:after {
  content: ' ';
  background-color: #2fa342;
  display: inline-block;
  position: relative;
  top: -16px;
  height: 5px;
  width: 100px;
}

html {
  font-family: -apple-system, "Hiragino Sans", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.home {
  letter-spacing: 2px;
  font-weight: 500;
}

.btn.btn-primary {
  margin: 10px auto;
  width: 100%;
  border-radius: 20px;
  height: 2.6rem;
  line-height: 1.9rem;
  font-size: 0.8rem;
  border-color: #fff;
}
.btn.btn-primary::after {
  content: '>';
  margin-left: 12px;
  font-weight: 800;
}

.btn.btn-primary.window::after {
  content: '';
  background: url("/wp-content/themes/npoposse/images/window.png") no-repeat center center;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: 12px;
  vertical-align: baseline;
}

.navbar {
  padding: 4px;
}
.navbar .btn-group {
  width: 100%;
}
.navbar .btn-group .btn {
  padding: 0.6rem .75rem;
  border-radius: 0;
  color: #fff;
}
.navbar .counselling {
  background-color: #2fa342;
}
.navbar .counselling.btn:hover {
  background-color: #278737;
  border-color: #278737;
}
.navbar .consultation {
  background-color: #56b947;
}
.navbar .consultation.btn:hover {
  background-color: #4aa03d;
  border-color: #4aa03d;
}

.navbar-brand {
  max-width: 70%;
  margin: 4px 0;
}
.navbar-brand img {
  width: 116px;
  vertical-align: baseline;
  margin-right: 6px;
  margin-left: 3px;
}
.navbar-brand .tagline {
  font-size: 0.6rem;
  line-height: 0.7rem;
  display: inline-block;
  color: #888;
}

.navbar-toggler-icon {
  color: #2fa342;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
  padding: 0 0 5px 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(47, 163, 66, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.home .container-fluid {
  padding: 0;
}

.marquee {
  position: relative;
}
.marquee .overlay {
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(100, 100, 100, 0.4);
}
.marquee .marquee-text {
  left: 10%;
  width: 90%;
}
.marquee img {
  width: 100%;
  height: auto;
}
.marquee > div, .marquee > h1 {
  position: absolute;
  top: 40%;
  color: white;
  text-shadow: 0px 0px 16px #aaa;
  width: 100%;
  font-size: 2rem;
}
.marquee > div .main, .marquee > h1 .main {
  font-size: 7vw;
}
.marquee > div .tagline, .marquee > h1 .tagline {
  width: 80%;
  font-size: 2.6vw;
  font-weight: 400;
  text-shadow: 0px 0px 16px #999;
}

.centre-text > div, .centre-text a {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.lead-bar {
  background-color: #2fa342;
  width: 2px;
  height: 30px;
  position: relative;
  top: -15px;
  margin: 0 auto -15px auto;
}

.contact-us {
  margin-bottom: 40px;
}
.contact-us .title {
  margin-top: 10px;
  font-weight: 600;
}
.contact-us .options {
  margin-top: 7px;
  color: #2fa342;
  font-size: 0.8rem;
}

.dovetail-container {
  position: relative;
  z-index: 1;
}

.dovetail {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  margin: 0 auto -20px auto;
}

.core-function {
  margin: 0;
}
.core-function section {
  color: #fff;
  padding: 50px 0;
}
.core-function .main {
  margin-bottom: 5px;
  font-size: 2rem;
}
.core-function .details {
  margin: 0 auto;
  width: 70%;
  max-width: 260px;
}
.core-function .details img {
  display: inline-block;
  vertical-align: text-bottom;
  width: 55px;
}
.core-function .details ul {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.4rem;
  padding-inline-start: 20px;
  list-style: none;
}
.core-function .details ul li {
  font-size: 2.6em;
  line-height: 1rem;
  font-weight: 400;
}
.core-function .details ul li::before {
  content: '•';
  color: #ddb913;
  vertical-align: middle;
}
.core-function .details ul span {
  font-size: 0.8rem;
}
.core-function .details .btn.btn-primary {
  background-color: #fff;
  color: #2fa342;
}
.core-function .details .btn.btn-primary:hover {
  background-color: #ededed;
  border-color: #ededed;
}

.counselling {
  background-color: #2fa342;
}

.consultation {
  background-color: #56b947;
}

.about {
  font-weight: 600;
  background: url("/wp-content/themes/npoposse/images/home/about.jpg") center bottom no-repeat;
  background-size: contain;
  padding: 40px 0 40vw 0;
}
.about .main {
  font-size: 2.1rem;
  padding: 0 20px;
}
.about .body {
  padding: 0 20px;
  line-height: 2.5rem;
  margin-bottom: 80px;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.about .body strong {
  color: #2fa342;
  font-weight: inherit;
}

.icon.circle-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
}
.icon.circle-icon img {
  width: 40px;
  position: absolute;
  top: 25px;
  left: 30px;
}

.links.container {
  margin-bottom: 20px;
}
.links.container .links-container {
  background-color: #f2f5f4;
  margin: 20px 20px 0 20px;
  padding: 35px 0;
}
.links.container .img.icon-resolution, .links.container .img.icon-qa {
  width: 49px;
  top: 33px;
  left: 27px;
}
.links.container .circle-icon {
  background-color: #fff;
}
.links.container .centre-text .link {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 20px;
  color: #000;
  display: block;
}
.links.container .centre-text .link.link-caret::after {
  color: #888;
}
.links.container .content {
  color: #888;
  font-size: 0.8rem;
  line-height: 1.5rem;
  width: 80%;
  margin: 15px auto 0 auto;
  font-weight: 400;
}

.link-caret::after {
  font-size: 0.8rem;
  position: relative;
  top: -3px;
  content: '>';
  margin-left: 12px;
  font-weight: 800;
}

.separator {
  background-color: #2fa342;
  margin: 0px auto;
  display: block;
  height: 4px;
  width: 82px;
  position: relative;
}

.container.page {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container.latest .page-content.separator-container {
  margin: 30px 0;
}
.container.latest h2 {
  margin-bottom: 40px;
}

.latest .title {
  font-size: 2rem;
  width: 50%;
  margin-top: 70px;
}
.latest .separator {
  margin-top: 40px;
  margin-bottom: 60px;
}
.latest .news {
  margin: 25px 12px 12px 12px;
}
.latest .date {
  font-size: 0.8rem;
  font-weight: 500;
}
.latest .headline {
  background-color: #f2f5f4;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 4px 20px;
  margin-left: 12px;
}
.latest .content {
  color: #888;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: normal;
  margin-top: 9px;
  line-height: 1.8rem;
}
.latest .btn.btn-primary {
  background-color: #f2f5f4;
  color: #000;
}
.latest .btn.btn-primary::after {
  color: #888;
}
.latest .btn.btn-primary:hover {
  background-color: #dee5e3;
  border-color: #dee5e3;
}
.latest .news-nav {
  display: flex;
}
.latest .news-nav .btn.btn-primary::after {
  color: #fff;
}
.latest .news-nav .btn.btn-primary.back::after {
  content: ' ';
}
.latest .news-nav .btn.btn-primary.back::before {
  content: '<';
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
}
.latest .btn-container {
  margin: 0 10px 110px 10px;
  padding-top: 15px;
}

.support {
  background: url("/wp-content/themes/npoposse/images/support-bg.jpg") no-repeat top center;
  background-size: cover;
  color: #fff;
}
.support .title {
  padding-top: 40px;
  font-size: 1.6rem;
  text-align: center;
}
.support .content {
  margin-top: 15px;
  font-size: 0.7rem;
  line-height: 1.5rem;
}
.support .buttons {
  margin-top: 13px;
  padding-bottom: 50px;
}

.green.btn.btn-primary {
  background-color: #2fa342;
  color: #fff;
  border-width: 0px;
}
.green.btn.btn-primary:hover {
  background-color: #278737;
  border-color: #278737;
}

.banners {
  background-color: #f2f5f4;
  padding: 20px 0 40px 0;
}
.banners .banner {
  margin-bottom: 20px;
  width: 100%;
}

.contact-info {
  background-color: #f2f5f4;
  padding-bottom: 40px;
}
.contact-info .logo img {
  width: 116px;
}
.contact-info .address {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.contact-info .address .company-number {
  margin: 20px 0;
  display: block;
}

.bg-wrapper {
  background-color: #f2f5f4;
}

.menu-links {
  background-color: #f2f5f4;
  padding: 0;
}
.menu-links .navbar-nav .nav-link {
  padding-left: 15px;
}
.menu-links .navbar-nav .nav-link:hover {
  text-decoration: underline;
}
.menu-links#main-menu .navbar-nav .nav-link {
  color: #000;
}
.menu-links a {
  color: #000;
}
.menu-links ul {
  list-style: none;
  padding-inline-start: unset;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.menu-links ul a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin-bottom: 1px;
  background-color: #fff;
}
.menu-links .sub-menu a {
  background-color: #f2f5f4;
  border: 1px solid #fff;
  border-width: 0 0 1px 0;
  color: #888;
  font-weight: 300;
  font-size: 1rem;
}
.menu-links .sub-menu .window-icon::after {
  content: '';
  background: url("/wp-content/themes/npoposse/images/window-grey.png") no-repeat center center;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: 12px;
  vertical-align: baseline;
  margin-left: 12px;
}
.menu-links .col-md {
  padding: 0;
}

.centre-text .copyright {
  width: 100%;
}

.copyright {
  background-color: white;
  padding: 10px 20px;
  font-size: 0.6rem;
  color: #888;
  font-weight: 300;
}

.contact-cta {
  background: #2fa342;
  padding: 100px 0;
}
.contact-cta .title {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.contact-cta .content {
  font-weight: 600;
  margin: 10px auto 30px auto;
}
.contact-cta .panel {
  background: #fff;
  padding: 40px 25px;
  margin-bottom: 15px;
  height: 100%;
}
.contact-cta .panel .btn.btn-primary {
  background: #2fa342;
}
.contact-cta .panel .btn.btn-primary .icon {
  width: 30px;
  margin-right: 10px;
}
.contact-cta .hours {
  font-size: 0.7rem;
  font-weight: 600;
  background: #f2f5f4;
  max-width: 400px;
  padding: 3px;
}
.contact-cta .phone-no {
  font-size: 2.1rem;
  line-height: 3rem;
  color: #2fa342;
}
.contact-cta .phone-sub {
  color: #2fa342;
  margin-bottom: 30px;
}
.contact-cta .phone-sub .content {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.2rem;
  margin: 10px auto;
}
.contact-cta ul {
  font-size: 0.7rem;
  color: grey;
  font-weight: 300;
  letter-spacing: 0;
  padding-inline-start: 15px;
}
.contact-cta .bottom-notes .note-text {
  color: #fff;
}

.contact-labor {
  background: #2fa342;
  padding: 100px 0;
}
.contact-labor .title {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.contact-labor .content {
  font-weight: 600;
  margin: 10px auto 30px auto;
}
.contact-labor .panel {
  background: #fff;
  padding: 40px 25px;
  margin-bottom: 15px;
  height: 100%;
}
.contact-labor .panel .btn.btn-primary {
  background: #2fa342;
}
.contact-labor .panel .btn.btn-primary .icon {
  width: 30px;
  margin-right: 10px;
}
.contact-labor .hours {
  font-size: 0.7rem;
  font-weight: 600;
  background: #f2f5f4;
  max-width: 400px;
  padding: 3px;
}
.contact-labor .phone-no {
  font-size: 2.1rem;
  line-height: 3rem;
  color: #2fa342;
}
.contact-labor .phone-sub {
  color: #2fa342;
  margin-bottom: 30px;
}
.contact-labor .phone-sub .content {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.2rem;
  margin: 10px auto;
}
.contact-labor ul {
  font-size: 0.7rem;
  color: grey;
  font-weight: 300;
  letter-spacing: 0;
  padding-inline-start: 15px;
}
.contact-labor .bottom-notes .note-text {
  color: #fff;
}

.counselling-top .counselling {
  margin: 0;
}
.counselling-top .main {
  color: #fff;
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.counselling-top .opener {
  background-color: #f2f5f4;
}
.counselling-top .opener .lead {
  margin-top: 100px;
  color: #2fa342;
  font-weight: 500;
  font-size: 1.4rem;
}
.counselling-top .opener .lead-text {
  margin-top: 25px;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.counselling-top .opener .btn.btn-primary {
  width: 90%;
  margin: 30px auto 100px auto;
  display: block;
}
.counselling-top .solutions .head .lead {
  font-weight: 500;
  font-size: 2.2rem;
  width: 80%;
  display: block;
  margin: 100px auto 30px auto;
  color: #000;
}
.counselling-top .solutions .lead {
  margin-top: 30px;
  font-size: 1.4rem;
  color: #2fa342;
  font-weight: 500;
}
.counselling-top .solutions .content {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #888;
  font-weight: 400;
  line-height: 1.5rem;
}
.counselling-top .solutions .circle-icon {
  background-color: #2fa342;
  margin-top: 50px;
}
.counselling-top .experts {
  margin-bottom: 70px;
}
.counselling-top .experts .lead {
  font-weight: 500;
  margin: 50px auto;
  font-size: 1.4rem;
}
.counselling-top .experts picture img {
  width: 100%;
}
.counselling-top .experts .bottom-link {
  margin-top: 40px;
}
.counselling-top .experts .link {
  font-size: 0.8rem;
  color: #888;
}
.counselling-top .experts .link::after {
  vertical-align: text-top;
}
.counselling-top .characteristics {
  background: #f2f5f4;
  padding-bottom: 100px;
}
.counselling-top .characteristics .title {
  margin: 100px auto 30px auto;
  font-size: 2.3rem;
}
.counselling-top .characteristics .separator {
  margin-bottom: 40px;
}
.counselling-top .characteristics .img {
  width: 100%;
}
.counselling-top .characteristics .detail {
  background: #fff;
  padding: 40px;
}
.counselling-top .characteristics .lead {
  font-size: 1.4rem;
  font-weight: 500;
}
.counselling-top .characteristics .lead span {
  color: #2fa342;
}
.counselling-top .characteristics .content {
  margin-top: 30px;
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #888;
}
.counselling-top .characteristics .panel {
  margin-top: 20px;
}
.counselling-top .about {
  background: none;
}
.counselling-top .about .title {
  font-size: 2.3rem;
  font-weight: 500;
  margin: 80px auto 30px auto;
}

.sidemenu {
  margin-top: 60px;
}
.sidemenu ul {
  list-style: none;
  padding-inline-start: 0;
}
.sidemenu ul li {
  background: #2fa342;
  margin-bottom: 5px;
}
.sidemenu ul li a {
  color: #fff;
  font-size: 0.8rem;
}
.sidemenu ul li a .menu-item {
  padding: 10px;
}
.sidemenu ul li a .menu-item::after {
  content: '>';
  font-weight: 800;
  position: absolute;
  right: 28px;
}

.page-content.separator-container {
  background: #c1c1c1;
  height: 1px;
}
.page-content.separator-container .separator {
  top: -2px;
  margin: 0;
}

.activities-top {
  font-weight: 400;
  line-height: 1.7rem;
}
.activities-top p {
  font-size: 0.8rem;
}
.activities-top .content, .activities-top td, .activities-top th {
  font-size: 0.8rem;
  line-height: 1.4rem;
}
.activities-top h1 {
  font-size: 2.1rem;
  font-weight: 500;
}
.activities-top h2 {
  font-size: 1.8rem;
}
.activities-top .img {
  width: 100%;
}
.activities-top .intro {
  margin-top: 60px;
  margin-bottom: 60px;
}
.activities-top .intro .content {
  margin-bottom: 70px;
}
.activities-top .about-org h1 {
  margin-bottom: 50px;
}
.activities-top .about-org .content {
  margin-bottom: 70px;
}
.activities-top .activity-content h2 {
  margin-bottom: 15px;
}
.activities-top .activity-content .lead {
  margin: 15px 0;
  font-size: 1.3rem;
  font-weight: 500;
}
.activities-top .activity-content .content {
  margin-bottom: 40px;
}
.activities-top .awards {
  margin-top: 60px;
}
.activities-top .awards h2 {
  margin-bottom: 20px;
}
.activities-top .awards table {
  font-size: 0.9rem;
}
.activities-top .awards table tr {
  border-top: 1px solid #c1c1c1;
}
.activities-top .awards table tr th {
  background: #f2f5f4;
  padding: 15px 10px;
  vertical-align: top;
  min-width: 80px;
}
.activities-top .awards table tr td {
  padding: 15px;
}
.activities-top .history {
  margin-top: 70px;
}
.activities-top .history .row {
  margin-bottom: 50px;
}
.activities-top .history h2 {
  margin-bottom: 20px;
}
.activities-top .about-consultation h1 {
  margin: 20px 0 50px;
}
.activities-top .about-consultation .separator-container {
  margin: 50px 0;
}
.activities-top .staff h1 {
  margin: 20px 0 50px;
}
.activities-top .staff .img {
  padding: 30px 60px;
  max-width: 300px;
}
.activities-top .staff .role-title, .activities-top .staff .name {
  font-weight: 600;
}
.activities-top .staff .name {
  margin-bottom: 20px;
}

.note-text {
  color: #e37b0c;
  font-size: 0.7rem;
  font-weight: 400;
  margin-top: 7px;
}

@media (min-width: 768px) {
  .wp-block-image figure.alignleft {
    float: left;
    margin-right: 20px;
  }
  .wp-block-image figure.alignright {
    float: right;
    margin-left: 20px;
  }

  .home {
    letter-spacing: 1px;
  }

  .marquee > div .tagline {
    font-size: 1.7vw;
  }

  .lead-bar {
    width: 4px;
    height: 53px;
    top: -21px;
  }

  .contact-us {
    margin: 25px 0 60px;
  }
  .contact-us .title {
    font-weight: 600;
    font-size: 1.6rem;
  }
  .contact-us .options {
    font-size: 1rem;
  }

  .navbar {
    height: 80px;
    padding: 0 0 0 10px;
  }
  .navbar .navbar-brand {
    flex: 1;
  }
  .navbar .navbar-brand img {
    margin-right: 0px;
  }
  .navbar .navbar-brand .tagline {
    font-size: 0.6rem;
  }
  .navbar .navbar-nav, .navbar .dropdown-menu {
    font-size: 0.7rem;
    border: 0;
  }
  .navbar #main-menu {
    flex: 4;
    margin: 0 2vw;
    width: 100%;
    background-color: #fff;
  }
  .navbar #main-menu .navbar-nav .nav-link {
    color: #888;
  }
  .navbar #main-menu .dropdown-item {
    color: #888;
  }
  .navbar #main-menu .dropdown-item:active {
    background-color: #56b947;
  }
  .navbar #main-menu .list {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    flex: 1;
    max-width: 500px;
  }
  .navbar #main-menu a {
    padding: 0;
  }
  .navbar #main-menu .dropdown-item {
    padding: 8px;
  }
  .navbar .btn-group {
    flex: 1;
    height: 100%;
  }
  .navbar .btn-group .btn {
    width: 50%;
    font-size: 0.7rem;
    text-align: center;
    line-height: 80px;
    padding: 0;
  }

  .about {
    background: url("/wp-content/themes/npoposse/images/home/about.jpg") center top no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .about .body {
    margin: 0;
  }

  .links {
    margin: 0 auto;
  }
  .links .row {
    margin: 20px;
  }
  .links .links-container {
    margin: 0;
  }
  .links .links-container + .links-container {
    margin-left: 20px;
  }

  .latest {
    margin: 0 auto;
  }
  .latest .btn {
    width: 300px;
    display: block;
  }

  .news-item {
    border-top: 1px solid #f2f5f4;
  }

  .news-content .news {
    margin-top: 0;
  }

  .news {
    display: flex;
  }
  .news .headline {
    flex-basis: 15%;
    padding: 0 4px;
    height: 1%;
    text-align: center;
  }
  .news .content {
    flex: 8;
    margin-left: 20px;
    margin-top: -3px;
  }
  .news .post-title {
    margin-left: 10px;
  }

  .support {
    padding: 80px 0 40px 0;
  }
  .support .title {
    font-size: 2rem;
  }
  .support .buttons .btn + .btn {
    margin-left: 20px;
  }

  .banners {
    padding: 40px 0;
  }

  .contact-info .logo {
    margin-top: 0;
  }

  .menu-links ul {
    font-size: 0.8rem;
  }
  .menu-links ul a {
    background-color: inherit;
    padding: 0;
  }
  .menu-links .sub-menu {
    margin-bottom: 45px;
  }
  .menu-links .sub-menu a {
    border: 0;
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  footer.menu-links li {
    margin-bottom: 8px;
  }

  .contact-cta .hours {
    font-size: 0.7rem;
    width: 70%;
    padding: 4px;
  }
  .contact-cta .phone-no {
    margin-top: 10px;
    font-size: 2.7rem;
  }
  .contact-cta .phone-sub {
    margin-top: 10px;
  }
  .contact-cta .phone-sub .number {
    display: inline;
  }
  .contact-cta .phone-sub .content {
    display: inline;
  }
  .contact-cta .bottom-notes {
    margin-top: 20px;
  }

  .counselling-top .btn.btn-primary {
    max-width: 300px;
  }
  .counselling-top .opener .lead {
    font-size: 2rem;
  }
  .counselling-top .about .title br {
    display: none;
  }

  .activities-top .marquee-text {
    font-size: 3.1rem;
    font-weight: 500;
  }
  .activities-top .activity-content .content-row {
    margin-bottom: 40px;
  }
  .activities-top .activity-content .lead {
    margin: 0 0 15px 0;
  }
  .activities-top .awards table tr {
    border: 1px solid #c1c1c1;
  }
  .activities-top .awards table tr td, .activities-top .awards table tr th {
    padding: 25px 15px;
  }
  .activities-top .staff .name {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .activities-top .staff .role-title {
    font-weight: 500;
    font-size: 0.9rem;
  }
  .activities-top .staff .title-row {
    margin-bottom: 20px;
  }
  .activities-top .staff .profile-row {
    margin-bottom: 60px;
  }
  .activities-top .staff .profile-row .img {
    padding: 0 30px;
  }

  .dropdown-toggle::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  #main-menu .navbar-nav .nav-link {
    letter-spacing: 0px;
    font-size: 0.6rem;
  }

  .navbar .btn-group .btn {
    letter-spacing: 0px;
  }
}

.news_table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

/*# sourceMappingURL=main.css.map */
