@charset "UTF-8";
/*
Theme Name: TSS
Theme URI: n/a
Description: Theme for Transnational Social Strie website
Version: 1.2
Author: KyoLabs
*/
@media (min-width: 576px) and (max-width: 767px) {
  .container, .container-sm {
    max-width: 510px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container, .container-md, .container-sm {
    max-width: 710px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 930px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1130px;
  }
}

@media screen and (max-width: 575px) {
  .single-projects h2, .page h2 {
    font-size: 1.5rem;
  }
}

.card {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
}

.card a {
  width: 100%;
}

.card image {
  height: 380px;
}

p.card-text {
  font-family: 'Mukta';
  color: #6c757d;
  font-weight: 400;
  font-size: 14px;
}

.card-text p {
  color: #000;
}

.overlay h3 {
  font-size: 46px;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  color: white;
}

.card-title a {
  color: #000;
}

.card-title a:hover {
  text-decoration: none;
}

.card-footer {
  background-color: transparent;
  border-top: none;
  position: absolute;
  bottom: 0;
  padding: 0;
}

.article-grid-row, .sidebar-event {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article-grid-row .article-grid, .article-grid-row .event-grid, .sidebar-event .article-grid, .sidebar-event .event-grid {
  max-width: 260px;
}

.article-grid-row .article-grid h5, .article-grid-row .event-grid h5, .sidebar-event .article-grid h5, .sidebar-event .event-grid h5 {
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .article-grid-row .article-grid h5, .article-grid-row .event-grid h5, .sidebar-event .article-grid h5, .sidebar-event .event-grid h5 {
    font-size: 23px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .article-grid-row .article-grid h5, .article-grid-row .event-grid h5, .sidebar-event .article-grid h5, .sidebar-event .event-grid h5 {
    font-size: 17px;
  }
}

@media screen and (max-width: 575px) {
  .article-grid-row .event-grid, .sidebar-event .event-grid {
    max-width: none;
  }
}

@media screen and (max-width: 575px) {
  .article-grid-row .article-grid, .sidebar-event .article-grid {
    max-width: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .article-grid-row .article-grid, .sidebar-event .article-grid {
    max-width: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .article-grid-row .article-grid, .sidebar-event .article-grid {
    max-width: 160px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .article-grid-row .article-grid, .sidebar-event .article-grid {
    max-width: 220px;
  }
}

.article-grid-row .article-grid img, .sidebar-event .article-grid img {
  max-height: 175px;
}

@media screen and (max-width: 575px) {
  .article-grid-row .article-grid img, .sidebar-event .article-grid img {
    max-height: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .article-grid-row .article-grid img, .sidebar-event .article-grid img {
    max-height: 155px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .article-grid-row .article-grid img, .sidebar-event .article-grid img {
    max-height: 108px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .article-grid-row .article-grid img, .sidebar-event .article-grid img {
    max-height: 148px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home .article-grid-row .article-grid {
    max-width: 220px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home .article-grid-row .article-grid img {
    max-height: 147px;
  }
}

.home .article-grid-row .article-grid .card-text {
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  .home .article-grid-row .article-grid .card-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .related-content .article-grid-row .article-grid, .articles-archive-content .article-grid-row .article-grid {
    max-width: 230px;
  }
}

@media screen and (max-width: 575px) {
  #tss-border-top-right img, #tss-border-centre img {
    right: -25px;
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #tss-border-top-right img, #tss-border-centre img {
    width: 3%;
  }
}

@media screen and (max-width: 575px) {
  #tss-border-top-left img, #tss-border-bottom img {
    left: -45px;
    display: none;
  }
}

.tss-border {
  height: 0px;
}

.tss-border img {
  z-index: 200;
}

#tss-border-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#tss-border-top-right img {
  position: absolute;
  right: 0px;
  top: 0px;
}

#tss-border-top-left img {
  position: relative;
  left: -15px;
  top: 3px;
  width: 120px;
  height: 90px;
  left: -1%;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #tss-border-top-left img {
    display: none;
  }
}

.navbar {
  padding: 0;
}

.navbar-brand {
  text-transform: uppercase;
  color: #000000;
  font-family: 'Cabin', sans-serif;
  font-weight: 300;
  font-size: 32px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-brand {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    font-size: 34px;
  }
}

.mobile-brand {
  margin-right: auto;
}

@media screen and (max-width: 575px) {
  .mobile-brand {
    font-size: 28px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .mobile-brand {
    padding-right: 44%;
    padding-top: 8px;
  }
}

.nav-social a {
  display: block;
  float: right;
}

.nav-social a i {
  color: #8f8f8f;
  font-size: 24px;
  padding: 0 4px;
}

.navbar-nav .nav-item .nav-link {
  color: black;
  font-family: 'Mukta', sans-serif;
  font-size: 20px;
  padding: 0 8px;
}

@media screen and (max-width: 575px) {
  .navbar-nav .nav-item .nav-link {
    margin-right: 0;
    font-size: 23px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-nav .nav-item .nav-link {
    margin-right: 0;
    font-size: 23px;
  }
}

.navbar-nav .nav-item .nav-link:hover {
  color: grey;
}

.navbar-nav .btn {
  padding: 0;
}

.navbar-nav .btn .nav-link {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .navbar-nav .btn .nav-link {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .btn .nav-link {
    width: 130px;
    margin-right: 3px;
  }
}

.navbar-nav .btn:hover {
  background-color: #fb7979;
  border-color: #fb7979;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-nav .btn:hover {
    border: 0;
    padding: 15px 0;
    text-align: left;
    border-bottom: 2px dotted #fb7979;
  }
}

.navbar-nav .btn:hover span {
  color: white;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-nav .btn {
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .navbar-nav .btn {
    padding: 0;
  }
}

header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6px 0 18px 0;
  z-index: 20;
  height: 76px;
}

@media screen and (max-width: 575px) {
  header {
    margin: 0;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: white;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  header {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header {
    margin: 10px 0 20px 0;
  }
}

header .nav-container .nav-left-section .navbar {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: column !important;
          flex-flow: column !important;
  z-index: 110;
  left: 100px;
  top: 26px;
}

@media screen and (max-width: 575px) {
  header .nav-container .nav-left-section .navbar {
    width: 100%;
    height: 55px;
    background-color: #fff !important;
    border-bottom: 2px dotted #fb7979;
    left: 0px;
    top: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  header .nav-container .nav-left-section .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    left: 0px;
    top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header .nav-container .nav-left-section .navbar {
    left: 40px;
  }
}

@media screen and (max-width: 991px) {
  header .nav-container .nav-left-section .navbar .hamburger {
    position: relative;
    border: 1px solid #333;
    border-radius: 0;
    margin-top: 7px;
    float: right;
    position: relative;
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  header .nav-container .nav-left-section .navbar .drop-down {
    width: 110%;
  }
}

@media screen and (max-width: 575px) {
  header .nav-container .nav-left-section .navbar .drop-down .navbar-collapse {
    background-color: #fff;
  }
}

@media screen and (max-width: 575px) {
  header .nav-container .nav-left-section .navbar .drop-down .navbar-collapse .navbar-nav {
    padding-left: 20px;
    width: 100%;
    font-size: 23px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  header .nav-container .nav-left-section .navbar .drop-down .navbar-collapse .navbar-nav {
    padding-left: 20px;
  }
}

header .nav-container .nav-left-section .navbar .drop-down .navbar-collapse .navbar-nav :not(.btn) .nav-link {
  padding-left: 0 !important;
  padding-right: 1rem;
  margin-right: 24px;
}

@media screen and (max-width: 575px) {
  header .nav-container .nav-left-section .navbar .drop-down .navbar-collapse .navbar-nav li {
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px dotted #ddd;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  header .nav-container .nav-left-section .navbar .drop-down .navbar-collapse .navbar-nav li {
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px dotted #ddd;
  }
}

@media screen and (max-width: 575px) {
  header .nav-container .nav-left-section .navbar .drop-down .navbar-collapse .navbar-nav li a {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  header .nav-container .nav-left-section .navbar .drop-down .navbar-collapse .navbar-nav li.btn-outline-secondary {
    border: 0;
  }
}

header .nav-container .nav-social {
  padding-top: 15px;
}

header .nav-container .bg-light {
  background-color: transparent !important;
}

header a.mobile-search {
  position: relative;
  top: 13px;
  margin-right: 4vw;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: white;
}

.btn-outline-secondary:hover {
  background-color: #FB7979 !important;
  border-color: #FB7979 !important;
}

footer {
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  footer .nav-social {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

footer .nav-social a {
  float: left;
}

footer .nav-item {
  font-size: 18px;
}

footer .navbar-brand {
  font-size: 24px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  footer .navbar-brand {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .navbar-brand {
    font-size: 22px;
    padding-left: 0;
  }
}

#search-overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.98);
  /* Black background with opacity */
  z-index: 118;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

.search-form {
  position: absolute;
  top: 20%;
  left: 50%;
  font-size: 50px;
  color: white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 30px;
  border: 0;
  width: 80%;
}

.search-form input[type='search'] {
  border: 0;
  background: transparent;
  border-bottom: 2px solid #666;
  width: 100%;
  outline: none;
  font-size: 22px;
}

.search-form input[type='search']::-webkit-input-placeholder {
  color: #bbb;
}

.search-form input[type='search']:-ms-input-placeholder {
  color: #bbb;
}

.search-form input[type='search']::-ms-input-placeholder {
  color: #bbb;
}

.search-form input[type='search']::placeholder {
  color: #bbb;
}

.search-form [type='submit'] {
  border: 0;
  outline: none;
  margin-top: 10px;
  float: right;
  background-color: transparent;
  font-size: 22px;
}

.search-form-inline {
  padding-top: 30px;
}

.search-form-inline .search-form {
  position: relative;
  left: revert;
  -webkit-transform: none;
          transform: none;
  width: revert;
}

.search-form-inline .search-form input {
  font-size: 20px;
  width: revert;
}

.search-form-inline .search-form input[type='search'] {
  width: 73%;
}

.search-form-inline .search-form [type='submit'] {
  float: none;
}

.search-no-results {
  width: 100%;
}

.screen-reader-text {
  display: none;
}

a.search-btn {
  left: 0;
  position: relative;
  font-family: 'Mukta', sans-serif;
  font-size: 20px;
}

.non-mobile-search {
  padding-left: 40px;
}

.search-list-item p.date {
  font-size: 16px;
  color: #666;
}

.newsletter {
  background: #fb7979;
  padding: 26px 0;
  margin-bottom: 32px;
  margin-top: 40px;
}

.newsletter .container h2 {
  text-transform: uppercase;
  font-size: 39px;
}

@media screen and (max-width: 575px) {
  .newsletter .container h2 {
    font-size: 27px;
  }
}

.newsletter .container p {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .newsletter .container p {
    font-size: 1rem;
  }
}

.newsletter .container form input[type='email'] {
  margin-right: 38px;
  border: 0;
}

@media screen and (max-width: 575px) {
  .newsletter .container form input[type='email'] {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    margin-right: 0;
  }
}

.newsletter .container form input[type='email']::-webkit-input-placeholder {
  color: rgba(135, 135, 135, 0.5);
  font-style: italic;
}

.newsletter .container form input[type='email']:-ms-input-placeholder {
  color: rgba(135, 135, 135, 0.5);
  font-style: italic;
}

.newsletter .container form input[type='email']::-ms-input-placeholder {
  color: rgba(135, 135, 135, 0.5);
  font-style: italic;
}

.newsletter .container form input[type='email']::placeholder {
  color: rgba(135, 135, 135, 0.5);
  font-style: italic;
}

.newsletter .container .btn-primary {
  background: rgba(135, 135, 135, 0.47);
  border: none;
  border-radius: 0;
  padding: 10px 32px;
}

@media screen and (max-width: 575px) {
  .newsletter .container .btn-primary {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .newsletter .container .btn-primary {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 0;
  }
}

.project .card-body {
  padding: 0;
  padding-bottom: 15px;
}

.project .col-12:not(:last-child) .card {
  padding-bottom: 10px;
}

.project-card-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-card-image .project-card-title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 100%;
  font-size: 55px;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  color: white;
  z-index: 15;
  padding: 0 10px;
  word-break: break-word;
}

@media screen and (max-width: 575px) {
  .project-card-image .project-card-title h3 {
    font-size: 46px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .project-card-image .project-card-title h3 {
    font-size: 77px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .project-card-image .project-card-title h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .project-card-image .project-card-title h3 {
    font-size: 44px;
  }
}

.project-card-image:hover h3 {
  color: grey;
}

.project-card-image .grey-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 575px) {
  .project-journal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project-journal .overlay {
  position: relative;
  background-color: black;
}

.project-journal img {
  opacity: 40%;
  width: 100%;
}

.project-journal a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 575px) {
  .project-journal a {
    width: 70%;
  }
}

.project-journal h3 {
  text-align: center;
  position: absolute;
  color: white;
}

@media screen and (max-width: 575px) {
  .project-journal h3 {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .single-projects .overlay {
    width: 92%;
  }
}

.project .image {
  margin-bottom: 10px;
  width: 100%;
}

.project .image img {
  width: inherit;
}

.categories-button {
  border: none;
  padding: 0;
}

#menu-article-nav {
  line-height: 26px;
}

#menu-article-nav li {
  padding: 7px 35px 0 0;
}

@media screen and (max-width: 575px) {
  #menu-article-nav li {
    padding: 7px 10px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  #menu-article-nav li {
    padding: 10px 0px 0 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #menu-article-nav li:last-child {
    padding: 7px 0;
  }
}

#menu-article-nav li a {
  padding: 0;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #menu-article-nav li a {
    font-size: 20px;
  }
}

#menu-article-nav li .nav-link {
  font-size: 20px;
  color: #000;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .articles-archive-content a {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .articles-archive-content ul > :first-child {
    padding-top: 0;
  }
}

.articles-archive-content .bg-light {
  background-color: transparent !important;
}

.articles-archive-content button {
  font-family: 'Mukta', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000 !important;
}

@media screen and (max-width: 575px) {
  .articles-archive-content a {
    margin-bottom: 0;
  }
  .articles-archive-content ul > :first-child {
    padding-top: 0;
  }
}

.single-post .article-title h1, .single-events .article-title h1 {
  font-size: 56px;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .single-post .article-title h1, .single-events .article-title h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .single-post .article-title h1, .single-events .article-title h1 {
    font-size: 48px;
  }
}

.single-post .article-second-title h2, .single-events .article-second-title h2 {
  font-weight: normal;
  padding-bottom: 0px;
  text-transform: none;
  padding-bottom: 16px;
}

@media screen and (max-width: 575px) {
  .single-post .article-second-title h2, .single-events .article-second-title h2 {
    font-size: 21px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .single-post .article-second-title h2, .single-events .article-second-title h2 {
    font-size: 31px;
  }
}

.single-post .article-second-title p, .single-events .article-second-title p {
  font-size: 27px;
}

.single-post .article-info p, .single-events .article-info p {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  padding: 5px 0px;
}

.single-post .article-content, .single-events .article-content {
  padding-top: 50px;
}

@media screen and (max-width: 575px) {
  .single-post .article-content, .single-events .article-content {
    padding-top: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .single-post .article-content, .single-events .article-content {
    padding-top: 20px;
  }
}

.single-post .article-content p, .single-events .article-content p {
  font-family: 'Source Sans Pro';
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  word-break: break-word;
}

@media screen and (max-width: 575px) {
  .single-post .article-content p, .single-events .article-content p {
    font-size: 20px;
    line-height: 1.6rem;
  }
}

.single-post .article-content:not(.wp-block-pullquote), .single-events .article-content:not(.wp-block-pullquote) {
  text-align: left !important;
}

.single-post .article-content .article-featured-image, .single-events .article-content .article-featured-image {
  width: 600px;
  float: right;
  padding-left: 130px;
  padding-bottom: 5px;
  margin: 0 -100px;
  height: auto;
}

@media screen and (max-width: 575px) {
  .single-post .article-content .article-featured-image, .single-events .article-content .article-featured-image {
    width: 100%;
    float: none;
    padding-left: 0;
    margin: 0;
    height: auto;
    padding-bottom: 27px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .single-post .article-content .article-featured-image, .single-events .article-content .article-featured-image {
    padding: 0 99px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-post .article-content .article-featured-image, .single-events .article-content .article-featured-image {
    width: 500px;
  }
}

.single-post .article-content .article-featured-image img, .single-events .article-content .article-featured-image img {
  width: 100%;
  height: auto;
}

.single-post .article-content .article-featured-image .caption-text, .single-events .article-content .article-featured-image .caption-text {
  color: #6c757d;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  margin-top: 10px;
  padding-bottom: 5px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .single-post .article-content .article-featured-image .caption-text, .single-events .article-content .article-featured-image .caption-text {
    margin: 0;
    text-align: left;
    font-size: 14px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .single-post .article-content .article-featured-image .caption-text, .single-events .article-content .article-featured-image .caption-text {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-post .article-content .article-featured-image .caption-text, .single-events .article-content .article-featured-image .caption-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .single-post .article-content .article-featured-image .caption-text, .single-events .article-content .article-featured-image .caption-text {
    font-size: 16px;
  }
}

.single-post .article-content .article-featured-image .alignright, .single-events .article-content .article-featured-image .alignright {
  width: 100%;
  height: auto;
}

.single-post .wp-block-image .alignleft > figcaption,
.single-post .wp-block-image .alignright > figcaption,
.single-post .wp-block-image .aligncenter > figcaption {
  display: block;
}

.wp-block-image img:only-child {
  padding-bottom: 40px;
}

.wp-block-image img {
  display: block;
  margin: 0 -10%;
  width: 120%;
  height: auto;
  max-width: none !important;
}

@media screen and (max-width: 575px) {
  .wp-block-image img {
    margin: 0;
    width: 100%;
  }
}

.wp-block-image figcaption {
  color: #6c757d;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .wp-block-image figcaption {
    margin: 0;
    text-align: left;
    font-size: 14px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-image figcaption {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-image figcaption {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wp-block-image figcaption {
    font-size: 16px;
  }
}

.wp-block-columns p:last-of-type {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.wp-block-columns .wp-block-column .wp-block-image {
  width: 730px;
  float: right;
  margin: 0px -164px 0 0;
  height: auto;
}

@media screen and (max-width: 575px) {
  .wp-block-columns .wp-block-column .wp-block-image {
    float: unset;
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column .wp-block-image {
    width: 330px;
    margin: 0px -124px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns .wp-block-column .wp-block-image {
    width: 510px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wp-block-columns .wp-block-column .wp-block-image {
    width: 700px;
    margin: 0px -214px 0 0;
  }
}

.wp-block-columns .wp-block-column .wp-block-image img {
  -o-border-image: url(../assets/img/border.png) 30 fill;
     border-image: url(../assets/img/border.png) 30 fill;
  border-width: 0 30px 0 0;
  border: solid transparent;
  display: block;
  height: auto;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .wp-block-columns .wp-block-column .wp-block-image img {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column .wp-block-image img {
    width: 100%;
    margin: 0;
  }
}

.wp-block-columns .wp-block-column .wp-block-image figcaption {
  color: #6c757d;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .wp-block-columns .wp-block-column .wp-block-image figcaption {
    margin: 0;
    text-align: left;
    font-size: 14px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column .wp-block-image figcaption {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns .wp-block-column .wp-block-image figcaption {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wp-block-columns .wp-block-column .wp-block-image figcaption {
    font-size: 16px;
  }
}

.wp-block-columns .wp-block-column .wp-block-image figure {
  display: block;
}

.wp-block-columns .wp-block-column .wp-block-pullquote {
  float: left;
  width: 360px;
  margin-left: -110px;
  padding: 0;
}

@media screen and (max-width: 575px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote {
    width: 260px;
    margin-left: -80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote {
    width: 260px;
    margin-left: -80px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote {
    width: 320px;
    margin-left: -100px;
  }
}

.wp-block-columns .wp-block-column .wp-block-pullquote p {
  color: #ff5c5c;
  font-family: 'Cabin', sans-serif;
  text-align: right;
  line-height: 40px;
  font-weight: 700;
  font-size: 35px;
  quotes: '“' '”' '‘' '’';
}

@media screen and (max-width: 575px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p {
    font-size: 2rem;
    text-align: left;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p {
    font-size: 22px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p {
    font-size: 26px;
    line-height: 31px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p {
    font-size: 33px;
  }
}

.wp-block-columns .wp-block-column .wp-block-pullquote p::before {
  font-family: 'Cabin', sans-serif;
  font-size: 125px;
  font-weight: 700;
  text-align: right;
  color: #ff5c5c;
  content: open-quote;
  position: relative;
  top: 40px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p::before {
    font-size: 85px;
    top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p::before {
    font-size: 95px;
    top: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p::before {
    font-size: 105px;
  }
}

.tags {
  margin: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .tags {
    display: block;
  }
}

.tags h3.read-more-tag {
  display: inline;
  width: 155px;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 20px;
}

.tags ul {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.tags:first-child {
  list-style-type: none;
  font-size: 24px;
  font-weight: 700;
}

.tags a {
  margin: 0 4px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 400;
  border-radius: 0;
  background-color: white;
  border: 1px solid #FF5C5C;
  color: black;
  padding: 3px 25px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: none;
}

.tags a:hover {
  background-color: #ff5c5c;
  color: white;
  border: 1px solid #ff5c5c;
}

@media screen and (max-width: 575px) {
  .home .more-link {
    text-align: center;
    width: 100%;
    background: transparent;
  }
  .home .more-link a {
    font-size: 24px;
    padding-right: 15px;
    color: #717171;
  }
  .home .more-link a i {
    display: inline-block;
  }
}

@media screen and (max-width: 575px) {
  .home .sidebar-event .more-link a {
    color: #717171;
    margin-top: 0;
  }
}

.hero {
  position: relative;
  height: 470px;
}

@media screen and (min-width: 1201px) {
  .hero {
    height: 530px;
  }
}

.hero .container {
  height: 100%;
}

.hero .container .featured {
  background: transparent;
  color: #fff;
  position: relative;
  padding-left: 37px;
  padding-right: 37px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .hero .container .featured {
    top: 0;
  }
}

.hero .container .featured .featured-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .container .featured h2 {
  float: left;
  clear: both;
  padding-top: 10px;
  font-family: Cabin;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 115.62%;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .hero .container .featured h2 {
    font-size: 30px;
  }
}

.hero .container .featured h2:hover {
  color: #ff5c5c;
}

.hero .container .featured p {
  clear: both;
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
}

@media screen and (max-width: 575px) {
  .hero .container .featured p {
    margin-bottom: 3px;
  }
}

.hero .container .featured .date {
  font-weight: 100;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .hero .container .featured .excerpt {
    font-size: 16px;
    line-height: 1.4rem;
  }
}

.intro-container {
  padding-top: 10px;
  padding-bottom: 30px;
}

.intro-container .intro p {
  font-size: 21px;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .intro-container .intro p {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 1200px) {
  .intro-container .intro p {
    font-size: 19px;
  }
}

#home-main-content {
  padding-top: 50px;
}

#home-main-content .section-heading {
  margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
  #home-main-content .section-heading {
    line-height: 38px;
    padding-top: 15px;
    border-top: 5px solid #FF5B5C;
    margin: 20px 0;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  #home-main-content h4:first-of-type {
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    padding-bottom: 15px;
  }
}

#home-main-content .section-heading-title {
  background-color: white;
  display: inline-block;
  z-index: 100;
  padding-right: 10px;
  font-size: 32px;
}

@media screen and (max-width: 575px) {
  #home-main-content .section-heading-title {
    font-size: 50px;
  }
}

.carousel-wrapper {
  padding: 0;
}

@media screen and (min-width: 1201px) {
  .carousel-wrapper {
    padding-top: 40px;
  }
}

.carousel {
  height: 100%;
}

.carousel .carousel-inner {
  height: 100%;
}

.carousel .carousel-item {
  height: 100%;
}

.carousel .carousel-caption {
  text-align: left;
  position: relative;
  right: revert;
  left: revert;
}

.carousel .carousel-control-next, .carousel .carousel-control-prev {
  z-index: 20;
}

.carousel img {
  opacity: 30%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel .carousel-mobile,
.carousel .carousel-desktop {
  padding: 9px;
  top: 0;
}

.carousel .carousel-mobile .carousel-image-link {
  position: absolute;
  height: 100%;
}

.carousel .image-overlay {
  background-color: #272b34;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.carousel .image-overlay a {
  height: 100%;
}

.carousel .image-overlay a .featured-image {
  height: 100%;
  width: 100%;
}

.carousel .carousel-indicators {
  margin-bottom: 17px;
}

.carousel .featured-excerpt {
  font-size: 14px;
  margin-top: 0px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel .featured-excerpt {
    color: black;
    line-height: 24px;
  }
}

@media screen and (min-width: 1201px) {
  .carousel .featured-excerpt {
    font-size: 20px;
    line-height: 34px;
  }
}

.carousel .article-labels {
  width: 100%;
  display: block;
}

.carousel .category {
  padding-right: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.carousel .date {
  padding-left: 10px;
}

.sidebar-event {
  padding-right: 0;
}

@media screen and (max-width: 575px) {
  .sidebar-event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sidebar-event .container-fluid {
  height: 10px;
}

.sidebar-event .more-link a {
  color: #c74a4a;
}

.sidebar-event .event-cards {
  display: contents;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .sidebar-event .event-cards .event-grid:last-child {
    display: none;
  }
}

.event-happen {
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  .event-happen {
    font-size: 20px;
  }
}

.event-border {
  top: -40px;
  position: relative;
  z-index: -10;
}

.event-grid {
  margin-bottom: 40px;
}

.event-grid p {
  margin: 10px 0;
  line-height: 16px;
}

.event-grid .card-title {
  margin-bottom: 0;
  font-size: 17px;
}

.event-grid .image {
  margin-bottom: 10px;
  width: 100%;
}

.event-grid .image img {
  width: inherit;
}

.event-grid .event-date {
  font-family: 'Mukta', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .event-grid .event-date {
    font-size: 20px;
  }
}

.event-grid .event-location {
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
}

@media screen and (max-width: 575px) {
  .event-grid .event-location {
    font-size: 20px;
  }
}

.event-grid .category {
  position: absolute;
  left: 50%;
  top: 1%;
  width: 50%;
}

@media screen and (max-width: 575px) {
  .event-grid .category {
    width: 42%;
    left: 56%;
    top: -1%;
  }
}

.single-events .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.single-events .article-info p {
  display: inline-block;
}

.single-events .article-info .event-location {
  padding-left: 25px;
}

.single-events .article-info i {
  padding-right: 5px;
}

@media screen and (max-width: 575px) {
  .single-events .article-info a {
    margin-bottom: 1rem;
  }
  .single-events .article-info .event-location {
    padding-left: 0;
  }
}

.single-events .article-featured-image {
  width: 600px;
  float: right;
  padding-left: 130px;
  padding-bottom: 27px;
  margin: 0 -100px;
  height: auto;
}

@media screen and (max-width: 575px) {
  .single-events .article-featured-image {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-bottom: 30px;
    margin: 0;
    height: auto;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .single-events .article-featured-image {
    padding: 0 99px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-events .article-featured-image {
    width: 500px;
  }
}

.single-events .article-featured-image img {
  width: 100%;
  height: auto;
}

.single-events .article-featured-image .caption-text {
  color: #6c757d;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  margin-top: 10px;
  padding-bottom: 5px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .single-events .article-featured-image .caption-text {
    margin: 0;
    text-align: left;
    font-size: 14px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .single-events .article-featured-image .caption-text {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-events .article-featured-image .caption-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .single-events .article-featured-image .caption-text {
    font-size: 16px;
  }
}

.single-events .article-featured-image .alignright {
  width: 100%;
  height: auto;
}

.journal-grid-item p {
  margin-bottom: 0.5px;
}

.journal-grid-item .card-title {
  font-size: 28px;
  color: black;
}

@media screen and (max-width: 575px) {
  .journal-grid-item .card-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .journal-grid-item .card-title {
    font-size: 19px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .journal-grid-item .card-title {
    font-size: 24px;
  }
}

.journal-grid-item .card-footer {
  position: relative;
}

.journal-image {
  height: 100%;
}

@media screen and (max-width: 575px) {
  .journal-image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.journal-image img {
  -webkit-box-shadow: 2px 15px 21px #ddd;
          box-shadow: 2px 15px 21px #ddd;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .journal-image img {
    width: 50%;
  }
}

.journal-grid .card-title a {
  font-size: 28px;
}

.journal-grid .card-body {
  padding: 0;
}

.page-get-involved {
  background-position: right bottom;
}

.page-get-involved:after {
  background-image: none !important;
}

.page-get-involved .nav-social {
  float: left;
}

.page-get-involved .main-content .nav-social a i {
  font-size: 45px;
}

.page-get-involved .newsletter {
  background-color: transparent;
  margin-bottom: 40px;
  padding: 0;
}

.page-get-involved .newsletter h2 {
  font-size: 2rem;
  text-transform: none;
}

@media screen and (max-width: 575px) {
  .page-get-involved .newsletter h2 {
    font-size: 1.5rem;
  }
}

.page-get-involved .newsletter p {
  font-size: 19px;
}

.page-get-involved .newsletter form input[type='email'] {
  border: 1px solid black;
}

.page-get-involved .newsletter form input[type='email']:focus {
  border: 1px solid #fb7979;
}

.page-get-involved .newsletter .btn-primary {
  background: #fb7979;
}

html {
  font-family: 'Cabin', sans-serif;
}

body {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  background-image: url(../assets/img/border.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  width: 100%;
  overflow-x: hidden !important;
}

body p:empty:before {
  content: none;
}

body:after {
  content: ' ';
  position: absolute;
  display: inline-block;
  height: 100%;
  bottom: -13px;
  left: -0.7%;
  width: 4%;
  background-image: url(../assets/img/border.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 80%, 85%;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  body:after {
    width: 5.8%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body:after {
    width: 5%;
  }
}

@media screen and (max-width: 575px) {
  body {
    background-image: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body {
    background-size: 4.5%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  body {
    background-size: 3.4%;
  }
}

h4 {
  font-size: 22px;
}

p {
  font-size: 16px;
}

p a {
  color: #c82929;
  word-break: break-word;
}

p a:hover {
  color: #e97993;
}

a {
  color: black;
}

a:hover {
  color: grey;
  text-decoration: none;
}

.article h3,
.event h3 {
  font-size: 20px;
  font-weight: 700;
}

.page-description {
  margin-bottom: 20px;
}

.page-description p {
  font-size: 21px;
  margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
  .page-description p {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.main-content {
  padding: 0;
}

.main-content p {
  font-size: 20px;
  padding-bottom: 28px;
}

@media screen and (max-width: 575px) {
  .main-content p {
    font-size: 1.15rem;
    line-height: 1.6rem;
  }
}

.main-content a {
  color: #c82929;
  word-break: break-word;
}

.main-content a:hover {
  color: #e97993;
}

@media screen and (max-width: 575px) {
  .main-content h3 {
    font-size: 1.25rem;
  }
}

a.category {
  font-family: 'Mukta', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  float: right;
  display: block;
  border-radius: 0;
  background-color: #f45454;
  border: 0;
  color: white;
  z-index: 1;
}

@media screen and (max-width: 575px) {
  a.category {
    font-size: 20px;
  }
}

a.category-white {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  float: left;
  display: block;
  border-radius: 0;
  background-color: white;
  border: 2px solid black;
  color: black;
  padding: 3px 25px;
  margin-right: 13px;
}

a.category-white:hover {
  background-color: #ff5c5c;
  color: white;
  border: 2px solid #ff5c5c;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a .overlay {
  color: white;
}

a .overlay:hover h3 {
  color: grey;
}

h3.section-heading {
  text-transform: uppercase;
}

.section-heading-line {
  border-bottom: 3px solid #ff5c5c;
  position: relative;
  top: -40px;
  width: 100%;
  display: inline-block;
  z-index: -10;
}

@media screen and (max-width: 575px) {
  .section-heading-line {
    top: -42px;
  }
}

.sidebar-section-heading-line {
  width: 88vw;
}

.section-heading-overflow-hidden {
  overflow: hidden;
  margin-bottom: 0;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .section-heading-overflow-hidden {
    overflow: visible;
  }
}

.section-heading .container-fluid {
  height: 20px;
}

.section-heading-title {
  background-color: white;
  display: initial;
  z-index: 100;
  padding-right: 10px;
}

.section-subheading {
  margin-bottom: 15px;
}

.section-subheading-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .section-subheading-title {
    font-size: 35px;
    font-weight: 700;
  }
}

.related-content .container-fluid {
  width: 100%;
}

.return {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .return {
    margin-top: 21px;
    margin-bottom: 5px;
  }
}

.return a {
  color: #6c757d;
  text-transform: uppercase;
}

.return a:hover {
  color: black;
}

.fa-chevron-right {
  font-weight: 400 !important;
  font-size: 85%;
}

.fa-search {
  font-weight: 400 !important;
  font-size: 17px;
}

.more-link {
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 575px) {
  .more-link {
    margin-top: 10px;
  }
}

.more-link a {
  color: #717171;
  font-family: 'Mukta', sans-serif;
  font-size: 21px;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .more-link a {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .more-link a {
    font-size: 18px;
  }
}

.more-link a:hover {
  text-decoration: none;
}

.more-link-small {
  width: 100%;
  text-align: right;
}

.more-link-small i {
  font-weight: 400;
  color: #c74a4a;
}

.more-link-small a {
  color: #c74a4a;
  font-family: 'Mukta', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.more-link-small a:hover {
  text-decoration: none;
}

.more-link-large {
  width: 100%;
  text-align: right;
}

.more-link-large a {
  color: #c74a4a;
  font-family: 'Mukta', sans-serif;
  font-size: 51px;
  text-transform: uppercase;
}

.more-link-large a:hover {
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  h3.section-heading, .page-header h2 {
    font-size: 30px;
  }
}

.page-header h3 {
  padding: 0;
}

.page-header h2 {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0;
}

.page-header .top-level-h1 {
  font-size: 72px;
  background: url(../assets/img/mosaic-dots.png) no-repeat;
  background-position: 135px 5px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .page-header .top-level-h1 {
    font-size: 38px;
    background-position: 70px 5px;
  }
}

.page-header p {
  padding: 0;
}

.intro {
  padding: 15px 0 0px 0;
}

.intro h2 {
  background: url(../assets/img/mosaic-dots.png) no-repeat;
  background-position: 68px 0;
  font-size: 39px;
  padding-top: 15px;
}

@media screen and (max-width: 575px) {
  .intro h2 {
    padding-top: 0;
  }
}

.nav-links .page-numbers {
  border: 1px solid #fb7979;
  padding: 5px;
  width: 25px;
  display: inline-block;
  text-align: center;
}

.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
  width: auto;
}

.nav-links .page-numbers.current {
  background-color: #fb7979;
  color: #fff;
}

.fb-video span {
  margin-bottom: 50px;
}

.is-provider-youtube iframe {
  width: 100%;
  height: 477px;
  margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
  .is-provider-youtube iframe {
    height: 325px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .is-provider-youtube iframe {
    height: 297px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .is-provider-youtube iframe {
    height: 300px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .is-provider-youtube iframe {
    height: 393px;
  }
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
