hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
.h1 {
  font-size: 39.81px;
  line-height: 47.772px;
  letter-spacing: normal;
  font-style: normal;
}

p.lead {
  font-size: 22px;
}

.display-1 {
  font-size: 54.74px;
  line-height: 65.688px;
  letter-spacing: normal;
  font-style: normal;
}

.display-2 {
  font-size: 45.62px;
  line-height: 54.744px;
  letter-spacing: normal;
  font-style: normal;
}

h5,
.h5 {
  font-size: 19.2px;
  line-height: 23.04px;
  letter-spacing: normal;
  font-style: normal;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: normal;
  font-style: normal;
}

.shortz-landing-body__arrow-btn--down:hover, .shortz-landing-body__arrow-btn--down:focus {
  opacity: 1;
}
.shortz-landing-body__arrow-btn--up:hover, .shortz-landing-body__arrow-btn--up:focus {
  opacity: 1;
}
.shortz-landing-body__video-block-item__in .vjs-play-progress,
.shortz-landing-body__video-block-item__in .vjs-volume-level,
.shortz-landing-body__video-block-item__in .vjs-big-play-button:active,
.shortz-landing-body__video-block-item__in .vjs-big-play-button:focus,
.shortz-landing-body__video-block-item__in :active .vjs-big-play-button,
.shortz-landing-body__video-block-item__in :hover .vjs-big-play-button {
  background-color: var(--primary-color);
}
.shortz-landing-body__video-block-dispn-title:hover {
  color: var(--white-color);
  opacity: 0.8;
}
.shortz-landing-body__more-link:hover {
  color: var(--primary-color);
}

.shortz-landing-header__logo .cmp-header__logo .cmp-header__options .cmp-options__item.active {
  color: var(--text-color-default);
}
.shortz-landing-header__logo .cmp-header__logo .cmp-header__options .cmp-options__item:hover {
  color: var(--text-color-muted-hover);
}

.shortz-landing-header__right a:hover, .shortz-landing-header__right a:focus {
  color: var(--primary-color);
}

.v-cstm-share__s-link:focus,
.v-cstm-share__s-link:hover,
.v-cstm-share__s-link:visited {
  border: none;
  outline: none;
  background: transparent;
}

.v-share-save-icon:hover, .v-share-save-icon:focus {
  background-position: -264px -494px;
}

.v-share-share-icon:hover, .v-share-share-icon:focus {
  background-position: -280px -35px;
}

.v-share-email-icon:hover, .v-share-email-icon:focus {
  background-position: -245px -494px;
}

.v-share-facebook-icon:hover, .v-share-facebook-icon:focus {
  background-position: 0 -494px;
}

.v-share-twitter-icon:hover, .v-share-twitter-icon:focus {
  background-position: -105px -494px;
}

.v-share-whatsapp-icon:hover, .v-share-whatsapp-icon:focus {
  background-position: -210px -494px;
}

.v-share-copy-icon:hover, .v-share-copy-icon:focus {
  background-position: -315px -494px;
}

.tost-message {
  position: fixed;
  top: -100px;
  z-index: 1000000;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brandPrimary-color);
  color: var(--white-color);
  padding: 15px;
  min-width: 150px;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
  white-space: nowrap;
}
.tost-message .cmp-tost-message__text {
  color: var(--white-color);
  font-family: var(--basic-fonts-pack);
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: normal;
  font-style: normal;
}
.tost-message.tost-message-bottom {
  top: inherit;
  bottom: -100px;
  background: var(--text-color-default);
}

.rtearticle.text .singleImage img {
    margin: 0 auto;
}
.cmp-pagination__btn--active, .cmp-pagination__btn--prev.hidden{
	pointer-events: none;
}
.cmp-pagination__btn--prev.hidden{
	opacity : .2
}
/*Lazyload XF / ListContainer Loader css starts*/
.xf-cont-lazy.cont-initial, .author__lazy-container, .mm-component-cont-lazy.cont-initial {
	position: relative;
	width: 100%;
	line-height: 50px;
	text-align: center;
	min-height: 200px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xf-cont-lazy.cont-initial::after, .author__lazy-container::after, .mm-component-cont-lazy.cont-initial::after {
	content: 'Loading';
	display: inline-block;
	margin-left: 10px;
}
.xf-cont-lazy.cont-initial::before, .author__lazy-container::before, .mm-component-cont-lazy.cont-initial::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #333; 
    border-radius: 50%; 
    animation: xfloadingAnimation 1s infinite linear; 
}
	
.author__lazy-container {
  min-height: 90px !important;
}

@keyframes xfloadingAnimation {
	0%, 100% {
		transform: scale(1);
        opacity: 0.5;
	}
	50% {
        transform: scale(1.5);
        opacity: 1;
	}
}
.mm-embedded-video,.video-player-embedded-video,.cmp-video-block__frame,.cmp-embedded-code__video {
    padding-bottom: 56.25%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;    
}

.mm-embedded-video iframe,.mm-embedded-video .video-js,.video-player-embedded-video iframe,.video-player-embedded-video .video-js,.cmp-video-block__frame iframe,.cmp-video-block__frame .video-js,.cmp-embedded-code__video iframe,.cmp-embedded-code__video .video-js {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}
.cmp-header-title__item h1{
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-style: inherit;
    color: inherit;
    display: inherit;
}
.no-results .no-results-label{
    text-align: center;
    font-family: var(--en-font-primary);
    font-size: 18px;
    line-height: 18px;
    letter-spacing: normal;
    font-style: normal;
    color: var(--text-color-default);
    font-weight: var(--font-weight-regular);
}
.no-results{
    padding-top: 30px;
    padding-bottom: 30px;
}
.article-content-block .article-body .article-body__content-top .rtearticle.text .latest-news-block .cmp-story-list .cmp-story-list__date{
    margin-bottom: 0;
}
.cmp-embed[class*="theme--"],
.embed[class*="theme--"] {
    clear: both;
    margin-bottom: 25px;
}
