<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* NEW NAVIGATION*/
#mainNav {
  float: right;
  margin: 10px 25px 0 0;
}

#mainNav.loggedin {
  margin: -12px 25px 10px 0;
}

#primaryNav &gt; .last:after {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  height: 60%;
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}

#mainNav .dropmenu:after {
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #A6A6A6;
  content: "";
  display: inline-block;
  left: 5px;
  top: -2px;
  margin-right: 4px;
  margin-top: 0;
  position: relative;
  width: 0;
}

/*THE ACTUAL DROP DOWN ELEMENTS*/
#mainNav .dropDown {
  position: absolute; 
  top: 2em; 
  width: 368px; 
  background-color: #ffffff; 
  z-index: 100;
  background-color: #FBFBFB;
  border: 1px solid #A72012;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.05) inset;
  display: none;
}

#mainNav li:hover .dropmenu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#mainNav .title {
  background-color: #C0392B;
  border-bottom: 1px solid #C0392B;
  border-top: 1px solid #A72012;
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.5);
  width: 100%;
  display: block; 
  list-style: none;
}

#mainNav .subTitle{
  border-bottom: 1px solid #E0E0E0;
  font-size: 12px;
  font-style: inherit;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

#mainNav .subTitle:hover{
  text-decoration: none;
}

#mainNav .navColumn{
  float: left; 
  width: 49%; 
  padding: 10px 15px;
}

#mainNav .singleNavColumn{
  float: left;
  width: 100%;
}

#mainNav .subMenu li {
  padding: 0 0 0 9px; 
  margin: 8px 0; 
  clear: both; 
  text-align: left; 
  background: url('/v/4.9.5/b/i/bullet-red.gif') no-repeat left 8px; 
  line-height: 18px;
}

#mainNav #mediaDropDown{
  right: 6px;
  width: 280px;
}

#mainNav #gamesDropDown{
  width: 234px;
}

#mobileNavHolder {
  display: block;
  float: right;
  padding: 5px 10px;
  min-height: 50px;
  display: none;
}

#mobileNavHolder.loggedin {
  width: 100%; 
  }


#mobileNavButton{
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #C0392B;
  border-radius: 5px;
  padding: 8px 30px 8px 12px;
  float: right;
  position: relative;
  display: none;
}

#mobileNavButton:after {
  content: '\2261';
  font-size: 22px;
  background: #C0392B;
  position: absolute;
  right: 8px;
  top: 4px;
  display: block;
  width: 17px;
  z-index: 10;
  pointer-events: none;
  color: #ffffff;
  font-weight: bold;
  line-height: 25px;
  padding-left: 6px;
  height: 24px;
  font-family: Arial;
}

.mobileShow {
  display: none;
}

.winningNumberHolder {
  color: #000;
  background-color: #ffffff;
  width: 210px;
  height: 150px;
  float: left;
  box-shadow: 0 0 5px rgba(0,0,0,0.08);
  border-radius: 4px;
  padding: 8px;
  margin: 0 10px 10px 0;
}

.winningNumberImage {
  display: inline-block;
  min-height: 55px;
}

.landing .winningNumberHolder:nth-child(3n+1) {
  margin-right: 0;
}

.winningNumberHolder ul {
  list-style: none;
  width: 100%;
  float: left;
  margin: 5px 0 10px 0;
  text-align: center
}

.winningNumberHolder img {
  display: block;
  width: 90px;
}

.winningNumberHolder img.LottoLogo {
  width: 54px;
}

.winningNumberHolder ul li {
  padding: 1px;
  background-color: #f2f2f2;
  border:1px solid #d1d1d1;
  border-radius: 4px;
  font-weight: bold;
  min-width: 22px;
  display: inline-block;
  text-align: center;
}

.winningNumberHolder ul li.red,
.drawingsHolder ul li.red {
  background-color: #e0173e;
  border: 1px solid #b90b2d;
  color: #ffffff;
}

