/*START:  Style Settings  */
/* SNA Standard Fonts */
/*Headers*/
/*Paragraphs*/
/*START:General Colors added for the rebrand july2020 */
/*START:Pages max width */
/*END:Pages max width */
/*END:    Style Settings  */
/*START:SNA Colors */
/*END:SNA Colors */
/*END:General Colors added for the rebrand july2020 */
/* START: COLORS and settings added for the rebrand july2020*/
/*START:Header colors for the  rebrand july2020 */
/*END:Header colors for the  rebrand july2020 */
/* END: COLORS and settings added for the rebrand july2020*/
/*START:rebrand jul 2020 styles */
/*END:rebrand jul 2020 styles */
.faded {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.center {
  display: table;
  margin: 0 auto;
}

/*START:Flexbox Mixins */
/*END:Flexbox Mixins */
/*START:Foundation styles used, to be removed in future */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeueReg", "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

img {
  display: inline-block;
  vertical-align: middle;
}

/*END:Foundation styles used, to be removed in future */
* {
  font-family: "HelveticaNeueReg", "Times New Roman";
}

.print-only {
  display: none !important;
}

/*START:Include sna revamp styles */
body {
  overflow-x: hidden;
}

html, body {
  height: auto !important;
}

html.ios {
  overflow-x: hidden;
}

/*START:Hide native play button in IOS players */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/*END:Hide native play button in IOS players */
* {
  -webkit-backface-visibility: visible !important;
}

.main-page,
.content-block {
  min-height: 400px;
  min-height: 76vh;
}
@media only print, screen and (min-width:79.9377em) {
  .main-page,
  .content-block {
    min-height: 800px;
  }
}

/*START:jQuey Plugin BlockUI Styles */
.blockUI {
  opacity: 6;
  filter: alpha(opacity=600);
}

.blockUI.blockMsg {
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  top: 40% !important;
  left: 50% !important;
  text-align: center !important;
  cursor: wait !important;
  background: none !important;
  border: 0 !important;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only print, screen and (min-width:79.9377em) {
  body > .blockUI.blockMsg {
    margin-left: -140px !important;
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

/*END:jQuey Plugin BlockUI Styles */
/* Global fix for Safari browser text flicker issue */
@media only print, screen and (min-width:79.9377em) {
  * {
    -webkit-font-smoothing: antialiased !important;
  }
}
/* START: DFP ad spacing in bottom added when it is visible*/
.dfp-ad {
  padding-bottom: 1.25rem;
}

.dfp-ad:empty {
  padding-bottom: 0;
}

/* END: DFP ad spacing in bottom added when it is visible*/
/*START: Styles For Hiding the Flash of Unstyled Content FOUC in the form of alt text*/
img {
  color: transparent;
}

/*END: Styles For Hiding the Flash of Unstyled Content FOUC in the form of alt text*/
/*START:SNAVideo Directive Specific Styles */
.inline-video * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

sna-video, sna-youtube-video {
  display: block;
  position: relative;
}
sna-video .inline-video, sna-youtube-video .inline-video {
  display: block;
}
sna-video .inline-video #videoWrapper, sna-youtube-video .inline-video #videoWrapper {
  line-height: 0;
  font-size: 0;
}
sna-video .inline-video #videoWrapper, sna-video .inline-video #videoWrapper *, sna-youtube-video .inline-video #videoWrapper, sna-youtube-video .inline-video #videoWrapper * {
  outline: none;
}
sna-video .inline-video #videoWrapper::selection, sna-video .inline-video #videoWrapper *::selection, sna-youtube-video .inline-video #videoWrapper::selection, sna-youtube-video .inline-video #videoWrapper *::selection {
  color: transparent;
}
sna-video .inline-video a.video-postload-overaly, sna-youtube-video .inline-video a.video-postload-overaly {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
sna-video .inline-video .v-play, sna-youtube-video .inline-video .v-play {
  opacity: 1;
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 10px;
  fill: #fff;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
@media only print, screen and (min-width:48em) {
  sna-video .inline-video .v-play, sna-youtube-video .inline-video .v-play {
    width: 80px;
    height: 80px;
  }
}
sna-video .inline-video .v-play-icon, sna-youtube-video .inline-video .v-play-icon {
  width: 100%;
  height: 100%;
}

@media only print, screen and (min-width:79.9377em) {
  sna-video.autoplay span.media-type {
    display: none !important;
  }
}

/*START:Default Image Styles for the SNA Video */
.default-image-sna-video {
  width: 100%;
  max-height: 100%;
}

/*END:Default Image Styles for the SNA Video */
sna-video .jwplayer-8 .jwplayer.jw-state-playing .jw-display-icon-container, .live-stream-page .jwplayer-8 .jwplayer.jw-state-playing .jw-display-icon-container, .svd_cont .jwplayer-8 .jwplayer.jw-state-playing .jw-display-icon-container {
  display: table;
}
sna-video .jwplayer-7 .jwplayer.jw-state-paused .jw-icon-display::before, .live-stream-page .jwplayer-7 .jwplayer.jw-state-paused .jw-icon-display::before, .svd_cont .jwplayer-7 .jwplayer.jw-state-paused .jw-icon-display::before {
  content: "\e60e";
}
sna-video .jwplayer-7 .jwplayer.jw-skin-seven .jw-display-icon-container, .live-stream-page .jwplayer-7 .jwplayer.jw-skin-seven .jw-display-icon-container, .svd_cont .jwplayer-7 .jwplayer.jw-skin-seven .jw-display-icon-container {
  height: auto;
  width: auto;
  padding: 1.5rem;
}
sna-video #videoWrapper iframe, .live-stream-page #videoWrapper iframe, .svd_cont #videoWrapper iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/*END:SNAVideo Directive Specific Styles */
/* START: style for dummy elment created to find scrollbar width SNAREVAMP-1971*/
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

/* END: style for dummy elment created to find scrollbar width SNAREVAMP-1971*/
/*START:Youtube Player Directive Styles */
sna-youtube-video {
  /*START:Default Image Style adjustment */
  /*END:Default Image Style adjustment */
}
sna-youtube-video .yt-player-cont {
  position: relative;
}
sna-youtube-video .yt-player-cont img {
  position: relative;
}
sna-youtube-video .yt-player-cont .yt-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
sna-youtube-video .yt-player-cont .yt-player-div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
sna-youtube-video .inline-video > a {
  font-size: 0;
}

/*END:Youtube Player Directive Styles */
/*START:Style for hiding from screen, present in HTML structure */
.hide-from-screen {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  color: transparent !important;
}

/*END:Style for hiding from screen, present in HTML structure */
/*START:JW Player style Modifications - common to entire SNA website */
.jw-rightclick {
  display: none !important;
}

/*START:Hide the title of jw player */
.jw-title {
  display: none !important;
}

/*END:Hide the title of jw player */
/*START:enable the error msg shown by Jw Player on live streaming page where m3u8 is not supported for ex IE11 */
.jw-sna-error.jw-title.jw-reset {
  display: block !important;
}
.jw-sna-error.jw-title.jw-reset .jw-title-primary,
.jw-sna-error.jw-title.jw-reset .jw-title-secondary {
  overflow: visible;
  white-space: normal;
}

body.main-page .jwplayer.jw-state-error .jw-error-msg .jw-icon.jw-reset.jw-sna-error {
  margin-right: 20px !important;
}

/*END:enable the error msg shown by Jw Player on live streaming page where m3u8 is not supported for ex IE11 */
/*START:hide the jw player card board */
.jw-dock-button[button=cardboard] {
  display: none;
}

/*END:hide the jw player card board */
/*START:jw player related video title text */
.jw-related-item-title .jw-related-item-title-text {
  color: currentColor !important;
}

.jw-related-item-title .jw-related-next-up-text {
  color: currentColor !important;
}

/*END:jw player related video title text */
sna-video .jw-settings-content-item.jw-settings-item-active, .live-stream-page .jw-settings-content-item.jw-settings-item-active, .svd_cont .jw-settings-content-item.jw-settings-item-active {
  background-color: #5a5a5a;
}
sna-video .jwplayer.jw-state-paused .jw-display-icon-container, .live-stream-page .jwplayer.jw-state-paused .jw-display-icon-container, .svd_cont .jwplayer.jw-state-paused .jw-display-icon-container {
  display: table;
}
sna-video .jwplayer.jw-skin-seven .jw-icon-cc, .live-stream-page .jwplayer.jw-skin-seven .jw-icon-cc, .svd_cont .jwplayer.jw-skin-seven .jw-icon-cc {
  display: none;
}

/*END:JW Player style Modifications - common to entire SNA website */
/*START:Hide the 360 video and show the banner for firefox in windows and firefox in android */
.win-and-ff-360-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  padding: 0.625rem;
  z-index: 1;
  background-clip: content-box;
}
.win-and-ff-360-banner p {
  color: #fff;
  top: 50%;
  position: relative;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}
@media only print, screen and (min-width:79.9377em) {
  .win-and-ff-360-banner p {
    font-size: 1.75rem;
  }
}

.win-and-ff-360-banner-v1 p {
  font-size: 14px;
  font-family: Arial;
  margin-bottom: 0px;
}
@media only print, screen and (min-width:79.9377em) {
  .win-and-ff-360-banner-v1 p {
    font-size: 14px;
  }
}
.win-and-ff-360-banner-v1 p.strong {
  font-weight: bold;
}

/*END:Hide the 360 video and show the banner for firefox in windows and firefox in android */
/* START: Hide live broadcast from video & article & blog page */
.video-container span.jw-text.jw-reset.jw-text-alt, .article-container span.jw-text.jw-reset.jw-text-alt {
  visibility: hidden;
}

/* END: Hide live broadcast from video & article & blog page */
/*START: Style to center the JW Player error button*/
body.main-page .jwplayer.jw-state-error {
  display: block;
  padding-right: 10px;
}

body.main-page .jwplayer.jw-state-error .jw-error-msg .jw-icon {
  margin-right: 0 !important;
}

/*END: Style to center the JW Player error button*/
/* END: Hide live broadcast from video & article & blog page */
/*START:Common Utility styles */
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

.aspect-ratio-4-3 {
  height: 0;
  padding-bottom: 75%;
}

.aspect-ratio-16-9 {
  height: 0;
  padding-bottom: 56.25%;
}

.aspect-ratio-25-11 {
  height: 0;
  padding-bottom: 44%;
}

p {
  font-size: 1.1rem;
}
@media only print, screen and (min-width:48em) {
  p {
    font-size: 0.75rem;
  }
}
@media only print, screen and (min-width:79.9377em) {
  p {
    font-size: 1rem;
  }
}

/*END:Common Utility styles */
/*START:Loader for the Infinite content Loading */
.mnml-spinner {
  border-radius: 100%;
  border-style: solid;
  /*2.5 in 360 (2.5/360)*/
  border-width: 0.7vw;
  /*30px in 360 (30/360)*/
  height: 8.3vw;
  width: 8.3vw;
  -webkit-animation: basic 0.75s infinite linear;
  animation: basic 0.75s infinite linear;
  border-color: #555c78;
  border-top-color: rgba(105, 114, 146, 0.5);
  margin: 0 auto;
  max-width: 40px;
  max-height: 40px;
}

.darker-theme .mnml-spinner {
  border-color: #FFF;
  border-top-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 574px) {
  .mnml-spinner {
    border-width: 3.3px;
  }
}
@-webkit-keyframes basic {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359.9deg);
    transform: rotate(359.9deg);
  }
}
@keyframes basic {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359.9deg);
    transform: rotate(359.9deg);
  }
}
/*END:Loader for the Infinite content Loading */
/*END:Include sna revamp styles */
body i {
  font-style: normal;
}

