/*--------------General------------ */
body {
  font-family: "Roboto", sans-serif;
  background-color: #0b5522;
}

body .container {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

body .nav-container {
  padding-left: 0;
  padding-right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

/*--------------Header------------ */
header .info {
  background-image: url("../images/fold.png"), url("../images/bg-gif.gif");
  background-position: right top, left top;
  background-repeat: no-repeat, repeat;
  padding: 30px;
}

.navbar {
  padding: 0 1rem;
}

.header-info {
  margin-top: 40px;
}

.header-info span {
  display: block;
  text-align: right;
  font-weight: 700;
  font-size: 32px;
}

.header-info .address {
  font-size: 14px;
}

.logo {
  margin-top: 30px;
  margin-left: 15px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.nav-item:not(:first-child) {
  border-left: 2px solid #fff;
}

.nav-container {
  text-transform: uppercase;
  font-weight: 700;
}

.nav-container .bg-dark {
  background-color: #010101 !important;
}

.breadcrumb {
  background-color: transparent;
  font-size: 14px;
}

.breadcrumb a {
  color: #df0021;
}

.topic-heading {
  margin-bottom: 10px;
}

.topic-heading h1 {
  color: #df0021;
  font-size: 38px;
}

.topic-list h2 {
  color: #df0021;
}

.btn-topic {
  background-color: #df0021;
  color: #fff;
  padding: 9px 25px;
  font-weight: 700;
  border-radius: 15px;
  display: inline-block;
  margin-top: 15px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.btn-topic:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f51032;
}

.topic {
  margin-bottom: 60px;
}

section.main-content .container {
  padding-top: 35px;
  padding-bottom: 80px;
}

.main-content > .container {
  padding-top: 20px;
}

.featured-service a {
  color: #212529;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.featured-service a:hover {
  text-decoration: none;
  color: #df0021;
}

.featured-description {
  margin-top: 10px;
}

.featured-description h2 {
  font-size: 21px;
}

.featured-description img {
  padding-right: 10px;
  float: left;
}

.home-text .main-content {
  padding-bottom: 60px;
  padding-top: 50px;
}

.home-text .main-content h1 {
  color: #df0021;
  font-size: 32px;
  margin-bottom: 15px;
}

.secondary-text {
  padding-top: 30px;
}

.secondary-text::before {
  content: "";
  border-top: 4px solid #000;
  width: 90%;
  display: block;
  margin-bottom: 30px;
}

.secondary-text figcaption {
  font-size: 13px;
  margin-top: 10px;
}

.btn-report {
  margin-top: 50px;
  background-color: #df0021;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
}

.btn-report:hover {
  text-decoration: none;
  color: #fff;
}

.btn-report span {
  color: #f9f120;
}

.btn-report img {
  padding-right: 8px;
}

.google-translate {
  margin-top: 15px;
  margin-bottom: 20px;
}

.slideshow {
  margin-bottom: 30px;
}

.slideshow .carousel-caption {
  position: static;
  color: #212529;
  font-size: 13px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 0;
}

.slideshow .carousel-caption p {
  margin-bottom: 0;
}

#videos,
#downloads,
#links,
.links {
  margin-bottom: 30px;
}

#videos h3,
#videos h2,
#downloads h3,
#downloads h2,
#links h3,
#links h2,
.links h3,
.links h2 {
  font-size: 24px;
  color: #df0021;
  margin-bottom: 20px;
}

#videos span {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
}

#videos .embed-item {
  margin-bottom: 20px;
}

#downloads ul,
#links ul {
  padding: 0;
}

#downloads a,
#links a {
  color: #df0021;
  font-weight: 700;
}

#downloads .file-info,
#links .file-info {
  margin-right: 20px;
  margin-bottom: 15px;
  text-align: center;
}

#downloads .file-info i,
#links .file-info i {
  display: block;
  font-size: 21px;
}

#downloads .file-info small,
#links .file-info small {
  font-size: 12px;
}

#downloads .file-info,
#links .file-info {
  width: 50px;
}

#homeBanner {
  padding-top: 40px;
  padding-bottom: 40px;
}

#homeBanner .carousel-image {
  margin-right: -35px;
}

#homeBanner .carousel-indicators {
  right: 15%;
  left: unset;
  margin-right: 0;
  margin-left: 0;
}

#homeBanner .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

#homeBanner .carousel-caption {
  padding-left: 35px;
  padding-right: 15px;
  position: relative;
  color: #fff;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  text-align: left;
}

#homeBanner .carousel-caption::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #df0021;
  top: 0;
  right: -20%;
  left: -12%;
  bottom: 0;
  z-index: -1;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  border-left: 40px solid #ac0d24;
}

#homeBanner .carousel-caption h1 {
  font-size: 24px;
}

.btn-hero {
  display: inline-block;
  background-color: #8c1224;
  color: #fff;
  padding: 9px 25px;
  font-weight: 700;
  border-radius: 15px;
}

