/*! Copyright © 2025 Ask Media Group */
.border-line {
  margin: 10px 0 0 0;
  border: 0;
  border-top: 1px solid #e4e4e4;
}
.border-line .search {
  width: 80%;
  margin: 0 auto;
}
.border-line .search .input-row {
  height: 44px;
  margin: 0.5em auto;
  display: flex;
}
.border-line .search .input-row input {
  background-color: #e4e4e4;
  color: #787878;
  border: 1px solid #989898;
  border-right: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: calc(100% - 129px - 125px);
  outline: 0;
  padding: 0 1em;
}
.border-line .search .input-row input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.075);
}
.border-line .search .input-row .dropdown-btn {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 125px;
  cursor: default;
  background-color: #e4e4e4;
  color: #787878;
  vertical-align: top;
  line-height: 44px;
  border: 1px solid #989898;
  border-left: 0;
  border-right: 0;
  font-weight: Bold;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: right;
}
.border-line .search .input-row .dropdown-btn .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: 2px;
  border-top: 6px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin: 0 20px 0 20px;
}
.border-line .search .input-row .dropdown-btn .search-type-menu-hidden {
  display: none;
}
.border-line .search .input-row .dropdown-btn .search-type-menu-visible {
  width: 125px;
  display: block;
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  font-weight: normal;
  font-size: 14px;
  color: #464646;
  letter-spacing: 0;
  line-height: 38px;
  text-align: left;
  text-transform: none;
  z-index: 99999;
}
.border-line .search .input-row .dropdown-btn .search-type-menu-visible .search-type-menu-item {
  display: inline-block;
  width: 100%;
  padding: 0 0 5px 20px;
}
.border-line .search .input-row .dropdown-btn .search-type-menu-visible .search-type-menu-item .search-type-radio-button {
  width: auto;
  height: auto;
  margin-right: 10px;
  vertical-align: 1px;
}
.border-line .search .input-row .search-btn {
  color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 129px;
  height: 100%;
  vertical-align: top;
  background-image: linear-gradient(-180deg, #236cc4 1%, #004fad 100%);
  border: 1px solid #0150ae;
  font-size: 20px;
  text-align: center;
}
.border-line .search .input-row .search-btn:hover {
  background-image: linear-gradient(0deg, #2885f3 0%, #004fad 99%);
}
.border-line .search .under-input-row {
  text-align: right;
  margin-right: 20px;
}
.border-line .search .under-input-row a {
  color: #236cc4;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}
.border-line .search .under-input-row a:visited {
  color: #236cc4;
}
.border-line .search .under-input-row a:hover {
  text-decoration: underline;
}
.border-line .search .under-input-row span {
  color: #979797;
}

@font-face {
  font-family: "icomoon";
  src: url("/static/icomoon.ttf") format("truetype");
}
[class*="icon-"],
[class^="icon-"] {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: "\E900";
}
.icon-close:before {
  content: "\E901";
}
.icon-checked:before {
  content: "\E902";
}
.icon-exclamation:before {
  content: "\E903";
}
.icon-info:before {
  content: "\E904";
}
.icon-settings:before {
  content: "\E905";
}
.icon-alarm:before {
  content: "\E906";
}
.icon-mail:before {
  content: "\E907";
}
.icon-calendar:before {
  content: "\E908";
}
.icon-apps:before {
  content: "\E909";
}
.icon-flight:before {
  content: "\E90A";
}
.icon-map:before {
  content: "\E90B";
}
.icon-question:before {
  content: "\E90C";
}
.icon-timeconverter:before {
  content: "\E90D";
}
.icon-wallpaper:before {
  content: "\E90E";
}
.icon-arrows:before {
  content: "\E90F";
}
.icon-recipe-search:before {
  content: "\E910";
}
.icon-calculator:before {
  content: "\E911";
}
.icon-check-password:before {
  content: "\E912";
}
.icon-bill-pay:before {
  content: "\E913";
}
.icon-crossword:before {
  content: "\E914";
}
.icon-sudoku:before {
  content: "\E915";
}
.icon-news:before {
  content: "\E916";
}
.icon-dictionary:before {
  content: "\E917";
}
.icon-edit-photos:before {
  content: "\E969";
}
.icon-entertainment:before {
  content: "\E919";
}
.icon-file-converter:before {
  content: "\E91A";
}
.icon-internet-speed:before {
  content: "\E91B";
}
.icon-music:before {
  content: "\E91C";
}
.icon-to-do:before {
  content: "\E91D";
}
.icon-translate:before {
  content: "\E91E";
}
.icon-watch-tv:before {
  content: "\E91F";
}
.icon-link:before {
  content: "\E920";
}
.icon-date:before {
  content: "\E921";
}
.icon-clock:before {
  content: "\E922";
}
.icon-right-arrow:before {
  content: "\E923";
}
.icon-favorite-tv:before {
  content: "\E924";
}
.icon-checked-2:before {
  content: "\E925";
}
.icon-stop:before {
  content: "\E926";
}
.icon-upload:before {
  content: "\E927";
}
.icon-plus:before {
  content: "\E928";
}
.icon-minus:before {
  content: "\E929";
}
.icon-weather:before {
  content: "\E92A";
}
.icon-trash-can:before {
  content: "\E92B";
}
.icon-area-code:before {
  content: "\E92C";
}
.icon-international-phone:before {
  content: "\E92D";
}
.icon-phone:before {
  content: "\E92E";
}
.icon-address:before {
  content: "\E92F";
}
.icon-zip-code:before {
  content: "\E930";
}
.icon-government-form:before {
  content: "\E931";
}
.icon-print-templates:before {
  content: "\E932";
}
.icon-pdf-combine:before {
  content: "\E933";
}
.icon-animated:before {
  content: "\E934";
}
.icon-down-triangle:before {
  content: "\E935";
}
.icon-camera:before {
  content: "\E936";
}
.icon-crafts:before {
  content: "\E937";
}
.icon-download:before {
  content: "\E938";
}
.icon-map-links:before {
  content: "\E939";
}
.icon-transit-tools:before {
  content: "\E93A";
}
.icon-astrology:before {
  content: "\E93B";
}
.icon-most-visited:before {
  content: "\E93C";
}
.icon-solitaire:before {
  content: "\E93D";
}
.icon-setup:before {
  content: "\E93E";
}
.icon-lottery:before {
  content: "\E93F";
}
.icon-package-tracker:before {
  content: "\E940";
}
.icon-audio-converter:before {
  content: "\E941";
}
.icon-how-to:before {
  content: "\E942";
}
.icon-unit-converter:before {
  content: "\E943";
}
.icon-file-share:before {
  content: "\E944";
}
.icon-music-links:before {
  content: "\E945";
}
.icon-video-converter:before {
  content: "\E946";
}
.icon-games:before {
  content: "\E947";
}
.icon-movie-links:before {
  content: "\E948";
}
.icon-video-links:before {
  content: "\E949";
}
.icon-how-to-links:before {
  content: "\E94A";
}
.icon-movie-news:before {
  content: "\E94B";
}
.icon-shipping-tools:before {
  content: "\E94C";
}
.icon-video-download:before {
  content: "\E94D";
}
.icon-baby:before {
  content: "\E94E";
}
.icon-female:before {
  content: "\E94F";
}
.icon-male:before {
  content: "\E950";
}
.icon-arrow-circle:before {
  content: "\E951";
}
.icon-dragbar:before {
  content: "\E952";
}
.icon-external-link:before {
  content: "\E953";
}
.icon-view-detail:before {
  content: "\E954";
}
.icon-full-screen:before {
  content: "\E955";
}
.icon-stickers:before {
  content: "\E956";
}
.icon-close-circle:before {
  content: "\E957";
}
.icon-question-circle:before {
  content: "\E958";
}
.icon-ancestry:before {
  content: "\E959";
}
.icon-mail-tools:before {
  content: "\E95A";
}
.icon-yoga:before {
  content: "\E95B";
}
.icon-game-link:before {
  content: "\E95C";
}
.icon-excite:before {
  content: "\E95D";
}
.icon-home:before {
  content: "\E95E";
}
.icon-today:before {
  content: "\E95F";
}
.icon-finance:before {
  content: "\E960";
}
.icon-sports:before {
  content: "\E961";
}
.icon-love:before {
  content: "\E962";
}
.icon-movie:before {
  content: "\E963";
}
.icon-autos:before {
  content: "\E964";
}
.icon-lifestyle:before {
  content: "\E965";
}
.icon-classified:before {
  content: "\E966";
}
.icon-video:before {
  content: "\E967";
}
.icon-fashion:before {
  content: "\E968";
}
.icon-edit:before {
  content: "\E969";
}
.icon-left-arrow:before {
  content: "\E923";
  transform: rotate(180deg);
  display: inline-block;
}

.header-container {
  width: 100%;
}
.header-container .header-container-header {
  background-color: #292d32;
  box-sizing: border-box;
  height: 70px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.header-container .header-container-header .logo {
  margin: 15px 20px 0;
}
.header-container .header-container-header .header-menu {
  display: flex;
  flex-direction: row;
  margin: 0 20px 0 0;
}
.header-container .header-container-header .header-menu .menu-button {
  width: 70px;
  height: 70px;
  display: flex;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
}
.header-container .header-container-header .header-menu .menu-button .ask-button.link-button {
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-container .header-container-header .header-menu .menu-button .icon {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 60px;
  display: inline-block;
  width: 50px;
  height: 38px;
}
.header-container .header-container-header .header-menu .menu-button .label {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  display: block;
}

.side-menu {
  margin: -5px 10px 0 5px;
  box-sizing: border-box;
  width: 180px;
}
.side-menu .mobile-menu-toggle-button {
  display: none;
}
.side-menu .menu-list {
  list-style-type: none;
  padding-inline-start: 5px;
}
.side-menu .menu-list .menu-button {
  line-height: 38px;
}
.side-menu .menu-list .menu-button .icon {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 20px;
}
.side-menu .menu-list .menu-button .label {
  font-size: 16px;
  letter-spacing: 0;
  padding-left: 40px;
  padding-right: 20px;
  color: #787878;
  text-decoration: none;
  position: relative;
  display: block;
  line-height: inherit;
  white-space: nowrap;
}
.side-menu .menu-list .menu-button.last-child.is-active {
  background-color: #565f6b;
}
.side-menu .menu-list .menu-button.last-child.is-active .label {
  color: #fff;
}
.side-menu .menu-list .menu-button.last-child:hover {
  background-color: #8f9fb5;
}
.side-menu .menu-list .menu-button.last-child:hover .label {
  color: #fff;
}
.side-menu .menu-list .menu-button.sub-menu.no-active-child.is-active > .label {
  background-color: #565f6b;
  color: #fff;
}
.side-menu .menu-list .menu-button.sub-menu > .label:hover {
  background-color: #8f9fb5;
  color: #fff;
}
.side-menu .menu-list .menu-button.sub-menu.is-active {
  background-color: #f3f5f8;
}
.side-menu .menu-list .menu-button.sub-menu.is-active > .menu-list > .menu-button {
  padding: 0;
}
.side-menu .menu-list .menu-button.sub-menu.is-active .menu-list .menu-button {
  line-height: 30px;
}
.side-menu .menu-list .menu-button.sub-menu.is-active > .label {
  color: #000;
}
.side-menu .ad-container {
  padding: 20px 10px 0;
}
.side-menu .ad-container .google-ads {
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .side-menu {
    position: absolute;
    top: 70px;
    left: 0;
    bottom: 0;
    transform: translate(-100%);
    transition: all 0.6s;
    z-index: 1;
    background-color: #292d32;
  }
  .side-menu.mobile-visible {
    transform: translate(0);
  }
  .side-menu.mobile-visible .mobile-menu-toggle-button .bar1 {
    transform: rotate(45deg) translate(8px, 7px);
  }
  .side-menu.mobile-visible .mobile-menu-toggle-button .bar2 {
    opacity: 0;
  }
  .side-menu.mobile-visible .mobile-menu-toggle-button .bar3 {
    transform: rotate(-45deg) translate(7px, -6px);
  }
  .side-menu .mobile-menu-toggle-button {
    display: block;
    position: absolute;
    right: -70px;
    top: 0;
    cursor: pointer;
    background: #151515;
    padding: 24px 22px 16px 22px;
  }
  .side-menu .mobile-menu-toggle-button .bar1,
  .side-menu .mobile-menu-toggle-button .bar2,
  .side-menu .mobile-menu-toggle-button .bar3 {
    width: 26px;
    height: 2px;
    background: #e4e4e4;
    margin-bottom: 8px;
    transition: all 0.6s;
  }
}

.excite-footer {
  background-color: #e4e4e4;
  box-sizing: border-box;
  height: 102px;
  margin: 10px 0 0 0;
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 14px;
}
.excite-footer .footer-item {
  display: inline;
  color: #1e6bc6;
  margin: 0;
  padding-left: 2px;
  white-space: nowrap;
}
.excite-footer .footer-item-link {
  color: #1e6bc6;
  text-decoration: none;
}
.excite-footer .footer-item:not(:first-child):before {
  content: "|";
  margin: 0 0.4em;
  position: relative;
}
.cookie h1,
.privacy h1,
.tos h1,
.sitemap h1 {
  color: #000;
  border-bottom: solid 2px #000;
  font-family: Verdana, sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 18px 0;
  padding-top: 24px;
}
.cookie .link,
.privacy .link,
.tos .link,
.sitemap .link {
  padding: 5px;
}
.cookie .link:nth-child(odd),
.privacy .link:nth-child(odd),
.tos .link:nth-child(odd),
.sitemap .link:nth-child(odd) {
  background-color: #e7e7e7;
}
.cookie .infocat,
.privacy .infocat,
.tos .infocat,
.sitemap .infocat {
  margin: 0 0 40px 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.cookie .infocat .bold,
.privacy .infocat .bold,
.tos .infocat .bold,
.sitemap .infocat .bold {
  font-weight: bold;
}
.cookie .infocat td,
.privacy .infocat td,
.tos .infocat td,
.sitemap .infocat td {
  border: 1px solid black;
  font-size: 13px;
  line-height: 20px;
  padding: 8px;
}
.cookie .infocat td div,
.privacy .infocat td div,
.tos .infocat td div,
.sitemap .infocat td div {
  font-size: 13px;
  line-height: 20px;
  padding: 8px;
  color: #000;
  margin: 0 0 16px 0;
}
.cookie-table,
.privacy-table,
.tos-table,
.sitemap-table {
  font-size: 13px;
  margin: 0 0 40px 0;
  width: 80%;
}
.cookie-table tbody,
.privacy-table tbody,
.tos-table tbody,
.sitemap-table tbody {
  font-size: 13px;
}
.cookie-table .col1,
.privacy-table .col1,
.tos-table .col1,
.sitemap-table .col1 {
  width: 111px;
}
.cookie-table td,
.privacy-table td,
.tos-table td,
.sitemap-table td {
  border-bottom: 1px solid #151515;
  padding: 8px;
}
.cookie-table th,
.privacy-table th,
.tos-table th,
.sitemap-table th {
  background-color: #ccc;
  border: solid 4px #fff;
  font-weight: bold;
  padding: 0 8px 0 4px;
}
.cookie div,
.privacy div,
.tos div,
.sitemap div,
.cookie li,
.privacy li,
.tos li,
.sitemap li {
  color: #000;
  font-size: 16px;
  margin: 0 0 16px 0;
  font-size: "Arial, sans-serif";
}
.cookie div p,
.privacy div p,
.tos div p,
.sitemap div p,
.cookie li p,
.privacy li p,
.tos li p,
.sitemap li p {
  margin: 0;
}
.cookie h2,
.privacy h2,
.tos h2,
.sitemap h2 {
  color: #000;
  font-family: Verdana, sans-serif;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: bolder;
}
.cookie .bold,
.privacy .bold,
.tos .bold,
.sitemap .bold {
  font-weight: bold;
}
.cookie .italic,
.privacy .italic,
.tos .italic,
.sitemap .italic {
  font-style: italic;
}
.cookie #userIdBtn,
.privacy #userIdBtn,
.tos #userIdBtn,
.sitemap #userIdBtn {
  padding: 0.8em 2.2em;
  border-radius: 4.5px;
  background-color: #4f8db7;
  border-color: #4f8db7;
  color: #ffffff;
  cursor: pointer;
}
.cookie .userId,
.privacy .userId,
.tos .userId,
.sitemap .userId {
  border: 1px solid lightgray;
  padding: 0.57em 0.3em;
  margin-left: 5px;
}
.cookie .optOutBtn,
.privacy .optOutBtn,
.tos .optOutBtn,
.sitemap .optOutBtn {
  margin-bottom: 6px;
  padding: 0.8em 2.2em;
  border-radius: 4.5px;
  color: #ffffff;
  background-color: #a9a9a9;
  border-color: #a9a9a9;
  cursor: no-drop;
}
.cookie #optOutMessage,
.privacy #optOutMessage,
.tos #optOutMessage,
.sitemap #optOutMessage {
  margin-top: 35px;
  background: #f2f4f5;
  padding: 12px 20px;
}
.sitemap div {
  margin: 0px;
}

.excite-date-time .heading {
  background-color: #f3f5f8;
  font-weight: 700;
  font-size: 12px;
  color: #151515;
  letter-spacing: 0;
  padding: 10px;
  box-shadow: inset 0 2px 0 0 #565f6b;
}
.excite-date-time .time {
  font-family: Verdana, sans-serif;
  margin-bottom: 6px;
  text-align: center;
  position: relative;
  font-size: 5.625em;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.excite-date-time .day {
  font-family: Verdana, sans-serif;
  margin-bottom: 16px;
  line-height: 1;
  font-size: 1.75em;
  display: block;
  text-align: center;
}
.excite-date-time .day sup {
  margin-left: 2px;
}
.excite-date-time .meridiem {
  font-size: 0.3em;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-left: 3px;
  margin-left: 5px;
}

.wide-column .card:first-child {
  display: block;
  padding: 0 10px;
}
.quick-links .title {
  color: #151515;
  background-color: #f3f5f8;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0;
  padding: 10px;
  box-shadow: inset 0 2px 0 0 #565f6b;
}
.chiclets {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px auto 0;
  text-align: left;
  list-style: none;
}
.chiclets .icons-list {
  display: flex;
  flex-direction: column;
}
.chiclets .icons-list.more-resources {
  width: 78px;
  height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 14px;
  padding-bottom: 48px;
}
.chiclets .icons-list.more-resources .ask-button {
  position: relative;
  pointer-events: auto;
  cursor: pointer;
  margin: 0px;
}
.chiclets .icons-list.more-resources .ask-button a,
.chiclets .icons-list.more-resources .ask-button a:visited {
  color: #000;
  text-decoration: none;
}
.chiclets .icons-list.more-resources .ask-button a:hover {
  color: #000;
}
.chiclets .icons-list.more-resources .ask-button:active {
  position: relative;
  top: 0.25em;
}
.chiclets .icons-list.more-resources .ask-button .image {
  display: block;
}
.chiclets .icons-list.more-resources .ask-button.chiclet-gray-border {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #F1F1F1 0% 0% no-repeat padding-box;
  box-shadow: inset 0 0 0 #FFFFFF80;
  border: 1px solid #00000033;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.chiclets .icons-list.more-resources .ask-button.chiclet-gray-border .image {
  width: 45px;
  height: 45px;
  border: none;
}
.chiclets .icons-list.more-resources .ask-button .label {
  display: block;
  font-size: 12px;
  color: #000;
}
.chiclets .icons-list.more-resources .ask-button .image-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.chiclets .icons-list.more-resources .ask-button.chiclet-label-top-right .label {
  position: absolute;
  right: -10px;
  top: -5px;
  background: #ff0000;
  border-radius: 50%;
  padding: 3px;
  min-width: 19px;
  font-size: 10px;
  color: #fff;
}
.chiclets .icons-list.more-resources .label {
  text-align: center;
  color: #151515;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  white-space: nowrap;
}
.chiclets .icons-list > a,
.chiclets .icons-list > .ask-button,
.chiclets .icons-list > .chiclet-button {
  display: inline-block;
  margin: 0 0.7em 20px 0.7em;
  vertical-align: top;
  width: auto;
  height: auto;
  text-decoration: none;
  cursor: pointer;
}
.chiclets .icons-list > a.chiclet-gray-border .image,
.chiclets .icons-list > .ask-button.chiclet-gray-border .image,
.chiclets .icons-list > .chiclet-button.chiclet-gray-border .image {
  border: 1px solid #a8b3bb;
  width: 44px;
  height: 44px;
  border-radius: 8px;
}
.chiclets .icons-list .ask-button {
  position: relative;
  pointer-events: auto;
  cursor: pointer;
}
.chiclets .icons-list .ask-button a,
.chiclets .icons-list .ask-button a:visited {
  color: #000;
  text-decoration: none;
}
.chiclets .icons-list .ask-button a:hover {
  color: #000;
}
.chiclets .icons-list .ask-button:active {
  position: relative;
  top: 0.25em;
}
.chiclets .icons-list .ask-button .image {
  display: block;
}
.chiclets .icons-list .ask-button.chiclet-gray-border .image {
  border: 1px solid #a8b3bb;
  width: 44px;
  height: 44px;
  border-radius: 8px;
}
.chiclets .icons-list .ask-button .image-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.chiclets .icons-list .ask-button.chiclet-label-top-right .label {
  position: absolute;
  right: -10px;
  top: -5px;
  background: #ff0000;
  border-radius: 50%;
  padding: 3px;
  min-width: 19px;
  font-size: 10px;
  color: #fff;
}
.chiclets .icons-list .chiclet-label-top-right {
  height: 100%;
  display: inline-block;
}

.card {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.card > .title {
  font-weight: bold;
  font-size: 12px;
  color: #151515;
  letter-spacing: 0;
  padding: 10px;
  box-shadow: inset 0 2px 0 0 #565f6b;
}

.column-view {
  width: 100%;
  display: flex;
  /* ALL THE BELOW ARE TEMPORARY OVERRIDES OF CSS TO MAKE THE HOMEPAGE READY FOR A DEMO */
}
.column-view .wide-column {
  width: calc(100% / 4 * 2);
}
.column-view .side-column {
  width: calc(100% * 1 / 3);
  padding: 0 20px;
}
.column-view .full-width {
  display: block;
}
.column-view .full-width .half-width {
  width: 50%;
}
.column-view .full-width .half-width:last-child {
  margin-right: 0;
  width: 50%;
}
@media (max-width: 1024px) {
  .column-view {
    flex-direction: column;
  }
  .column-view .wide-column {
    width: 100%;
  }
  .column-view .side-column {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .column-view .full-width {
    flex-direction: column;
  }
  .column-view .full-width .half-width {
    width: 100%;
  }
  .column-view .full-width .half-width:last-child {
    width: 100%;
  }
}
.column-view .weather .weather-item {
  color: #000;
}
.column-view .simple-recipes-list {
  width: 100%;
}
.column-view .simple-recipes-list .recipe-item img {
  width: 98px;
  height: 98px;
}
.column-view .tvfanatic-content .main-container {
  padding: 0;
  min-width: auto;
  width: 100%;
}
.column-view .tvfanatic-content .shows-list {
  margin: 10px 0 0 0;
}
.column-view .tvfanatic-content .shows-list .shows-list-item {
  margin: 0 1% 10px 0;
  width: 24%;
}
.column-view .gwl-thumbnails-container .gwl-thumbnails {
  width: auto;
}
.column-view .gwl-thumbnails-container .gwl-thumbnails .gwl-thumbnail-item .gwl-thumbnail-img {
  width: 98px;
  height: 50px;
}
.column-view .iac-lottery-app {
  padding: 0;
}
.column-view .word-of-the-day {
  background-color: #fff;
  height: auto;
}
.column-view .word-of-the-day .container {
  width: 100%;
  height: auto;
  position: static;
}

.homepage .empty-homepage {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
.homepage .empty-homepage .rounded-button {
  display: block;
  width: 150px;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  margin: 20px auto;
}
.homepage .links-index .links-content {
  max-height: 310px;
}
.homepage .home-notice {
  font: normal normal bold 15px/20px Arial;
  letter-spacing: 0;
  color: #fff;
  padding-bottom: 20px !important;
}
.homepage .home-notice .links-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}
.homepage .home-notice .title {
  font: normal normal bold 16px/18px Arial;
  background: #D8201A !important;
  color: #fff !important;
}
.homepage .home-notice .seo-links-app {
  background: #EE3A34;
  color: #fff;
}
.homepage .home-notice .links-subtitle {
  color: #fff;
  flex: 2;
}
.homepage .home-notice .links-list {
  flex: 1;
}
.homepage .home-notice a {
  color: #fff !important;
  height: 40px;
  background: transparent linear-gradient(180deg, #D8201A 0%, #B5130E 100%) 0 0 no-repeat padding-box;
  border: 1px solid #8D1B17 !important;
  text-align: center;
  border-radius: 8px;
  line-height: 39px !important;
  margin-bottom: 20px;
  padding: 0 6px;
}

.news-listings {
  transition: all 0.5s ease-out;
  height: auto;
}
.news-listings .title {
  color: #151515;
  background-color: #f3f5f8;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0;
  padding: 10px;
  box-shadow: inset 0 2px 0 0 #565f6b;
}
.news-listings .category .title {
  margin: 20px;
  font-size: 12px;
}
.news-listings .news-item {
  margin-bottom: 20px;
  margin-left: 18px;
}
.news-listings .news-item .news-section-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0px;
  padding-bottom: 5px;
}
.news-listings .news-item .news-section-title .link {
  font-size: 20px;
  color: #151515;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
}
.news-listings .news-item .time {
  font-size: 11px;
  color: #666;
  display: block;
  padding: 5px 0 14px 0;
}
.news-listings .news-item .abstract {
  font-size: 14px;
  color: #151515;
  letter-spacing: 0;
  line-height: 18px;
}
.news-listings .read-more {
  display: flex;
  justify-content: end;
  font-size: 14px;
  color: #1e6bc6;
  text-decoration: none;
  cursor: pointer;
}
.generic-modal .news-listings {
  width: 100%;
  height: 95%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.excite-home-layout {
  margin: 0 auto 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 719px) {
  .excite-home-layout {
    padding-top: 190px;
    gap: 25px;
  }
}
.excite-home-layout .page-header {
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100%;
  gap: 30px;
  flex: 0;
}
@media (max-width: 719px) {
  .excite-home-layout .page-header {
    gap: 20px;
  }
}
.excite-home-layout .page-header.right-logo .logo {
  order: 1 ;
  margin: 0 auto ;
}
.excite-home-layout .page-header.right-logo .logo img {
  display: block;
  margin: 0 auto;
  width: 232px !important;
  height: 110px !important;
}
@media (max-width: 719px) {
  .excite-home-layout .page-header.right-logo .logo img {
    width: 113px !important;
    height: 60px !important;
  }
}
.excite-home-layout .page-header .search-box-ui {
  margin: 0;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
}
@media (max-width: 719px) {
  .excite-home-layout .page-header .search-box-ui {
    padding: 0 calc(10px / 2);
  }
}
.excite-home-layout .page-header .search-box-ui:hover {
  box-shadow: none;
}
.excite-home-layout .page-header .search-box-ui .vertical-line {
  display: none;
}
.excite-home-layout .page-header .search-box-ui .search-input {
  height: calc(45px - 2px);
}
.excite-home-layout .page-header .search-box-ui .close-button {
  height: 45px;
}
.excite-home-layout .page-header .search-box-ui .search-button {
  height: 45px;
}
.excite-home-layout .page-header .search-box-ui .search-suggestions {
  width: 100%;
  top: 40px;
  box-sizing: border-box;
}
@media (max-width: 719px) {
  .excite-home-layout .page-header .search-box-ui .search-suggestions {
    width: calc(100% - 10px);
  }
}
.excite-home-layout .home-content {
  display: flex;
}
.excite-home-layout .row {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}
.excite-home-layout .row.row-nowrap {
  flex-wrap: nowrap;
  width: 100%;
}
.excite-home-layout .row > .col {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.excite-home-layout .row.col-fill {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  flex-grow: 1;
  min-width: 0;
}
.excite-home-layout .row > .col-12 {
  width: calc(100% * 12 / 12);
}
.excite-home-layout .row > .col-11 {
  width: calc(100% * 11 / 12);
}
.excite-home-layout .row > .col-10 {
  width: calc(100% * 10 / 12);
}
.excite-home-layout .row > .col-9 {
  width: calc(100% * 9 / 12);
}
.excite-home-layout .row .col-8 {
  width: calc(100% * 8 / 12);
}
.excite-home-layout .row > .col-7 {
  width: calc(100% * 7 / 12);
}
.excite-home-layout .row > .col-6 {
  width: calc(100% * 6 / 12);
}
.excite-home-layout .row > .col-5 {
  width: calc(100% * 5 / 12);
}
.excite-home-layout .row > .col-4 {
  width: calc(100% * 4 / 12);
}
.excite-home-layout .row > .col-3 {
  width: calc(100% * 3 / 12);
}
.excite-home-layout .row > .col-2 {
  width: calc(100% * 2 / 12);
}
.excite-home-layout .row > .col-1 {
  width: calc(100% * 1 / 12);
}
.excite-home-layout .row > .col-fix-300 {
  width: 300px;
  min-width: 300px;
  box-sizing: content-box;
}
.excite-home-layout .row.col-space-30 {
  margin-right: calc(30px * -1 / 2);
  margin-left: calc(30px * -1 / 2);
}
.excite-home-layout .row.col-space-30 > .col {
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}
.excite-home-layout .row.col-space-25 {
  margin-right: calc(25px * -1 / 2);
  margin-left: calc(25px * -1 / 2);
}
.excite-home-layout .row.col-space-25 > .col {
  padding-right: calc(25px / 2);
  padding-left: calc(25px / 2);
}
.excite-home-layout .row.col-space-20 {
  margin-right: calc(20px * -1 / 2);
  margin-left: calc(20px * -1 / 2);
}
.excite-home-layout .row.col-space-20 > .col {
  padding-right: calc(20px / 2);
  padding-left: calc(20px / 2);
}
.excite-home-layout .row.col-space-15 {
  margin-right: calc(15px * -1 / 2);
  margin-left: calc(15px * -1 / 2);
}
.excite-home-layout .row.col-space-15 > .col {
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}
.excite-home-layout .row.col-space-10 {
  margin-right: calc(10px * -1 / 2);
  margin-left: calc(10px * -1 / 2);
}
.excite-home-layout .row.col-space-10 > .col {
  padding-right: calc(10px / 2);
  padding-left: calc(10px / 2);
}
.excite-home-layout .row.col-space-5 {
  margin-right: calc(5px * -1 / 2);
  margin-left: calc(5px * -1 / 2);
}
.excite-home-layout .row.col-space-5 > .col {
  padding-right: calc(5px / 2);
  padding-left: calc(5px / 2);
}
.excite-home-layout .row.col-space-2 {
  margin-right: calc(2px * -1 / 2);
  margin-left: calc(2px * -1 / 2);
}
.excite-home-layout .row.col-space-2 > .col {
  padding-right: calc(2px / 2);
  padding-left: calc(2px / 2);
}
.excite-home-layout .row.col-space-1 {
  margin-right: calc(1px * -1 / 2);
  margin-left: calc(1px * -1 / 2);
}
.excite-home-layout .row.col-space-1 > .col {
  padding-right: calc(1px / 2);
  padding-left: calc(1px / 2);
}
.excite-home-layout .row.col-space-0 {
  margin: 0 0;
}
.excite-home-layout .row.col-space-0 > .col {
  padding: 0 0;
}
.excite-home-layout .footer {
  width: 100%;
}

