/* Typography Base Styles */
#cntent {
  /* Headings */
  /* .toggleDesText p,
  .modal-title,
  .popupFootNode p,
  .popupDEs p,
  .covidCycleText p,
  .headerCopyRight,
  .blurbText  p,
  .doUKnowCardDesc p,
  .heaingWithBorder p,
  .abbbreviationsStyel p,
  .footNoteInternal p,
  .cardWithTopBorder .cardDesc p{
    font-family: var(--font-family-heading);
  } */
  /* Paragraphs */
  /* Links */
  /* Lists */
  /* Blockquotes */
  /* Code & Preformatted Text */
  /* Strong & Emphasis */
}

#cntent {
  --font-family-base: "Segoe UI", Arial, sans-serif;
  --font-family-heading: "Segoe UI", Arial, sans-serif;
  --font-family-heading-large: "Barlow Condensed", Arial, sans-serif;
  --font-size-base: 21px;
  --line-height-base: 1.25;
  --heading-color: #D80C24;
  --secand-color: #65AADD;
  --primery-color:#D80C24;
  --text-color: #242424;
  --link-color: #242424;
  --link-hover-color: #D80C24;
  --bg-gry:#EFEFEF;
}

body #cntent{
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--text-color);
  background-color: #fff;
  margin: 0px 0 0;
  padding: 0;
}
#cntent h1 {
  color: #fff;
  font-family: var(--font-family-heading-large);
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0px;
}
#cntent header {
    box-shadow: unset;
}
#cntent h2, #cntent h3, #cntent h4, #cntent h5, #cntent h6 {
  font-family: var(--font-family-heading);
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0px;
}
#cntent h1 {
  font-size: 56px;
}
#cntent h2 {
  font-size: 36px;
}
#cntent h3 {
  font-size: 16px;
}
#cntent h4 {
  font-size: 16px;
}
#cntent h5 {
  font-size: 16px;
}
#cntent h6 {
  font-size: 12px;
}
#cntent .nobrackword {
  white-space: nowrap;
}
#cntent .cardWithTopBorder h2 {
  font-family: var(--font-family-heading-large);
  letter-spacing: -1px;
}
#cntent p {
  margin-bottom: 20px;
  font-size: 21px;
  margin-top: 0px;
}
#cntent img {
  width: auto;
  height: auto;
}
#cntent a {
  color: var(--link-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
#cntent a:hover, #cntent a:focus {
  color: var(--link-hover-color);
  text-decoration: underline;
}
#cntent sup {
     font-size: 60% !important;
    position: relative;
    vertical-align: text-top;
    top: 5px;
    line-height: 1 !important;
}
#cntent ul, #cntent ol {
  margin: 0 0 1em 1.5em;
  padding: 0;
}
#cntent li {
  margin-bottom: 0;
}