.winningNumberHolder ul li.yellow,
.drawingsHolder ul li.yellow {
  background-color: #ffe862;
  border: 1px solid #f6d442;
}

.winningNumberHolder ul li.green,
.drawingsHolder ul li.green {
  background-color: #8CD89B;
  border: 1px solid #047832;
}

.winningNumberHolder ul li.multiplyer,
.drawingsHolder ul li.multiplyer {
  background-color: #ffffff;
  border-color: #ffffff;
}

.winningNumberHolder .date {
  font-size: 11px;
  float: right;
  text-align: right;
  padding-top: 12px;
}

.winningNumberHolder p {
  font-size: 10px;
  text-align: center;
  clear: both;
  margin: 0;
}

.winningNumberHolder a, 
.drawingsHolder a {
  color: #000;
}

.cashResults {
  display: block;
  clear: both;
  border-bottom: 1px solid #efefef;
  float: left;
  width: 100%;
  margin-bottom: 4px;
}

.cashResults .time {
  display: block;
  float: left;
  width: 75px;
  text-align: center;
  font-size: 10px;
}

.cashResults ul {
  width: 104px;
  margin-top: 5px;
  float: right;
}

.drawingsHolder {
  color: #000;
  background-color: #ffffff;
  width: 210px;
  float: left;
  box-shadow: 0 0 5px rgba(0,0,0,0.08);
  border-radius: 4px;
  padding: 8px;
  margin: 0 10px 10px 0;
}

.landing .drawingsHolder:nth-child(3n-3) {
  margin-right: 0;
}

.drawingsHolder .time {
  color: #000000;
  display: block;
  float: left;
  width: 75px;
  text-align: center;
  font-size: 10px;
}
  
.drawingsHolder .cashResults {
  display: block;
  clear: both;
  border-bottom: 1px solid #efefef;
  float: left;
  width: 100%;
  margin-bottom: 4px;
}

.drawingsHolder .cashResults ul {
  width: 104px;
  margin-top: 5px;
  float: right;
}

.drawingsHolder ul {
  list-style: none;
  width: 100%;
  float: left;
  margin: 5px 0 10px 0;
  text-align: center
}

.drawingsHolder img {
  display: block;
  width: 90px;
}

.drawingsHolder ul li {
  padding: 1px;
  background-color: #f2f2f2;
  border:1px solid #d1d1d1;
  border-radius: 4px;
  font-weight: bold;
  min-width: 22px;
  display: inline-block;
  text-align: center;
}

.drawingsHolder .date {
  font-size: 11px;
  float: right;
  text-align: right;
  padding-top: 12px;
}

.primary-content .SurveyContainer,
.SurveyHeader {
  width: 100%;
}

.SurveyList .SubmitButton { 
  padding: 4px;
}

