@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400&display=swap);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Roboto Sans", sans-serif;
  font-weight: 300;
}

.scroller {
  max-width: 100%;
}

#spinner div {
  z-index: 1032;
  color: white;
}

#spinner {
  z-index: 1031;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
}

.bg-ltt {
  background: #ffc600 !important;
}

.border-ltt {
  border-color: #ffc600 !important;
}

.mobile-search-box {
  height: fit-content;
  width: 100%;
  z-index: 200000;
  margin: 0px auto;
  position: absolute;
}
.mobile-search-box #mobile-search {
  border-width: 10px 5px 10px 5px;
  border-color: #394362;
  border-radius: 0 !important;
}
.mobile-search-box #mobile-search:focus {
  outline: none;
  box-shadow: none;
}

#myltt-nav.nav-tabs {
  background: #ffc600 !important;
}
#myltt-nav.nav-tabs .nav-link {
  color: #000;
}
#myltt-nav.nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #ffc600 !important;
  border-color: #000 #000 #ffc600 !important;
}
#myltt-nav.nav-tabs .nav-link:hover {
  border-color: #777 #777 #ffc600 !important;
}
#myltt-nav.nav-tabs .nav-link:focus {
  border-color: #777 #777 #ffc600 !important;
}

.border-dark-ltt {
  border-color: #705d1a !important;
}

.bg-dark-blue {
  background: #394362 !important;
}

#login-btn {
  background: #394362 !important;
}

h5 {
  line-height: 2rem;
  padding-bottom: 1rem;
}

.hide {
  display: none !important;
}

.d-contents {
  display: contents !important;
}

.repeat .repeat-empty {
  display: none;
}
.repeat .repeat-empty:first-child {
  display: block !important;
}

.save-btn {
  cursor: pointer;
  color: #2d1642;
}

