/* Move down content because we have a fixed navbar that is 3.5rem tall */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding-top: 0;
  background-color: #000000;
  /* font-family: 'Niramit', sans-serif; */
  font-family: adobe-garamond-pro,'Niramit','Sarabun', aktiv-grotesk, sans-serif ;
  color: #666666;
  letter-spacing: 0.25px;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

hr {
  border-bottom: 3px solid #ECEBE8;
  width: 100%;
}
hr.section-title-line {
  border-bottom: 3px solid #BE1823;
  width: 450px;
}

@media (max-width: 767px) {
  hr.section-title-line {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px !important;
  }
}

a.view-all {
  color: #BE1823;
  text-decoration: none;
}
a:hover.view-all {
  color: #000000;
  text-decoration: none;
}
.social a {
  color: #BE1823;
  text-decoration: none;
}
.social a:hover {
  color: #000000;
  text-decoration: none;
}

.clear {
  clear: both;
}



/* Main 
------------------------------ */
main {
  background-color: #000000;
}




/* Breadcrumbs 
------------------------------ */
.breadcrumb {
  padding: 10px 20px;
  /* background-color: transparent; */
  border-radius: 0 !important;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent;
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #000000;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #BE1823;
  text-decoration: none;
}
ul.breadcrumb i {
  padding-right: 7px;
}




