/**
* @created date 12/12/2023 
* social-media-carousel.css
*/
/*-------------Social media homepage block code begins ------------*/
#socialPullIn {
    border-top: 60px solid #849aab;
}
#socialPullIn #twitter-tab {
    width: 25%;
    text-align: center;
}
#socialPullIn #twitter-tab :active {
    background-color: #f4f6f6 !important;
}
#socialPullIn #youtube-tab {
    width: 25%;
    text-align: center;
}
#socialPullIn #facebook-tab {
    width: 25%;
    text-align: center;
}
#socialPullIn #linkedin-tab {
    width: 25%;
    text-align: center;
}
#socialPullIn #twitter-content {
    background: rgba(233, 237, 236, 0.5);
    font-size: 1rem;
}
#socialPullIn #twitter-content ::selection {
    background-color: #f4f6f6 !important;
}
#socialPullIn #youtube-content {
    background: rgba(233, 237, 236, 0.5);
    font-size: 1rem;
}
#socialPullIn #facebook-content {
    background-color: #e9edec;
    font-size: 1rem;
}
#socialPullIn #linkedin-content {
    background-color: #e9edec;
    font-size: 1rem;
}
#socialPullIn #twitter {
    background-color: #fff;
}
#socialPullIn #youtube {
    background-color: #fff;
}
#socialPullIn #facebook {
    background-color: #fff;
}
#socialPullIn #linkedin {
    background-color: #fff;
}
#socialPullIn .nav-tabs .nav-link {
    border: 0px;
    border-top-left-radius: 0rem;
}
#socialPullIn .nav-tabs {
    border-bottom: 0px;
}
#socialPullIn .nav-tabs .nav-link {
    border-top-right-radius: 0rem;
}
#socialPullIn .carousel-item a {
    color: #e87722;
    text-decoration: none;
    font-family: LFTEtica-Bold;
    word-break: normal;
    white-space: nowrap;
}
#page #socialPullIn a:active {
    color: #e87722;
    font-family: LFTEtica-Bold;
}
#page #socialPullIn .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #e87722 !important;
    font-family: LFTEtica-Bold;
    background-color: #fff;
}
#page #socialPullIn a:hover {
    color: #e87722;
    text-decoration: underline;
}
#page #socialPullIn .carousel-control-prev,
.carousel-control-next {
    font-size: 40px;
    width: 60px;
}
.carousel-control-prev a:hover {
    color: #3d5567 !important;
    text-decoration: none !important;
}
.carousel-control-next a:hover {
    color: #3d5567 !important;
    text-decoration: none !important;
}
.carousel-control-prev {
    left: -20px !important;
    color: #123663 !important;
    text-decoration: none !important;
}
.carousel-control-next {
    right: -20px !important;
    color: #123663 !important;
    text-decoration: none !important;
}
.soc-callout {
    width: fit-content;
    width: -moz-fit-content;
    border: 1px solid #123663 !important;
}
.soc-box {
    min-height: 375px;
}
#page #socialPullIn .soc-callout a {
    color: #3d5567 !important;
    text-decoration: none !important;
    font-family: LFTEtica;
}
#page #socialPullIn .soc-callout a:hover {
    color: #3d5567 !important;
    text-decoration: none !important;
}
#socialPullIn img {
    max-height: 250px;
}
#socialPullIn .soc-content {
    height: 450px !important;
}
#socialPullIn img {
    max-height: 200px;
}
#socialPullIn .soc-content {
    height: 400px !important;
}
#socialPullIn #youtube .soc-title {
    height: 72px !important;
}
/*------------------------------------------*/
@media (min-width: 1199px) {
    #socialPullIn #youtube {
        min-width: 1140px;
    }
}
@media (max-width: 767px) {
    #socialPullIn {
        border-top: 30px solid #849aab;
    }
    #socialPullIn #twitter-content {
        font-size: 1rem;
    }
    #socialPullIn #youtube-content {
        font-size: 1rem;
    }
    #socialPullIn #facebook-content {
        font-size: 1rem;
    }
    #socialPullIn #linkedin-content {
        font-size: 1rem;
    }
    #page #socialPullIn .carousel-control-prev,
    .carousel-control-next {
        font-size: 20px;
        width: 100px;
    }
}

#socialPullIn a.carousel-control-prev {
    margin: 0rem;
    padding: 0rem;
    left: 0px !important;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto !important;
} 
#socialPullIn a.carousel-control-next {
    margin: 0rem;
    padding: 0rem;
    right: 0px !important;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto !important;
}
/*---------------Social media homepage block code ends ------------------*/
.social-main-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3rem 0rem;
}
.social-main-block .social-item {
  flex: 0 0 auto;
  padding: 0rem 2rem;
  width: 50%;
  margin: 1rem 0rem;
  min-height: 400px;
  height: auto;
}
.social-main-block .social-item .social-inner-item {
  margin-bottom: 2rem;
}
.social-main-block .social-item .social-inner-item a {
  color: #e87722;
  text-decoration: none;
  font-family: LFTEtica-Bold;
  word-break: normal;
  white-space: nowrap;
}
.social-main-block .social-item .social-inner-item a:hover,
.social-main-block .social-item .social-inner-item a:focus,
.social-main-block .social-item .social-inner-item a:active,
.social-main-block .social-item .social-inner-item a.active {
  text-decoration: underline;
}
.social-main-block .social-item .social-post {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.social-main-block .social-item .social-post a.social-post-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  border: 1px solid #123663;
  color: #3d5567 !important;
  text-decoration: none !important;
  font-family: LFTEtica !important;
  word-break: normal;
  white-space: nowrap;
}
.social-main-block .social-item .social-post a.social-post-btn:focus,
.social-main-block .social-item .social-post a.social-post-btn:hover {
  text-decoration: none !important;
}
 
@media (max-width: 767.98px) {
  .social-main-block {
    flex-direction: column;
  }
  .social-main-block .social-item {
    width: 100%;
    margin: 2rem 0rem;
    min-height: auto;
  }
  .social-main-block .social-item .social-inner-item {
    margin-bottom: 3rem;
  }
  .social-main-block .social-item .social-post {
    justify-content: center;
  }
}