@media screen and (max-width: 970px) {
  .mobileShow {
    display: block;
  }
  
  img{
    max-width: 100%;
    display: block;
    width: auto;
    height: auto;
  }

  #mobileNavHolder{
    display: block;
  }

  #Wrap {
    width: auto;
  }

  #logo {
    margin: -50px 0 1em 1em;
    width: 125px;
  }

  #logo.loggedin {
    margin: -2.5em 0 0 3em;
    position: absolute;
  }

  #page-wrapper{
    margin: 35px auto 0 auto;
    max-width: 600px;
    width: 100%;
  }

  .BoxOneContent {
    padding: 0;
  }

  #footer-region{
    margin: 0 auto 20px auto;
    max-width: 600px;
    width: 100%;
  }

  #footer-message{
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
  }

  #footer-region ul li{
    display: inline-block;
    margin: 0;
    padding: 0 10px;
  }

  #home-right-nav-wrapper{
    display: none;
  }

  #home-content, #home-content-wrapper{
    width: 100%;
  }

  #side-nav-wrapper, #side-nav-home{
    width: 100%;
  }

  #content-inner #theClubImg{
    display: none;
  }

  #home-funplay{
    display: none;
  }

  #home-promotion{
    display: none;
  }

  #home-right-wrapper{
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 567px;
  }

  #enterTicketImg{
    width: 33%;
    float: left;
  }

  #getPointsImg{
    width: 33%;
    float: left;
  }

  #rightArrowImg, #ampImg{
    width: 5%;
    float: left;
    display: block;
  }

  #playAgainImg{
    width: 22%;
    float: left;
  }

  #controls{
    display: none;
  }

  #piaImg{
    margin-bottom: 13px;
    float: left;
    width: 100%;
  }

  #home-pfp {
    clear: both;
    width: 100%;
  }

  #home-pfp-content{
    margin-left: 33.3333%;
    width: 30%;
  }

  #home-pfp-prizes {
    height: 100%;
  }

  #prizesSlider{
    height: 100%;
  }
  #prizesSliderContent {
    height: 100%;
    list-style: none;
  }
  .prizesSliderImage {
    float: right;
  }

  #side-nav-home{
    -moz-column-count: 3;
    -moz-column-gap: 4px;
    -webkit-column-count: 3;
    -webkit-column-gap: 4px;
    column-count: 3;
    column-gap: 4px;
  }

  .newsCopy{
    margin: 0;
    padding-right: 0;
    float: none;
    width: auto;
  }

  .BoxOne{
    width: auto;
  }

  #LoginArea {
    float: none;
    width: 100%;
    padding: 0;
  }
  #LoginRight {
    position: relative;
    margin: 0;
    padding: 2em 0 0;
    border-top: 1px solid #b6b5b5;
    clear: both;
    display: block;
    border-left: none;
    width: 100%;
  }

  .BoxOneContent,
  .BoxOneTop,
  .BoxOneBottom,
  .BoxTwoTop,
  .BoxTwoBottom,
  .BoxTwoContent {
    background: none;
  }

  .faqTable {
    width: 100%;
  }

  .numbers-group {
    width: auto;
  }

  table.tablesorter {
    width: 100%;
  }

  .games-disclaimer {
    width: 55%;
  }

  #content-inner .account {
    width: auto;
  }

  .BoxTwoContent {
    padding: 0;
  }

  .accountNav {
    width: auto;
    float: left;
  }

  .accountNav li {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }

  .accountNav li a {
    font-size: 13px;
    margin: 5px 0;
    display: block
  }

  .pageTitle {
    max-width: 449px;
    margin-left: -25px;
    width: 100%;
    background-position: top right;
  }

  .columnDiv {
    width: 100%;
    margin-bottom: 25px;
  }

  .heading {
    padding: 0.6em;
    background-color: transparent;
    color: #333;
    font-size: 1.4em;
    display: block;
    width: auto;
  }
  .heading &gt; a {
    color: #3c78a7;
  }

  #WebcodeTabsNav {
    display: block;
  }
  #online, #instant {
    float: none;
    width: 100%;
  }

  #content-inner .WebcodeEntryForm &gt; img {
    display: block;
    margin: 0 auto;
    width: auto;
  }

  h2 + .SideBySide {
    width: 100%;
  }

  .SideBySide {
    float: none;
    display: inline-block;
    width: 49%;
    margin-left: 0;
    margin-right: 0;
  }

  .Input label, .Gender .legend, .Input .legend{
    display: block;
    width: 100%;
    text-align: left;
  }

  .Input label.hidden{
    display: none;
  }

  #ExtraZipInfo{
    margin: 0;
  }

  p.ExtraStateInfo, p.ExtraZipInfo,
  .Input span:not(.input-group-text),
  .Error span:not(.input-group-text),
  .SubmitButton,
  #LoginWrap .SubmitButton,
  #LoginWrap .Remember,
  #LoginWrap .AgeVerify,
  #EmailContent span {
    margin: 0;
    display: block;
    clear: both;
  }

  .SubmitButton {
    margin-top: 1em;
    text-align: center;
  }

  #header-welcome img{
    display: inline;
  }

  #header-welcome {
    float: none;
    display: block;
    margin: 0 10px 0 0;
    font-size: 0.7em;
  }

  #dashboard {
    max-width: 100%;
    float: right;
  }

  table{
    border: none;
  }

  .HistoryData table, .HistoryData th, .HistoryData td, .HistoryData tr{
    display: block;
    border: none;
  }

  .pointsTable{
    width: 100%;
  }

  .HistoryData tr th{
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .HistoryData tr:nth-of-type(odd) {
    background: #eee;
  }

  #ticketHistory td:nth-of-type(1):before {
    content: "Entry Date";
  }
  #ticketHistory td:nth-of-type(2):before {
    content: "Game";
  }
  #ticketHistory td:nth-of-type(3):before {
    content: "Ticket Number";
  }
  #ticketHistory td:nth-of-type(4):before {
    content: "Award";
  }
  #pointsHistory td:nth-of-type(1):before {
    content: "Date / Time";
  }
  #pointsHistory td:nth-of-type(2):before {
    content: "Activity";
  }
  #pointsHistory td:nth-of-type(3):before {
    content: "Details";
  }
  #pointsHistory td:nth-of-type(4):before {
    content: "Points";
  }
  #messagesCenter td:nth-of-type(1):before {
    content: "Date";
  }

  .HistoryData td:before {
    position: absolute;
    top: 7px;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
  }

  .HistoryData tr {
    border: 1px solid #ccc;
  }

  .HistoryData td {
    border: none;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    text-align: right;
    padding-right: 6px;
  }

  .cartTable .dateTime, .cartTable .subject {
    width: 100%;
  }
  .cartTable .dateTime {
    text-align: right;
  }
  .cartTable .subject {
    text-align: left;
  }

  #pointsHistory td {
    border-color: #e4e4e4;
  }

  .priceRightTable tr td {
    display: block;
    text-align: left;
    border: none;
  }

  #wpt-header, #pir-header{
    width: auto;
    height: auto;
    margin: 0;
  }

  .content-julian, .style-table{
    width: 100%;
    border: none;
  }

  .wheelSlider{
    display: none;
  }

  #monopolyTable img{
    min-width: 90px;
  }

  .pageTitle h1 {
    font-size: 1.5em;
    line-height: 2em;
  }

  #content-inner .content-data-right-top #faqImage{
    display: none;
  }
  #content-inner .content-data-right-top {
    margin-top: 0;
  }

  #content-inner .content-data-right-top.pia-top-right {
    margin-top: 4em;
  }

  .content-msg {
    width: 100%;
    margin: 1em 0 0.5em;
    min-height: 0;
  }

  /*Mobile Nav */
  #mobileNavButton {
    display: block;
  }

  #primaryNav {
    width: 100%;
    display: none;
  }

  #primaryNav li {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  #primaryNav &gt; li &gt; a {
    font-size: 15px;
    border-bottom: 1px solid #efefef;
    padding: 15px 10px;
  }

  #primaryNav &gt; li:after {
    background-color: rgba(0, 0, 0, 0);
    content: "";
    height: 60%;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
  }

  #mainNav .dropDown {
    position: relative;
    width: 100%;
    top: -7px;
    float: left;
    box-shadow: none;
    border: none;
  }

  #mainNav .navColumn {
    width: 100%;
    padding: 0;
  }

  #mainNav .subTitle {
    font-size: 14px;
    padding: 8px 0;
  }

  #mainNav .subTitle:hover {
    cursor: pointer;
  }

  #mainNav .subTitle:after {
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #A6A6A6;
    content: "";
    display: inline-block;
    left: 5px;
    top: -2px;
    margin-right: 4px;
    margin-top: 0;
    position: relative;
    width: 0;
  }

  #mainNav .subMenu {
    display: none;
    margin-left: 40px;
    font-size: 14px;
  }

  #mainNav #gamesMenu, 
  #mainNav #mediaMenu, 
  #mainNav #aboutMenu {
    display: block;
  }

  #mainNav #mediaDropDown {
    right: 0;
    width: 100%;
  }

  #mainNav #gamesDropDown {
    right: 0;
    width: 100%;
  }

  .landing .winningNumberHolder {
    width: 49%;
  }

  .landing .winningNumberHolder:nth-child(odd) {
    margin-right: 10px;
  }

  .landing .winningNumberHolder:nth-child(even) {
    margin-right: -5px;
  }

  .WebcodeEntryForm #drawform input.online {
    min-width: 50px;
    margin-bottom: 0.5em;
  }

  .ticketEntry #CodeVal {
    min-width: 85px;
  }

  .winningNumberHolder {
    width: 49%;
  }

  #winners_dd,
  #tabWinners .winners_table {
    width: 100%;
  }

  .style-table-winners {
    margin: 5px 0 15px;
  }

  #pfdTable th,
  #pfdTable .dataRows td {
    max-width: 61px;
  }

  #piaTable th,
  #piaTable .dataRows td {
    max-width: 55px;
  }

  .sweepsWrap li {
    margin: 10px;
  }

  /* Retail Locator */
  #content-inner #mapwrap #resultslist,
  #content-inner #mapwrap #mapContainer {
    height: inherit;
  }

  #content-inner #mapwrap #resultslist #sideContainer li &gt; div {
    margin: 0;
  }

  #content-inner #locatorformwrap {
    margin: 5px 0;
  }

  #content-inner #RetailLocator &gt; div {
    margin: 0 5px 5px 0;
  }

  #content-inner #RetailLocator .or {
    margin: 1px 4px 0;
  }

  #content-inner #mapwrap #mapContainer,
  {
    width: calc(100% - 25px);
    position: relative;
  }

  /* Special Promotions */
  .specialPromo .flexBox {
    display: block;
    clear: both;
  }

  .specialPromo .flexBox &gt; .col {
    display: block;
    width: 100%;
  }

  .specialPromo .flexBox &gt; .col + .col {
    margin: 15px 0 0;
  }

  #willywonka.specialPromo .drawingNotes {
    padding: 1em 1.6em;
  }
  
  #marchintomay .drawingNotes {
    padding-bottom: 1em;
    font-size: 1em;
  }
  
  #marchintomay .prizeNotes {
    font-size: 1em;
  }

  .specialPromo .drawingGrid {
    padding: 0;
  }

  .specialPromo .drawingGrid table,
  .specialPromo .drawingGrid thead,
  .specialPromo .drawingGrid tbody,
  .specialPromo .drawingGrid th,
  .specialPromo .drawingGrid td,
  .specialPromo .drawingGrid tr {
    display: block;
    border: none;
  }

  .specialPromo .drawingGrid thead tr {
    display: none;
  }

  .specialPromo .drawingGrid td {
    width: 100%;
    border: none;
  }

  #willywonka.specialPromo .drawingGrid td {
    border: none;
    position: relative;
    padding-left: 65%;
    text-align: left;
  }
  
  #willywonka .enterButtonLink {
  margin-top: 2rem;
  margin-right: -1rem;
  }
  
  #willywonka .videoLink {
    margin-left: 0;
  }

  #willywonka .enterButtonLink,
  #willywonka .videoLink {
    width: 100%;
  }

  .specialPromo .drawingGrid td:before {
    position: absolute;
    left: 0;
    padding-left: 10px;
    white-space: nowrap;
  }
  
  .specialPromo .detailNotes, .specialPromo .drawingPackage {
    max-width: 90%;
  }

  .specialPromo .moreInfo {
    font-size: 18px;
  }

  #willywonka .drawingGrid td::before {
    color: #754fa2;
  }

  #willywonka .drawingGrid td:nth-of-type(1):before {
    content: "Entry Start";
  }

  #willywonka .drawingGrid td:nth-of-type(2):before  {
    content: "Entry Deadline";
  }

  #willywonka .drawingGrid td:nth-of-type(3):before {
    content: "Drawing Date";
  }

  #willywonka .drawingGrid td:nth-of-type(4):before {
    content: "Number of Prizewinners";
  }

  .rules .drawingSchedule td:before {
    top: 10px;
  }

  .rules .drawingSchedule td:nth-of-type(1):before {
    content: "Entry Start Date";
  }

  .rules .drawingSchedule td:nth-of-type(2):before {
    content: "Entry Deadline";
  }

  .rules .drawingSchedule td:nth-of-type(3):before {
    content: "Scheduled Draw Date";
  }

  .rules .drawingSchedule td:nth-of-type(4):before {
    content: "Number of Prizewinners";
  }

}