#cntent .dFlex {
  display: flex;
  gap: 16px;
}
#cntent blockquote {
  margin: 1em 0;
  padding-left: 1em;
  border-left: 4px solid #ccc;
  color: #000;
  font-style: italic;
}
#cntent .font20 {
  font-size: 20px;
  line-height: 22px;
}
#cntent .fontW700 {
  font-weight: 700;
}
#cntent .colorBlack {
  color: #000;
}
#cntent code {
  background-color: #f5f5f5;
  padding: 0.2em 0.4em;
  font-family: monospace;
  font-size: 0.95em;
}
#cntent pre {
  background-color: #f5f5f5;
  padding: 1em;
  overflow-x: auto;
  font-family: monospace;
  font-size: 0.95em;
  border-radius: 4px;
}
#cntent strong {
  font-weight: bold;
}
#cntent em {
  font-style: italic;
}
#cntent *,
#cntent *::before,
#cntent *::after {
  box-sizing: border-box;
}
#cntent .container {
  max-width: 1200px;
  padding-left: 42px;
  padding-right: 42px;
  margin-left: auto;
  margin-right: auto;
}
#cntent .mediumBCHeading {
  font-family: var(--font-family-heading-large);
  font-size: 40px;
  font-weight: 600;
}
#cntent .largBCHeading {
  font-family: var(--font-family-heading-large);
  font-size: 56.25px;
}
#cntent .hedderLeftside .largBCHeading {
  max-width: 575px;
}
#cntent img.riskIcon {
  position: relative;
  left: 4px;
}
#cntent .marginBottom {
  margin-bottom: 0px !important;
}
#cntent .fontPColor {
  color: var(--primery-color);
}
#cntent .fontWColor {
  color: #fff;
}
#cntent .font11 {
  font-size: 11.25px;
}
#cntent .font25 {
  font-size: 25px;
}
#cntent .font33 {
  font-size: 33px;
}
#cntent .bgGray {
  background-color: var(--bg-gry);
}
#cntent .textCenter {
  text-align: center;
}
#cntent .font700 {
  font-weight: 700;
}
#cntent .font600 {
  font-weight: 600;
  font-family: var(--font-family-heading) !important;
}
#cntent .mapWraper {
  position: relative;
}
#cntent .texUperCase {
  text-transform: uppercase;
}
#cntent .headerouter .headerInner {
  background-image: url(../images/banner.jpg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#cntent .topRightImage .headerInner:before {
  content: "";
  position: absolute;
  background-image: url("../images/bannerTopRight.png");
  top: 0;
  right: 0;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  max-height: 204px;
}
#cntent .doYouKnowOuterWraper h3 {
  margin-bottom: 0;
}
#cntent .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: last baseline;
}
#cntent .hedderRightside {
  position: absolute;
  bottom: 15px;
  right: 45px;
}
#cntent .headerInner h1 {
  line-height: 1;
  margin-bottom: 0;
}
#cntent .headerInner h2 {
  line-height: 1;
  font-style: italic;
}
#cntent .headerInner {
  padding-top: 69px;
  padding-bottom: 69px;
}
#cntent .headerCopyRight {
  text-align: right;
}
#cntent .secFirst {
  padding-top: 32px;
}
#cntent .borderBottom {
  padding-bottom: 25px;
  border-bottom: 5px solid #000;
}
#cntent .borderBottomTop {
  padding-bottom: 50px;
  padding-top: 50px;
  border-bottom: 5px solid #000;
  border-top: 5px solid #000;
}
#cntent .borderTop {
  padding-top: 50px;
  border-top: 5px solid #000;
}
#cntent .fontPColorWB {
  color: var(--primery-color);
  font-weight: 700;
}
#cntent .cardTopBorderWraper{
  display: flex;
  gap: 33px;
  justify-content: space-between;
  margin-top: 5px;
}
#cntent .cardWithTopBorder{
  border-top: 5px solid var(--primery-color);
  text-align: center;
  padding: 20px 18px;
  max-width: 350px;
  width: 100%;
	flex:1;
}
#cntent .underLine {
  text-decoration: underline;
}
#cntent .cardWithTopBorder h2 {
  color: var(--primery-color);
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 600;
}
#cntent .doYouKnowOuterWraper {
  margin-top: 20px;
}
#cntent .doYouKnowCardWraper{
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 0px;	
  gap:33px;	
}
#cntent .doYouKnowCard {
  position: relative;
  padding: 20px 25px;
  max-width: 372px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 10px;
	flex:1;
}
#cntent .covidCycle.Cycel .covidCycleIcon {
  position: absolute;
  top: 17px;
}
#cntent .doYouKnowCard:before{
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  right: -18px;
  top: 0;
  background:#000;
}
#cntent .doYouKnowCard:last-child:before {
  content: none;
}
#cntent .doUKnowCardDesc p {
  text-align: center;
  line-height: 25px;
}
#cntent .fontred {
  color: var(--primery-color);
  font-weight: 700;
}
#cntent .doUKnowCardDesc .fontPer {
  color: var(--primery-color);
  font-weight: 700;
  font-size: 33px;
  line-height: 25px;
}
#cntent .doUKnowCardLink a {
  width: 100%;
  max-width: 256px;
  padding: 10px 14px;
  padding-right: 25px;
  border-radius: 10px;
  border: 2px solid var(--secand-color);
  color: var(--secand-color);
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  text-decoration: underline;
}
#cntent .doUKnowCardLink a span {
  max-width: 211px;
}
#cntent .doUKnowCardLink a:before {
  content: "";
  width: 5px;
  height: 10px;
  background-image: url("../icons/rightArrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: calc(50% - 2px);
  right: 14px;
  position: absolute;
}
#cntent .secForth .heaingWithBorder p {
  margin-bottom: 0;
}
#cntent .heaingWithBorder {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  background-color: var(--bg-gry);
  border-left: 5px solid var(--primery-color);
  border-right: 5px solid var(--primery-color);
}
#cntent .heaingWithBorder h2 {
  font-size: 24px;
  margin-bottom: 0px;
}
#cntent .secSec .borderBottom {
  padding-top: 50px;
}
#cntent .americanCollege {
  display: flex;
  gap: 32px;
}
#cntent .ACRightSaid.heaingWithBorder {
  display: flex;
  align-items: center;
}
#cntent .ACRightSaid.heaingWithBorder h2 {
  text-align: center;
}
#cntent .HighincidenceDesc {
  margin-bottom: 0;
  font-size: 22px;
}
#cntent .secThird {
  margin-top: 40px;
  margin-bottom: 40px;
}
#cntent .covidCycleWraper {
  max-width: 695px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#cntent .covidCycle {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#cntent .covidCycleText p {
  font-size: 18px;
  font-weight: 700;
}
#cntent .covidCycleIconWraper {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primery-color);
}
#cntent .covidCycle.Cycel {
  top: 32px;
  right: 100px;
  width: 232px;
  height: 242px;
}
#cntent .covidCycle.Cyce2 {
  top: 161px;
  right: 5px;
  width: 218px;
  height: 250px;
}
#cntent .covidCycle.Cyce3 {
  bottom: 84px;
  right: 35px;
  width: 246px;
  height: 244px;
}
#cntent .covidCycle.Cyce4 {
  bottom: 45px;
  left: 34%;
  width: 257px;
  height: 205px;
}
#cntent .covidCycle.Cyce5 {
  bottom: 75px;
  left: 46px;
  width: 246px;
  height: 245px;
}
#cntent .covidCycle.Cyce6 {
  top: 164px;
  left: 32px;
  width: 248px;
  height: 250px;
}
#cntent .covidCycle.Cyce7 {
  top: 22px;
  left: 111px;
  width: 232px;
  height: 240px;
}
#cntent .Cycel .covidCycleIconWraper {
  top: 0px;
  right: 24%;
}
#cntent .Cyce2 .covidCycleIconWraper {
  top: 30%;
  right: -3%;
}
#cntent .Cyce3 .covidCycleIconWraper {
  bottom: 15%;
  right: 9%;
}
#cntent .Cyce4 .covidCycleIconWraper {
  bottom: -17%;
}
#cntent .Cyce5 .covidCycleIconWraper {
  bottom: 21%;
  left: 7%;
}
#cntent .Cyce6 .covidCycleIconWraper {
  top: 29%;
  left: -13%;
}
#cntent .Cyce7 .covidCycleIconWraper {
  top: 1%;
  right: 37%;
}
#cntent .covidCycleText {
  max-width: 136px;
  text-align: center;
  position: relative;
}
#cntent .Cycel .covidCycleText {
  left: -12%;
  top: 7%;
}
#cntent .Cyce2 .covidCycleText {
  left: -12%;
  top: 10%;
}
#cntent .Cyce3 .covidCycleText {
  left: 2%;
  top: -6%;
}
#cntent .Cyce4 .covidCycleText {
  left: -4%;
  top: 9%;
  max-width: 135px;
}
#cntent .Cyce5 .covidCycleText {
  left: 6%;
  top: -6%;
  max-width: 110px;
}
#cntent .Cyce6 .covidCycleText {
  left: -5%;
  top: 8%;
}
#cntent .Cyce7 .covidCycleText {
  top: 12%;
  left: 13%;
}
#cntent .svgMap {
  width: 100%;
  height: 628px;
  background-image: url("../images/map.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#cntent .mapLocWraper {
  display: flex;
  gap: 10px;
  cursor: pointer;
}
#cntent .mapIcon {
  width: 58px;
  height: 58px;
  border: 1.25px solid;
  border-radius: 50%;
  position: relative;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#cntent .mapIcon img {
  background-color: #fff;
  margin-bottom: 0px;
  max-height: 40px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