/* Navbar
------------------------------ */
.navbar {
  padding: 20px;
  background-color: #ffffff;
}
.navbar-brand {
  display: inline-block;
  margin-right: 70px;
  font-size: 20px;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand img {
  width: auto;
  max-height: 70px;
}
li.nav-item {
  /* padding: 0px 25px; */
  padding: 0px 10px;
}

a.lang-btn {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  border-radius: 5px;
  margin: 5px;
  padding: 3px 10px;
}
span.btn-inline {
  display: inline-flex;
  margin-left: 40px;
}
/* li.dropdown {
  padding-left: 25px;
} */
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #BE1823;
}
.navbar-light .navbar-nav .nav-link {
  color: #BE1823;
  font-size: 20px;
  font-weight: 400;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  text-decoration: none;
  color: #000000;
}
.dropdown-item {
  padding: .25rem 1.5rem;
  font-weight: 400;
  color: #BE1823;
}
.dropdown-item:hover {
  padding: .25rem 1.5rem;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

@media (max-width: 767px) {
  li.nav-item {
    padding: 0px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
  }
  span.btn-inline {
    margin-left: 0px;
  }
  a.lang-btn {
    margin: 10px 8px 0 0;
    padding: 3px 5px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  li.nav-item {
    padding: 0px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
  }
  .navbar-brand img {
    max-width: 150px;
  }
  span.btn-inline {
    margin-left: 0px;
  }
  a.lang-btn {
    margin: 10px 8px 0 0;
    padding: 3px 5px !important;
  }
}



/* Banner
------------------------------ */
.head-banner {
  width: 100%;
  min-height: 180px;
  height: 100%;
  /* height: 600px; */
  padding-bottom: 40px;
  /* background-image: url(https://picsum.photos/1200?random=100); */
  /* background-color: #8CBF43; */
  /* background-color: rgba(140, 191, 67, 0.6); */
  background-color: rgba(78, 78, 77, 1);
  background-position: center center;
  background-size: cover;
}



/* Index Search
------------------------------- */
div.index-search {
  text-align: center;
  padding-top: 40px;
  height: 100%;
  margin-bottom: 50px;
}
form.index-search input[type=text] {
  margin-left: 10%;
  padding: 10px;
  font-size: 17px;
  border: 1px solid #9D9D9C;
  float: left;
  width: 70%;
  background: #ffffff;
}

form.index-search button {
  float: left;
  width: 10%;
  padding: 10px;
  /* background: #8E794C; */
  background: #BE1823;
  color: white;
  font-size: 17px;
  /* border: 1px solid #8E794C; */
  border: 1px solid #BE1823;
  border-left: none;
  cursor: pointer;
}

form.index-search button:hover {
  /* background: #4E4E4D; */
  background: #8E794C;
  border: 1px solid #8E794C;
  border-left: none;
}

form.index-search::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 767px) {
  form.index-search input[type=text] {
    margin-left: 5%;
    width: 70%;
  }
  form.index-search button {
    width: 20%;
  }
  div.index-search {
    height: 100%;
  }
  .head-banner {
    min-height: 150px;
    height: 100%;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .tabs-wrapper label {
    width: 32.5%;
  }
  .head-banner {
    min-height: 180px;
    height: 100%;
    padding-bottom: 40px;
  }
}



/* Search Accordion
------------------------------- */
.search-wrapper {
  width: 80%;
  margin-left: 10%;
  margin-top: 55px;
  /* background-color: #ffffff; */
}
/* .search-panel {
  margin-bottom: 7px;
} */
.search-panel-body {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
}
.search-panel-default > .search-panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search-panel-default > .search-panel-heading a {
  display: block;
  padding: 10px 15px;
}

.search-panel-default > .search-panel-heading a:after {
  content: "";
  /* position: relative; */
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.search-panel-default > .search-panel-heading a[aria-expanded="true"] {
  background-color: #ffffff;
}

.search-panel-default > .search-panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-panel-default > .search-panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
a.accordion-title {
  color: #BE1823;
  font-size: 16px;
  text-decoration: none;
}

.index-control-group {
  /* display: inline-block; */
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 10px;
  width: 100%;
  height: auto;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .search-wrapper {
    width: 90%;
    margin-left: 5%;
  }
  .search-panel-body {
    padding: 10px;
  }
}

a.expertise {
  padding: 2px 5px;
  font-size: 14px;
  color: #ffffff !important;
  background-color: #9D9D9C;
  text-decoration: none;
  border: none !important;
}
a:hover.expertise {
  padding: 2px 5px;
  color: #ffffff;
  background-color: #7e7e7d;
  text-decoration: none;
  border: none !important;
}


/* Select Dropdown
-------------------------------- */
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #ccc !important;
  color: #4E4E4D;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}




/* Radio Search
------------------------------- */

.radio {
  margin: 5px 0px;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #BE1823;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}




/* Carousel
------------------------------ */
.carousel-item img {
  width: 100%;
  max-height: 700px;
}

@media (max-width: 478px) {
  .carousel-item img {
    width: 100%;
    height: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .carousel-item img {
    width: 100%;
    max-height: 550px;
  }
}


/* Banner
------------------------------ */
img.banner {
  height: auto;
  max-width: 585px;
}
.banner-section {
  width: 100%;
  min-height: 600px;
  height: 100%;
  background-image: url('../image/tss/banner.png');
  background-position: center center;
  background-size: cover;
}
.banner-content {
  position: relative;
  width: 85%;
  top: 250px;
  padding: 25px;
  margin: 0px 100px 50px 100px;
  background:rgba(255, 255, 255, 0.7);
}
.banner-text-big {
  padding-top: 15px;
  color: #000000;
  /* text-shadow: -1px -1px 1px #787878, 1px 1px 1px #979797; */
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px !important;
}
h1.banner-heading {
  font-size: 40px;
  color: #BE1823;
  font-weight: 900;;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  img.banner {
    height: auto;
    max-width: 320px;
  }
  h2.banner-heading {
    font-size: 28px;
  }
  .banner-section {
    width: 100%;
    min-height: 410px;
    height: 100%;
    background-image: url('../image/tss/banner.png');
    background-position: center center;
    background-size: cover;
  }
  .banner-content {
    width: 95%;
    top: 80px;
    margin: 0px 10px 20px 10px;
  }
  .banner-text-big {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  img.banner {
    height: auto;
    max-width: 610px;
  }
  h2.banner-heading {
    font-size: 28px;
  }
  .banner-section {
    width: 100%;
    min-height: 450px;
    height: 100%;
    background-image: url('../image/tss/banner.png');
    background-position: center center;
    background-size: cover;
  }
  .banner-content {
    width: 95%;
    top: 80px;
    margin: 0px 20px 20px 20px;
  }
  .banner-text-big {
    font-size: 22px;
  }
}
@media only screen and (width: 1024px) {
  img.banner {
    height: auto;
    max-width: 405px;
  }
}



/* DB Intro
------------------------------ */
.db-intro-section {
  width: 100%;
  min-height: 250px;
  height: 100%;
  /* background-color:#e0e0e0; */
  background-color:#000000;
  background-position: center center;
  background-size: cover;
}
.intro-content {
  margin: auto;
  padding: 40px;
}
.intro-img {
  display: flex;
  height: 100%;
}
.intro-img img {
  width: 100%;
  height: auto;
  padding: 15px;
  margin: auto;
  border: 4px solid #ffffff;
  /* background-image: url('../image/tss/tss.jpg'); 
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;*/
}

.intro-text-big {
  padding-top: 15px;
  color: #ffffff;
  /* text-shadow: -1px -1px 1px #787878, 1px 1px 1px #979797; */
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px !important;
}
h1.feature-heading {
  font-size: 40px;
  color: #BE1823;
  font-weight: 900;;
  margin-bottom: 10px;
}
h2.feature-heading {
  font-size: 32px;
  /* color: #8E794C; */
  color: #BE1823;
  font-weight: 900;;
  margin-bottom: 10px;
}
.lead {
  font-size: 18px;
}


@media only screen and (max-width: 767px) {
  img.db-intro {
    height: auto;
    max-width: 320px;
  }
  .feature {
    margin: 15px;
  }
  h2.feature-heading {
    font-size: 28px;
  }
  .lead {
    font-size: 16px;
  }
  .db-intro-section {
    width: 100%;
    height: 100%;
    background-color: #000000;
    margin-bottom: 30px;
  }
  .intro-content {
    width: 95%;
    top: 40px;
    margin: 0px 10px 20px 10px;
  }
  .intro-text-black {
    font-size: 15px;
    padding-top: 7px;
  }
  .intro-text-big {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  img.db-intro {
    height: auto;
    max-width: 610px;
  }
  .feature {
    margin: 20px;
  }
  h2.feature-heading {
    font-size: 28px;
  }
  .lead {
    font-size: 16px;
  }
  .db-intro-section {
    width: 100%;
    height: 100%;
    background-color: #000000;
    margin-bottom: 30px;
  }
  .intro-content {
    width: 95%;
    top: 80px;
    margin: 0px 20px 20px 20px;
  }
  .intro-text-black {
    font-size: 15px;
    padding-top: 7px;
  }
  .intro-text-big {
    font-size: 22px;
  }
}
@media only screen and (width: 1024px) {
  img.db-intro {
    height: auto;
    max-width: 405px;
  }
} 



/* Partners - People
------------------------------ */
#people {
  margin: 30px 10px 5px 10px;
}
.people .left-content .thumb img {
  width: 100%;
  overflow: hidden;
}

.people .left-content .inner-content {
  position: absolute;
  left: 33%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.people .left-content .inner-content h4 {
  color: #fff;
  margin-top: -10px;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.people .left-content .inner-content span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

.people .left-content .thumb .hover-content {
  position: absolute;
  top: 15px;
  right: 30px;
  left: 30px;
  bottom: 45px;
  text-align: center;
  background-color: rgba(42,42,42,.97);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.people .left-content .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.people .left-content .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.people .left-content .thumb .hover-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.people .left-content .thumb .hover-content p {
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 20px;
}

.people .right-content .right-first-image {
  margin-bottom: 28.5px;
}

.people .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}

.people .right-content .right-first-image .thumb img {
  width: 100%;
  overflow: hidden;
}

.people .right-content .right-first-image .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.people .right-content .right-first-image .thumb .inner-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.people .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

.people .right-content .right-first-image .thumb .hover-content {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  text-align: center;
  background-color: rgba(42,42,42,.97);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.people .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.people .right-content .right-first-image .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.people .right-content .right-first-image .thumb .hover-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.people .right-content .right-first-image .thumb .hover-content p {
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 20px;
}

h2.people-heading {
  font-size: 32px;
  color: #BE1823;
  font-weight: 900;;
  margin-bottom: 20px;
  text-align: left;
}
a.people-read-more {
  color: #8E794C;
  text-decoration: none;
}
a:hover.people-read-more {
  color: #BE1823;
  text-decoration: none;
}

@media (max-width: 767px) {
  .people .left-content {
    margin-bottom: 30px;
  }
  .people .left-content .inner-content {
    left: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .people .left-content {
    margin-bottom: 30px;
  }
  .people .left-content .thumb .hover-content h4 {
    font-size: 18px;
  }
  .people .left-content .thumb .hover-content p {
    font-size: 15px;
  }
  .people .right-content .right-first-image .thumb .hover-content h4 {
    font-size: 18px;
  }
  .people .right-content .right-first-image .thumb .hover-content p {
    font-size: 15px;
  }
}



/* Page Head
-------------------------------- */
.page-head-text {
  margin-top: 30px;
  color: #ffffff !important;
  font-size: 17px;
  text-align: center;
}



/* People Page Accordion
------------------------------- */
div.search-form {
  text-align: center;
  /* padding-top: 40px; */
  height: 100%;
  margin-bottom: 50px;
}
div.people-search-form {
  text-align: center;
  padding-top: 40px;
  height: 100%;
  margin-bottom: 50px;
}
form.people {
  margin-top: -40px;
}
.people-reward a {
  font-size: 16px;
  color: #BE1823;
  text-decoration: none;
  text-align: left;
}
.people-reward a:hover {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  text-align: left;
}


/* Partners - People 2
------------------------------ */
.item {
  text-align: center !important;
  /* background: rgba(50, 140, 201, 0.25); */
  /* background: rgba(50, 140, 201, 0.3); */
  /* border: 1px solid rgba(50, 140, 201, 1); */
  background-color: #4E4E4D;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
  padding-bottom: 15px;
  margin: 15px 10px;
}
.item {
  height: 430px !important;
}
.item p {
  color: #666666;
  padding: 0 10px 15px 30px;
}

h4.index-people-link {
  font-size: 20px;
  color: #ffffff;
}

/* 
a.index-people-link {
  color: #328CC9;
  text-decoration: none;
}
a:hover.index-people-link {
  color: #BE1823;
  text-decoration: none;
} */

img.people-img {
  padding: 25px;
  width: 100%;
  border-radius: 100%;
  text-align: center;
}

.hoverfx-people {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.hoverfx-people .figure-people {
  position: absolute;
  z-index: 2;
  display: inline-block;
  margin: 40%;
  padding: 10px 15px;
  border: 3px solid #e9e9e9;
  color: #000000;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition-property: all 0.3s ease;
}

.hoverfx-people .figure-people:hover {
  background: #e9e9e9;
  color: #333;
}

.hoverfx-people .overlay-people {
  position: absolute;
  z-index: 1;
  padding: 40%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition-property: all 0.3s ease;
}
.item:hover .overlay-people {
  position: absolute;
  border-radius: 100%;
  width: 83%;
  height: 83%;
  padding: 40%;
  margin: 25px 0 0 25px;
}
.item:hover .figure-people,
.item:hover .overlay-people {
  opacity: 1;
}


@media (max-width: 767px) {
  .item:hover .overlay-people {
    width: 85%;
    height: 85%;
  }
  .hoverfx-people .figure-people {
    margin: 41%;
  }
  .item {
    height: 440px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .item:hover .overlay-people {
    width: 82%;
    height: 82%;
  }
  .item {
    height: 400px !important;
  }
  .hoverfx-people .figure-people {
    margin: 40%;
  }
}



/* Partners - Organizations
------------------------------ */
.partners {
  margin: 0px;
  background-color: #ffffff;
  padding: 25px;
  text-align: center;
}
.organize-group-small::after {
  content: "";
  clear: both;
  display: flex;
}
.sm-column {
  float: left;
  width: 50%;
  padding: 5px;
}
h2.partners-heading {
  font-size: 34px;
  color: #BE1823;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
}
h3.partners-heading {
  font-size: 30px;
  color: #BE1823;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: left;
}
h2.organize-heading {
  font-size: 34px !important;
  color: #BE1823;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center !important;
}
h3.organize-heading {
  font-size: 30px;
  color: #BE1823;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
}
h6.organize-title {
  font-size: 18px;
  font-weight: 900;
  margin: 15px;
}
img.organize-big {
  width: 100%;
}
img.organize-small {
  padding: 0 10px;
  margin: 0 0 20px;
}
a.organize-title-link {
  color: #8E794C;
  text-decoration: none;
}
a:hover.organize-title-link {
  color: #BE1823;
  text-decoration: none;
}
p.organize-teaser {
  padding: 15px;
  font-size: 16px;
}
p.organize-name {
  font-size: 20px;
}

p.index-organize-name {
  font-size: 20px;
  /* color: #328CC9; */
  color: #ffffff;
}

h4.people-link {
  font-size: 20px;
}



/* Source of Fund
------------------------------ */
#source {
  margin: 30px 15px 30px 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
/* a.source-name {
  padding: 2px 5px;
  font-size: 20px;
  font-weight: 700;
  color: #8E794C;
  text-decoration: none;
} */
a.material {
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff !important;
  background-color: #9D9D9C;
  text-decoration: none;
  border: none !important;
}
a:hover.material {
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 700;
  background-color: #7e7e7d;
  text-decoration: none;
  border: none !important;
}
.content-detail {
  color: #4E4E4D;
  text-align: center;
}
.content-heading-section {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.button-mix {
  padding: 0 10px 30px 10px;
  text-align: center;
}
button.filter {
  border: none;
  text-align: center;
  background: none;
  color: #BE1823;
  padding-right: 10px;
}
button.filter.active{
  border-bottom: 2px solid #BE1823;
}
button.filter2 {
  border: none;
  text-align: center;
  background: none;
  color: #BE1823;
  padding-right: 10px;
}
button.filter2.active{
  border-bottom: 2px solid #BE1823;
}
.mix {
  display: none;
}
.content-row {
  margin: 15px 0px;
}
.content-body {
  padding: 10px 15px;
  min-height: 80px !important;
  height: 100%;
  box-shadow: inset 0 0 0 1px #c8c8c8;
  background-color: #f2f2f2;
  /* box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1); */
}
img.source-img {
  width: 60%;
  /* border-radius: 100%; */
  opacity: 0.8;
  /* border: 2px solid #328CC9; */
  /* padding-bottom: 15px; */
  margin-bottom: 20px;
}
img:hover.source-img {
  width: 60%;
  /* border-radius: 100%; */
  opacity: 1;
  color:#BE1823 !important;
  /* padding-bottom: 15px; */
}
.source-content {
  height: 85%;
  padding: 10px 20px;
}
a.source-hover {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}
a:hover.source-hover {
  color: #BE1823;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	img.source-img {
    width: 70%;
  }
	img:hover.source-img {
    width: 70%;
  }
}
.source-list-card {
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: 320px;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
  color: #8E794C;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  /* border: 1px solid rgba(0,0,0,.125); */
  /* border-radius: .25rem; */
}
.source-list-card img {
  border-radius: 0 !important ;
  width: 200px;
  padding: 20px;
}



/* Knowledge
------------------------------ */
.knowledge {
  margin: 0px;
  background-color: #ffffff;
  padding: 25px;
}
#knowledge {
  /* margin: 30px 15px 30px 15px; */
  margin: 0;
  padding-bottom: 30px;
  background-color: #ffffff;
}
h3.knowledge-heading {
  font-size: 30px;
  color: #BE1823;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: left;
  margin-left: -15px;
}
.knowledge-material-group {
  margin-bottom: 20px;
}
a.knowledge-material-group {
  font-size: 17px;
  color: #8E794C;
  text-decoration: none;
  border: 1px solid #8E794C;
  padding: 2px 8px;
}
a:hover.knowledge-material-group {
  font-size: 17px;
  color: #BE1823;
  text-decoration: none;
  border: 1px solid #BE1823;
  padding: 2px 8px;
}
a.knowledge-title-link {
  font-size: 17px;
  color: #BE1823 !important;
  text-decoration: none;
}
a:hover.knowledge-title-link {
  font-size: 17px;
  color: #000000 !important;
  text-decoration: none;
}
.sep-v {
  border-right: 1px solid #BE1823;
}
a.view-all-2 {
  float: right;
  text-align: right;
  text-decoration: none;
  color: #BE1823;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
a:hover.view-all-2 {
  float: right;
  text-align: right;
  text-decoration: none;
  color: #8E794C;
}
a.view-law {
  color: #328CC9;
  text-decoration: none;
}
a:hover.view-law {
  color: #BE1823;
  text-decoration: none;
}
a.view-guide {
  color: #8CBF43;
  text-decoration: none;
}
a:hover.view-guide {
  color: #BE1823;
  text-decoration: none;
}
a.view-research {
  color: #8D509A;
  text-decoration: none;
}
a:hover.view-research {
  color: #BE1823;
  text-decoration: none;
}
a.view-tss {
  color: #EE7648;
  text-decoration: none;
}
a:hover.view-tss {
  color: #BE1823;
  text-decoration: none;
}
.knowledge-topic {
  margin-bottom: 25px;
}
a.material-law {
  padding: 2px 5px;
  font-size: 14px;
  color: #328CC9;
  text-decoration: none;
  border: 1px dotted #328CC9;
}
a:hover.material-law {
  font-size: 14px;
  padding: 2px 5px;
  color: #BE1823;
  text-decoration: none;
  border: 1px dotted #BE1823;
}
a.material-guide {
  padding: 2px 5px;
  font-size: 14px;
  color: #8CBF43;
  text-decoration: none;
  border: 1px dotted #8CBF43;
}
a:hover.material-guide {
  font-size: 14px;
  padding: 2px 5px;
  color: #BE1823;
  text-decoration: none;
  border: 1px dotted #BE1823;
}
a.material-research {
  padding: 2px 5px;
  font-size: 14px;
  color: #8D509A;
  text-decoration: none;
  border: 1px dotted #8D509A;
}
a:hover.material-research {
  font-size: 14px;
  padding: 2px 5px;
  color: #BE1823;
  text-decoration: none;
  border: 1px dotted #BE1823;
}
a.material-tss {
  padding: 2px 5px;
  font-size: 14px;
  color: #EE7648;
  text-decoration: none;
  border: 1px dotted #EE7648;
}
a:hover.material-tss {
  font-size: 14px;
  padding: 2px 5px;
  color: #BE1823;
  text-decoration: none;
  border: 1px dotted #BE1823;
}

@media (max-width: 767px) {
  .sep-v {
    border-right: none;
  }
}
/* @media only screen and (min-width: 768px) and (max-width: 1200px) {


} */



/* People Page 
------------------------------- */
.people-header {
  /* margin: 0 30px 30px 30px; */
  /* background: rgba(50, 140, 201, 0.3); */
  background-color: #4E4E4D;
  padding: 40px 30px;
  color: #ffffff;
  text-align: center;
}
.people-info-header {
  margin: 0;
  background-color: #f2f2f2;
  padding: 40px 30px 20px 30px;
  text-align: center;
}
.people-header h1 {
  font-size: 42px;
  font-weight: 700;
}
img.people-info {
  width: 100%;
  max-width: 300px;
  border-radius: 100%;
  height: auto;
}
a.people-link {
  color: #000000;
  text-decoration: none;
}
a:hover.people-link {
  color: #BE1823;
  text-decoration: none;
}
h5.people-link {
  color: #8E794C;
  text-decoration: none;
}
li.people-info {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
.people-page {
  padding-top: 50px;
  background-color: #f3f3f3;
  margin-left: 0px;
  margin-right: 0px;
}
.people-detail {
  margin-top: 20px;
  text-indent: 50px;
  text-align: left;
}
.people-control {
  /* display: inline-block; */
  vertical-align: top;
  text-align: left;
  padding: 25px 0 25px 15px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .people-control {
    padding: 0;
  }
}



/* Heritage Alert Section
------------------------------ */
#heritage {
  margin: 30px 15px 30px 15px;
  margin: 0 !important;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #000000 !important;
}
.alert-page {
  padding: 50px 20px;
  background-color: #f2f2f2;
  margin-left: 0px;
  margin-right: 0px;
}
.heritage-alert {
  padding: 40px 0 25px 0;
  background-color: #ffffff !important;
  padding-bottom: 25px;
  text-align: center;
  color: #ffffff;
}
p.heritage-card-title {
  height: 80px;
}
a.heritage-card-index {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none;
}
a:hover.heritage-card-index {
  font-size: 18px;
  font-weight: 700;
  color: #BE1823 !important;
  text-decoration: none;
}
.heritage-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  background-color: #242424;
  height: 320px;
}
p.heritage-card-text {
    margin-top: 15px;
    font-size: 16px;
    color: #a3a3a3
}
img.alert-detail {
  width: auto;
  height: 200px;
}
img.alert-detail-page {
  width: auto;
  height: 185px;
}

@media screen and (max-width: 767px) {
  img.alert-detail {
    width: auto;
    max-width: 300px;
    height: 200px;
  }
  img.alert-detail-page {
    width: auto;
    max-width: 325px;
    height: 210px;
  }
  .heritage-card-body {
    height: 340px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  img.alert-detail {
    width: auto;
    max-width: 280px;
    height: 200px;
  }
  img.alert-detail-page {
    width: auto;
    height: 255px;
  }
  .heritage-card-body {
    height: 360px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  img.alert-detail {
    width: auto;
    max-width: 250px;
    height: 155px !important;
  }
  img.alert-detail-page {
    width: auto;
    height: 153px !important;
  }
}




/* Heritage Alert Page
------------------------------ */
.alert-header {
  /* margin: 0 30px 30px 30px; */
   /* background: rgba(50, 140, 201, 0.3); */
   background: #4E4E4D;
   padding: 40px 30px;
   color: #ffffff;
  text-align: center;
}
.alert-detail-header {
  margin: 0;
  background-color: #f2f2f2;
  padding: 40px 30px 20px 30px;
  text-align: center;
}
.alert-form {
  padding: 20px 25px 80px 25px;
  margin: 0px;
  background-color: #f2f2f2;
}
.alert-header h1 {
  font-size: 42px;
  font-weight: 700;
}
.law-card {
  margin-bottom: 1rem;
}
.law-card-columns .law-card {
  margin-bottom: 1rem;
  /* box-shadow: 0 1px 2px rgba(0,0,0,0.1); */
  box-shadow: none !important;
}
.law-card-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
.law-card-columns .law-card {
  display: inline-block;
  width: 100%
}
.alert-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 20px;
  background-color: #000000;
  text-align: center;
  height: 350px;
}
a.heritage-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none;
}
a:hover.heritage-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #BE1823 !important;
  text-decoration: none;
}
a.card-title {
  font-size: 18px;
  font-weight: 700;
  color: #595959 !important;
  text-decoration: none;
}
a:hover.card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000 !important;
  text-decoration: none;
}
a.heritage-topic {
  padding: 2px 5px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  background-color: #9d9d9c;
  border: none;
}
a:hover.heritage-topic {
  padding: 2px 5px;
  color: #ffffff;
  text-decoration: none;
  background-color: #7e7e7d;
  border: none;
}
a.region {
  padding: 2px 5px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  background-color: #9d9d9c;
  border: none;
}
a:hover.region {
  padding: 2px 5px;
  color: #ffffff;
  text-decoration: none;
  background-color: #7e7e7d;
  border: none;
}
p.law-card-text {
  margin-top: 15px;
  font-size: 16px;
}
.heritage-column {
  /* border: 1px solid #8CBF43; */
  border: 1px solid #c8c8c8;
  margin: 15px 0px;
}
.alert-gmap iframe {
  width: 380px;
  height: 300px;
}
h6.alert-heading {
  text-decoration: underline;
  margin-top: 15px;
  text-align: left;
  font-size: 18px;
  color: #4E4E4D;
  font-weight: 700;
}
.content-img {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .law-card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .alert-gmap iframe {
    width: 325px;
    height: 270px;
  }
  .alert-card-body {
    height: 410px;
  }
}
@media (min-width: 1024px) {
  .alert-gmap iframe {
    width: 270px;
    height: 300;
  }
  .alert-card-body {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .law-card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .alert-card-body {
    height: 450px;
  }
}




/* Organizations Page 
------------------------------- */
.organization-header {
  /* margin: 0 30px 30px 30px; */
  /* background: rgba(50, 140, 201, 0.3); */
  background: #4E4E4D;
  padding: 40px 30px;
  color: #ffffff;
  text-align: center;
}
.organization-header h1 {
  font-size: 42px;
  font-weight: 700;
}
img.organizations-info {
  width: 100%;
  max-width: 300px;
  /* border-radius: 100%; */
  height: auto;
}
img.organizations {
  /* border-radius: 100% !important; */
  max-width: 175px;
  padding: 20px;
}
.img-center {
  text-align: center;
}
a.org-type {
  padding: 2px 5px;
  font-size: 14px;
  color: #ffffff !important;
  text-decoration: none;
  background-color: #9D9D9C !important;
  border: none !important;
}
a:hover.org-type {
  padding: 2px 5px;
  font-size: 14px;
  color: #ffffff !important;
  text-decoration: none;
  background-color: #7e7e7d !important;
  border: none !important;
}
.organizations-page {
  padding-top: 50px;
  background-color: #f3f3f3;
  margin-left: 0px;
  margin-right: 0px;
}
.organization-content {
  font-size: 16px;
  text-align: left;
}
h6.organization-content {
  font-size: 18px;
  color: #4E4E4D;
  font-weight: 700;
  text-align: left;
}
.organization-content i {
  font-size: 20px;
  color: #BE1823;
  text-align: left;
}
.organization-content a {
  font-size: 17px;
  color: #BE1823;
  text-decoration: none;
}
.organization-content a:hover {
  font-size: 17px;
  color: #000000;
  text-decoration: none;
}
p.organization-reward {
  text-align: left;
}
.organization-reward a {
  font-size: 16px;
  color: #BE1823;
  text-decoration: none;
  text-align: left;
}
.peoorganizationple-reward a:hover {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  text-align: left;
}
.organization-content-block {
  padding: 20px !important;
}

@media only screen and (max-width: 767px) {
  img.organizations {
    max-width: 135px;
  }
  .organizations-group {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  img.organizations {
    /* border-radius: 100% !important; */
    max-width: 215px;
    padding: 20px;
  }
  .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100% !important; 
    max-width: 100%;
  }
}



/* Source Page 
------------------------------- */
.source-header {
  /* margin: 0 30px 30px 30px; */
   /* background: rgba(50, 140, 201, 0.3); */
   background: #4E4E4D;
   padding: 40px 30px;
   color: #ffffff;
  text-align: center;
}
.source-header h1 {
  font-size: 42px;
  font-weight: 700;
}
.source-page-card {
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: 330px;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
  color: #8E794C;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  /* border: 1px solid rgba(0,0,0,.125); */
  /* border-radius: .25rem; */
}
img.source-info {
  width: auto;
  height: 100%;
  max-height: 200px;
  /* overflow: hidden; */
}
img.source-detail-page {
  width: auto;
  height: 100%;
  max-height: 350px;
}
.source-page {
  padding-top: 50px;
  background-color: #f3f3f3;
  margin-left: 0px;
  margin-right: 0px;
}
.source-list-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 10px 20px;
  /* height: 120px; */
}
ul.source-detail li {
  list-style: disc;
  text-align: left;
  text-indent: 10px;
  line-height: 35px;
}
.fund-title {
  height: 60px;
}
p.source-detail {
  font-size: 16px;
  color: #4E4E4D;
  text-align: left;
}
.source-detail i {
  font-size: 20px;
  color: #4E4E4D;
}
.source-detail a {
  font-size: 17px;
  color: #BE1823;
  text-decoration: none;
}
.source-detail a:hover {
  font-size: 17px;
  color: #000000;
  text-decoration: none;
}
.source-detail-page a {
  font-size: 17px;
  color: #BE1823;
  text-decoration: none;
}
.source-detail-page a:hover {
  font-size: 17px;
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .source-group {
    padding: 0;
  }
  .source-page-card {
    height: 350px;
  }
  img.source-info {
    width: auto;
    height: 100%;
    max-height: 220px;
  }
  img.source-detail-page {
    width: auto;
    height: 100%;
    max-height: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .source-page-card {
    height: 360px;
  }
  img.source-info {
    width: auto;
    height: 100%;
    max-height: 200px;
  }
  img.source-detail-page {
    width: auto;
    height: 100%;
    max-height: 300px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  img.source-detail-page {
    width: auto;
    height: 100%;
    max-height: 300px;
  }
}
/* Law Page 
------------------------------- */
.law-header {
  /* margin: 0 30px 30px 30px; */
   /* background: rgba(50, 140, 201, 0.3); */
   background: #4E4E4D;
   padding: 40px 30px;
   color: #ffffff;
  text-align: center;
}
.law-header h1 {
  font-size: 42px;
  font-weight: 700;
}
.law-text-date {
  margin-top: 20px;
  font-size: 15px;
  font-style: italic;
  color: #9D9D9C;
}
a.law-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #BE1823;
  text-decoration: none;
}
a:hover.law-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}
a.law-topic {
  padding: 2px 5px;
  font-size: 14px;
  color: #EE7648;
  text-decoration: none;
  border: 1px dotted #8E794C;
}
a:hover.law-topic {
  padding: 2px 5px;
  color: #BE1823;
  text-decoration: none;
  border: 1px dotted #BE1823;
}
.law-page {
  padding: 50px 20px;
  background-color: #f3f3f3;
}


/* Guide Page 
------------------------------- */
.guide-header {
  /* margin: 0 30px 30px 30px; */
   /* background: rgba(50, 140, 201, 0.3); */
   background: #4E4E4D;
   padding: 40px 30px;
   color: #ffffff;
  text-align: center;
}
.guide-header h1 {
  font-size: 42px;
  font-weight: 700;
}
a.guide-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #BE1823;
  text-decoration: none;
}
a:hover.guide-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}
a.guide-topic {
  padding: 2px 5px;
  font-size: 14px;
  color: #EE7648;
  text-decoration: none;
  border: 1px dotted #8E794C;
}
a:hover.guide-topic {
  padding: 2px 5px;
  color: #BE1823;
  text-decoration: none;
  border: 1px dotted #BE1823;
}



/* Research Page 
------------------------------- */
.research-header {
  /* margin: 0 30px 30px 30px; */
   /* background: rgba(50, 140, 201, 0.3); */
   background: #4E4E4D;
   padding: 40px 30px;
   color: #ffffff;
  text-align: center;
}
.research-header h1 {
  font-size: 42px;
  font-weight: 700;
}
a.research-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #BE1823;
  text-decoration: none;
}
a:hover.research-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}
a.research-topic {
  padding: 2px 5px;
  font-size: 14px;
  color: #EE7648;
  text-decoration: none;
  border: 1px dotted #8E794C;
}
a:hover.research-topic {
  padding: 2px 5px;
  color: #BE1823;
  text-decoration: none;
  border: 1px dotted #BE1823;
}
.research-publish {
  margin-top: 5px;
  font-size: 15px;
  font-style: italic;
  color: #9D9D9C;
  text-align: left;
}
.research-download {
  color:#666666;
  font-weight: 700;
}
h5.research-author {
  margin-top: 5px;
  font-size: 18px;
  color: #4E4E4D;
  text-align: left;
}


/* TSS Source Page 
------------------------------- */
.tss-header {
  /* margin: 0 30px 30px 30px; */
   /* background: rgba(50, 140, 201, 0.3); */
   background: #4E4E4D;
   padding: 40px 30px;
   color: #ffffff;
  text-align: center;
}
.tss-header h1 {
  font-size: 42px;
  font-weight: 700;
}
a.tss-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #BE1823;
  text-decoration: none;
}
a:hover.tss-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}
a.tss-topic {
  padding: 2px 5px;
  font-size: 14px;
  color: #EE7648;
  text-decoration: none;
  border: 1px dotted #8E794C;
}
a:hover.tss-topic {
  padding: 2px 5px;
  color: #BE1823;
  text-decoration: none;
  border: 1px dotted #BE1823;
}
@media screen and (max-width: 767px) {
  img.tss-detail {
    width: 100%;
    max-width: 375px;
  }
}



/* Map Page 
------------------------------- */
.map-header {
  /* margin: 0 30px 30px 30px; */
   /* background: rgba(50, 140, 201, 0.3); */
   background: #4E4E4D;
   padding: 40px 30px;
   color: #ffffff;
  text-align: center;
}
.map-header h1 {
  font-size: 42px;
  font-weight: 700;
}




/* About Page
------------------------------ */
.about-header {
  /* margin: 0 30px 30px 30px; */
   /* background: rgba(50, 140, 201, 0.3); */
   background: #4E4E4D;
   padding: 40px 30px;
   color: #ffffff;
  text-align: center;
}
.about-page-header {
  margin: 0;
  background-color: #f2f2f2;
  padding: 40px 30px 20px 30px;
  text-align: center;
}
.about-header h1 {
  font-size: 42px;
  font-weight: 700;
}
h4.about-org-title {
  color: #BE1823;
  font-weight: 500;
}
h5.about-org-title {
  color: #BE1823;
  font-weight: 500;
}
.address-head {
  font-size: 18px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 10px !important;
}
.contact-detail {
  color: #4E4E4D;
  text-align: left;
}
.sponsors-section {
  padding: 20px 0 50px 0;
  margin: 0px;
  background-color: #f2f2f2;
}
.sponsors-section h2 {
  text-align: center;
  color: #BE1823;
  font-weight: 900;
  margin-left: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}




/* Tabs
------------------------------ */
.tablink {
  background-color: transparent;
  color: #BE1823;
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 30px;
  font-weight: 700;
}
.tablink:hover {
  background-color: transparent;
}
.tabcontent {
  display: none;
  padding: 50px 10px;
  height: 100%;
}



/* Responsive  Tabs
------------------------------ */
@keyframes content-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes content-rotate-y {
  from {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes content-rotate-x {
  from {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes content-rotate-both {
  from {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }
  to {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }
}

@keyframes content-pop-out {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes content-pop-in {
  from {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes content-slide-bot {
  from {
    top: 20px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes content-slide-top {
  from {
    top: -20px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tabs-wrapper {
  margin: 0;
  width: 100%;
}
.tabs-wrapper input[type="radio"] {
  display: none;
}
.tabs-wrapper label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #ffffff !important;
  width: 33%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #4E4E4D;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: 900;
}
.tabs-wrapper label:last-of-type {
  border-bottom: 2px solid #000000;
}
.tabs-wrapper label:hover {
  /* background: #8E794C; */
  border-bottom: 2px solid #000000;
}

@media screen and (min-width: 1201px) {
  .tabs-wrapper label {
    width: 33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .tabs-wrapper label {
    width: 32.5%;
  }
}
@media screen and (max-width: 767px) {
  .tabs-wrapper label {
    width: 100%;
    display: block;
    border-bottom: 2px solid #000000;
    border-radius: 0;
  }
  .tabs-wrapper {
    margin: 0;
  }
  .tab-body-wrapper {
    border: none;
    border-radius: 0;
  }
}


#tab1:checked + label,
#tab2:checked + label,
#tab3:checked + label {
  /* background: #8E794C; */
  /* color: #666666;
  border-bottom: 2px solid #328CC9;
  background: rgba(50, 140, 201, 0.3); */
  background: rgba(190, 24, 35, 1);
  border-bottom: 2px solid #000000;
  color: #ffffff;
}

.tabs-wrapper #tab1 + label:hover, 
.tabs-wrapper #tab2 + label:hover, 
.tabs-wrapper #tab3 + label:hover {
  /* background: rgba(50, 140, 201, 0.3);
  border-bottom: 2px solid #328CC9;
  color: #666666; */
  background: rgba(190, 24, 35, 1);
  border-bottom: 2px solid #000000;
  color: #ffffff;
}

/* #tab2:checked + label {
  color: #666666;
  border-bottom: 2px solid #8CBF43;
  background: rgba(140, 191, 67, 0.3);
}

.tabs-wrapper #tab2 + label:hover {
  color: #666666;
  border-bottom: 2px solid #8CBF43;
  background: rgba(140, 191, 67, 0.3);
}

#tab3:checked + label {
  color: #666666;
  border-bottom: 2px solid #8D509A;
  background: rgba(141, 80, 154, 0.4);
}

.tabs-wrapper #tab3 + label:hover {
  color: #666666;
  border-bottom: 2px solid #8D509A;
  background: rgba(141, 80, 154, 0.4);
} */

.tab-body {
  position: absolute;
  top: -9999px;
  opacity: 0;
  padding: 10px;
}

.tab-body-wrapper {
  /* border-top: #8E794C 1px solid; */
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  animation-delay: 0.2s;
  animation-duration: 1.5s;
  animation-name: show;
  animation-fill-mode: forwards;
}

#tab1:checked ~ .tab-body-wrapper #tab-body-1,
#tab2:checked ~ .tab-body-wrapper #tab-body-2,
#tab3:checked ~ .tab-body-wrapper #tab-body-3,
#tab4:checked ~ .tab-body-wrapper #tab-body-4 {
  position: relative;
  top: 0px;
  animation-delay: 0.1s;
  animation-duration: 0.4s;
  animation-name: content-pop-out;
  animation-fill-mode: forwards;
}
/* #tab2:checked ~ .tab-body-wrapper #tab-body-2 {
  background: rgba(140, 191, 67, 0.3) !important;
} */



/* Card
------------------------------ */
.organize {
  padding: 15px 0 25px 0;
  background-color: #ffffff;
  padding-bottom: 25px;
  text-align: center;
}
.organize-cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  /* justify-content: space-around; */
  flex-wrap: wrap;
}

.organize-card {
  margin: 20px auto;
  width: 300px;
  height: 300px;
  border-radius: 10px;
  /* box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 7px rgba(0, 0, 0, 0.22); */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.4s;
}

.organize-card .organize-card_image {
  width: inherit;
  height: inherit;
  border-radius: 10px;
}

.organize-card .organize-card_image img {
  width: inherit;
  height: inherit;
  border-radius: 10px;
  object-fit: cover;
}

.organize-card .organize-card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-weight: bold;
  font-size: 20px;
  margin-top: -80px;
  height: 40px;
}

.organize-card:hover {
  transform: scale(1.1, 1.1);
  /* box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 15px rgba(0, 0, 0, 0.22); */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.organize-title-white {
  color: white;
}

.organize-title-black {
  color: black;
}

@media all and (max-width: 767px) {
  .organize-card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
  .organize-card {
    width: 350px;
    height: 350px;
  }
}




/* Organization Card - 2
------------------------------ */

.organize-card-2 {
  margin: 20px auto;
  width: 300px;
  height: 350px;
  border-radius: 10px;
  /* background: rgba(50, 140, 201, 0.25); */
  /* border: 1px solid rgba(140, 191, 67, 1); */
  /* border: 1px solid rgba(50, 140, 201, 1); */
  background-color: #4E4E4D;
  color: #ffffff !important;
  /* box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); */
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
}
.organize-card-2 .organize-card_image-2 {
  width: 100%;
  height: auto;
  padding: 20px;
}

.organize-card-2 .organize-card_image-2 img {
  width: 85%;
  height: 85%;
  /* border-radius: 100%; */
}
.organize-card-2 .organize-card_title-2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  /* margin-top: -10px; */
  height: 40px;
}
.organize-title-grey {
  color: #666666;
}
.organize-card-2:hover {
  transform: scale(1.1, 1.1);
  /* box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 15px rgba(0, 0, 0, 0.22); */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}




/* Footer
------------------------------ */
.footer {
  background-color: #000000;
  color: #ffffff;
  padding: 50px 20px 20px 20px;
}
.footer-text-white {
  color: #ffffff;
  font-weight: 500;
}
a.text-muted {
  /* color: #BE1823 !important; */
  color: #8E794C !important;
  }
a:hover.text-muted {
  text-decoration: none;
  color: #ffffff !important;
}
.credit {
  border-top: 1px solid #8E794C;
  padding-top: 25px;
  padding-bottom : 10px;
  text-align: center;
  font-size: 14px;
  color: #8E794C;
}
a.footer-website {
  /* color: #BE1823 !important; */
  color: #8E794C !important;
  text-decoration: none;
  word-wrap: break-word;
}
a:hover.footer-website {
  color: #ffffff !important;
  text-decoration: none;
}



/* Slideshow  Alert-info Page
----------------------------------------------------- */
.alertSlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 320px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
/* @media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
} */


@media screen and (max-width: 767px) {
  .alertSlide img {
    width: auto;
    max-width: 500px;
    height: 300px;
  }
  .slideshow-container {
    max-width: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slideshow-container {
    max-width: 450px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .slideshow-container {
    max-width: 550px;
  }
}



/* Pagination
------------------------------ */
.pagination{
  padding: 30px 10px;
  justify-content: center;
  margin-bottom: 50px;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination li {
  display: inline-block;
}

.p1 li a {
  display: inline-block;
  padding: 7px 16px;
  color: #222;
}

.pagination .p1 li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
}

.p1 li a.is-active{
  background-color: #4E4E4D;
  color: #fff;
}

.p1 li a:hover{
  background-color: #4E4E4D;
  color: #fff;
  text-decoration: none;
}


@media screen and (max-width: 767px) {
  .pagination ul {
    width: 380px;
  }
}




/* Image Card with Text  -- Alert
-------------------------------------------------- */
.alert-image-card {
  float: left;
  padding: 0 15px;
  width: 33%;
  margin-bottom: 30px;
}
.alert-image-card .alert-image-menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alert-image-card .alert-v-menu-content::before, .alert-image-card .alert-image-menu-content::after {
  content: "";
  display: table;
}
.alert-image-card .alert-image-menu-content::after {
  clear: both;
}
.alert-image-card .alert-image-menu-content li {
  display: inline-block;
}
.alert-image-card .alert-image-menu-content a {
  color: #fff;
}
.alert-image-card .alert-image-menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  transform: translate(-50%, 0);
}
.alert-image-card .alert-image-wrapper {
  background-color: #000000;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2); */
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3), 5px 10px 20px rgba(0, 0, 0, 0.2);
}
.alert-image-card .alert-image-wrapper:hover .alert-image-data {
  transform: translateY(0);
}
.alert-image-card .alert-image-data {
  position: absolute;
  top: 150px;
  width: 100%;
  transform: translateY(calc(70px + 1em));
  transition: transform 0.3s;
}
.alert-image-card .alert-image-data .alert-image-content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.alert-image-card .alert-image-author {
  font-size: 12px;
}
.alert-image-card .alert-image-title {
  margin-top: 10px;
}
.alert-image-card .alert-image-text {
  height: 70px;
  margin: 0;
}
.alert-image-card input[type=checkbox] {
  display: none;
}
.alert-image-card input[type=checkbox]:checked + .alert-image-menu-content {
  transform: translateY(-60px);
}
.alert-image-card-1 .alert-image-wrapper {
  /* background: url(https://tvseriescritic.files.wordpress.com/2016/10/stranger-things-bicycle-lights-children.jpg) center/cover no-repeat; */
  background: url(../image/alert/alert3.png) center/cover no-repeat;
}
.alert-image-card-2 .alert-image-wrapper {
  background: url(../image/alert/alert1.png) center/cover no-repeat;
}
.alert-image-card-3 .alert-image-wrapper {
  background: url(../image/alert/alert2.png) center/cover no-repeat;
}
.alert-image-card-4 .alert-image-wrapper {
  background: url(../image/alert/alert4.png) center/cover no-repeat;
}
.alert-image-card-5 .alert-image-wrapper {
  background: url(../image/alert/alert5.png) center/cover no-repeat;
}
.alert-image-card-2 .alert-image-wrapper:hover .alert-image-menu-content span {
  transform: translate(-50%, -10px);
  opacity: 1;
}
.alert-image-overlay {
  position: relative !important;
  background :rgba(0, 0, 0, 0.4) !important;
}
.alert-image-header {
  color: #fff;
  padding: 1em;
}
.alert-image-card-2 .alert-image-header::before, .alert-image-card-2 .alert-image-header::after {
  content: "";
  display: table;
}
.alert-image-card-2 .alert-image-header::after {
  clear: both;
}
.alert-image-card-2 .alert-image-header .date {
  float: left;
  font-size: 12px;
}
.alert-image-card-2 .alert-image-menu-content {
  float: right;
}
.alert-image-card-2 .alert-image-menu-content li {
  margin: 0 5px;
  position: relative;
}
.alert-image-card-2 .alert-image-menu-content span {
  transition: all 0.3s;
  opacity: 0;
}
.alert-image-data {
  color: #fff;
  transform: translateY(calc(70px + 4em));
}
.alert-image-title a {
  color: #fff;
  text-decoration: none;
}
.alert-image-button {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.alert-image-button::after {
  content: "→";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.alert-image-card-2 .alert-image-button:hover::after {
  transform: translate(5px, -50%);
  opacity: 1;
}


@media screen and (max-width: 767px) {
  .alert-image-card {
    width: 100%;
    margin-bottom: 40px;
  }
  .alert-image-card .alert-image-data {
    top: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alert-image-card {
    width: 50%;
    margin-bottom: 40px;
  }
  .alert-image-card .alert-image-data {
    top: 130px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .alert-image-card {
    width: 33%;
    margin-bottom: 40px;
  }
  .alert-image-card .alert-image-data {
    top: 120px;
  }
}




/* Type Accordion
------------------------------- */

.accordion dl,
.accordion-list {
  /* border: 1px solid #ffffff; */
  border: none;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}

.accordion dd,
.accordion__panel {
  background-color: #ffffff;
  font-size: 1em;
  line-height: 1.5em;
  border: 1px solid #d9d9d9;
}

.accordion {
  position: relative;
  background-color: #f2f2f2;
}

.accordionTitle,
.accordion__Heading {
  background-color: #BE1823;
  text-align: center;
  font-weight: 700;
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #fff !important;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #BE1823;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.7em;
  line-height: 1em;
  float: left;
  transition: transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #BE1823;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #BE1823;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  /* max-height: 50em; */
  transition: max-height 0.5s;
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.2s normal ease-in-out both 1;
          animation: accordionIn 0.2s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.2s alternate ease-in-out both 1;
          animation: accordionOut 0.2s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
a.type-search-link {
  /* color: #F25C05; */
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  width: 100px !important;
}
a:hover.type-search-link {
  color: #BE1823;
}
a.title-search-link {
  /* color: #F25C05; */
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
a:hover.title-search-link {
  color: #BE1823;
}
a.title-link {
  /* color: #F25C05; */
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
a:hover.title-link {
  color: #BE1823;
}
button.result {
  margin-right: 10px;
  border-radius: 0 !important;
}
.btn-outline-secondary {
  color: #4E4E4D;
  border-color: #4E4E4D;
}
.research-type {
  float: right;
}
@media only screen and (max-width: 767px) {
  .accordionItem {
    height: 100%;
    transition: max-height 0.5s;
  }
  button.result {
    display: block !important;
    width: 100% !important;
  }
}


/* Researcher Page
--------------------------------- */
ul.type-box {
  padding: 15px 20px!important;
  margin-bottom: 5px !important;
}
ul.type-box li {
  list-style: none;
  line-height: 30px;
}
