article.mccColumn.shadow {
    text-align: center;
}

.tab-block-content {
  display: none;
  /*text-align: center; font-size: 1.143em;*/
}
.tab-block-content h3 {
  margin-top: 10px;
  color: #3E4F5A;
  font-size: 1.286em;
  font-family: ;
  text-align: left;
}
.tab-block-content > p {
  text-align: center;
  font-family: "montserratmedium", sans-serif;
}
.tab-block-content .view-home-page-tab .views-field-nid a, .tab-block-content .view-home-page-tab .views-field-nothing a {
  position: absolute;
  background: linear-gradient(92.61deg, #9AC461 0%, #548BC5 0%, #59B59A 116.86%, #B45D97 182.36%, #DC763B 246.57%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%) scale(0);
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: 0 auto;
  color: #fff;
  width: 184px;
  /*font-size: 0.813em; font-family: $mont-b;*/
}
.tab-block-content .owl-item:hover .views-field-nid a, .tab-block-content .owl-item:hover .views-field-nothing a {
  transform: translateY(-50%) scale(1);
  z-index: 9;
}
.tab-block-content .owl-item:hover .views-field-nid a:hover, .tab-block-content .owl-item:hover .views-field-nothing a:hover {
  background: #dc763b;
  background: -moz-linear-gradient(left, #dc763b -146%, #b45d97 -82%, #59b59a -16%, #548bc5 100%, #9ac461 100%);
  background: -webkit-linear-gradient(left, #dc763b -146%, #b45d97 -82%, #59b59a -16%, #548bc5 100%, #9ac461 100%);
  background: linear-gradient(to right, #dc763b -146%, #b45d97 -82%, #59b59a -16%, #548bc5 100%, #9ac461 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc763b', endColorstr='#9ac461',GradientType=1 );
}
.tab-block-content .owl-item:hover .card-pic:after {
  display: block;
}
.tab-block-content .card-slider {
  margin: 10px 0 20px;
}
.tab-block-content .card-slider .views-field-title, .tab-block-content .card-slider .card-desc {
  font-family: ;
  /* letter-spacing: 0.7px; */
  line-height: 1.3;
}
.tab-block-content .card-slider .card-desc a {
  color: #3E4F5A;
}
.tab-block-content .card-slider .card-desc a:hover {
  text-decoration: underline;
}
.tab-block-content .prime-title, .tab-block-content .pledge-title {
  font-family: ;
  /* letter-spacing: 0.7px; */
  line-height: 1.3;
}
.tab-block-content .card-pic {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.tab-block-content .card-pic:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 5;
  display: none;
}
.tab-block-content .views-field-title {
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.tab-block-content .views-field-title a {
  color: #3E4F5A;
}
.tab-block-content .views-field-title a:hover {
  text-decoration: underline;
}
.tab-block-content .views-field-field-mkb-transcript-url {
  text-align: center;
}
.tab-block-content .views-field-field-mkb-transcript-url .read {
  background-color: #B92B5C;
  color: #fff;
  padding: 7px 20px;
  display: flex;
  justify-content: center;
}
.tab-block-content .views-field-field-mkb-transcript-url .read:hover {
  background: #970944;
}
.tab-block-content .view-btn {
  display: block;
  background: #FFFFFF;
  border: 1px solid rgba(74, 74, 74, 0.25);
  border-radius: 4px;
  color: #3E4F5A;
  width: 122px;
  
  padding: 10px;
  text-align: center;
  font-size: 0.813em;
  font-family: ;
}
.tab-block-content .view-btn:hover {
  background-color: #000;
  color: #fff;
}
.tab-block-content .owl-dots {
  position: absolute;
  right: 0px;
  top: -15px;
}
.tab-block-content .owl-dots .owl-dot {
  width: 25px;
  height: 5px;
  margin-left: 7px;
  background-color: #C4C4C4;
  text-indent: -9999px;
}
.tab-block-content .owl-dots .owl-dot.active {
  background-color: #CE6300;
}

.get-involved-links {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
}

.get-involved-tabcontent {
padding: 10px 20px;
    border: 1px solid rgb(221, 221, 221);
}

.involved-block .section-title h2 {
  text-transform: uppercase;
}
.involved-block .container {
  background: url(images/paralex-bg.png) right 0 no-repeat;
/*  padding: 55px 0 40px;*/
}

.tab-link {
  margin-bottom: 30px;
  width: 15%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  position: relative;
}
.tab-link:after {
  content: "";
  width: 0px;
  display: block;
  background: #50606C;
  height: 4px;
  position: absolute;
  bottom: -32px;
  left: 0px;
}
.tab-link:before {
  content: "";
  display: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #50606C;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -4px;
}
.tab-link.active:after {
  width: 100%;
}
.tab-link.active:before {
  display: block;
}
.tab-link.active a {
  overflow: hidden;
}
.tab-link.active a i:before {
  opacity: 1;
}
.tab-link.active a.do-icon {
  border: 1px solid #CE6300;
}
.tab-link.active a.do-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#do-white);
}
.tab-link.active a.discuss-icon {
  border-color: #3a8ab7;
}
.tab-link.active a.discuss-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#discuss-white);
}
.tab-link.active a.poll-icon {
  border-color: #52b0b7;
}
.tab-link.active a.poll-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#poll-white);
}
.tab-link.active a.blog-icon {
  border-color: #efaa40;
}
.tab-link.active a.blog-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#blog-white);
}
.tab-link.active a.talk-icon {
  border-color: #b92b5c;
}
.tab-link.active a.talk-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#talk-white);
}
.tab-link.active a.quiz-icon {
  border-color: #e1335a;
}
.tab-link.active a.quiz-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#quiz-white);
}
.tab-link.active a.prime-icon {
  border-color: #8ec750;
}
.tab-link.active a.prime-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#innovate-white);
}
.tab-link.active a.campaign-icon {
  border-color: #460dd9;
}
.tab-link.active a.campaign-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#campaign-white);
}
.tab-link.active a.pledge-icon {
  border-color: #28ae38;
}
.tab-link.active a.pledge-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#pledge-white);
}
.tab-link.active a.podcast-icon {
  border-color: #4744c5;
}
.tab-link.active a.podcast-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#podcast-white);
}
.tab-link a {
  display: block;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-family: ;
  font-size: 1em;
  border: 1px solid #fff;
	text-wrap: balance;
	    font-weight: 600;
}
.tab-link a:hover i:before {
  opacity: 1;
}
.tab-link a:hover.do-icon {
  border: 1px solid #CE6300;
}
.tab-link a:hover.do-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#do-white);
}
.tab-link a:hover.discuss-icon {
  border-color: #3a8ab7;
}
.tab-link a:hover.discuss-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#discuss-white);
}
.tab-link a:hover.poll-icon {
  border-color: #52b0b7;
}
.tab-link a:hover.poll-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#poll-white);
}
.tab-link a:hover.blog-icon {
  border-color: #efaa40;
}
.tab-link a:hover.blog-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#blog-white);
}
.tab-link a:hover.talk-icon {
  border-color: #b92b5c;
}
.tab-link a:hover.talk-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#talk-white);
}
.tab-link a:hover.quiz-icon {
  border-color: #e1335a;
}
.tab-link a:hover.quiz-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#quiz-white);
}
.tab-link a:hover.prime-icon {
  border-color: #8ec750;
}
.tab-link a:hover.prime-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#innovate-white);
}
.tab-link a:hover.campaign-icon {
  border-color: #460dd9;
}
.tab-link a:hover.campaign-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#campaign-white);
}
.tab-link a:hover.pledge-icon {
  border-color: #28ae38;
}
.tab-link a:hover.pledge-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#pledge-white);
}
.tab-link a:hover.podcast-icon {
  border-color: #4744c5;
}
.tab-link a:hover.podcast-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#podcast-white);
}
.tab-link i {
  display: block;
  height: 72px;
  width: 100%;
  padding: 10px;
  align-items: center;
  border-radius: 2px;
  text-indent: -9999px;
  margin-bottom: 9px;
  position: relative;
  justify-content: center;
  display: flex;
}
.tab-link i:after {
  content: "";
  display: block;
     width: 46px;
    height: 55px;
  background-repeat: repeat;
  background-position: 0 0;
  position: relative;
  z-index: 2;
}
.tab-link i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.1;
  z-index: 1;
  border-radius: 2px;
}
.tab-link .do-icon i:before {
  background: #ce6300;
}
.tab-link .do-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#do-icon);
}
.tab-link .discuss-icon i:before {
  background: #3a8ab7;
}
.tab-link .discuss-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#discuss-icon);
}
.tab-link .poll-icon i:before {
  background: #52b0b7;
}
.tab-link .poll-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#poll-icon);
}
.tab-link .blog-icon i:before {
  background: #efaa40;
}
.tab-link .blog-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#blog-icon);
}
.tab-link .talk-icon i:before {
  background: #b92b5c;
}
.tab-link .talk-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#talk-icon);
}
.tab-link .quiz-icon i:before {
  background: #e1335a;
}
.tab-link .quiz-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#quiz-icon);
}
.tab-link .prime-icon i:before {
  background: #8ec750;
}
.tab-link .prime-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#innovate-icon);
}
.tab-link .campaign-icon i:before {
  background: #460dd9;
}
.tab-link .campaign-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#campaign-icon);
}
.tab-link .pledge-icon i:before {
  background: #28ae38;
}
.tab-link .pledge-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#pledge-icon);
}
.tab-link .podcast-icon i:before {
  background: #4744c5;
}
.tab-link .podcast-icon i:after {
  background-image: url(../../images/icon/svg-icons.svg#podcast-icon);
}



.trending-social-section {
/*  background: #EFF5F9;*/
  padding: 0 50px 0 0px;
}
.trending-social-section .container {
  /*background: url(images/paralex-bg.png) right 0 no-repeat; */
  padding: 55px 0 40px;
}
.trending-social-section .view-content {
  display: flex;
  justify-content: space-between;
}
.trending-social-section .view-content .views-row .twitter-tweet-rendered {
  margin-top: 0px !important;
}
.trending-social-section .view-content .views-row iframe {
  width: 100% !important;
  border: none;
  border-radius: 0px;
}
.trending-social-section .view-content .views-row .instagram-media {
  min-width: 200px !important;
}
.trending-social-section .view-content .views-row .fb_iframe_widget {
  width: 100%;
}
.trending-social-section .view-content .views-row .fb_iframe_widget span {
  width: 100% !important;
}
.trending-social-section .view-content .views-row .row .social-box-wrapper {
  background-color: #fff;
  padding: 80px 15px 15px;
  position: relative;
  margin-top: 20px;
  box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
  border:1px solid rgba(168, 168, 168, 0.3);
}

.trending-social-section .view-content .views-row .row h2 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: -20px;
  left: 0px;
  right: 0px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  width: calc(100% - 20px);
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  margin: 0 auto;
}
.trending-social-section .view-content .views-row .row h2:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  border-left: 10px solid #DFDFDF;
  border-top: 19px solid transparent;
  border-bottom: 0px solid transparent;
}
.trending-social-section .view-content .views-row .row h2:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  border-right: 10px solid #DFDFDF;
  border-top: 19px solid transparent;
  border-bottom: 0px solid transparent;
}
.trending-social-section .view-content .views-row .row h2 i {
  width: 45px;
  height: 45px;
  display: flex;
  margin-right: 10px;
  padding: 10px;
  background-color: #FBFBFB;
  border-radius: 100%;
}
.trending-social-section .view-content .views-row .row h2 i:after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
}
.trending-social-section .view-content .views-row .row .details {
  height: 405px;
  overflow: auto;
}
.trending-social-section .view-content .views-row .row .more {
  text-align: center;
  margin-top: 25px;
}
.trending-social-section .view-content .views-row .row .more a {
  background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
  border: none;
  border-radius: 4px;
  padding: 8px 10px;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.trending-social-section .view-content .views-row .row .more a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8ec850+-256,428dcb+-167,2ab998+-81,c2579b+-2,ec7026+80 */
  background: #8ec850;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #8ec850 -256%, #428dcb -167%, #2ab998 -81%, #c2579b -2%, #ec7026 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #8ec850 -256%, #428dcb -167%, #2ab998 -81%, #c2579b -2%, #ec7026 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #8ec850 -256%, #428dcb -167%, #2ab998 -81%, #c2579b -2%, #ec7026 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ec850', endColorstr='#ec7026',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.trending-social-section .view-content .views-row .Twitter h2 i:after {
  background: url("images/icon.svg#twitter-view") no-repeat;
}
.trending-social-section .view-content .views-row .Facebook h2 i:after {
  background: url("images/icon.svg#facebook-view") no-repeat;
}
.trending-social-section .view-content .views-row .Linkedin h2 i:after {
  background: url("images/icon.svg#linkdin-view") no-repeat;
}
.trending-social-section .view-content .views-row .Instagram h2 i:after {
  background: url("images/instagram.svg") no-repeat;
}
.trending-social-section .owl-dots {
  position: absolute;
  right: 0px;
  top: -25px;
}
.trending-social-section .owl-dots .owl-dot {
  width: 25px;
  height: 5px;
  margin-left: 7px;
  background-color: #C4C4C4;
  text-indent: -9999px;
}
.trending-social-section .owl-dots .owl-dot.active {
  background-color: #000;
}
.trending-social-section .owl-nav button {
  position: absolute;
  top: 40%;
  margin-top: -10px;
  background: url(images/svg-icons.svg#arrow) 0 0 no-repeat !important;
  text-indent: -9999px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  display: block;
}
.trending-social-section .owl-nav button.owl-next {
  right: -40px;
}
.trending-social-section .owl-nav button.owl-next.disabled {
  display: none;
}
.trending-social-section .owl-nav button.owl-prev {
  left: -40px;
  transform: rotate(180deg);
}
.trending-social-section .owl-nav button.owl-prev.disabled {
  display: none;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
.trending-social-section .view-content .views-row .row .social-box-wrapper {
  background-color: #fff;
  padding: 80px 15px 15px;
  position: relative;
  margin-top: 20px;
  box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
	width: 350px
}
	.trending-social-section {
    /* background: #EFF5F9; */
    padding: 0 0px 0 0px;
}
	.trending-social-section .view-content .views-row .row .details {
     overflow: auto;
    width: 330px;
    z-index: -1;
    position: static;
}
}
@media only screen and (max-width: 1439px) {
.trending-social-section .view-content .views-row .row .social-box-wrapper {
  background-color: #fff;
  padding: 80px 15px 15px;
  position: relative;
  margin-top: 20px;
  box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
	width: 370px
}
	.trending-social-section {
    /* background: #EFF5F9; */
    padding: 0 0px 0 0px;
}
	.trending-social-section .view-content .views-row .row .details {
     overflow: auto;
    width: 333px;
    z-index: -1;
    position: static;
}
}
@media only screen and (max-width: 1366px) {
.trending-social-section .view-content .views-row .row .social-box-wrapper {
  background-color: #fff;
  padding: 80px 15px 15px;
  position: relative;
  margin-top: 20px;
  box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
	width: 410px
}
	.trending-social-section {
    /* background: #EFF5F9; */
    padding: 0 0px 0 0px;
}
	.trending-social-section .view-content .views-row .row .details {
     overflow: auto;
    width: 383px;
    z-index: -1;
    position: static;
}
}
@media only screen and (max-width: 1260px) {
.trending-social-section .view-content .views-row .row .social-box-wrapper {
  background-color: #fff;
  padding: 80px 15px 15px;
  position: relative;
  margin-top: 20px;
  box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
	width: 370px
}
	.trending-social-section {
    /* background: #EFF5F9; */
    padding: 0 0px 0 0px;
}
	.trending-social-section .view-content .views-row .row .details {
     overflow: auto;
    width: 333px;
    z-index: -1;
    position: static;
}
}
@media only screen and (max-width: 1024px) {
.trending-social-section .view-content .views-row .row .social-box-wrapper {
  background-color: #fff;
  padding: 80px 15px 15px;
  position: relative;
  margin-top: 20px;
  box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
	width: 320px
}
	.trending-social-section {
    /* background: #EFF5F9; */
    padding: 0 0px 0 0px;
}
	.trending-social-section .view-content .views-row .row .details {
     overflow: auto;
    width: 290px;
    z-index: -1;
    position: static;
}
}
@media only screen and (max-width: 970px) {
	.btnText {
		padding: 0.06rem 0.1rem;}
.trending-social-section .view-content .views-row .row .social-box-wrapper {
  background-color: #fff;
  padding: 80px 15px 15px;
  position: relative;
  margin-top: 20px;
  box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
	width: 390px
}
	.trending-social-section {
    /* background: #EFF5F9; */
    padding: 0 0px 0 0px;
}
	.trending-social-section .view-content .views-row .row .details {
     overflow: auto;
    width: 360px;
    z-index: -1;
    position: static;
}
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
.trending-social-section .view-content .views-row .row .social-box-wrapper {
  background-color: #fff;
  padding: 80px 15px 15px;
  position: relative;
  margin-top: 20px;
  box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
	width: 410px
}
	.trending-social-section {
    /* background: #EFF5F9; */
    padding: 0 0px 0 0px;
}
	.trending-social-section .view-content .views-row .row .details {
     overflow: auto;
    width: 380px;
    z-index: -1;
    position: static;
}
}