.main-article-img {
  height: 19rem;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.main-article-img.homepage {
  height: 10rem;
}
.main-article-img.newsletter {
  height: 6rem;
  width: 6rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.main-article-img.guide {
  height: 120px;
  width: 120px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.header-content {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  height: 100%;
  display: block ruby;
}

.header-links {
  color: #ff8602;
  font-size: 1rem;
}
.header-links a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-decoration: none;
  color: #3d3d3d;
}
.header-links a p {
  display: inline;
}
.header-links a i {
  color: #ff8602;
  font-size: 1.4rem;
}

.header-text {
  height: 7.5rem;
  width: 100%;
  font-family: "Roboto Slab", serif;
  font-size: 2.5rem;
  display: flow-root;
  max-width: 1500px;
  margin: auto;
}
.header-text .strapline {
  margin-top: 2.2rem;
  padding-left: 8rem;
  position: absolute;
}
.header-text .main-text {
  color: #fd8418;
  font-weight: bold;
  display: block;
  line-height: 1rem;
}
.header-text .main-text a {
  color: #fd8418;
  text-decoration: none;
}
.header-text .sub-text {
  color: #3d3d3d;
  font-weight: normal;
  font-size: 1.6rem;
}
.header-text .sub-text a {
  color: #3d3d3d;
  text-decoration: none;
}

.megaNavBackdrop:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 300vh;
  top: 10rem;
  right: 0;
  background-color: rgba(39, 49, 86, 0.7);
  z-index: 10;
}

.navbar-nav {
  max-height: 3rem;
}
.navbar-nav .nav-link {
  text-align: left;
  padding-left: 1rem;
  display: inline-block !important;
  vertical-align: middle !important;
  padding: 0 !important;
}

.navbar {
  background: #394362;
  color: white;
  height: 3rem;
  z-index: 100;
}
.navbar h3 a {
  color: #0d6efd;
  font-size: 1rem;
  text-decoration: none;
}
.navbar p {
  font-size: 0.9rem;
}
.navbar p a {
  color: black;
  text-decoration: none;
}
.navbar .main-article-img {
  height: 250px;
  overflow: hidden;
  background-position: top;
  background-size: cover;
}
.navbar .main-article-img.homepage {
  height: 10rem;
}
.navbar .main-article-img.newsletter {
  height: 6rem;
  width: 6rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.navbar .main-article-img.guide {
  height: 120px;
  width: 120px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.navbar-brand img {
  height: 100px !important;
  position: absolute;
  bottom: 110%;
}

.nav-item {
  line-height: 2rem;
  background-image: linear-gradient(white, white) !important;
  background-image: -webkit-linear-gradient(white, white) !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: 0% 100%;
  transition: background-size 0.5s;
  -webkit-transition: background-size 0.5s;
}
.nav-item .nav-link {
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
}

.glossary-container {
  height: 235px;
  overflow: scroll;
}

.myltt-btn {
  border-radius: 0.25rem !important;
  padding: 3px 8px !important;
}

.nav-item.show {
  padding-bottom: 0 !important;
}

.nav-link.alt {
  color: #394362 !important;
}

.navbar-dropdown {
  width: 100vw;
  border-left: 1.2rem solid;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: table;
  box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.2);
  transition: all 0.1s;
  transition-delay: 1s;
  margin-top: 0.4rem;
}
.navbar-dropdown .mega-nav-header {
  color: black;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Roboto Slab", sans-serif;
}
.navbar-dropdown .mega-nav-ul li {
  border: 1px solid !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  color: #e8e8e8;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.3rem 1rem;
}
.navbar-dropdown .mega-nav-ul li:before {
  content: " ";
  border-left: 0.4rem solid #c19ad8;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: 0;
}
.navbar-dropdown .card-text {
  font-size: 0.9rem;
}
.navbar-dropdown .nav-content {
  height: 400px;
}
.navbar-dropdown .popularGuides p {
  margin-bottom: 0 !important;
}
.navbar-dropdown .popularGuides .row.no-gutters:last-child {
  border: 0 !important;
}
.navbar-dropdown .popularGuides .article:hover {
  background-color: #d3d3d37c;
}
.navbar-dropdown .popularGuides .card-text {
  font-size: 1.1rem;
}
.navbar-dropdown .popularGuides > .card {
  width: 100%;
}
.navbar-dropdown .popularGuides .article-listing:not(:last-child) {
  border-bottom: 1px solid #dee2e6 !important;
}
.navbar-dropdown .card-title {
  font-weight: bold;
}

.main-article .card-text {
  font-size: 0.9rem;
}

.navbar-dropdown[aria-labelledby=personalDropdown],
.navbar-dropdown[aria-labelledby=personalDropdown] .mega-nav-ul li:before {
  border-color: #c19ad8;
}

.navbar-dropdown[aria-labelledby=propertyDropdown],
.navbar-dropdown[aria-labelledby=propertyDropdown] .mega-nav-ul li:before {
  border-color: #7485a2;
}

.navbar-dropdown[aria-labelledby=selfDropdown],
.navbar-dropdown[aria-labelledby=selfDropdown] .mega-nav-ul li:before {
  border-color: #ae548a;
}

.navbar-dropdown[aria-labelledby=contractorDropdown],
.navbar-dropdown[aria-labelledby=contractorDropdown] .mega-nav-ul li:before {
  border-color: #78c2a3;
}

.navbar-dropdown[aria-labelledby=businessDropdown],
.navbar-dropdown[aria-labelledby=businessDropdown] .mega-nav-ul li:before {
  border-color: #78c1a2;
}

.dropdown {
  color: #394362;
  font-size: 0.9rem;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
}

.dropdown:not(:last-child) {
  border-bottom: 1px solid rgba(57, 67, 98, 0.2);
}

.dropdown:hover {
  text-decoration: none;
}

.dropdown.active {
  border-left: 7px solid #c19ad8;
}

.homeRow {
  color: black;
  font-family: "Roboto Slab", serif;
}

.navigation-articles .article-img {
  height: 100px;
  width: 100px;
  min-width: 100px;
  object-fit: cover;
}
.navigation-articles .article-text {
  padding: 0 0 0 0.5rem !important;
}
.navigation-articles .list-group-item {
  padding: 0 0 0.55rem 0 !important;
  margin-bottom: 0.55rem !important;
  border: 0 !important;
}
.navigation-articles .list-group-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.context-articles .article-img {
  height: 120px;
  width: 120px;
  min-width: 120px;
  object-fit: cover;
}
.context-articles .article-content {
  display: inline-block;
}

.personalTax {
  border-left: solid 0.8rem #4fc3f7;
  background-color: #e9f8ff !important;
}

.propertyTax {
  border-left: solid 0.8rem #546e7a;
  background-color: #e2e8eb;
}

.selfEmployed {
  border-left: solid 0.8rem #ae548a;
  background-color: #f7daeb;
}

.smallBusiness {
  border-left: solid 0.8rem #78c1a2;
  background-color: #d3eee3;
}

.contractor {
  border-left: solid 0.8rem #ec2b2b;
  background-color: #fce6e6;
}

.article {
  height: 7rem;
}

.scroll {
  max-height: 21rem;
  overflow-y: auto;
}

.container .row .homePanel,
.container-fluid .row .homePanel {
  max-width: 1280px;
  margin: auto;
}
.container .row .homePanel .main-article .card-title,
.container-fluid .row .homePanel .main-article .card-title {
  font-weight: bolder;
}
.container .row .homePanel .other-articles .card,
.container-fluid .row .homePanel .other-articles .card {
  background-color: white;
}

.guides-link {
  float: right;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: 600;
}

.article-footer {
  font-size: 0.8rem;
  color: #007bff;
}

.article-date {
  float: right;
}

.article-tags {
  float: left;
}
.article-tags a.badge.bg-primary:hover {
  background-color: #0a58ca !important;
  color: white;
}

.article-link:hover ~ .article-footer {
  color: #0056b3;
}

.main-context-article .card-img-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

#wrap {
  flex-grow: 1;
  background-color: #fff;
}

footer .tip {
  font-size: 0.7rem;
  color: #757d86;
  margin: 1rem 0;
}

.contextRow {
  font-family: "Roboto Slab", serif;
  line-height: 1.75rem;
  width: 100%;
  max-width: 1500px;
  background-color: #fff;
  margin: auto !important;
}
.contextRow h6 {
  font-size: 1.1rem;
}
.contextRow .card-text {
  font-size: 1rem;
}
.contextRow .card-title {
  font-weight: bold;
}
.contextRow .related-articles {
  max-width: 1280px !important;
  margin: auto !important;
}

.articleRow {
  width: 100%;
  background-color: white;
  max-width: 1500px;
  margin: auto;
  font-family: "Roboto Slab", serif;
}
.articleRow .content-section-name {
  border-width: 0.6rem !important;
  line-height: 1.9rem;
  padding-bottom: 0.1rem;
  color: #364164;
  letter-spacing: 0.1rem;
  padding-top: 0 !important;
}
.articleRow .content-title {
  font-weight: bold;
}
.articleRow .content-tagline {
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #384386;
  border: 0 !important;
}
.articleRow .content-date {
  color: #b30000;
  font-size: 1.1rem;
  font-weight: bold;
}
.articleRow .tax-expert.writer .expert-body {
  background: #e4e9f9;
}
.articleRow .tax-expert.writer .expert-body .expert-description {
  font-size: 1rem;
  line-height: 1.8rem;
}

.article-content p,
.article-content li {
  font-size: 1.1rem;
  line-height: 1.9rem;
  padding-bottom: 1rem;
}
.article-content h2 {
  border-bottom: 2px solid #b30000;
}
.article-content h2,
.article-content h3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.article-content .title {
  font-weight: normal;
  font-size: 0.9rem;
}
.article-content .summary {
  font-size: 0.9rem;
}

.ad-placeholder {
  border-radius: 0 !important;
}
.ad-placeholder .card-img-top {
  border-radius: 0 !important;
}

.context-title {
  font-size: 40px;
  border-left: 10px solid #7183a5;
  font-family: "Roboto Slab", serif;
  text-transform: capitalize;
}
.context-title span {
  text-transform: none;
}

.article-text {
  font-size: 0.9rem;
}

.expired-n {
  display: none;
}

.link-text,
.link-logo {
  display: inline-block;
}

.other-articles .card:not(:last-child) {
  border-bottom: 1px solid #dee2e6 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.context-articles img {
  float: left;
}

.article-banner {
  background-position: center;
  background-size: cover;
  height: 26rem;
  width: 100%;
  margin-bottom: 2rem;
}

.article-options i {
  font-size: 24px;
}
.article-options a {
  margin-right: 1rem;
}

.sidebar {
  position: relative;
}
.sidebar .newsletter-panel .newsletter-header {
  font-size: 1.2rem;
  color: #3d3d3d;
  font-weight: bold;
}
.sidebar .newsletter-panel .newsletter-header span {
  font-size: 1.3rem;
  font-weight: bold;
  color: #6e00b3;
}
.sidebar .newsletter-panel .newsletter-btn {
  width: 100%;
  border-radius: 0.25rem !important;
  margin-top: 0.25rem;
}

.card .title,
.context-article .title {
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.card .summary,
.context-article .summary {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: black;
}

.tax-expert {
  font-family: "Roboto Slab", serif;
}

.expert-header {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  background: #357ae8;
}

.expert-body {
  background: #eee;
  font-size: 0.9rem;
}
.expert-body img {
  float: left;
}
.expert-body .expert-info {
  line-height: 1rem;
}
.expert-body .expert-info .expert-name {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.expert-body .footer-link {
  cursor: pointer;
}

.month {
  background: #3d3d3d;
  color: white;
  font-family: Roboto Slab;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.5rem;
}

.calendar-header {
  font-size: 1.9rem;
  color: #3d3d3d;
  font-family: Roboto Slab;
  font-weight: bold;
}

.event-date {
  background: #9a9a9a;
  color: white;
  text-align: center;
  display: table;
  float: left;
}
.event-date span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
}

.calendar-event {
  width: 80%;
  position: relative;
  background: #f7f7f7;
  float: left;
}
.calendar-event a {
  font-weight: bold;
  font-size: 1rem;
}

.long-expert-link:hover .long-expert-footer {
  filter: brightness(0.7);
}

.long-tax-expert {
  max-width: 100%;
  margin: auto;
}

.long-expert-header {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  background: #357ae8;
  font-size: 1.5rem;
  font-weight: bold;
}

.long-expert-info {
  background: #f7f7f7;
  color: #3d3d3d;
}
.long-expert-info .long-expert-body {
  color: black;
}
.long-expert-info .long-expert-body strong {
  display: block;
  font-size: 1.3rem;
}
.long-expert-info .long-expert-body span {
  font-size: 1.1rem;
}
.long-expert-info .long-expert-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #007bff;
}

#template-card {
  display: none;
}