.btn-hero:hover {
  color: #fff;
  text-decoration: none;
}

.featured-image {
  overflow: hidden;
}

.featured-image img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.featured-image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

input[type=text].search-btn::-webkit-input-placeholder {
  color: transparent !important;
}

input[type=text].search-btn:-ms-input-placeholder {
  color: transparent !important;
}

input[type=text].search-btn::-ms-input-placeholder {
  color: transparent !important;
}

input[type=text].search-btn::placeholder {
  color: transparent !important;
}

input[type=text].search-btn:focus::-webkit-input-placeholder {
  color: #909090 !important;
}

input[type=text].search-btn:focus:-ms-input-placeholder {
  color: #909090 !important;
}

input[type=text].search-btn:focus::-ms-input-placeholder {
  color: #909090 !important;
}

input[type=text].search-btn:focus::placeholder {
  color: #909090 !important;
}

input[type=text].search-btn {
  margin: 0;
  border: 3px solid #df0021;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  padding: 10px;
  vertical-align: bottom;
  -webkit-transition: 200ms all;
  transition: 200ms all;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-color: transparent;
  z-index: 2;
  color: transparent;
  position: relative;
  cursor: pointer;
}

input[type=text].search-btn:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #df0021;
  outline: 0;
  padding: 13px 25px;
  height: 40px;
  width: 200px;
  border-radius: 18px;
  cursor: text;
}

.form-control.search-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.searchbar {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.searchbar i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-right: 0 !important;
  font-size: 18px;
  -webkit-transition: 200ms all;
  transition: 200ms all;
  color: #df0021;
  z-index: 1;
}

.search {
  text-align: right;
}

.btn-search i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  margin-right: 0 !important;
  font-size: 21px;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

footer {
  color: #fff;
  font-size: 14px;
}

footer a {
  color: #fff;
}

footer .container {
  background-color: #2e2c2c;
  padding-top: 40px;
  padding-bottom: 30px;
}

footer .footer-nav ul {
  padding: 0;
  margin-bottom: 12px;
}

footer .footer-nav li {
  list-style-type: none;
  display: inline-block;
}

footer .footer-nav li:not(:first-child) {
  border-left: 1px solid #fff;
  padding-left: 15px;
  margin-left: 15px;
}

footer .footer-nav a {
  font-weight: 700;
}

footer .info-right {
  text-align: right;
  font-size: 28px;
}

footer .info-right h2 {
  font-size: 16px;
}

.footer-btm .container {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #1d1c1c;
  text-align: center;
  color: #626262;
  font-size: 14px;
}

.footer-btm a {
  color: #626262;
}

.footer-info {
  padding-left: 20px;
  margin-top: 5px;
}

.footer-accreditation .container {
  padding: 20px;
}

.footer-accreditation img {
  max-width: 160px;
}

.secondary-logos .container {
  padding-bottom: 40px;
}

.secondary-logos .container a:not(:last-child) {
  margin-right: 40px;
}

.staff-description h2 {
  font-size: 24px;
  margin-top: 7px;
}

.staff-description a {
  color: #df0021;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 350px;
  position: relative;
  height: 0;
  margin-bottom: 30px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contact h1 {
  color: #df0021;
}

.contact-info img {
  margin-top: 20px;
}

.diary-dates h2 {
  color: #df0021;
}

.gallery-list img {
  margin-bottom: 10px;
}

.gallery-list small {
  margin-bottom: 10px;
  display: block;
}

.gallery-list small i {
  margin-right: 8px;
}

.gallery-list a {
  color: #df0021;
}

.gallery-list a:hover {
  text-decoration: none;
}

.dropdown-menu {
  top: 95%;
}

.staff-detail {
  margin-top: 10px;
}

.staff-detail > span {
  display: block;
  font-weight: 700;
}

.staff-detail > span span {
  font-weight: 400;
}

.lb-nav a.lb-prev {
  opacity: 1;
}

.lb-nav a.lb-next {
  opacity: 1;
}

.form-check-inline {
  margin-bottom: 15px;
}

.search-result {
  margin-bottom: 20px;
}

.search-result a {
  text-decoration: underline;
}

form .error {
  margin-top: 10px;
  color: red;
  font-size: 14px;
  font-weight: 700;
}

.google-maps {
  width: 100%;
  height: 300px;
}

.gallery-image img {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .diary-dates td:first-child {
    width: 420px;
  }
  .diary-dates td:nth-child(2) {
    width: 200px;
  }
  .diary-dates td:nth-child(3) {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .header-info span {
    text-align: center;
  }
  .footer-nav {
    text-align: center;
    margin-top: 10px;
  }
  footer .footer-nav li:not(:first-child) {
    margin-left: 5px;
    padding-left: 0;
    border-left: 0;
  }
  .footer-accreditation img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
  }
  footer .info-right {
    text-align: center;
  }
  .search {
    text-align: center;
  }
  .nav-item:not(:first-child) {
    border-left: 0;
  }
  .secondary-logos img {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=stye.css.map */