#cntent .mapIcon::before {
  content: "";
  bottom: -17px;
  background-image: url("../icons/bottomArrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: calc(50% - 13px);
  width: 27px;
  height: 17px;
}
#cntent .mapLocWraper {
  position: absolute;
}
#cntent .LocDesc p {
  font-size: 17.5px;
  margin-bottom: 0px;
  background-color: #fff;
  padding: 2px 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
#cntent .secfivth h2 {
  font-size: 40px;
}
#cntent .mapLocWraper.long-term {
  top: 14%;
  left: 12%;
}
#cntent .mapLocWraper.workplaces {
  top: 49%;
  left: 5.5%;
}
#cntent .mapLocWraper.cruiseships {
  bottom: 17%;
  left: 12%;
}
#cntent .mapLocWraper.hospitals {
  top: 16%;
  left: 39.5%;
}
#cntent .mapLocWraper.socialGatherings {
  top: 39%;
  left: 29.5%;
}
#cntent .mapLocWraper.correctional {
  bottom: 8%;
  left: 50.5%;
}
#cntent .mapLocWraper.schools {
  top: 34%;
  right: 11%;
}
#cntent .mapLocWraper.airport {
  top: 64%;
  right: 7.5%;
}
#cntent .mapLocWraper.households {
  top: 56%;
  left: 38.5%;
}
#cntent .descNave {
  position: absolute;
  top: 7%;
  right: 2%;
  max-width: 303px;
  box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.2509803922);
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 3px;
  padding: 8px;
}
#cntent .descNave p {
  font-size: 17px;
  margin-bottom: 0px;
}
#cntent .blurbOuterWraper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#cntent .blurbWraper {
  flex: 0 0 calc(50% - 15px);
  background-color: var(--bg-gry);
  display: flex;
  gap: 5px;
}
#cntent .blurbWraper.rightIcon {
  justify-content: end;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
}
#cntent .blurbWraper.leftIcon {
  border-top-left-radius: 52px;
  border-bottom-left-radius: 52px;
}
#cntent .blurbText {
  padding: 20px;
  display: flex;
  align-items: center;
}
#cntent .blurbText p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 27px;
  line-height: 1.1;
}
#cntent .blurbIconWraper {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
#cntent .blurbInnerIcon {
  width: 87px;
  height: 87px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  border: 1px solid;
}
#cntent .abbbreviationsStyel {
  margin-top: 0px;
}
#cntent .footNoteInternal {
  margin-top: 30px;
  margin-bottom: 40px;
}
#cntent section.secfivth {
  margin-top: 50px;
  margin-bottom: 50px;
}
#cntent .footNoteInternal a,
#cntent footer a {
  text-decoration: underline;
}
#cntent .abbbreviationsStyel p,
#cntent .footNoteInternal p {
  margin-bottom: 22px;
  font-size: 11px;
}
#cntent .footNoteInternal .inline-counter a {
  word-wrap: break-word;
  word-break: break-all;
}
#cntent .popupDEs ul li.font20 {
  font-size: 20px;
  line-height: 125%;
  margin-bottom:4.5px;
}
#cntent .footerWraper {
  border-top: 1px solid;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 53px;
  border-bottom: 1px solid;
}
#cntent .footerWraper a {
  color: var(--secand-color);
  font-size: 14px;
}
#cntent .footerInnerWraper {
  display: flex;
  justify-content: center;
  gap: 78px;
}
#cntent .copyritText {
  position: relative;
}
#cntent .copyritText p {
  font-size: 17px;
  margin-bottom: 0px;
}
#cntent .copyritText::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  right: -37px;
  background-color: #000;
}
#cntent .LocDesc {
  max-height: 58px;
  display: flex;
  align-items: center;
}
#cntent .modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0);
}
#cntent .modal {
  max-width: 636.25px;
  min-height: 400px;
  border-radius: 23.75px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15.35px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 35px 65px;
  display: block;
  position: initial;
  height: unset;
  z-index: 21;
}
#cntent .modal ul {
    margin-left: 30px;
}
#cntent .modal-header {
	padding:0px;
  padding-bottom: 16px;
  border-bottom: 1px solid;
  margin-bottom: 25px;
  display: block;
}
#cntent .headerInnerWraper {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
#cntent .headerIconWraper {
  width: 77px;
  height: 77px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cntent .modal-title {
  font-size: 23px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--heading-color);
}
#cntent .modal-footer {
  text-align: center !important;
  display: block;
  margin-top: 15px;
  padding: 0;
  border-top: 0 !important;
}
#cntent .closeBtn {
  width: 116.25px;
  height: 43.75px;
  padding-top: 8px;
  padding-right: 40.5px;
  padding-bottom: 8px;
  padding-left: 12.5px;
  border-radius: 12.5px;
  border: 2px solid var(--secand-color);
  color: var(--secand-color);
  background-color: #fff;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  font-family: var(--font-family-base);
}
#cntent .closeBtn:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../icons/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: calc(50% - 5px);
  right: 25px;
  font-family: var(--font-family-base);
}
#cntent .hide {
  display: none !important;
}
#cntent .modal-body {
  padding:0px;	
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cntent .popupDEs .fontPColor {
  font-weight: 700;
}
#cntent .popupDEs p {
  font-size: 20px;
}
#cntent .popupFootNode p {
  font-size: 13px;
  margin-bottom: 10px;
}
#cntent .cycaBottomBorder.active {
  fill: var(--primery-color) !important;
  stroke: var(--primery-color) !important;
}
#cntent .covidCycle.active p {
  color: var(--primery-color);
}
#cntent .white {
  display: none;
}
#cntent .covidCycle.active .covidCycleIconWraper {
  background-color: var(--primery-color);
}
#cntent .covidCycle.active .covidCycleIcon .red {
  display: none;
}
#cntent .covidCycle.active .covidCycleIcon .white {
  display: block;
}
#cntent .cycaBottomBorder.classHover {
  fill: var(--primery-color) !important;
  stroke: var(--primery-color) !important;
}
#cntent .covidCycle.classHover p {
  color: var(--primery-color);
}
#cntent .white {
  display: none;
}
#cntent .covidCycle.classHover .covidCycleIconWraper {
  background-color: var(--primery-color);
}
#cntent .covidCycle.classHover .covidCycleIcon .red {
  display: none;
}
#cntent .covidCycle.classHover .covidCycleIcon .white {
  display: block;
}
#cntent .covidCycleOuterWraper {
  position: relative;
}
#cntent div#cycleModalBody {
  min-height: 250px;
}
#cntent #cycleModalTitle {
  font-size: 31.25px;
  color: #242424;
  font-weight: 700;
  min-height: 60px;
  text-align: center;
}
#cntent #cycleModalBody .popupDEs {
  max-width: 484px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#cntent #cycleModalBody .popupDEs p {
  font-size: 25px;
}
#cntent #cycleModalBody .popupDEs .largeText {
  font-size: 38px;
}
#cntent .mediumBCHeading sup {
  top: 0;
  left: 1%;
}
#cntent .doUKnowCardDesc sup {
  top: 1px;
}
#cntent .popupFootNode a {
  font-size: 17.5px;
  color: var(--secand-color);
  font-weight: 700;
  text-decoration: underline;
}
#cntent .reachOut {
  display: flex;
  align-items: center;
  gap: 10px;
}
#cntent .reachOut p {
  margin-bottom: 0;
}
#cntent .reachOutIcon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid var(--primery-color);
  overflow: hidden;
}
#cntent .reachOutIcon img {
  width: 95%;
}
#cntent .cardWithTopBorder .cardDesc p {
  margin-bottom: 0px;
}
#cntent .fontlgpop {
  font-size: 30px;
}
#cntent .mobile16 {
  font-size: 24px;
  line-height: 24px;
}
#cntent .mobile14 {
  font-size: 24px;
  line-height: 24px;
}
#cntent .popupDEs sup {
  top: 2px;
}
#cntent .rightIcon .blurbText {
  text-align: right;
}
.poppId0 ul li::marker {
    color: var(--primery-color);
}