.newsletter-panel {
  background-image: linear-gradient(285deg, #fffa00 -6%, #fb0 77%);
}
.newsletter-panel #newsletter-signup {
  display: inline-block;
}
.newsletter-panel #newsletter-signup .input-group {
  min-width: 100%;
}
.newsletter-panel .newsletter-header {
  font-size: 2rem;
  color: #3d3d3d;
  font-weight: bold;
}
.newsletter-panel .newsletter-header span {
  font-size: 2.1rem;
  color: #6e00b3;
}
.newsletter-panel .newsletter-subtext {
  font-size: 1rem;
  line-height: 1.3rem;
  color: white;
  font-weight: bold;
}
.newsletter-panel .newsletter-subtext span {
  background-color: #ff8602;
  display: inline;
  line-height: 2.2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.newsletter-panel .newsletter-btn {
  width: 150px;
  background: #6e00b3;
  color: white;
}
.newsletter-panel .newsletter-btn:disabled {
  opacity: 1 !important;
}
.newsletter-panel .newsletter-btn:disabled:not(.success) {
  background: #bd1717;
}
.newsletter-panel .newsletter-btn:disabled.success {
  background: #398c00;
}
.newsletter-panel .newsletter-btn span:not(.default-txt) {
  vertical-align: inherit;
  display: none;
}
.newsletter-panel .newsletter-btn:disabled:not(.success):not(.error) span.disabled-txt {
  display: inline-block;
}
.newsletter-panel .newsletter-btn:disabled span.default-txt {
  display: none;
}
.newsletter-panel .newsletter-btn.success span.success-msg {
  display: inline-block;
}
.newsletter-panel .newsletter-btn.error span.error-msg {
  display: inline-block;
}
.newsletter-panel .newsletter-content {
  display: inline-block;
}

footer {
  font-family: "Roboto Slab", serif;
}
footer h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
footer p {
  font-size: 0.8rem;
  color: #bdbaba;
  line-height: 1.4rem;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer li {
  font-size: 0.9rem;
  line-height: 1.8rem;
}
footer .icon-circle {
  display: inline-block;
  background: #fff;
  color: #343a40;
  border-radius: 50%;
  height: 1.75rem;
  width: 1.75rem;
  text-align: center;
  padding-top: calc((1.75rem * 0.86) / 10);
}
footer .newsletter-panel {
  background: none;
}
footer .newsletter-panel .newsletter-title {
  font-size: 1rem;
}
footer .newsletter-panel .newsletter-title h2 {
  margin: 0;
  padding: 0;
  display: inline-block;
}
footer .newsletter-panel .newsletter-btn {
  border: solid 1px #f7f7f7;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
}
footer .copyright {
  background: black;
  color: #c3c3c3;
  font-size: 0.7rem;
}

@media only screen and (max-width: 1280px) {
  .contextRow {
    max-width: 98%;
    padding: 0.5rem !important;
  }

  .inner-relatedArticles {
    padding: 3rem !important;
  }
}
@media only screen and (max-width: 1500px) {
  html {
    font-size: 14px;
  }

  body {
    font-weight: 400;
  }

  h1 {
    font-size: 2.2rem;
  }

  .article-content .content-tagline {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }

  .header-text .strapline {
    padding-left: 10rem;
  }
}
@media only screen and (max-width: 1199px) {
  .header-content {
    display: block;
  }

  .nav-item {
    padding-right: 0 !important;
    border-color: #e7e7e7 !important;
    background: #fff;
    transition-property: none;
  }
  .nav-item.show {
    padding-bottom: 0 !important;
  }

  .mobile-btns {
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    top: 4px;
  }

  .custom-navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
    color: rgba(255, 255, 255, 0.55);
  }

  .nav-item:hover .nav-link {
    color: #394362 !important;
  }

  .nav-link {
    padding: 0;
    text-align: center;
    background: #fff;
    color: #394362 !important;
    height: 2.5rem;
    line-height: 2.5rem;
  }

  .dropdown {
    display: block;
  }

  #ltt-nav {
    background: #fff;
  }
  #ltt-nav .dropdown-menu {
    margin: 0 !important;
    padding: 0 !important;
  }
  #ltt-nav .dropdown-menu a.dropdown {
    padding: 2rem 0 2rem 2rem !important;
    text-align: left;
  }
  #ltt-nav .navbar-nav {
    width: 100%;
    max-height: none;
  }

  .newsletter-panel {
    max-width: 100%;
    margin: auto;
  }

  .homeRow {
    max-width: 100%;
    margin: auto;
  }

  .header-text {
    height: 8rem;
  }
  .header-text .strapline {
    padding-left: 9rem;
    margin-top: 2.5rem;
  }
  .header-text .sub-text {
    font-size: 1.28rem;
  }
  .header-text .header-links {
    padding-top: 0 !important;
    padding-right: 1rem !important;
    position: relative;
    z-index: 1032;
  }
}
@media only screen and (max-width: 991.99px) {
  .article-content .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  header {
    border-bottom: 1px solid #c7c7c7;
  }

  .container-fluid:not(footer) {
    padding: 0;
  }

  h1 {
    font-size: 1.9rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.65rem;
  }

  ul {
    padding-left: 1rem;
  }

  header {
    background: #fff;
  }

  .navbar.navbar-default {
    margin-left: 0;
    margin-right: 0;
    height: 8rem;
    background: transparent;
  }
  .navbar.navbar-default .mobile-btns {
    top: 54px;
  }
  .navbar.navbar-default .custom-navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'                viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'                d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  .relatedArticles .expert-info .expert-name {
    font-size: 1.1rem !important;
  }
  .relatedArticles .expert-info p {
    font-size: 0.8rem !important;
  }
  .relatedArticles .other-articles .card {
    line-height: 1.4rem;
  }

  .navbar-collapse {
    margin-top: 6.5rem !important;
  }

  .navbar-brand img {
    height: 100px !important;
    bottom: 5%;
  }

  .header-text {
    position: absolute;
    top: 0;
    height: 10rem;
  }
  .header-text .strapline {
    margin-top: 2.9rem;
    height: 10rem;
    flex-direction: column;
  }
  .header-text .header-links {
    padding-top: 0.5rem !important;
  }
  .header-text .header-links a[target=_blank] {
    display: none;
  }

  .long-expert-footer {
    position: relative !important;
    text-align: right;
  }

  .inner-relatedArticles {
    padding: 1rem !important;
  }

  .newsletter-panel .newsletter-content-container {
    display: none !important;
  }
  .newsletter-panel #newsletter-signup .input-group {
    min-width: auto;
  }

  .sidebar .newsletter-panel .newsletter-btn {
    width: initial;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-top: 0;
  }

  .articleRow .content-tagline {
    font-size: 1.2rem;
    line-height: 1.75rem;
  }
  .articleRow .article-content p,
