@charset "UTF-8";
/*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 */
meta.foundation-version {
  font-family: "/5.5.1/";
}

meta.foundation-mq-small {
  font-family: "/only print, screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only print, screen and (max-width: 47.9375em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only print, screen and (min-width:48em)/";
  width: 48em;
}

meta.foundation-mq-medium-only {
  font-family: "/only print, screen and (min-width:48em) and (max-width:79.9376em)/";
  width: 48em;
}

meta.foundation-mq-large {
  font-family: "/only print, screen and (min-width:79.9377em)/";
  width: 79.9377em;
}

meta.foundation-mq-large-only {
  font-family: "/only print, screen and (min-width:79.9377em) and (max-width:99999999em)/";
  width: 79.9377em;
}

meta.foundation-mq-xlarge {
  font-family: "/only print, screen and (min-width:100em)/";
  width: 100em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only print, screen and (min-width:100em) and (max-width:99999999em)/";
  width: 100em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only print, screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #f5f8f8;
  color: #222;
  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;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.accordion {
  margin-bottom: 0;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #282e40;
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #282e40;
  color: #ffffff;
  padding: 1rem;
  display: block;
  font-family: "HelveticaNeueReg", "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  font-size: 4.07vw;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #262c3d;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.625rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #ffffff;
}

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "HelveticaNeueReg", "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 0.625rem;
  padding-left: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  background-color: #AC0000;
  border-color: #AC0000;
  color: #ffffff;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #AC0000;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #ffffff;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #ffffff;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #ffffff;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #ffffff;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #ffffff;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #ffffff;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #ffffff;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #ffffff;
}
button.large, .button.large {
  padding-top: 0.625rem;
  padding-left: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-right: 1.25rem;
  font-size: 1rem;
}
button.small, .button.small {
  padding-top: 0.625rem;
  padding-left: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-right: 1.25rem;
  font-size: 1rem;
}
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-left: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-right: 1.25rem;
  font-size: 1rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 0;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #AC0000;
  border-color: #AC0000;
  color: #ffffff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #AC0000;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #ffffff;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #AC0000;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #ffffff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #ffffff;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #ffffff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #ffffff;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #ffffff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #ffffff;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #ffffff;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only print, screen and (min-width:48em) {
  button, .button {
    display: inline-block;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-right: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 0 #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  max-width: none;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #ffffff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  right: 10px;
  z-index: 89;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  right: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  right: auto;
  left: 10px;
}
.f-dropdown.right:after {
  right: auto;
  left: 9px;
}
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-right: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 0 #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-right: 0;
  max-width: none;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #ffffff;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  z-index: 88;
}
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-right: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 0 #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-right: 0;
  max-width: none;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #ffffff transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  right: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-right: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 0 #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 0;
  max-width: none;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #ffffff transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  right: 10px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  right: 9px;
  left: auto;
  z-index: 88;
}
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: normal;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #627da6;
}
.f-dropdown li.radius {
  border-radius: 3px;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #ffffff;
}
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-right: 0;
  outline: none;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #ffffff;
  border: solid 0 #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: none;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 56.2%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-right: -1.375rem;
  margin-left: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: right;
  margin-right: 1.375rem;
  display: block;
}
.inline-list > li > * {
  display: block;
}

.row {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1440px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: right;
}

[class*=column] + [class*=column]:last-child {
  float: left;
}

[class*=column] + [class*=column].end {
  float: right;
}