@media (min-width: 1199px) {
  #cntent span.brakeLine {
    display: block;
  }
	#cntent .dFlex {
    height: 45px;
}
}
@media (min-width: 1025px) {

  #cntent #modalOverlay .modal {
    padding: 35px 68px;
  }
#cntent .poppId4#modalOverlay .modal{
  padding: 35px 61px !important;
}
  #cntent .modal {
    min-width: 636.25px;
  }
  #cntent .poppId3 .modal-body {
    max-width: 359px;
    margin: 0 auto;
  }
  #cntent .secfivth h2 {
    margin-bottom: 78px;
  }
  #cntent .cardWithTopBorder h2 {
    font-family: var(--font-family-heading-large);
    margin-bottom: 10px;
  }
  #cntent .ACRightSaid.heaingWithBorder h2 {
    text-align: left;
  }
  #cntent .mobileView {
    display: none;
  }
  #cntent .custOlderadultsFooter {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {

}
@media screen and (min-width: 1025px) and (max-width: 1099px) {

  #cntent .svgMap {
    margin-top: 40px;
    width: 100%;
    height: 550px;
    background-image: url(../images/map.svg);
    background-size: cover;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #cntent .headerInner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #cntent .headerouter .headerInner {
    background-image: url(../images/bannerTab.jpg);
  }
  #cntent .topRightImage .headerInner:before {
    max-height: 183px;
  }
  #cntent .mobileView {
    display: none;
  }
  #cntent sup {
    top: 0px !important;
  }
  #cntent .blurbText sup {
    top: 3px !important;
  }
  #cntent .custOlderadultsFooter {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cntent .doYouKnowOuterWraper {
    margin-top: 20px;
  }
  #cntent .doYouKnowOuterWraper h3 {
    font-size: 22px;
  }
  #cntent .doYouKnowCardWraper {
    flex-direction: column;
  }
  #cntent .doYouKnowCard {
    max-width: 100%;
  }
  #cntent .doYouKnowCard:not(:last-child) {
    border: unset;
  }
  #cntent .doYouKnowCard {
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #cntent .mapWraper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #cntent .doYouKnowCard:last-child {
    border: none !important;
  }
  #cntent .doUKnowCardDesc {
    flex: 0 0 61%;
  }
  #cntent .doUKnowCardDesc p {
    text-align: left;
    line-height: 22px;
  }
  #cntent .doUKnowCardLink {
    flex: 0 0 30%;
  }
  #cntent .doUKnowCardLink a {
    padding: 8px 8px;
    padding-right: 20px;
    font-size: 12px;
  }
  #cntent .heaingWithBorder p.font25 {
    font-size: 22px;
  }
  #cntent .borderTop {
    padding-top: 40px;
    margin-top: 50px;
  }
  #cntent .cardDesc sup {
    top: 2px !important;
  }
  #cntent .doUKnowCardDesc .fontPer {
    font-size: 30px;
  }
  #cntent .doUKnowCardDesc p {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  #cntent sup {
    top: -2px;
  }
  #cntent .fontlgpop {
    font-size: 24px;
  }
  #cntent .mobile14 {
    font-size: 18px;
    line-height: 18px;
  }
  #cntent .mobile16 {
    font-size: 20px;
    line-height: 20px;
  }
  #cntent .mapLocWraper.cruiseships img {
    max-height: 41px;
    border-radius: 50%;
  }
  #cntent .blurbInnerIcon img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: auto;
    max-height: 44px;
    display: flex;
  }
  #cntent p {
    margin-bottom: 14px;
    font-size: 18px;
  }
  #cntent .container {
    padding-left: 37px;
    padding-right: 37px;
  }
  #cntent .headerInner {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  #cntent .hedderLeftside {
    padding-bottom: 0px;
  }
  #cntent .largBCHeading {
    font-size: 45px;
  }
  #cntent .hedderRightside {
    position: unset;
  }
  #cntent .hedderRightside .dFlex {
    position: absolute;
    bottom: 12px;
    right: 25px;
  }
  #cntent h2 {
    font-size: 32px;
  }
  #cntent .cardWithTopBorder h2 {
    font-size: 35px;
    margin-bottom: 14px;
  }
  #cntent .cardWithTopBorder {
    max-width: 30%;
  }
  #cntent .heaingWithBorder h2 {
    font-size: 22px;
  }
  #cntent .ACLeftSaid {
    flex: 0 0 calc(50% - 16px);
  }
  #cntent .ACLeftSaid .imagWraper {
    width: 100% !important;
  }
  #cntent .ACRightSaid {
    flex: 0 0 calc(50% - 16px);
  }
  #cntent .svgMap {
    width: 100%;
    background-size: cover;
  }
  #cntent .mapIcon {
    width: 47px;
    height: 47px;
  }
  #cntent .mapIcon img {
    max-height: 30px;
    width: 72%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #cntent .LocDesc p {
    font-size: 14px;
  }
  #cntent img.riskIcon {
    position: relative;
    left: 3px;
  }
  #cntent .mapLocWraper {
    gap: 2px;
  }
  #cntent .descNave {
    max-width: 243px;
  }
  #cntent .descNave p {
    font-size: 15px;
  }
  #cntent .mapLocWraper.airport {
    top: 59%;
    right: 2.5%;
  }
  #cntent .mapLocWraper.schools {
    top: 28%;
    right: 7%;
  }
  #cntent .mapLocWraper.hospitals {
    top: 12%;
  }
  #cntent .mapLocWraper.workplaces {
    top: 44%;
    left: 4.5%;
  }
  #cntent .mapLocWraper.long-term {
    top: 12%;
  }
  #cntent .mapLocWraper.socialGatherings {
    top: 40%;
    left: 30.5%;
  }
  #cntent .modal {
    max-width: 509px;
    padding: 20px 42px;
    border-radius: 19px;
    min-height: 300px;
  }
  #cntent .headerIconWraper {
    width: 62px;
    height: 62px;
  }
  #cntent .modal-title {
    font-size: 18px;
  }
  #cntent .popupDEs p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  #cntent .popupDEs ul {
    margin-bottom: 10px;
  }
  #cntent .popupDEs li {
    font-size: 16px;
    line-height: 21px;
  }
  #cntent .popupDEs li.font20 {
    font-size: 16px;
  }
  #cntent .popupFootNode p {
    font-size: 10px;
  }
  #cntent .modal-header {
    padding-bottom: 14px;
    margin-bottom: 15px;
  }
  #cntent .modal-body {
    min-height: 130px;
  }
  #cntent .closeBtn {
    width: 93px;
    height: 35px;
    padding-top: 5px;
    padding-right: 20.5px;
    padding-bottom: 5px;
    border-radius: 10px;
    font-size: 14px;
  }
  #cntent .closeBtn:before {
    width: 12px;
    height: 12px;
    right: 15px;
  }
  #cntent .descNave {
    position: absolute;
    top: 10%;
  }
  #cntent #cycleModalBody .popupDEs p {
    font-size: 20px;
    line-height: 25px;
  }
  #cntent #cycleModalBody .popupFootNode p {
    font-size: 11px;
  }
  #cntent #cycleModalTitle {
    font-size: 25px;
    min-height: 50px;
  }
  #cntent #cycleModalOverlay .modal {
    padding: 35px 52px;
    padding-bottom: 20px;
  }
  #cntent div#cycleModalBody .popupFootNode a {
    font-size: 14px;
    color: var(--secand-color);
  }
  #cntent #cycleModalBody .popupDEs .largeText {
    font-size: 30px;
  }
  #cntent div#cycleModalBody {
    min-height: 200px;
  }
  #cntent .blurbText p {
    font-size: 20px;
  }
  #cntent .blurbIconWraper {
    width: 70px;
    height: 70px;
  }
  #cntent .blurbInnerIcon {
    width: 65px;
    height: 65px;
  }
  #cntent .blurbText {
    padding: 0px 7px;
  }
  #cntent .rightIcon .blurbText p {
    text-align: right;
  }
  #cntent .blurbText sup {
    top: 2px;
  }
  #cntent .doYouKnowCard:before {
    content: none;
  }
  #cntent .headerCopyRight.font11 {
    font-size: 9px;
  }
  #cntent .hedderRightside .logoWraper img.logoImg {
    height: 35px;
  }
  #cntent .popupDEs ul li.font20 {
    font-size: 16px;
    line-height: 125%;
  }
  #cntent .doUKnowCardDesc sup {
    top: -4px;
  }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  #cntent .doUKnowCardDesc p {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #cntent {
    /*   
      .heaingWithBorder {
        background-color: var(--bg-gry);
        border-top: 5px solid var(--primery-color);
        border-bottom: 5px solid var(--primery-color);
        border-left: none;
        border-right: none;
    }*/
  }
  #cntent .doYouKnowCard:before {
    content: none;
  }
  #cntent h1, #cntent h2, #cntent h3, #cntent h4, #cntent h5, #cntent h6 {
    line-height: 1.15;
    margin-bottom: 10px;
  }
  #cntent .cardWithTopBorder {
    max-width: 210px;
  }
  #cntent .container {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 700px;
  }
  #cntent sup {
    top: 0px;
  }
  #cntent .covidCycleWraper {
    display: none;
  }
  #cntent .largBCHeading {
    font-size: 30px;
    margin-bottom: 5px;
  }
  #cntent h2 {
    font-size: 22px;
  }
  #cntent .font25 {
    font-size: 22px;
  }
  #cntent .cardTopBorderWraper {
    flex-direction: column;
  }
  #cntent .svgMap {
    width: 100%;
    height: 410px;
  }
  #cntent .cardWithTopBorder {
    max-width: 100%;
  }
  #cntent .cardDesc p {
    line-height: 24px;
  }
  #cntent .doYouKnowOuterWraper {
    margin-top: 20px;
  }
  #cntent .doYouKnowOuterWraper > h3 {
    margin-top: 0px;
  }
  #cntent .doYouKnowCardWraper {
    flex-direction: column;
    margin-bottom: 0px;
    align-items: center;
  }
  #cntent .doYouKnowCard:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #cntent .americanCollege {
    flex-direction: column;
    gap: 0;
  }
  #cntent .footerInnerWraper {
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  #cntent .mediumBCHeading {
    font-size: 19px;
  }
  #cntent .headerCopyRight.font11 {
    font-size: 6.48px;
    line-height: 120%;
  }
  #cntent .hedderRightside .logoImg {
    height: 25px !important;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #cntent .hedderLeftside {
    padding-bottom: 25px;
    max-width: 250px;
  }
  #cntent .hedderRightside .dFlex {
    bottom: 15px;
    right: 11px;
    align-items: center;
  }
  #cntent .hedderLeftside .largBCHeading {
    max-width: 318px;
  }
  #cntent .ACLeftSaid .imagWraper {
    width: 100% !important;
    margin-bottom: -8px;
    min-height: 275px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #cntent .heaingWithBorder h2 {
    font-size: 20px;
    text-align: center;
  }
  #cntent .borderBottom {
    padding-bottom: 30px;
    border-width: 2px;
  }
  #cntent .doYouKnowCard {
    padding: 20px 2px;
  }
  #cntent footer .container {
    overflow: hidden;
  }
  #cntent .secSec .borderBottom {
    padding-top: 30px;
  }
  #cntent .secThird {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #cntent .borderBottomTop {
    padding-top: 40px;
    padding-bottom: 40px;
    border-width: 2px;
  }
  #cntent .borderTop {
    padding-top: 30px;
    border-width: 2px;
  }
  #cntent .toggleBody {
    display: none;
  }
  #cntent .toggleWraper {
    background-color: #EFEFEF;
    border-radius: 8px;
    border: 1px solid var(--primery-color);
    padding: 10px;
    margin-bottom: 10px;
  }
  #cntent .toggleHeader {
    display: flex;
    gap: 16px;
    position: relative;
  }
  #cntent .toggleIconWraper {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primery-color);
    border-radius: 50%;
  }
  #cntent .toggleIcon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #cntent .toggleDesText p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  #cntent .toggleHeader {
    align-items: center;
  }
  #cntent .toggleBody sup {
    top: -3px;
  }
  #cntent .active .toggleIconWraper {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
  }
  #cntent .active .toggleHeader {
    gap: 5px;
    margin-bottom: 10px;
  }
  #cntent .active .toggleIcon {
    max-height: 30px;
  }
  #cntent .active .toggleIcon img {
    max-height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #cntent .toggleBody {
    padding-left: 50px;
  }
  #cntent .popupDEs p {
    font-size: 12px;
    line-height: 125%;
    margin-bottom: 5px;
  }
  #cntent .popupFootNode a {
    font-size: 11px;
    color: var(--secand-color);
    text-decoration: underline;
  }
  #cntent .active .toggleDesText {
    border-bottom: 1px solid;
    padding-bottom: 6px;
    flex: 1;
  }
  #cntent .svgMap {
    background-size: cover;
    background-position: left;
  }
  #cntent .LocDesc p {
    font-size: 11.13px;
  }
  #cntent .popupDEs li.font20 {
    font-size: 12px;
  }
  #cntent .mapIcon {
    width: 33.54px;
    height: 33.54px;
  }
  #cntent .svgMap {
    width: 100%;
    height: 339px;
  }
  #cntent .descNave p {
    font-size: 12px;
  }
  #cntent .descNave {
    max-width: 202px;
    min-width: 202px;
    top: 2%;
  }
  #cntent .mapLocWraper.long-term {
    left: 4%;
    top: 14%;
  }
  #cntent .mapLocWraper.hospitals {
    top: 17%;
    left: unset;
    right: 6%;
  }
  #cntent .mapLocWraper.workplaces {
    top: 44%;
    left: 5%;
  }
  #cntent .mapLocWraper.socialGatherings {
    top: 26%;
    left: 12%;
  }
  #cntent .mapLocWraper.schools {
    top: 36%;
    left: 41%;
    min-width: 168px;
  }
  #cntent .mapLocWraper.correctional {
    bottom: 2%;
    left: unset;
    right: 2.5%;
  }
  #cntent .mapLocWraper.airport {
    bottom: 33%;
    left: 42.5%;
    top: unset;
  }
  #cntent .mapLocWraper.households {
    top: 72%;
    left: 44.5%;
  }
  #cntent .mapLocWraper.cruiseships {
    bottom: 8%;
    left: 4.5%;
  }
  #cntent .mapIcon::before {
    bottom: -11px;
    right: calc(50% - 7px);
    width: 15px;
    height: 10px;
  }
  #cntent .mapIcon img {
    max-height: 20px;
  }
  #cntent .mapIcon {
    margin-bottom: 8px;
  }
  #cntent .modal {
    max-width: 509px;
    padding: 17px 20px;
  }
  #cntent .modal-body {
    min-height: 155px;
  }
  #cntent .HighincidenceDesc {
    margin-bottom: 0;
    font-size: 18px;
    margin-bottom: 15px;
  }
  #cntent .secForth .heaingWithBorder .font25 {
    font-size: 20px;
  }
  #cntent section.secfivth {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  #cntent .abbbreviationsStyel {
    margin-top: 0px;
  }
  #cntent .footNoteInternal {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #cntent .footerWraper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #cntent .copyritText p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  #cntent .blurbOuterWraper {
    margin-top: 20px;
    gap: 20px;
  }
  #cntent .cardDesc sup {
    top: -4px;
  }
  #cntent .blurbWraper {
    flex: 0 0 100%;
  }
  #cntent .blurbWraper.rightIcon {
    justify-content: start;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    flex-direction: row-reverse;
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  #cntent .toggleDesText sup {
    top: 0px;
  }
  #cntent .toggleHeader:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 21px;
    height: 14px;
    background-image: url("../icons/plusign.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #cntent .toggleWraper.active .toggleHeader:before {
    background-image: url("../icons/expand.svg");
  }
  #cntent .secfivth h2 {
    font-size: 25px;
  }
  #cntent .headerInner {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  #cntent .topRightImage .headerInner:before {
    max-height: 90px;
  }
  #cntent .secFirst {
    padding-top: 15px;
  }
  #cntent .cardTopBorderWraper {
    gap: 20px;
  }
  #cntent .blurbInnerIcon img {
    height: 71%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #cntent .modal-overlay sup {
    top: -3px;
  }
  #cntent .toggleBody .popupFootNode p sup {
    top: 1px;
  }
  #cntent .mapSvgWraper {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  #cntent .secFirst .borderBottom {
    padding-bottom: 20px;
  }
  #cntent .copyritText::before {
    content: none;
  }
  #cntent .copyritText {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
  }
  #cntent .footerWraper {
    border-top: 2px solid;
    padding-bottom: 0px;
    margin-bottom: 33px;
    border-bottom: none;
  }
  #cntent .mapLocWraper.cruiseships img {
    max-height: 32px !important;
    border-radius: 50%;
  }
  #cntent .descNave {
    padding: 5px 5px;
    right: 0;
  }
  #cntent .descNave p {
    max-width: 163px;
    padding-right: 0px;
  }
  #cntent .popupDEs ul li.font20 {
    font-size: 12px;
    line-height: 125%;
  }
  #cntent .modal-title {
    font-size: 16px;
  }
  #cntent .headerInnerWraper {
    gap: 10px;
  }
  #cntent .headerIconWraper {
    width: 40.03px;
    height: 40.03px;
  }
  #cntent .headerIconWraper img {
    width: 33px;
    max-height: 25px;
  }
  #cntent .mobileLarge {
    font-size: 16px;
    line-height: 16px;
  }
  #cntent .fontPColor .largeText {
    font-size: 20px;
    line-height: 20px;
  }
  #cntent .toggleBody .fontPColor .largeText {
    font-size: 16px;
    line-height: 16px;
  }
  #cntent .mobile16 {
    font-size: 16px;
    line-height: 16px;
  }
  #cntent .mobile14 {
    font-size: 14px;
    line-height: 14px;
  }
  #cntent .borderTop {
    padding-top: 23px;
    margin-top: 0px;
    border: 0px;
  }
  #cntent .doYouKnowCard {
    max-width: unset;
  }
  #cntent .popupDEs li {
    font-size: 12px;
  }
  #cntent .doUKnowCardDesc .fontPer {
    font-size: 30px;
  }
  #cntent .rightIcon .blurbText p {
    max-width: 100%;
  }
  #cntent .blurbText sup {
    top: 2px;
  }
  #cntent .rightIcon .blurbText p {
    text-align: left;
  }
  #cntent .doUKnowCardLink a {
    font-size: 12px;
  }
	#cntent .modal ul {
    margin-left: 25px;
}
}
@media (max-width: 400px) {
  #cntent .reachOut {
    flex-direction: column;
  }
	#cntent .modal ul {
    margin-left: 18px;
 }
  #cntent .headerouter .headerInner {
    background-image: url(../images/bannerMobi.jpg);
  }
  #cntent .svgMap {
    background-image: url(../images/mapbgMobil.svg);
    background-position: left bottom;
  }
  #cntent .mapLocWraper.cruiseships {
    bottom: 9%;
    left: 1.5%;
  }
  #cntent .mapLocWraper.correctional {
    bottom: 4%;
    left: unset;
    right: 0.5%;
  }
}/*# sourceMappingURL=styles.css.map */

#cntent .covidCycleOuterWraper header{
   box-shadow: none !important;
}

#cntent .mapWraper header{
   box-shadow: none !important;
}

.infographic_content .container {
    max-width: 1200px;
}
#cntent main {
    background: none;
} 

#cntent sup {
  top: 5px !important;
}