@media only screen and (max-width: 639px) and (min-width: 480px) {
  .MarkerListItem{
    display: inherit; 
  }
}
@media screen and (max-width: 479px) {
  #logo {
    width: 73px;
  }

 #logo.loggedin {
    margin: -30px 0px 1em 1em;
  }

  #header-welcome .account-welcome {
    display: block;
    clear: both;
    width: 100%;
  }

  #head &gt; #mobileNavButton {
    margin-top: 1em;
  }

  #content-inner {
    padding: 1em 0;
  }
  #content-inner .node {
    padding: 0;
  }
  .newsCopy {
    clear: both;
  }
  #content-inner .news-content &gt; img {
    float: none;
    margin: 0 auto;
    display: block;
  }

  #home-pfp {
    height: 85px;
  }
  #home-pfp-content {
    padding-top: 0.2em;
    line-height: 0.8em;
  }
  #home-pfp-content .your-points-title {
    margin: 0 auto;
    display: block;
    height: 20px;
  }
  #home-pfp-content p.points-balance {
    margin: 0 0 0.2em;
    font-size: 0.7em;
  }
  #home-pfp-content .redeem-now-link {
    display: block;
  }
  .prizesSliderImage &gt; a, #content-inner .prizesSliderImage &gt; a &gt; img {
    display: block;
    height: 70px;
  }

  .pc_wallpaper {
    float: none;
    margin: 2em auto;
  }

  .bottom-banner-item {
    display: block;
    float: none;
    margin: 0 auto 1em;
    width: 280px;
  }
  .bottom-banner-container &gt; .FeaturedPrizes {
    margin-right: auto;
  }

  .WebcodeEntryForm .heading {
    text-align: center; font-size: 1.3em;
  }
  .historyHeader &gt; * {
    display: block;
    float: none;
    clear: both;
    text-align: center;
  }
  
 .landing .winningNumberHolder {
    width: 100%;
    margin-right: 0;
  }

  #WebcodeTabsNav li.active {
    padding: 5px;
  }

  #WebcodeTabsNav ul li {
    font-size: 0.9em;
    padding: 5px 2px;
  }

  .WebcodeContainer .HistoryTable td {
    font-size: 0.9em;
  }
  
  .WebcodeContainer .ClaimContext li {
    list-style-type: none;
  }

  .SweepsHolder .sweepTable {
    font-size: 0.9em;
  }

  .SweepsHolder .sweepTable tbody td {
    font-weight: normal;
  }

  table.tablesorter {
    border-collapse: collapse;
    clear: both;
    margin: 15px auto;
    width: 97%;
    border: none;
  }

  .NewPIA {
    font-size: 0.8em;
  }

  .NewPIA tr th.header {
    padding: 0.5em 0.8em 0.5em 0.2em;
  }

  #locatorformwrap {
    margin: 0.5em 0 1em;
  }

  #RetailLocator * {
    float: none;
    text-align: center;
  }
  
  #RetailLocator #Zipcode,
  #mapsubmit,
  #usegeo {
    width: 100%;
  }

  #RetailLocator #Zipcode {
    margin-bottom: 1em;
  }

  #content-inner #mapwrap.resultsOpen #resultslist {
    width: 40%;
  }

  .MarkerListItem{
    display: inherit; 
  }

  #content-inner #mapwrap.resultsOpen #mapContainer {
    width: calc(60% - 25px);
  }

}

@media screen and (min-width: 971px) {
  #primaryNav &gt; li:hover ul {
    display: block
  }
  
}</pre></body></html>