@media only print, screen {
  .small-push-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-pull-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-push-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-pull-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-push-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-pull-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-push-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-pull-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-push-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-pull-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-push-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-pull-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-push-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-pull-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-push-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-pull-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-push-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-pull-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-push-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-pull-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-push-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-pull-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-push-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .small-pull-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: right;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-right: 0% !important;
  }
  .small-offset-1 {
    margin-right: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-right: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-right: 25% !important;
  }
  .small-offset-4 {
    margin-right: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-right: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-right: 50% !important;
  }
  .small-offset-7 {
    margin-right: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-right: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-right: 75% !important;
  }
  .small-offset-10 {
    margin-right: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-right: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-right: 0;
    margin-left: 0;
    left: auto;
    right: auto;
    float: right;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-right: 0;
    margin-left: 0;
    float: right;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: right;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: left;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: right;
  }
}
@media only print, screen and (min-width:48em) {
  .medium-push-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-pull-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-push-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-pull-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-push-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-pull-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-push-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-pull-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-push-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-pull-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-push-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-pull-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-push-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-pull-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-push-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-pull-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-push-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-pull-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-push-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-pull-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-push-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-pull-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-push-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .medium-pull-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: right;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-right: 0% !important;
  }
  .medium-offset-1 {
    margin-right: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-right: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-right: 25% !important;
  }
  .medium-offset-4 {
    margin-right: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-right: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-right: 50% !important;
  }
  .medium-offset-7 {
    margin-right: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-right: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-right: 75% !important;
  }
  .medium-offset-10 {
    margin-right: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-right: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-right: 0;
    margin-left: 0;
    left: auto;
    right: auto;
    float: right;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-right: 0;
    margin-left: 0;
    float: right;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: right;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: left;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: right;
  }
  .push-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .pull-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .push-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .pull-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .push-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .pull-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .push-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .pull-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .push-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .pull-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .push-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .pull-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .push-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .pull-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .push-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .pull-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .push-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .pull-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .push-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .pull-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .push-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .pull-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .push-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .pull-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
}
@media only print, screen and (min-width:79.9377em) {
  .large-push-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-pull-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-push-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-pull-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-push-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-pull-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-push-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-pull-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-push-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-pull-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-push-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-pull-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-push-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-pull-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-push-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-pull-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-push-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-pull-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-push-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-pull-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-push-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-pull-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-push-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .large-pull-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: right;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-right: 0% !important;
  }
  .large-offset-1 {
    margin-right: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-right: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-right: 25% !important;
  }
  .large-offset-4 {
    margin-right: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-right: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-right: 50% !important;
  }
  .large-offset-7 {
    margin-right: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-right: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-right: 75% !important;
  }
  .large-offset-10 {
    margin-right: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-right: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-right: 0;
    margin-left: 0;
    left: auto;
    right: auto;
    float: right;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-right: 0;
    margin-left: 0;
    float: right;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: right;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: left;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: right;
  }
  .push-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .pull-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .push-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .pull-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .push-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .pull-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .push-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .pull-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .push-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .pull-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .push-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .pull-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .push-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .pull-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .push-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .pull-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .push-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .pull-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .push-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .pull-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .push-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .pull-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .push-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .pull-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
}
.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  right: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  border-radius: 3px;
  right: 0;
  background-color: #ffffff;
  padding: 1.875rem;
  border: solid 1px #bebebe;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only print, screen and (max-width: 47.9375em) {
  .reveal-modal {
    min-height: 100vh;
  }
}
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only print, screen and (min-width:48em) {
  .reveal-modal {
    width: 80%;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only print, screen and (min-width:48em) {
  .reveal-modal {
    top: 6.25rem;
  }
}
.reveal-modal.radius {
  border-radius: 3px;
}
.reveal-modal.round {
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
}
@media only print, screen and (min-width:48em) {
  .reveal-modal.tiny {
    width: 30%;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only print, screen and (min-width:48em) {
  .reveal-modal.small {
    width: 40%;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only print, screen and (min-width:48em) {
  .reveal-modal.medium {
    width: 60%;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only print, screen and (min-width:48em) {
  .reveal-modal.large {
    width: 70%;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only print, screen and (min-width:48em) {
  .reveal-modal.xlarge {
    width: 95%;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}
@media only print, screen and (min-width:48em) {
  .reveal-modal.full {
    width: 100%;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0.625rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only print, screen and (max-width: 47.9375em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only print, screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only print, screen and (min-width:48em) and (max-width:79.9376em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only print, screen and (min-width:48em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only print, screen and (min-width:79.9377em) and (max-width:99999999em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only print, screen and (min-width:79.9377em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only print, screen and (min-width:100em) and (max-width:99999999em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only print, screen and (min-width:100em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only print, screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only print, screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #0078a0;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: HelveticaNeueReg, HelveticaNeueLight, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0rem;
  margin-bottom: 0rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: "HelveticaNeueReg", "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-right: 1.1rem;
}
ul.no-bullet {
  margin-right: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-right: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-right: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-right: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-right: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-right: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-right: 1.4rem;
}
ol li ul,
ol li ol {
  margin-right: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #dddddd;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-right: 1px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.4;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only print, screen and (min-width:48em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
.news-ticker-area .ticker-holder .newsticker {
  margin: 0;
}

.news-ticker-area .ticker-holder {
  padding: 0;
}

.faded {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

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

/*START:Flexbox Mixins */
/*END:Flexbox Mixins */
/*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 */
/*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 */
/*START:Flexbox Mixins */
/*END:Flexbox Mixins */
/*START:Aspect Ratio Mixins */
/*END:Aspect Ratio Mixins */
/*START:COLOR HEADER */
/*END:COLOR HEADER */
/*START:Load More Button */
/*END:Load More Button */
/*START:Big title used in video, info, prog and topic */
/*END:Big title used in video, info, prog and topic */
/*START:Responsive Property additions */
/*END:Responsive Property additions */
/*START:Play Icon For the Section Pages, blue icon */
/*END:Play Icon For the Section Pages, blue icon */
/*START:Mixin for content item, hover effect:
Parameter:
    content_item_class_name --> class name of content item, on which hover effect applied (DEFAULT_VALUE:: content_list_item)
    hover_line_below_color--> color to come as line in bottom of content item(DEFAULT_VALUE:: $default-content-hover-bottom-color: #2778d3)
    bg_color_on_hover--> bg color on hover of content item(DEFAULT_VALUE:: #f4f5f7)
 */
/*END:Mixin for content item, hover effect:
Parameter:
    content_item_class_name --> class name of content item, on which hover effect applied (DEFAULT_VALUE:: content_list_item)
    hover_line_below_color--> color to come as line in bottom of content item(DEFAULT_VALUE:: $default-content-hover-bottom-color: #2778d3)
    bg_color_on_hover--> bg color on hover of content item(DEFAULT_VALUE:: #f4f5f7)
 */
/*START:mixin for the dark component padding */
/*END:mixin for the dark component padding */
/*START:mixin for the dark component's inner container padding */
/*END:mixin for the dark component's inner container padding */
/*START:mixin for the button , which on hover adds the bg shadow */
/*END:mixin for the button , which on hover adds the bg shadow */
/*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 */
/*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 */
/*START:Global Header and Footer sizes */
/*END:Global Header and Footer sizes */
/*START:Page top and bottom padding  */
/*END:Page top and bottom padding  */
/*START:Side spacings */
/*END:Side spacings */
/*START:Live stream, Radio Page Bg dark theme varaibale */
/*END:Live stream, Radio Page Bg dark theme varaibale */
/*START:Program pages color */
/*END:Program pages color */
/*START:Colors */
/*END:Colors */
/*START:tags */
/*END:tags */
/*START:Video and infographic widget width */
/*END:Video and infographic widget width */
/*START:content  top media indicator and title colors font sizes and paddings */
/*END:content  top media indicator and title colors font sizes and paddings */
/*START:special coverage bg color */
/*END:special coverage bg color */
/*START:Sna New Title colors */
/*END:Sna New Title colors */
/*START:Description fo vdoa nd ig in desktop color */
/*END:Description fo vdoa nd ig in desktop color */
/*START:section comp dark bg as in design PSD */
/*END:section comp dark bg as in design PSD */
/*START:section comp light grey bg as in design PSD */
/*END:section comp light grey bg as in design PSD */
/*START:Section each Components, Spacings between one another*/
/*END:Section each Components, Spacings between one another*/
/*START:Media Indicator and Play Icon Colors */
/*END:Media Indicator and Play Icon Colors */
/*START:small News Item Percent for media an dheadline in mobile */
/*END:small News Item Percent for media an dheadline in mobile */
/*START:Media Items spacing */
/*END:Media Items spacing */
/*START:Image gallery spacings between images */
/*END:Image gallery spacings between images */
/*START:Image gallery detail page background color */
/*END:Image gallery detail page background color */
/*START:side padding total for section pages */
/*END:side padding total for section pages */
/*START:side padding total for listing pages */
/*END:side padding total for listing pages */
/*START:Prog Page revamp(Mar-2019) */
/*END:Prog Page revamp(Mar-2019) */
/*START:Featured component and text on image comp gradient */
/*END:Featured component and text on image comp gradient */
/*START:Date color on white bg , used in section pages */
/*END:Date color on white bg , used in section pages */
/*START:Promobar height Standardization */
/*END:Promobar height Standardization */
/*START:colors added for podcast page design change in apr-2021 */
/*END:colors added for podcast page design change in apr-2021 */
.sna-footer {
  padding-top: 0px;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
  clear: both;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
@media only print, screen and (max-width:1279px) {
  .sna-footer {
    padding-right: 10px;
    padding-left: 10px;
  }
}

footer#site_footer {
  background-color: #fff;
}

/*START: RE-BRANDING  2020*/
.sna-social {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid;
  border-color: rgba(35, 35, 35, 0.25);
  padding-bottom: 10px;
  margin: 10px 0;
  align-items: center;
  justify-content: space-between;
}
@media only print, screen and (min-width:1280px) and (max-width:1599999984px) {
  .sna-social {
    padding-bottom: 20px;
    margin: 20px 0;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.sna-social .sna-stores {
  align-items: center;
}
@media only print, screen and (max-width: 767px) {
  .sna-social .sna-stores {
    flex-direction: column;
    background: #e9eff0;
    width: 100%;
    align-items: flex-start;
    padding: 10px;
  }
}
@media only print, screen and (max-width:1279px) {
  .sna-social .sna-stores {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: end;
  }
}
@media only print, screen and (min-width:1280px) and (max-width:1599999984px) {
  .sna-social .sna-stores {
    width: 50%;
  }
}
.sna-social .sna-stores .sna-stores-label-text {
  margin-left: 20px;
  color: #232323;
  font-size: 1rem;
  font-family: HelveticaNeueBold;
}
@media only print, screen and (max-width:1279px) {
  .sna-social .sna-stores .sna-stores-label-text {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media only print, screen and (max-width: 767px) {
  .sna-social .sna-stores .sna-stores-label-text {
    font-size: 14px;
  }
}
@media only print, screen and (max-width: 767px) {
  .sna-social .sna-stores .sna-stores-links {
    width: 100%;
  }
}
.sna-social .sna-stores .sna-stores-links a {
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.sna-social .sna-stores .sna-stores-links img {
  margin-right: 20px;
  width: 132px;
  height: 40px;
}
.sna-social .sna-stores .sna-stores-links img:first-child {
  margin-right: 0;
}
@media only print, screen and (max-width: 767px) {
  .sna-social .sna-stores .sna-stores-links img {
    margin-right: 0;
    width: 49%;
    height: auto;
  }
  .sna-social .sna-stores .sna-stores-links img:last-child {
    width: calc(49% - 10px) !important;
  }
}
.sna-social .sna-social-coverage {
  align-items: center;
  justify-content: flex-end;
}
@media only print, screen and (min-width:1280px) and (max-width:1599999984px) {
  .sna-social .sna-social-coverage {
    width: 50%;
  }
}
@media only print, screen and (max-width: 767px) {
  .sna-social .sna-social-coverage {
    flex-direction: column;
    width: 100%;
  }
}
@media only print, screen and (max-width: 767px) {
  .sna-social .sna-social-coverage .sna-social-coverage-links {
    width: 100%;
    justify-content: space-between;
  }
}
.sna-social .sna-social-coverage .sna-social-coverage-links a {
  text-decoration: none;
  display: block;
  margin-right: 20px;
}
@media only print, screen and (max-width: 767px) {
  .sna-social .sna-social-coverage .sna-social-coverage-links a:first-child {
    margin-right: 0;
  }
}

/*START: FOOTER PART 2*/
.sna-footer-links-and-subscription {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px solid;
  border-color: rgba(35, 35, 35, 0.25);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only print, screen and (min-width:1280px) and (max-width:1599999984px) {
  .sna-footer-links-and-subscription {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.sna-footer-links-and-subscription .sna-footer-links {
  width: 100%;
}
@media only print, screen and (max-width: 767px) {
  .sna-footer-links-and-subscription .sna-footer-links {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only print, screen and (min-width:1280px) and (max-width:1599999984px) {
  .sna-footer-links-and-subscription .sna-footer-links {
    width: 60%;
  }
}
.sna-footer-links-and-subscription .sna-footer-links .sna-footer-links-col {
  width: 25%;
}
@media only print, screen and (max-width: 767px) {
  .sna-footer-links-and-subscription .sna-footer-links .sna-footer-links-col {
    width: 50%;
    border-bottom: 1px solid;
    border-color: rgba(35, 35, 35, 0.25);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.sna-footer-links-and-subscription .sna-footer-links .sna-footer-links-col .sna-footer-col-title {
  margin-bottom: 20px;
  color: #232323;
  font-size: 1rem;
  font-family: HelveticaNeueBold;
}
@media only print, screen and (max-width: 767px) {
  .sna-footer-links-and-subscription .sna-footer-links .sna-footer-links-col .sna-footer-col-title {
    font-size: 18px;
  }
}
@media only print, screen and (min-width:768px) and (max-width:1279px) {
  .sna-footer-links-and-subscription .sna-footer-links .sna-footer-links-col .sna-footer-col-title {
    font-size: 18px;
  }
}
.sna-footer-links-and-subscription .sna-footer-links .sna-footer-links-col a {
  display: block;
  text-decoration: none;
  color: #232323;
  font-size: 1rem;
  margin-bottom: 10px;
}
.sna-footer-links-and-subscription .sna-footer-links .sna-footer-links-col a:hover {
  color: #2777d3;
}
@media only print, screen and (max-width:1279px) {
  .sna-footer-links-and-subscription .sna-footer-links .sna-footer-links-col a {
    font-size: 16px;
  }
}
@media only print, screen and (max-width: 767px) {
  .sna-footer-links-and-subscription .sna-footer-links .sna-footer-links-col a {
    font-size: 16px;
  }
}
.sna-footer-links-and-subscription .sna-subscription {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
}
@media only print, screen and (min-width:1280px) and (max-width:1599999984px) {
  .sna-footer-links-and-subscription .sna-subscription {
    width: 40%;
    border-right: 1px solid;
    border-color: rgba(35, 35, 35, 0.25);
  }
}
.sna-footer-links-and-subscription .sna-subscription .sna-subscription-container {
  width: 100%;
  box-shadow: 0 1.5px 3px 0 rgba(0, 35, 64, 0.05);
  background-color: #e9eff0;
  justify-content: flex-end;
  padding: 10px;
}
@media only print, screen and (min-width:1280px) and (max-width:1599999984px) {
  .sna-footer-links-and-subscription .sna-subscription .sna-subscription-container {
    width: 90%;
    padding: 20px;
  }
}
@media only print, screen and (min-width:768px) and (max-width:1279px) {
  .sna-footer-links-and-subscription .sna-subscription .sna-subscription-container {
    text-align: center;
  }
}
.sna-footer-links-and-subscription .sna-subscription .sna-subscription-container h3 {
  color: #000000;
  font-size: 1.25rem;
  font-family: HelveticaNeueBold;
  margin-bottom: 20px;
}
@media only print, screen and (max-width: 767px) {
  .sna-footer-links-and-subscription .sna-subscription .sna-subscription-container h3 {
    margin-bottom: 0px;
    font-size: 18px;
  }
}
@media only print, screen and (min-width:768px) and (max-width:1279px) {
  .sna-footer-links-and-subscription .sna-subscription .sna-subscription-container h3 {
    font-size: 18px;
  }
}
.sna-footer-links-and-subscription .sna-subscription .sna-subscription-container span.newsletter-desc {
  color: #232323;
  font-size: 1.25rem;
  margin-bottom: 20px;
  display: block;
}
@media only print, screen and (max-width:1279px) {
  .sna-footer-links-and-subscription .sna-subscription .sna-subscription-container span.newsletter-desc {
    font-size: 16px;
  }
}
@media only print, screen and (max-width: 767px) {
  .sna-footer-links-and-subscription .sna-subscription .sna-subscription-container span.newsletter-desc {
    font-size: 16px;
  }
}
.sna-footer-links-and-subscription .sna-subscription .sna-subscription-container input {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: none;
  font-size: 1.25rem;
  margin-bottom: 10px;
  border-radius: 0;
  outline: none;
  color: #232323;
}
.sna-footer-links-and-subscription .sna-subscription .sna-subscription-container button {
  font-family: HelveticaNeueBold;
  border: none;
  background-color: #AC0000;
  color: #FFF;
  border: 1px solid #AC0000;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 10px 20px;
}
@media only print, screen and (max-width: 375px) {
  .sna-footer-links-and-subscription .sna-subscription .sna-subscription-container button {
    font-size: 1.1rem;
  }
}
@media only print, screen and (min-width:768px) {
  .sna-footer-links-and-subscription .sna-subscription .sna-subscription-container button {
    font-size: 1.1rem;
  }
}
@media only print, screen and (min-width:1280px) {
  .sna-footer-links-and-subscription .sna-subscription .sna-subscription-container button {
    font-size: 1.1rem;
  }
}
@media only print, screen and (min-width:768px) {
  .sna-footer-links-and-subscription .sna-subscription .sna-subscription-container button {
    padding: 10px;
  }
}
@media only print, screen and (min-width:1280px) {
  .sna-footer-links-and-subscription .sna-subscription .sna-subscription-container button {
    -webkit-font-smoothing: antialiased;
  }
}
@media only print, screen and (min-width:820px) and (min-width:820px) and (any-pointer: fine) and (any-hover: hover) {
  .sna-footer-links-and-subscription .sna-subscription .sna-subscription-container button:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: #AC0000;
    color: #FFF;
  }
}
.sna-footer-links-and-subscription .sna-subscription .sna-subscription-container button:active, .sna-footer-links-and-subscription .sna-subscription .sna-subscription-container button:focus {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: #AC0000;
  color: #FFF;
}
.sna-footer-links-and-subscription .sna-subscription .sna-subscription-container button {
  width: 100%;
  text-align: center;
}
.sna-footer-links-and-subscription .sna-subscription .sna-subscription-container button img {
  display: none;
}

/*END: FOOTER PART 2*/
.sna-footer-copyright {
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
@media only print, screen and (max-width:1279px) {
  .sna-footer-copyright {
    flex-direction: column;
    text-align: center;
    padding-bottom: 10px;
  }
}
.sna-footer-copyright img {
  width: 154px;
  height: 26px;
}
.sna-footer-copyright .footer_info {
  color: #595959;
  font-size: 1rem;
  margin-right: 20px;
}
@media only print, screen and (max-width:1279px) {
  .sna-footer-copyright .footer_info {
    margin-top: 10px;
    margin-right: 0;
  }
}
@media only print, screen and (max-width: 767px) {
  .sna-footer-copyright .footer_info {
    font-size: 0.75rem;
  }
}

.goto-top {
  background-color: #e9eff0;
  text-align: center;
  padding: 10px;
  color: #232323;
  font-size: 1.25rem;
  font-family: HelveticaNeueBold;
  cursor: pointer;
}
@media only print, screen and (max-width: 767px) {
  .goto-top {
    font-size: 1rem;
  }
}
@media only print, screen and (max-width:1279px) {
  .goto-top {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.goto-top img {
  width: 10px;
  transform: rotate(90deg);
  margin-right: 10px;
}

/*END: RE-BRANDING  2020*/
/*START: Old Code for subscription form in footer and in settings page required for validation messages*/
@media only print, screen and (max-width: 767px) {
  #mc_embed_signup {
    width: 100%;
  }
}
@media only print, screen and (max-width: 767px) and (min-width:768px) {
  #mc_embed_signup {
    position: absolute;
    right: 10px;
    bottom: 15px;
  }
}
@media only print, screen and (max-width: 767px) {
  #mc_embed_signup.email_text {
    position: static;
    transform: none;
    width: calc(100% - 10px);
  }
}
#mc_embed_signup .mc-field-group {
  position: relative;
  z-index: 4 !important;
}
#mc_embed_signup .arrow {
  border-width: 11px;
  border-bottom-color: #fff;
  border-top-width: 0;
  margin-left: -11px;
  top: -11px;
  position: absolute;
}
#mc_embed_signup .arrow:after {
  border-width: 10px;
  border-color: transparent;
  border-bottom-color: blue;
  border-top-width: 0;
  margin-left: -10px;
  top: 1px;
  content: " ";
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: calc(100% - 120px);
}

#mc_embed_signup {
  z-index: 4 !important;
}
#mc_embed_signup .mc-field-group.empty div.mce_inline_error {
  display: none;
}
#mc_embed_signup .mc-field-group.empty div.mce_inline_error:after, #mc_embed_signup .mc-field-group.empty div.mce_inline_error:before {
  display: none;
}
#mc_embed_signup .mc-field-group div.mce_inline_error {
  color: #e6e8ec;
  background-color: transparent;
  font-weight: normal;
  font-family: HelveticaNeueReg;
  font-size: 16px;
  padding-right: 0;
  display: inline-block;
  height: 0;
  width: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#mc_embed_signup .mc-field-group div.mce_inline_error:after {
  border-width: 10px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  margin-left: -10px;
  top: 41px;
  content: " ";
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: calc(100% - 93px);
  z-index: 4 !important;
}
@media only print, screen and (min-width:768px) and (max-width:1279px) {
  #mc_embed_signup .mc-field-group div.mce_inline_error:after {
    top: 47px;
  }
}
@media only print, screen and (max-width: 767px) {
  #mc_embed_signup .mc-field-group div.mce_inline_error:after {
    top: 34px;
  }
}
#mc_embed_signup .mc-field-group div.mce_inline_error:before {
  position: absolute;
  top: 50px;
  left: calc(100% - 185px);
  border: 1px solid #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  content: " البريد الإلكتروني غير صحيح";
  color: #000;
  padding: 5px 10px;
  background: #fff;
  display: inline-block;
  border-radius: 5px;
  z-index: 4 !important;
}
@media only print, screen and (min-width:768px) and (max-width:1279px) {
  #mc_embed_signup .mc-field-group div.mce_inline_error:before {
    top: 56px;
  }
}
@media only print, screen and (max-width: 767px) {
  #mc_embed_signup .mc-field-group div.mce_inline_error:before {
    top: 43px;
  }
}
#mc_embed_signup.settings_email {
  position: static;
}
@media only print, screen and (max-width: 767px) {
  #mc_embed_signup.settings_email {
    width: 100%;
  }
}
@media only print, screen and (max-width: 767px) {
  #mc_embed_signup.settings_email .mc-field-group {
    width: 90%;
  }
}
#mc_embed_signup.settings_email .mc-field-group div.mce_inline_error:after {
  top: 53px;
}
#mc_embed_signup.settings_email .mc-field-group div.mce_inline_error:before {
  top: 62px;
}

@media only print, screen and (min-width:768px) and (max-width:1279px) {
  #mc_embed_signup.settings_email #mce-responses, #mc_embed_signup.footer_email #mce-responses {
    position: relative;
  }
}
#mc_embed_signup #mce-responses {
  position: relative;
}
@media only print, screen and (min-width:768px) and (max-width:1279px) {
  #mc_embed_signup #mce-responses {
    position: static;
    height: 0;
  }
}
#mc_embed_signup #mce-responses #mce-error-response {
  color: #e6e8ec;
  font-size: 16px;
  padding-right: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  padding: 0;
}
@media only print, screen and (max-width:1279px) {
  #mc_embed_signup #mce-responses #mce-error-response {
    display: inline-block;
  }
}
#mc_embed_signup #mce-responses #mce-error-response a {
  display: none;
}
#mc_embed_signup #mce-responses #mce-error-response:after {
  border-width: 10px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  margin-left: -10px;
  top: 1px;
  content: " ";
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: calc(100% - 69px);
  z-index: 4 !important;
}
@media only print, screen and (min-width:768px) and (max-width:1279px) {
  #mc_embed_signup #mce-responses #mce-error-response:after {
    top: 47px;
  }
}
#mc_embed_signup #mce-responses #mce-error-response:before {
  position: absolute;
  top: 10px;
  left: calc(100% - 138px);
  border: 1px solid #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  content: " تم التسجيل مسبقاً";
  color: black;
  padding: 5px 10px;
  background: #fff;
  display: inline-block;
  border-radius: 5px;
  z-index: 4 !important;
}
@media only print, screen and (min-width:768px) and (max-width:1279px) {
  #mc_embed_signup #mce-responses #mce-error-response:before {
    top: 56px;
  }
}
#mc_embed_signup #mce-responses #mce-success-response {
  color: #e6e8ec;
  font-size: 16px;
  padding-right: 0;
  display: none !important;
}
@media only print, screen and (max-width:1279px) {
  #mc_embed_signup #mce-responses #mce-success-response {
    display: inline-block;
  }
}
#mc_embed_signup #mce-responses #mce-success-response:before {
  content: "شكرًا للاشتراك بالنشرة الإخبارية";
  color: #2777d3;
  padding-top: 10px;
  display: inline-block;
}
#mc_embed_signup.footer_email #mce-responses #mce-error-response:before {
  top: -48px;
}
@media only print, screen and (min-width:768px) and (max-width:1279px) {
  #mc_embed_signup.footer_email #mce-responses #mce-error-response:before {
    top: -48px;
  }
}
#mc_embed_signup.footer_email #mce-responses #mce-error-response:after {
  top: -58px;
}
@media only print, screen and (min-width:768px) and (max-width:1279px) {
  #mc_embed_signup.footer_email #mce-responses #mce-error-response:after {
    top: -58px;
  }
}
#mc_embed_signup.settings_email #mce-responses #mce-error-response:before {
  top: 10px;
}
#mc_embed_signup.settings_email #mce-responses #mce-error-response:after {
  top: 1px;
}