body p,
body p > * {
  font-size: 1.1rem;
}
@media only print, screen and (min-width:48em) {
  body p,
  body p > * {
    font-size: 1.2rem;
  }
}
@media only print, screen and (min-width:79.9377em) {
  body p,
  body p > * {
    font-size: 1.275rem;
  }
}

h2,
.h2 {
  font-size: 3.651vw;
}
@media only print, screen and (min-width:48em) {
  h2,
  .h2 {
    font-size: 2.035vw;
  }
}
@media only print, screen and (min-width:79.9377em) {
  h2,
  .h2 {
    font-size: 1.072vw;
  }
}
@media only print, screen and (min-width:100em) {
  h2,
  .h2 {
    font-size: 18px;
  }
}

h3,
.h3 {
  font-size: 4.664vw;
}
@media only print, screen and (min-width:48em) {
  h3,
  .h3 {
    font-size: 2.035vw;
  }
}
@media only print, screen and (min-width:79.9377em) {
  h3,
  .h3 {
    font-size: 1.383vw;
  }
}
@media only print, screen and (min-width:100em) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

h4,
.h4 {
  font-size: 4vw;
}
@media only print, screen and (min-width:48em) {
  h4,
  .h4 {
    font-size: 1.72vw;
  }
}
@media only print, screen and (min-width:79.9377em) {
  h4,
  .h4 {
    font-size: 1.001vw;
  }
}
@media only print, screen and (min-width:100em) {
  h4,
  .h4 {
    font-size: 16px;
  }
}

h5,
.h5 {
  font-size: 4.07vw;
}
@media only print, screen and (min-width:48em) {
  h5,
  .h5 {
    font-size: 2.62vw;
  }
}
@media only print, screen and (min-width:79.9377em) {
  h5,
  .h5 {
    font-size: 1.38vw;
  }
}
@media only print, screen and (min-width:100em) {
  h5,
  .h5 {
    font-size: 22px;
  }
}

h6,
.h6 {
  font-size: 3.125vw;
}
@media only print, screen and (min-width:48em) {
  h6,
  .h6 {
    font-size: 1.825vw;
  }
}
@media only print, screen and (min-width:79.9377em) {
  h6,
  .h6 {
    font-size: 0.875vw;
  }
}
@media only print, screen and (min-width:100em) {
  h6,
  .h6 {
    font-size: 0.9375rem;
  }
}

body button,
body .button {
  color: #fff;
  font-size: 1rem;
  line-height: normal;
  background-color: #2777d3;
}

/*# sourceMappingURL=app_article_revamp.css.map */