.articleRow .article-content li {
    line-height: 1.75rem;
  }
}
@media only screen and (max-width: 576px) {
  #wrap {
    padding: 0 !important;
  }

  .navbar.navbar.navbar-default {
    height: 5rem;
  }

  .mobile-btns {
    top: 24px !important;
  }

  .navbar-collapse {
    margin-top: 3.6rem !important;
  }

  .header-text {
    font-size: 1.8rem;
    height: 5rem;
  }
  .header-text .header-links {
    font-size: 0.8rem;
    display: none;
  }
  .header-text .header-links a i {
    font-size: 1.6rem;
    display: none;
  }
  .header-text .strapline {
    height: 5rem;
    padding-left: 5rem;
    margin-top: 1.2rem;
  }
  .header-text .strapline .sub-text {
    font-size: 1.2rem;
  }

  .navbar-brand img {
    height: 65px !important;
    bottom: 5%;
  }
}
@media only screen and (max-width: 480px) {
  .navbar.navbar-default {
    padding-left: 0;
    padding-right: 0;
  }

  .header-text {
    font-size: 1.4rem;
  }
  .header-text .header-links a {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .header-text .strapline .sub-text {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-contents {
    display: contents !important;
  }
}
@media print {
  header {
    display: none !important;
  }

  footer {
    display: none !important;
  }

  .sidebar {
    display: none !important;
  }

  .article-banner img {
    opacity: 1 !important;
  }

  .article-options {
    display: none !important;
  }

  .article-tags {
    display: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
    color: #2c56a7 !important;
  }

  a:not(#print-src)[href]:after {
    content: " (" attr(href) ")";
  }

  #print-src:before {
    content: "Source: " attr(href);
    font-size: 20px;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    white-space: nowrap;
  }
}
/* remove the spinner arrows from number input fields */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}