.mc-field-group.settings {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 80%;
  max-width: 400px;
  flex-wrap: wrap;
}
.mc-field-group.settings .clear {
  width: 25%;
  margin-top: 7px;
  height: calc(100% - 27px);
}
.mc-field-group.settings .clear input {
  padding: 11px;
  width: 100%;
}

#mc-embedded-subscribe.subscribed {
  background: #4CAF50;
}
#mc-embedded-subscribe.subscribed span {
  padding-left: 10px;
}
@media only print, screen and (max-width: 767px) {
  #mc-embedded-subscribe.subscribed span {
    padding-left: 5px;
  }
}
#mc-embedded-subscribe.subscribed img {
  display: inline;
}

/*END: Old Code for subscription form in footer and in settings page required for validation messages*/
/* To be considered extra */
@media only print, screen and (max-width: 767px) {
  .dark-bg-content .dfp-ad-mobile-sticky-leaderboard {
    background-color: #262e3a;
  }
}

@media only print, screen and (max-width: 767px) {
  .darker-bg-content .dfp-ad-mobile-sticky-leaderboard {
    background-color: #4d596c;
  }
}

@media only print, screen and (max-width: 767px) {
  .dfp-ad-mobile-sticky-leaderboard {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 14;
    left: 0;
    width: 100%;
  }
  .dfp-ad-mobile-sticky-leaderboard.dark-bg-content {
    background-color: #4d596c;
  }
}
/* START: Adjust the whole content to move by the sticky things like header and sticky ad using one stub element*/
/* END: Adjust the whole content to move by the sticky things like header and sticky ad using one stub element*/
/*START:NEW Requirement to move sticky ad to top above all. so headerfill needs to be adjusted with ad height */
@media only print, screen and (max-width: 767px) {
  .dfp-ad-mobile-sticky-leaderboard-on.main-page .header-fill {
    margin-top: calc(2.5rem + 1.0625rem + 1.0625rem + 50px);
  }
}
@media only print, screen and (max-width:320px) {
  .dfp-ad-mobile-sticky-leaderboard-on.main-page .header-fill {
    margin-top: calc(2.5rem + 0.75rem + 0.75rem + 50px);
  }
}

/*END:NEW Requirement to move sticky ad to top above all. so headerfill needs to be adjusted with ad height */
/*START: NEW Requirement when sticky ad is on move the header by ad height*/
@media only print, screen and (max-width: 767px) {
  .dfp-ad-mobile-sticky-leaderboard-on #headerDiv {
    margin-top: 50px;
  }
}

/*END: NEW Requirement when sticky ad is on move the header by ad height*/
/*START:Take the element out of the flow ref: https://cloudfour.com/thinks/breaking-out-with-viewport-units-and-calc/ */
.el-out-of-container {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

@media only print, screen and (max-width:320px) {
  .el-out-of-container-320-below {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

/*END:Take the element out of the flow ref: https://cloudfour.com/thinks/breaking-out-with-viewport-units-and-calc/ */
/*START:util class add padding 1.25rem(20) */
.pT20 {
  padding-top: 1.25rem;
}

.pT10 {
  padding-top: 0.625rem;
}

.pB20 {
  padding-bottom: 1.25rem;
}

.pB10 {
  padding-bottom: 0.625rem;
}

.pB0imp {
  padding-bottom: 0 !important;
}

.mB20 {
  margin-bottom: 1.25rem;
}

.mLRNeg10 {
  margin: 0 -0.625rem !important;
}

@media only print, screen and (max-width:320px) {
  .pLR0imp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.marLRAuto {
  margin: 0 auto;
}

.move-1-by-12-left-right {
  margin: 0 -8.333%;
}

.clear-float {
  clear: both;
}

/*END:util class add padding 1.25rem(20) */
/*START:Adding the extra one more range for the small desktop layout to have sidebar mpus(300px wide)*/
@media only print, screen and (min-width:1280px) and (max-width:1556px) {
  .site-body-holder {
    /*START:For Comp and team detial pages there is no ad in sidebar and reducing
    the main comp width also causing issue so in small desktop keeping the same old 25%-75% ratio */
    /*END:For Comp and team detial pages there is no ad in sidebar and reducing
    the main comp width also causing issue so in small desktop keeping the same old 25%-75% ratio */
  }
  .site-body-holder .small-desktop-main-component {
    width: 67.8%;
  }
  .site-body-holder .small-desktop-sidebar-component {
    width: 32.2%;
  }
}
@media only print, screen and (min-width:1280px) and (max-width:1556px) and (min-width:1280px) and (max-width:1556px) {
  .site-body-holder #teamContainerDiv + #sidebarContainerDiv {
    width: 25%;
  }
  .site-body-holder #competitionContainerDiv + #sidebarContainerDiv {
    width: 25%;
  }
}
/*END:Adding the extra one more range for the small desktop layout to have sidebar mpus(300px wide)*/
/*START:video widget dfp mpu ad desktop background color match with video widget container */
.video_widget_dfp_ad_bg.ad-served-from-dfp {
  background-color: #363e4b;
  padding-top: 1.125rem;
}
.video_widget_dfp_ad_bg.ad-served-from-dfp > div {
  margin: 0 auto;
}

/*END:video widget dfp mpu ad desktop background color match with video widget container */
/*START:Desktop article page change the width of two columns on either side of the article body to accomodate halfpage ad on 300x600 on left side */
@media only print, screen and (min-width:1280px) {
  body:not(.halfpage-ad-1-and-2-disabled) {
    /*START:Special case for livestream page */
    /*END:Special case for livestream page */
  }
  body:not(.halfpage-ad-1-and-2-disabled) .large-sidebar-ad-buffer-width {
    width: 28.8%;
  }
  body:not(.halfpage-ad-1-and-2-disabled) .large-sidebar-ad-width {
    width: 4.2%;
  }
  body:not(.halfpage-ad-1-and-2-disabled) [data-ng-controller=liveController] .large-sidebar-ad-buffer-width {
    width: 28.8%;
  }
  body:not(.halfpage-ad-1-and-2-disabled) [data-ng-controller=liveController] .large-sidebar-ad-width {
    width: 4.2%;
  }
  body:not(.halfpage-ad-1-and-2-disabled) .article-sidebar-ad-cont {
    position: absolute;
    height: 100%;
    width: calc(28.8% - 1.25rem);
  }
  body:not(.halfpage-ad-1-and-2-disabled) .article-sidebar-ad {
    position: relative;
    width: 300px;
    height: 600px;
    top: 0;
    margin: 0 auto;
  }
}

/*END:Desktop article page change the width of two columns on either side of the article body to accomodate halfpage ad on 300x600 on left side */
/*START:In Read Ad Space for article pages */
.dfp-inread-article {
  height: 0;
  font-size: 0;
  display: none;
}

/*END:In Read Ad Space for article pages */
/*START:Ad space in sidebar for image gallery */
body:not(.halfpage-ad-1-and-2-disabled) .image-gallery-ad-sidebar {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body:not(.halfpage-ad-1-and-2-disabled) .image-gallery-ad-sidebar-cont {
  min-height: 1px;
}

/*END:Ad space in sidebar for image gallery */
/*START:Prog detail sidebar first ad is pad top equal to heading in right side */
@media only print, screen and (min-width:1280px) {
  .prog-detail-sidebar-pad-top {
    font-size: 1.125vw;
    padding: 0.5625rem 0 0.375rem;
  }
}
@media only print, screen and (min-width:1600px) {
  .prog-detail-sidebar-pad-top {
    font-size: 18px;
  }
}

/*END:Prog detail sidebar first ad is pad top equal to heading in right side */
/*START:Section pages 5th and 3rd top stories with ad enabled */
@media only print, screen and (min-width:1280px) {
  .top-stories-with-ad {
    min-height: 600px;
  }
  .top-stories-with-ad .top-stories-with-ad-col-1 {
    /*height: 100%;*/
  }
  .top-stories-with-ad .top-stories-with-ad-col-1 .top-stories-with-ad-col-inner-level-1 {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .top-stories-with-ad .top-stories-with-ad-col-1 .top-stories-with-ad-col-inner-level-2 {
    flex: 1 0 auto;
    background: white;
    background-clip: content-box;
  }
  .top-stories-with-ad .top-stories-with-ad-col-2 {
    /*height: 100%;*/
  }
  .top-stories-with-ad .top-stories-with-ad-col-2 .top-stories-with-ad-col-inner-level-1 {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .top-stories-with-ad .top-stories-with-ad-col-2 .top-stories-with-ad-col-inner-level-2 {
    flex: 1 0 auto;
    background: white;
    background-clip: content-box;
  }
  .top-stories-with-ad .top-stories-with-ad-col-3 {
    min-height: 600px;
    background-clip: content-box;
    background-color: transparent;
  }
  .top-stories-with-ad .top-stories-with-ad-col-3 .top-stories-with-ad-col-inner-level-1 {
    width: 100%;
  }
}
/*START:small desktop have less space for ad so give it fixed width and squeeze other */
@media only print, screen and (min-width:1280px) and (max-width:1556px) {
  .top-stories-with-ad .top-stories-with-ad-col-1 {
    width: calc((100% - (300px + 1.25rem)) / 2);
  }
  .top-stories-with-ad .top-stories-with-ad-col-1.large-push-4 {
    right: calc(300px + 1.25rem);
  }
  .top-stories-with-ad .top-stories-with-ad-col-2 {
    width: calc((100% - (300px + 1.25rem)) / 2);
  }
  .top-stories-with-ad .top-stories-with-ad-col-2.large-pull-4 {
    left: calc(300px + 1.25rem);
  }
  .top-stories-with-ad .top-stories-with-ad-col-3 {
    width: calc(300px + 1.25rem);
  }
  .top-stories-with-ad .top-stories-with-ad-col-3.large-pull-4 {
    left: calc((100% - (300px + 1.25rem)) / 2);
  }
  .top-stories-with-ad .top-stories-with-ad-col-3.large-push-4 {
    right: calc((100% - (300px + 1.25rem)) / 2);
  }
}
/*END:small desktop have less space for ad so give it fixed width and squeeze other */
/*START:For the tablet there is no spacing in bottom of TS comp so added it */
@media only print, screen and (min-width:768px) and (max-width:1279px) {
  .top-stories-with-ad.top-stories .top-stories-with-ad-col-1.columns .top-stories-with-ad-col-inner-level-1 .top-stories-with-ad-col-inner-level-2 .content-wrapper {
    margin-bottom: 1.25rem;
  }
  .top-stories-with-ad.top-stories .top-stories-with-ad-col-2 .top-stories-with-ad-col-inner-level-1.columns .top-stories-with-ad-col-inner-level-2 .content-wrapper {
    margin-bottom: 1.25rem;
  }
}
/*END:For the tablet there is no spacing in bottom of TS comp so added it */
/*START:For the mobile there is extra spacing in bottom of last TS comp so removed it */
@media only print, screen and (max-width: 767px) {
  .top-stories-with-ad.top-stories :last-child .top-stories-with-ad-col-inner-level-1 .top-stories-with-ad-col-inner-level-2 .content-wrapper {
    margin-bottom: 0;
  }
}
/*END:For the mobile there is extra spacing in bottom of last TS comp so removed it */
/*START: until the ad is displayed or rendered show the default bg image*/
.inside-content-dfp-default-bg, .longer.inside-content-dfp-default-bg {
  background-image: url("../img/dfp-img/sna_blue_background.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  cursor: pointer;
}

.dark-bg-content .inside-content-dfp-default-bg {
  background-image: url("../img/dfp-img/sna_blue_background.png");
}

/*END: until the ad is displayed or rendered show the default bg image*/
/*END:Section pages 5th and 3rd top stories with ad enabled */
/*START:article page more article container css adjustments */
#contentBlockDiv .article-more-left,
#contentBlockDiv .article-more-right {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  margin-bottom: 0 !important;
}
#contentBlockDiv .article-more-center {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
#contentBlockDiv .article-more-center .article-more-center-l1 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0;
  padding-right: 0;
  margin: 0 -10px;
}

/*END:article page more article container css adjustments */
/*START:interstitial ads sizing, just make it presence in screen */
.interstital-ad-unit-div {
  position: absolute;
  background: transparent;
  font-size: 0px;
  top: 0;
}

/*END:interstitial ads sizing, just make it presence in screen */
/*START: Article Page Halfpage Promotional Ad Unit added this for documentary*/
.sna_article_promo_halfpage_ad_mobile_cont,
.sna_article_promo_halfpage_ad_mobile {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

#div-gpt-ad-article-halfpage-promo-mobile-ad {
  margin-bottom: 1.25rem;
}

.sna_article_promo_halfpage_ad_tablet_cont,
.sna_article_promo_halfpage_ad_tablet {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

#div-gpt-ad-article-halfpage-promo-tablet-ad {
  margin-bottom: 1.25rem;
}

@media only print, screen and (min-width:1280px) {
  body:not(.halfpage-ad-1-and-2-disabled) .article-sidebar-ad {
    height: auto !important;
  }
}
/*END: Article Page Halfpage Promotional Ad Unit added this for documentary*/
.ad_center_flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

/*START:Revamp Ad Styles */
/*START:Ads coming in top i.e leader board */
@media only print, screen and (min-width:768px) and (max-width:1279px) {
  .ad-served-from-dfp .dfp_ad_top_ldb1_tablet {
    padding-bottom: 10px;
  }
}

@media only print, screen and (min-width:1280px) {
  .ad-served-from-dfp .dfp_ad_top_ldb1_desktop {
    padding-bottom: 20px;
  }
}

/*END:Ads coming in top i.e leader board */
/*START:Listing page ads */
@media only print, screen and (max-width: 767px) {
  .dfp_halfpage_ad_listing_page_mobile {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
}
@media only print, screen and (min-width:768px) {
  .dfp_halfpage_ad_listing_page_mobile {
    display: none;
  }
}

/*END:Listing page ads */
@media only print, screen and (min-width:1280px) {
  .sna_content_body .hp_ad_comp {
    flex: 0 0 auto;
    width: calc(25% - 20px);
    padding: 0;
    background-color: #fff;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
  }
}

/*START:Placeholder bg when ad is empty, ad is not empty add the class to remove the bg */
.halfpage_ad_not_rendered_empty {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  cursor: pointer;
  min-height: 600px;
  min-width: 300px;
  position: relative;
  background-color: #fafafa;
}

.halfpage_ad_not_rendered_empty:after, .mpu_ad_not_rendered_empty:after {
  content: "مساحة إعلانية";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  font-size: 20px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.6);
}

.halfpage_ad_not_rendered_empty.halfpage_ad_rendered_no_empty:after, .mpu_ad_not_rendered_empty.mpu_ad_rendered_no_empty:after {
  content: "";
}

/*END:Placeholder bg when ad is empty, ad is not empty add the class to remove the bg */
/*START:Placeholder bg when ad is empty, ad is not empty add the class to remove the bg */
.mpu_ad_not_rendered_empty {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  cursor: pointer;
  min-height: 250px;
  min-width: 300px;
  position: relative;
  background-color: #fafafa;
}
.mpu_ad_not_rendered_empty.two_mpu_ads_second {
  background-image: url(../img/dfp-img/sna_blue_background_mpu_2.png);
}

.mpu_ad_rendered_no_empty {
  background-image: none;
}

/*END:Placeholder bg when ad is empty, ad is not empty add the class to remove the bg */
/*START:Sticky Leaderboard at the mobile */
.mobile_sticky_ldb {
  display: none;
}

@media only print, screen and (max-width: 767px) {
  .mobile_sticky_ldb_on .mobile_sticky_ldb {
    position: fixed;
    z-index: 12;
    bottom: 0;
    width: 100%;
    background-color: #d0d0d0;
    opacity: 1;
    visibility: visible;
    display: block;
  }
}

@media only print, screen and (max-width: 767px) {
  .show-breaking-news.mobile_sticky_ldb_on .mobile_sticky_ldb {
    bottom: 40px;
    bottom: calc(40px + constant(safe-area-inset-bottom));
    bottom: calc(40px + env(safe-area-inset-bottom));
  }
}

/*END:Sticky Leaderboard at the mobile */
/*START:DESKTOP MPU Ad Centering */
.dfp-ad-desktop-mpu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: center;
}

/*END:DESKTOP MPU Ad Centering */
/*START:Utility styles added to cater old section pages */
.dfp-ad-mobile-halfpage {
  margin: 0 auto;
}
@media only print, screen and (min-width:768px) {
  .dfp-ad-mobile-halfpage {
    display: none;
  }
}

@media only print, screen and (min-width:768px) {
  .dfp-ad-mobile-ldb-2 {
    display: none;
  }
}

.dfp-ad-tablet-ldb2 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only print, screen and (max-width: 767px) {
  .dfp-ad-tablet-ldb2 {
    display: none;
  }
}
@media only print, screen and (min-width:1280px) {
  .dfp-ad-tablet-ldb2 {
    display: none;
  }
}

.dfp-ad-desktop-pre-revamp_ldb_2 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only print, screen and (max-width:1279px) {
  .dfp-ad-desktop-pre-revamp_ldb_2 {
    display: none;
  }
}

@media only print, screen and (max-width:1279px) {
  .dfp-ad-desktop-list-page-ldb-2-first {
    display: none;
  }
}
.dfp-ad-desktop-list-page-ldb-2-first .ad-served-from-dfp {
  padding-top: 20px;
}

.dfp-ad-desktop-list-page-ldb-2 {
  width: 100%;
}
@media only print, screen and (max-width:1279px) {
  .dfp-ad-desktop-list-page-ldb-2 {
    display: none;
  }
}
.dfp-ad-desktop-list-page-ldb-2 .ad-served-from-dfp {
  padding-top: 20px;
}

.dfp_halfpage_ad_listing_page_tablet {
  width: 100%;
  text-align: center;
}
@media only print, screen and (max-width: 767px) {
  .dfp_halfpage_ad_listing_page_tablet {
    display: none;
  }
}
@media only print, screen and (min-width:1280px) {
  .dfp_halfpage_ad_listing_page_tablet {
    display: none;
  }
}
.dfp_halfpage_ad_listing_page_tablet.ad-served-from-dfp {
  padding-top: 20px;
}

/*END:Utility styles added to cater old section pages */
/*START:made ad last viewable element, limit its stacking context */
.ad_limit_stack_context {
  position: relative;
  z-index: 1;
}

/*END:made ad last viewable element, limit its stacking context */
/*END:Revamp Ad Styles */
/* To be considered extra */
.sna_modal_container {
  display: none;
}

@-webkit-keyframes sna_modal_open {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sna_modal_open {
  0% {
    opacity: 0.7;
    transform: translateY(-60%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
.sna_modal_on {
  position: relative;
  overflow-y: hidden;
}
.sna_modal_on body {
  position: relative;
}
.sna_modal_on .sna_modal_container:not(.sna_modal_container_hidden) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 15;
  display: block;
  overflow-y: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sna_modal_on .sna_modal.sna_modal_hidden {
  display: none;
}
.sna_modal_on .sna_modal:not(.sna_modal_hidden) {
  opacity: 1;
  animation: sna_modal_open 1s normal forwards;
}

.sna_modal {
  width: 37%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.25);
  background: white;
  background-clip: content-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  max-height: 100%;
  opacity: 0.7;
  min-width: 300px;
}
@media only print, screen and (min-width:768px) {
  .sna_modal {
    max-width: 380px;
  }
}

.sna_modal_cont_l1 {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.6), rgba(172, 177, 191, 0.6));
}

.sna_modal_close {
  position: absolute;
  padding: 10px;
  background-color: white;
  font-size: 0;
  border-radius: 50%;
  top: -20px;
  right: -15px;
  cursor: pointer;
}
@media only print, screen and (min-width:820px) and (any-pointer: fine) and (any-hover: hover) {
  .sna_modal_close:focus, .sna_modal_close:active, .sna_modal_close:hover {
    background-color: #e6e6e6;
  }
}

.sna_modal_close_icon {
  width: 15px;
  height: 15px;
}

.sna_modal_top {
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.48);
}

.sna_modal_top_logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.sna_modal_top_logo_img {
  width: 57%;
}

.sna_modal_content {
  padding: 15px;
}
@media only print, screen and (min-width:768px) {
  .sna_modal_content {
    padding: 20px;
  }
}

.sna_modal_content_img_cont {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 10px 0 10px;
}
@media only print, screen and (min-width:768px) {
  .sna_modal_content_img_cont {
    padding: 10px 0 20px;
  }
}

.sna_modal_content_img {
  width: 65px;
  height: 65px;
  fill: #2f353e;
}

.sna_modal_content_text {
  color: #757d95;
  padding: 15px 0 20px;
  font-size: 18px;
  text-align: center;
}
@media only print, screen and (min-width:768px) {
  .sna_modal_content_text {
    font-size: 20px;
  }
}

.sna_modal_content_btn_cont {
  width: 100%;
  text-align: center;
  padding: 10px 0 10px;
}
@media only print, screen and (min-width:768px) {
  .sna_modal_content_btn_cont {
    padding: 15px 0 10px;
  }
}

.sna_modal_content_btn {
  font-family: HelveticaNeueBold;
  border: none;
  background-color: #AC0000;
  color: #FFF;
  border: 1px solid #AC0000;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 10px 20px;
}
@media only print, screen and (max-width: 375px) {
  .sna_modal_content_btn {
    font-size: 1.1rem;
  }
}
@media only print, screen and (min-width:768px) {
  .sna_modal_content_btn {
    font-size: 1.1rem;
  }
}
@media only print, screen and (min-width:1280px) {
  .sna_modal_content_btn {
    font-size: 1.1rem;
  }
}
@media only print, screen and (min-width:768px) {
  .sna_modal_content_btn {
    padding: 10px;
  }
}
@media only print, screen and (min-width:1280px) {
  .sna_modal_content_btn {
    -webkit-font-smoothing: antialiased;
  }
}
@media only print, screen and (min-width:820px) and (min-width:820px) and (any-pointer: fine) and (any-hover: hover) {
  .sna_modal_content_btn:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: #AC0000;
    color: #FFF;
  }
}
.sna_modal_content_btn:active, .sna_modal_content_btn:focus {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: #AC0000;
  color: #FFF;
}

.sna_modal_content_btn {
  min-width: 110px;
}
@media only print, screen and (min-width:768px) {
  .sna_modal_content_btn {
    min-width: 115px;
  }
}
.sna_modal_content_btn:hover, .sna_modal_content_btn:active, .sna_modal_content_btn:focus {
  text-decoration: none;
  color: #FFF;
}

.sna_modal_help_msg {
  color: #757d95;
}
.sna_modal_help_msg > a {
  font-family: HelveticaNeueBold;
  white-space: nowrap;
  color: #2777d3;
  text-decoration: none;
}
.sna_modal_help_msg > a:hover, .sna_modal_help_msg > a:active, .sna_modal_help_msg > a:focus {
  color: #2777d3;
  text-decoration: underline;
}

/*START:Style for landscape orientation modal */
@media screen and (orientation: landscape) and (max-height: 420px) and (max-width: 767px) {
  .sna_modal {
    min-width: 300px;
    max-width: 80%;
    width: 80%;
  }
  .sna_modal_top {
    padding: 15px 0;
  }
  .sna_modal_top_logo_img {
    width: 35%;
    min-width: 175px;
  }
  .sna_modal_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px;
  }
  .sna_modal_content_img_cont {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 65px;
  }
  .sna_modal_content_text {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
    padding-right: 20px;
    width: calc(100% - 65px);
    padding-bottom: 10px;
  }
  .sna_modal_content_btn_cont {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 10px 0 10px;
    width: 100%;
    order: 2;
  }
}
/*END:Style for landscape orientation modal */
.news-ticker-area {
  z-index: 2;
}
.news-ticker-area .ticker-buttons {
  margin: 0.5rem 0 0;
}
.news-ticker-area .ticker-buttons li {
  margin-right: 0;
  float: left !important;
}
@media only print, screen and (min-width:768px) {
  .news-ticker-area .ticker-buttons li {
    margin-left: 0.75rem;
  }
}
@media only print, screen and (min-width:1280px) {
  .news-ticker-area .ticker-buttons li {
    margin-left: 0.625rem;
  }
}
@media only print, screen and (min-width:768px) {
  .news-ticker-area .ticker-buttons li:first-child {
    margin-left: 1.25rem;
  }
}
@media only print, screen and (min-width:1280px) {
  .news-ticker-area .ticker-buttons li:first-child {
    margin-left: 1.25rem;
  }
}
.news-ticker-area .ticker-buttons li a {
  background: #454b55;
  color: #ffffff;
  font-size: 0.8125rem;
  padding: 0.25rem 0.25rem;
  text-align: center;
  display: table;
}
.news-ticker-area .ticker-buttons li a i {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.news-ticker-area .ticker-holder {
  width: calc(100% - 56px);
  margin-right: 56px;
  z-index: 1;
}
@media only print, screen and (min-width:768px) {
  .news-ticker-area .ticker-holder {
    width: calc(100% - 5.125rem);
    margin-right: 5.125rem;
  }
}
@media only print, screen and (min-width:1280px) {
  .news-ticker-area .ticker-holder {
    width: calc(100% - 5.125rem);
    margin-right: 5.125rem;
  }
}
.news-ticker-area .ticker-holder .tickercontainer {
  height: auto !important;
}
.news-ticker-area .ticker-holder .tickercontainer, .news-ticker-area .ticker-holder .ticker-inner-container {
  direction: rtl;
  float: right;
  overflow: hidden;
}
.news-ticker-area .ticker-holder .newsticker {
  position: relative;
}
.news-ticker-area .ticker-holder .newsticker li {
  float: right;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  font-family: HelveticaNeueBold, "Times New Roman";
}
.news-ticker-area .section-title {
  cursor: default;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 10;
  font-family: HelveticaNeueBold, "Times New Roman";
}

.ticker-area {
  position: relative;
  overflow: hidden;
  height: 2.75rem;
}

.main-page.show-breaking-news {
  padding-bottom: 40px !important;
  padding-bottom: calc(40px + constant(safe-area-inset-bottom)) !important;
  padding-bottom: calc(40px + env(safe-area-inset-bottom)) !important;
}
@media only print, screen and (min-width:768px) {
  .main-page.show-breaking-news {
    padding-bottom: 2.75rem;
  }
}
@media only print, screen and (min-width:1280px) {
  .main-page.show-breaking-news {
    padding-bottom: 3rem;
  }
}

.breaking-news-ticker-area {
  z-index: 5;
  background: #F8EB20;
  width: 100%;
  margin: 0 auto;
  -webkit-transform-origin: 50% 50%;
  -moz-animation-transform-origin: 50% 50%;
  -o-animation-transform-origin: 50% 50%;
  -ms-animation-transform-origin: 50% 50%;
  animation-transform-origin: 50% 50%;
  -webkit-animation: ticker-animation ease 1s 1 forwards;
  -moz-animation: ticker-animation ease 1s 1 forwards;
  -o-animation: ticker-animation ease 1s 1 forwards;
  -ms-animation: ticker-animation ease 1s 1 forwards;
  animation: ticker-animation ease 1s 1 forwards;
}
.breaking-news-ticker-area.ticker-area, .breaking-news-ticker-area .mask, .breaking-news-ticker-area .inner-mask, .breaking-news-ticker-area .breaking-newsticker, .breaking-news-ticker-area .breaking-newsticker li, .breaking-news-ticker-area .section-title {
  height: 40px !important;
  line-height: 40px !important;
}
@media only print, screen and (min-width:768px) {
  .breaking-news-ticker-area.ticker-area, .breaking-news-ticker-area .mask, .breaking-news-ticker-area .inner-mask, .breaking-news-ticker-area .breaking-newsticker, .breaking-news-ticker-area .breaking-newsticker li, .breaking-news-ticker-area .section-title {
    height: 2.75rem;
  }
}
@media only print, screen and (min-width:1280px) {
  .breaking-news-ticker-area.ticker-area, .breaking-news-ticker-area .mask, .breaking-news-ticker-area .inner-mask, .breaking-news-ticker-area .breaking-newsticker, .breaking-news-ticker-area .breaking-newsticker li, .breaking-news-ticker-area .section-title {
    height: 3rem;
  }
}
.breaking-news-ticker-area ul.breaking-newsticker {
  position: relative;
  width: 1440px;
  list-style-type: none;
}
.breaking-news-ticker-area ul.breaking-newsticker li {
  margin: 0;
  line-height: 1;
  font-size: 18px;
  padding: 0 7px;
}
@media only print, screen and (min-width:768px) {
  .breaking-news-ticker-area ul.breaking-newsticker li {
    font-size: 1.25rem;
    padding: 0 0.4375rem;
  }
}
@media only print, screen and (min-width:1280px) {
  .breaking-news-ticker-area ul.breaking-newsticker li {
    font-size: 1.375rem;
    padding: 0 0.4375rem;
  }
}
.breaking-news-ticker-area ul.breaking-newsticker li:not(:last-child):after {
  content: " ";
  position: absolute;
  left: -2px;
  right: auto;
  background: #000000;
  height: 1.5rem;
  width: 2px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.breaking-news-ticker-area .section-title {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #F8EB20;
  background: #000000;
  line-height: 1;
  font-size: 23px;
  margin-right: 0;
  width: 56px;
}
@media only print, screen and (min-width:768px) {
  .breaking-news-ticker-area .section-title {
    font-size: 1.625rem;
    margin-right: 0;
    width: 5.125rem;
  }
}
@media only print, screen and (min-width:1280px) {
  .breaking-news-ticker-area .section-title {
    font-size: 1.625rem;
    margin-right: 0;
    width: 5.125rem;
  }
}

#breakingNewsTicker {
  right: 0;
}

@keyframes ticker-animation {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-moz-keyframes ticker-animation {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ticker-animation {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-o-keyframes ticker-animation {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-ms-keyframes ticker-animation {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
.show-breaking-news .breaking-news-ticker {
  position: fixed;
  bottom: 0px;
  /*iOS < 11.2*/
  pading-bottom: constant(safe-area-inset-bottom);
  /*iOS 11.2 >*/
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 5;
  width: 100%;
  background-color: rgb(255, 255, 255);
}

#contentBlockDiv {
  background-size: 200% \9 ;
  background-position: 50% -250px\9 ;
}

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