body .table-wrap {
  width: 100%;
  overflow-x: auto;
}

@media (max-width: 1199px) {
  body .info-notice {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  sgds-masthead,
  .sgds-masthead {
    position: fixed;
    width: 100%;
    top: 0;
  }

  body header {
    position: fixed;
  }

  body header .main-nav-search-dropdown.active {
    opacity: 0;
    pointer-events: none;
  }
  body header .main-nav ul li:hover > a:before {
   /* background: url("../images/ui/chevron-down.svg"); */
  }
  sgds-masthead,
  .sgds-masthead {
    font-size: 12px;
  }
  body header .main-nav-search-dropdown .search-box {
    border: 1px solid #DADADA;
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
  }
  body header .main-nav-search-dropdown .search-box::before {
    left: 8px;
    top: 16px;
  }
  body header .main-nav-search-dropdown {
    transition: none;
  }
  body header.active .main-nav-search-dropdown {
    position: relative;
    opacity: 1;
    pointer-events: all;
    z-index: 1;
  }
  body header .right {
    display: block;
    position: relative;
  }
  body header.active .right {
    position: relative;
    z-index: 99;
    float: none;
    width: 100%;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid rgb(0 0 0 / 14%)
  }

  body header .main-nav ul li a {
    max-width: auto;
  }

  body div[role="main"] aside {
    width: 240px;
  }

  body div[role="main"] aside .public {
    padding-left: 10px;
  }

  body div[role="main"] aside .public img {
    margin-right: 5px;
  }

  body div[role="main"] aside .industry {
    padding-left: 10px;
  }

  body div[role="main"] aside .industry img {
    margin-right: 5px;
  }

  body div[role="main"] .inner-content {
    width: 620px;
  }
  body header .right .menu-toggle {
    position: absolute;
    right: 0;
    top: 20px !important;
    width: auto;
    display: block;
    padding: 0;
    margin-right: 0;
    width: 36px;
    height: 36px;
    z-index: 999;
  }
  body header .main-nav-search {
    display: none;
  }
  body header .main-nav {
    display: none;
  }
  body #mobile-overlay {
    display: block;
  }
  body header.active .main-nav-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
  }
  body header .main-nav-logo a {
    width: 180px;
    height: auto;
  }

  body header.active .right .menu-toggle {
    margin-right: 0px;
    position: relative;
    z-index: 999;
    right: 20px;
    top: 20px;
    width: 100%;
  }
  body header .right .menu-toggle {
    right: 20px;
  }
  body header .main-nav-group {
      padding-bottom: 15px;
/*    padding: 20px;*/
  }
  body header.active .main-nav-group {
    position: inherit;
    padding: 0;
    flex-direction: column;
  }
  body header.active .main-nav ul li:hover > a {
    color: #212121;
  }
  body header .main-nav ul li > a:before {
    display: block;
    transform: rotate(-90deg);
    transform-origin: left;
  }
  body header .main-nav ul li > a span:after {
    display: none;
  }
  body header {
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
  }
  body header .container {
    padding: 0;
    box-shadow: 0 4px 4px -4px rgba(0,0,0, 16%);
  }

  body header .right {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0; /* Added to remove margin top in mobile view */
  }

  body header .right .wis .wis-logo {
    display: none;
  }

  body header .right .wis ul.wis-links {
    display: none;
  }

  body header .right .wis .header-utilities {
    display: none;
  }

  body header .right .wis .search-box {
    display: none;
  }

  body header.active {
    background-color: #e1e3e2;
    position: relative;
  }

  body header.active .container {
    background: transparent;
    width: 100%;
    border-bottom: none;
    box-shadow: none;
  }

  body header.active .left .logo {
    display: none;
  }

  body header.active .left {
    display: none;
  }

  body header.active .right .wis {
    float: none;
    position: relative;
    width: 100%;
    height: 66px; /*original: 120px */
    background-color: #fff;
  }

  body header.active .right .wis ul.wis-links {
    display: block;
    float: none;
    width: 100%;
    position: absolute;
    top: 90px;
    font-size: 12px;
    text-align: center;
    height: auto;
  }

  body header.active .right .wis ul.wis-links li:before {
    display: none;
  }

  body header.active .right .wis ul.wis-links li:last-of-type a {
    border: none;
  }

  body header.active .right .wis ul.wis-links li a {
    color: #cccccc;
    padding: 0 20px 0 12px;
    border-right: 1px solid #666666;
  }

  body header.active .right .wis .search-box {
    display: block;
    width: 100%;
    float: none;
    position: absolute;
    top: 20px;
    left: 0px;
    padding: 0 10px;
  }

  body header.active .right .wis .search-box:after {
    content: "";
    display: block;
    clear: both;
  }

  body header.active .right .wis .search-box #cse-search-input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 20px;
    font-size: 15px;
  }

  body header.active .right .wis .search-box #cse-search-submit {
    right: 10px;
    height: 50px;
    width: 50px;
  }

  body header.active .right .wis .search-box #cse-search-submit .fa {
    top: 15px;
    right: 17px;
    font-size: 20px;
  }

  body header.active .right .menu-toggle span {
    left: initial;
    float: right;
  }

  body header.active .main-nav {
    position: relative;
    left: 0;
    display: block;
    border-top: none;
/*    padding: 0 20px;
    margin-right: 20px;*/
    width: 100%;
    background-color: #fff;
    order: 2;
  }

  body header.active .main-nav.submenu > ul {
    right: 100%;
  }

  body header.active .main-nav ul {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 5;
    right: 0;
  }

  body header.active .main-nav ul li {
    float: none;
    width: 100%;
    position: static;
  }

  body header.active .main-nav ul li:first-of-type:hover a {
    border-color: #3b3b3b;
  }

  body header.active .main-nav ul li:first-of-type:hover a:before {
    border-color: #3b3b3b;
  }

  body header.active .main-nav ul li:first-of-type a {
    position: relative;
  }

  body header.active .main-nav ul li:hover > a:after {
    display: none;
  }

  body header.active .main-nav ul li a {
    color: #212121;
    display: block;
    max-width: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgb(0 0 0 / 14%);
    padding: 16px 0;
  }

  body header.active .main-nav ul li a span {
    text-align: left;
    height: 100%;
    padding-left: 20px;
  }

  body header.active .main-nav ul li.dropdown.active > a > .toggle:before {
    content: "\f078";
  }

  body header.active .main-nav ul li.dropdown a {
    position: relative;
  }

  body header.active .main-nav ul li.dropdown a .toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    height: 100%;
    width: 40px;
    text-align: center;
    display: none;
  }

  body header.active .main-nav ul li.dropdown a .toggle:before {
    content: "\f054";
    font-family: "FontAwesome";
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
  }

  body header.active .main-nav ul li.active > ul {
    display: block !important;
    cursor: pointer;
    width: calc(100% + 40px);
    height: 200% !important;
    background-color: white;
  }

  body header.active .main-nav ul li.active > ul > li a,
  body header.active .main-nav ul li.active > ul > li > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }

  body header.active .main-nav ul li.active > ul:before {
    content: attr(data-parent);
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 40px;
    background-color: #f39234;
    color: #000000;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 600;
  }

  body header.active .main-nav ul li.active > ul:after {
    content: "\f053";
    font-family: "FontAwesome";
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    left: 20px;
  }

  body header.active .main-nav ul li > ul {
    position: absolute;
    top: -1px;
    left: calc(100% - 20px);
    padding-top: 40px;
  }

  body header.active .main-nav ul li > ul li:hover > a {
    background-color: #f39234;
  }

  body header.active .main-nav ul li > ul li:hover > a:after {
    border-color: #f39234;
  }

  body header.active .main-nav ul li > ul li:hover a {
    color: #212121;
  }

  body header.active .main-nav ul li > ul li a {
    border: none;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e1e3e2;
    border-color: transparent !important;
  }

  body header.active .main-nav ul li > ul li a:before {
    border-color: transparent !important;
  }

  body header.active .main-nav ul li > ul li ul {
    display: none;
    height: 0;
    max-height: 9999px;
    padding: 0;
  }

  body header.active .main-nav ul li > ul li ul:before {
    display: none !important;
  }

  body header.active .main-nav ul li > ul li ul li a {
    padding-left: 40px;
    background-color: #c4c7c6;
  }

  body header.active .main-nav ul li > ul li.active ul {
    height: auto;
    position: static;
  }

  body header.active .mobile-quicklinks {
    display: block;
  }
  body footer .bestview-socialmedia-container {
    flex-direction: column;
    gap: 32px;
  }
  body footer .bestview,
  body footer .bestview-socialmedia-container .socialmedia-group {
    width: 100%;
    margin-left: 45px;
  }
  body footer .socialmedia-icon {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  body div[role="main"] {
    margin-top: 90px;
  }

  body div[role="main"] aside {
    display: none;
  }

  body div[role="main"] .inner-content {
    width: 100%;
  }

  body div[role="main"] .inner-content .tab-box.style-two .tab-head {
    float: none;
    width: 100%;
    text-align: center;
  }

  body div[role="main"] .inner-content .tab-box.style-two .tab-head li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
  }

  body
    div[role="main"]
    .inner-content
    .tab-box.style-two
    .tab-head
    li.active
    a {
    background: #f0b868;
    border: 2px solid #c08530;
  }

  body div[role="main"] .inner-content .tab-box.style-two .tab-head a {
    background-image: none;
    background: #eceaea;
    border: 2px solid #b4b6ba;
    padding: 10px 15px;
  }

  body div[role="main"] .inner-content .tab-box.style-two .tab-body {
    float: none;
    width: 100%;
  }

  body footer ul.footer-link {
    margin: 0;
    margin-left: 25px;
    margin-bottom: 32px;
    text-align: left; /* original: center */
    float: none;
    display: flex;
    flex-direction: column;
  }

  body footer .copyright {
    font-size: 14px; /* additional add on */
    float: none;
    text-align: left; /* original: center */
    margin: 10px 0 10px 5px;
    margin-left: 25px;
    margin-top: 0;
    text-align: left;
  }
  body footer ul.footer-link li:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  body header .main-nav-search-dropdown .search-box .gsc-search-button-v2 {
    width: 100%;
  }
  body {
    position: relative;
  }

  body .container {
    padding: 15px 15px;
    padding-top: 0;
  }

  body .table-wrap {
    width: 100%;
    overflow-x: scroll;
  }

  body header .container {
    min-height: 50px;
    box-shadow: 0 4px 4px 0px rgba(0,0,0, 16%);
  }

  body header .left {
    margin: 0;
    padding-left: 10px;
  }

  body header .left .logo img {
    width: 175px;
  }

  body header .right .wis .search-box #cse-search-submit {
    margin: 0;
  }

  body header .mobile-quicklinks {
    top: 170px;
  }

  body header .mobile-quicklinks a {
    margin: 0;
  }

  body header .mobile-quicklinks a.public img {
    padding: 8px 0;
  }

  body header .mobile-quicklinks a.industry img {
    padding: 10px 0;
  }

  body header .mobile-quicklinks a span {
    font-size: 11px;
    max-width: 60px;
    line-height: 11px;
    height: auto;
    vertical-align: middle;
  }

  body header.active .right .menu-toggle span {
    margin-right: 0;
  }

  body header .info-notice {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }

  body div[role="main"] {
    margin-top: 0;
  }

  body div[role="main"] .top-links {
    display: none;
  }

  body div[role="main"] .inner-search {
    margin: 0 -15px;
  }

  body div[role="main"] .inner-search .left-column {
    width: 20%;
  }

  body div[role="main"] .inner-search .right-column {
    width: 80%;
  }

  body div[role="main"] .inner-search .inner-search-select-wrap {
    font-size: 11px;
  }

  body div[role="main"] .inner-search .inner-search-select-wrap img {
    display: none;
  }

  body div[role="main"] .inner-search .inner-search-input-wrap {
    font-size: 11px;
  }

  body div[role="main"] .inner-search .inner-search-input-wrap .left-column {
    line-height: 1.3;
  }

  body
    div[role="main"]
    .inner-search
    .inner-search-input-wrap
    .right-column
    input[type="text"] {
    height: 30px;
    line-height: 30px;
    width: 85%;
    padding: 0 40px 0 10px;
  }

  body
    div[role="main"]
    .inner-search
    .inner-search-input-wrap
    .right-column
    .inner-search-submit {
    left: 85%;
    margin-left: -20px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }

  body div[role="main"] .homepage-hero {
    margin: 0 -15px;
    padding: 0;
    height: 500px;
    background: #ffffff;
  }

  body div[role="main"] .homepage-hero > img {
    display: none;
  }

  body div[role="main"] .homepage-hero.professionals #btc {
    display: none;
  }

  body div[role="main"] .homepage-hero.professionals .hero-panel.consumers {
    display: block;
    z-index: 1;
  }

  body div[role="main"] .homepage-hero.professionals .hero-panel.professionals {
    z-index: 2;
  }

  body
    div[role="main"]
    .homepage-hero.professionals
    .hero-panel.professionals
    > ul {
    left: 0;
  }

  body
    div[role="main"]
    .homepage-hero.professionals
    .hero-panel.professionals
    .title {
    background-color: #3b3b3b;
    color: #ffffff;
  }

  body
    div[role="main"]
    .homepage-hero.professionals
    .hero-panel.professionals
    .title
    .arrow {
    background-position: 2px -56px;
    border-color: #ffffff;
  }

  body
    div[role="main"]
    .homepage-hero.professionals
    .hero-panel.professionals
    .box {
    display: block;
    position: absolute;
    z-index: 20;
    opacity: 1;
    width: 200%;
  }

  body div[role="main"] .homepage-hero.consumers #btp {
    display: none;
  }

  body div[role="main"] .homepage-hero.consumers .hero-panel.professionals {
    display: block;
    z-index: 1;
  }

  body div[role="main"] .homepage-hero.consumers .hero-panel.consumers {
    z-index: 2;
  }

  body div[role="main"] .homepage-hero.consumers .hero-panel.consumers > ul {
    right: 0;
  }

  body div[role="main"] .homepage-hero.consumers .hero-panel.consumers .title {
    background-color: #3b3b3b;
    color: #ffffff;
  }

  body
    div[role="main"]
    .homepage-hero.consumers
    .hero-panel.consumers
    .title
    .arrow {
    background-position: 2px -56px;
    border-color: #ffffff;
  }

  body div[role="main"] .homepage-hero.consumers .hero-panel.consumers .box {
    display: block;
    position: absolute;
    z-index: 20;
    opacity: 1;
    width: 200%;
    left: -100%;
  }

  body div[role="main"] .homepage-hero .hero-panel .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: block;
    margin-bottom: 0;
  }

  body div[role="main"] .homepage-hero .hero-panel .title .arrow {
    position: static;
    margin-top: -5px;
    vertical-align: middle;
  }

  body div[role="main"] .homepage-hero .hero-panel > ul {
    top: 50px;
  }

  body div[role="main"] .homepage-hero .hero-panel > ul li {
    height: 150px;
  }

  body div[role="main"] .homepage-hero .hero-panel > ul li a {
    position: relative;
  }

  body div[role="main"] .homepage-hero .hero-panel > ul li a:before {
    content: "";
    -webkit-box-shadow: 10px 0 10px -10px #555 inset;
    box-shadow: 10px 0 10px -150px #555 inset;
    height: 100%;
    right: -10px;
    position: absolute;
    top: 0;
    width: 10px;
  }

  body div[role="main"] .homepage-hero .hero-panel > ul li a .icon {
    width: 100%;
    height: 80px;
  }

  body div[role="main"] .homepage-hero .hero-panel > ul li a .icon:before {
    display: none;
  }

  body div[role="main"] .homepage-hero .hero-panel > ul li a .icon:after {
    display: none;
  }

  body div[role="main"] .homepage-hero .hero-panel > ul li a .icon img {
    top: 60%;
  }

  body div[role="main"] .homepage-hero .hero-panel > ul li a .text {
    background: transparent !important;
    width: 100%;
    text-align: center;
    height: 70px;
    font-size: 12px;
    padding: 0 10px;
  }

  body div[role="main"] .homepage-hero .hero-panel .box {
    display: none;
    height: 450px;
    position: absolute;
    top: 50px;
  }

  body div[role="main"] .homepage-hero .hero-panel .box ul li {
    margin-bottom: 10px;
  }

  body div[role="main"] .homepage-hero .hero-panel.professionals {
    left: 0;
    top: 0;
    width: 50%;
    z-index: 2;
  }

  body div[role="main"] .homepage-hero .hero-panel.professionals .title {
    text-align: center;
  }

  body div[role="main"] .homepage-hero .hero-panel.professionals > ul {
    width: 100%;
  }

  body
    div[role="main"]
    .homepage-hero
    .hero-panel.professionals
    > ul
    li:nth-of-type(3n + 1) {
    background-color: #ea893b;
  }

  body
    div[role="main"]
    .homepage-hero
    .hero-panel.professionals
    > ul
    li:nth-of-type(3n + 2) {
    background-color: #3abead;
  }

  body
    div[role="main"]
    .homepage-hero
    .hero-panel.professionals
    > ul
    li:nth-of-type(3n + 3) {
    background-color: #79a72a;
  }

  body div[role="main"] .homepage-hero .hero-panel.consumers {
    right: 0;
    top: 0;
    width: 50%;
    z-index: 1;
  }

  body div[role="main"] .homepage-hero .hero-panel.consumers .title {
    text-align: center;
  }

  body div[role="main"] .homepage-hero .hero-panel.consumers .title .arrow {
    background-position: 2px 0px;
  }

  body div[role="main"] .homepage-hero .hero-panel.consumers > ul {
    width: 100%;
  }

  body
    div[role="main"]
    .homepage-hero
    .hero-panel.consumers
    > ul
    li:nth-of-type(3n + 1) {
    background-color: #0e77cb;
  }

  body
    div[role="main"]
    .homepage-hero
    .hero-panel.consumers
    > ul
    li:nth-of-type(3n + 2) {
    background-color: #f05c5a;
  }

  body
    div[role="main"]
    .homepage-hero
    .hero-panel.consumers
    > ul
    li:nth-of-type(3n + 3) {
    background-color: #f4a826;
  }

  body div[role="main"] .highlights {
    margin: 0 -15px;
    padding: 0;
  }

  body div[role="main"] .highlights .title {
    font-size: 16px;
    padding-left: 20px;
    margin: 20px 0 15px;
  }

  body div[role="main"] .highlights .carousel-wrap {
    padding: 0 20px;
  }

  body div[role="main"] .highlights .article-carousel {
    margin-bottom: 30px;
  }

  body div[role="main"] .highlights .article-carousel .slick-prev {
    width: 20px;
    font-size: 16px;
    left: -20px;
    line-height: 125px;
  }

  body div[role="main"] .highlights .article-carousel .slick-next {
    width: 20px;
    font-size: 16px;
    right: -20px;
    line-height: 125px;
  }

  body div[role="main"] .highlights .article-carousel li {
    height: auto;
  }

  body
    div[role="main"]
    .highlights
    .article-carousel
    a.article-item
    .article-thumbnail {
    width: 125px;
    height: 125px;
    margin: 0;
  }

  body
    div[role="main"]
    .highlights
    .article-carousel
    a.article-item
    .article-meta {
    padding: 0 0 0 10px;
    height: auto;
  }

  body
    div[role="main"]
    .highlights
    .article-carousel
    a.article-item
    .article-meta
    .title {
    font-size: 12px;
    line-height: 1.25;
    margin: 0 0 25px;
    padding: 0;
  }

  body
    div[role="main"]
    .highlights
    .article-carousel
    a.article-item
    .article-meta
    .date {
    bottom: 5px;
  }

  body div[role="main"] .highlights .sponsor-carousel {
    width: 100%;
  }

  body div[role="main"] .highlights .sponsor-carousel li {
    height: 63px;
  }

  body div[role="main"] .highlights .sponsor-carousel .slick-prev {
    width: 20px;
    font-size: 16px;
    left: -20px;
    line-height: 65px;
  }

  body div[role="main"] .highlights .sponsor-carousel .slick-next {
    width: 20px;
    font-size: 16px;
    right: -20px;
    line-height: 65px;
  }

  body div[role="main"] .highlights .sponsor-carousel a img {
    width: 135px;
    height: auto;
  }

  body div[role="main"] .fourofour {
    margin: 50px 0;
  }

  body div[role="main"] .fourofour .title {
    font-size: 3rem;
    margin-bottom: 25px;
  }

  body div[role="main"] .inner-content {
    margin-top: 30px;
    padding-left: 0;
  }

  body div[role="main"] .inner-content .tab-box.style-two .tab-head {
    float: none;
    width: 100%;
    text-align: center;
  }

  body div[role="main"] .inner-content .tab-box.style-two .tab-head li {
    display: block;
  }

  body
    div[role="main"]
    .inner-content
    .tab-box.style-two
    .tab-head
    li.active
    a {
    background: #f0b868;
    border: 2px solid #c08530;
  }

  body div[role="main"] .inner-content .tab-box.style-two .tab-head a {
    width: 100%;
    background-image: none;
    background: #eceaea;
    border: 2px solid #b4b6ba;
    height: auto;
  }

  body div[role="main"] .inner-content .tab-box.style-two .tab-body {
    float: none;
    width: 100%;
  }

  body div[role="main"] .inner-content table {
    table-layout: fixed;
  }

  body div[role="main"] .inner-content table tr td img {
    max-width: 100%;
  }

  body div[role="main"] .redirect-message {
    margin: 100px 0;
  }

  body div[role="main"] .redirect-message a.cbtn {
    display: block;
    max-width: 200px;
    margin: auto;
  }

  body div[role="main"] .redirect-message a.cbtn + a.cbtn {
    margin: 10px auto;
  }

  body div[role="main"] .tab-box.style-one .tab-head {
    display: table-row;
  }

  body div[role="main"] .tab-box.style-one .tab-head li {
    display: table-cell;
    float: none;
    width: 50%;
    margin: 0;
    background-color: #858786;
    vertical-align: middle;
  }

  body div[role="main"] .tab-box.style-one .tab-head li.active {
    background-color: #f0b868;
  }

  body div[role="main"] .tab-box.style-one .tab-head a {
    border-radius: 0;
    padding: 18px 5px;
    font-size: 12px;
  }

  body div[role="main"] .form-group label {
    display: block;
    text-align: left;
  }

  body div[role="main"] .form-group .checkbox label {
    display: inline-block;
  }

  body div[role="main"] .form-group input[type="reset"].theme,
  body div[role="main"] .form-group input[type="submit"].theme {
    min-width: 100px;
  }

  body div[role="main"] .form-group p {
    margin-bottom: 0;
  }

  body div[role="main"] .form-group.captcha table {
    margin-left: 0;
  }

  body div[role="main"] .form-group.captcha table > tbody > tr > td {
    padding: 5px !important;
    min-width: 35px;
  }

  body div[role="main"] .form-group.captcha input[type="text"] {
    margin-left: 0;
  }

  body div[role="main"] .suspended-item {
    overflow: auto;
    margin-bottom: 20px;
  }

  body div[role="main"] .suspended-item table {
    margin-bottom: 20px;
  }

  body footer {
    font-size: 11px;
  }

  body footer .last-update {
    left: 0;
    right: 0;
    text-align: center;
  }

  body footer ul.footer-link li a {
    border-right: 0;
  }

  /* Adding social media icon - START */
  body footer .socialmedia-icon {
    float: none;
    text-align: left;
  }

  body footer .socialmedia-icon a {
    margin-left: 0;
  }

  body footer .media-icon {
    margin: 0 10px 0 0px;
  }

  body footer .bestview {
    float: none;
    text-align: left;
    margin: 10px 0 0 5px;
  }
  body footer .socialmedia-link {
    margin: 10px 0 0 5px;
    text-align: left;
    float: none;
  }
  body footer ul.footer-link,
  body footer .copyright {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 10px;
    margin-left: 0;
  }
  body footer ul.footer-link li {
    display: block;
  }
  body footer .bestview-socialmedia-container {
    display: flex;
    flex-flow: column;
  }
  body footer .wis-links {
    margin: 0;
    text-align: left;
    float: none;
    order: 1;
    display: flex;
    flex-direction: column;
  }

  body footer ul.wis-links li {
    display: block;
  }
  body footer ul.wis-links li:not(:first-child) {
    margin-top: 15px;
  }
  body footer .footer-line {
    margin: 32px;
  }
  /* Adding social media icon - END */
  body label.radio-inline {
    margin: 0;
  }

  body label.checkbox-inline {
    margin: 0;
  }

  body button {
    margin-top: 10px;
  }

  body .notification,
  body .quote {
    margin-left: 0;
  }

  body .col-lg-1,
  body .col-lg-2,
  body .col-lg-3,
  body .col-lg-4,
  body .col-lg-5,
  body .col-lg-6,
  body .col-lg-7,
  body .col-lg-8,
  body .col-lg-9,
  body .col-lg-10,
  body .col-lg-11,
  body .col-lg-12,
  body .col-md-1,
  body .col-md-2,
  body .col-md-3,
  body .col-md-4,
  body .col-md-5,
  body .col-md-6,
  body .col-md-7,
  body .col-md-8,
  body .col-md-9,
  body .col-md-10,
  body .col-md-11,
  body .col-md-12,
  body .col-sm-1,
  body .col-sm-2,
  body .col-sm-3,
  body .col-sm-4,
  body .col-sm-5,
  body .col-sm-6,
  body .col-sm-7,
  body .col-sm-8,
  body .col-sm-9,
  body .col-sm-10,
  body .col-sm-11,
  body .col-sm-12,
  body .col-xs-1,
  body .col-xs-2,
  body .col-xs-3,
  body .col-xs-4,
  body .col-xs-5,
  body .col-xs-6,
  body .col-xs-7,
  body .col-xs-8,
  body .col-xs-9,
  body .col-xs-10,
  body .col-xs-11,
  body .col-xs-12 {
    padding: 0;
  }

  body .pagination-wrap {
    background-color: transparent;
    text-align: center;
  }

  body .pagination-wrap ul.radDataPager {
    background-color: #f39234;
  }

  body .pagination-wrap ul.radDataPager li a {
    width: 28px;
    line-height: 28px;
  }

  body table thead tr th {
    padding: 10px 5px;
    word-break: break-word;
    min-width: 120px;
  }

  body table thead tr th.date {
    width: auto;
    white-space: normal;
  }

  body table thead tr td {
    padding: 10px 5px;
    word-break: break-word;
    min-width: 120px;
  }

  body table thead tr td.date {
    width: auto;
    white-space: normal;
  }

  body table tbody tr td {
    padding: 10px 5px;
    word-break: break-word;
    min-width: 120px;
  }

  body table tbody tr td.date {
    width: auto;
    white-space: normal;
  }

  body table.checkbox-table label {
    display: inline-block !important;
  }

  body .RadWindow {
    max-width: 90%;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  body .fixed {
    display: none;
  }

  body .fixed .form-group > label {
    display: block;
  }

  body .fixed .form-group > .col-sm-8 {
    display: block;
    padding-left: 0;
  }
  body footer .bestview-socialmedia-container .socialmedia-group,
  body footer .bestview,
  body footer .socialmedia-link {
    padding-left: 32px;
    padding-right: 32px;
    margin-left: 0;
  }
  body footer .bestview-socialmedia-container .socialmedia-group {
    flex-direction: column;
    align-items: flex-start;
  }

  /* CPD Microsite Table */
  body div[role="main"] .inner-content .course-search + .course-search {
    margin-top: 0;
  }

  body div[role="main"] .inner-content .course-search div {
    padding: 0 10px;
  }

  body div[role="main"] .inner-content .course-search div:first-of-type {
    padding: 0 10px;
  }

  body div[role="main"] .inner-content .course-search .section-category,
  body div[role="main"] .inner-content .course-search .section-date,
  body div[role="main"] .inner-content .course-search .section-hours,
  body div[role="main"] .inner-content .course-search .section-level,
  body div[role="main"] .inner-content .course-search .section-provider,
  body div[role="main"] .inner-content .course-search .section-rating,
  body div[role="main"] .inner-content .course-search .section-submit,
  body div[role="main"] .inner-content .course-search .section-title {
    width: 100%;
    margin: 5px 0;
  }

  body div[role="main"] .inner-content table.directory {
    table-layout: initial !important;
  }

  body div[role="main"] .inner-content table.directory td,
  body div[role="main"] .inner-content table.directory th {
    display: block;
    width: 100%;
    text-align: left;
  }

  body div[role="main"] .inner-content table.directory thead {
    display: none;
  }

  body div[role="main"] .inner-content table.directory > tbody tr td {
    display: none;
    padding: 0;
    border-bottom: 1px solid #d2d8df;
    background-color: #ef943c;
    border-left: none;
    position: relative;
  }

  body div[role="main"] .inner-content table.directory > tbody tr td:before {
    content: attr(data-content);
    display: inline-block;
    font-size: 13px;
    color: #38332f;
    width: 30%;
    padding: 20px 10px;
  }

  body div[role="main"] .inner-content table.directory > tbody tr td.active {
    display: inline-block;
  }

  body
    div[role="main"]
    .inner-content
    table.directory
    > tbody
    tr
    td:first-of-type {
    display: block;
    color: #504c49;
    position: relative;
    padding: 10px 30px 10px 20px;
    border-bottom: none;
    min-height: 65px;
    cursor: pointer;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e3e6eb 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e3e6eb 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffffff),
      to(#e3e6eb)
    );
    background: -o-linear-gradient(top, #ffffff 0%, #e3e6eb 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e3e6eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e6eb', GradientType=0);
  }

  body
    div[role="main"]
    .inner-content
    table.directory
    > tbody
    tr
    td:first-of-type:before {
    display: none;
  }

  body
    div[role="main"]
    .inner-content
    table.directory
    > tbody
    tr
    td:first-of-type:after {
    content: "+";
    position: absolute;
    right: 10px;
    font-size: 24px;
    top: 25%;
  }

  body
    div[role="main"]
    .inner-content
    table.directory
    > tbody
    tr
    td:first-of-type.active {
    color: #1076cb;
  }

  body
    div[role="main"]
    .inner-content
    table.directory
    > tbody
    tr
    td:first-of-type.active:after {
    content: "-";
    font-size: 32px;
    top: 15%;
  }

  body
    div[role="main"]
    .inner-content
    table.directory
    > tbody
    tr
    td:not(:first-of-type):after {
    content: "";
    display: block;
    position: absolute;
    background-color: #f8fafb;
    bottom: 0;
    right: 0;
    left: 30%;
    top: 0;
    z-index: 1;
  }

  body div[role="main"] .inner-content table.directory > tbody tr td span {
    width: 70%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    position: relative;
    z-index: 2;
  }

  body
    div[role="main"]
    .inner-content
    table.directory
    > tbody
    tr
    td.course-provider {
    width: 100%;
  }

  body
    div[role="main"]
    .inner-content
    table.directory
    tfoot
    .directorypager
    .part-info,
  body
    div[role="main"]
    .inner-content
    table.directory
    tfoot
    .directorypager
    .part-page-size {
    display: none;
  }

  body
    div[role="main"]
    .inner-content
    table.directory
    .rgPager
    > td
    table
    tr
    td.rgPagerCell
    .rgAdvPart,
  body
    div[role="main"]
    .inner-content
    table.directory
    .rgPager
    > td
    table
    tr
    td.rgPagerCell
    .rgInfoPart {
    display: none;
  }

  body
    div[role="main"]
    .inner-content
    table.directory
    .rgPager
    > td
    table
    tr
    td.rgPagerCell
    .rgNumPart
    > a {
    display: none;
  }

  body
    div[role="main"]
    .inner-content
    table.directory
    .rgPager
    > td
    table
    tr
    td.rgPagerCell
    .rgNumPart
    > a.rgCurrentPage {
    display: block;
  }
}

@media (max-width: 630px) {
  .pagination-wrap {
    height: auto;
  }

  .pagination-wrap .left,
  .pagination-wrap .right {
    position: static;
  }

  .pagination-wrap ul.radDataPager li {
    display: none;
    float: none;
  }

  .pagination-wrap ul.radDataPager li.active,
  .pagination-wrap ul.radDataPager li:first-of-type,
  .pagination-wrap ul.radDataPager li:last-of-type,
  .pagination-wrap ul.radDataPager li:nth-last-of-type(2),
  .pagination-wrap ul.radDataPager li:nth-of-type(2) {
    display: inline-block;
  }

  .pagination-wrap .RadDataPager .rdpWrap:first-of-type a,
  .pagination-wrap .RadDataPager .rdpWrap:first-of-type input[type="submit"] {
    display: inline-block;
  }

  .pagination-wrap .RadDataPager .rdpWrap:last-of-type a,
  .pagination-wrap .RadDataPager .rdpWrap:last-of-type input[type="submit"] {
    display: inline-block;
  }

  .pagination-wrap .RadDataPager .rdpWrap a,
  .pagination-wrap .RadDataPager .rdpWrap input[type="submit"] {
    display: none;
  }

  .pagination-wrap .RadDataPager .rdpWrap a.rdpCurrentPage,
  .pagination-wrap .RadDataPager .rdpWrap input[type="submit"].rdpCurrentPage {
    display: inline-block;
  }

  a.theme,
  button.theme,
  input[type="reset"].theme input[type="submit"].theme {
    padding: 15px 20px;
    margin: 0 0 15px 0;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    width: 100%;
    text-decoration: none;
    display: inline-block;
  }

  a.theme + a.theme,
  a.theme + button.theme,
  a.theme + input[type="reset"].theme,
  a.theme + input[type="submit"].theme,
  button.theme + a.theme,
  button.theme + button.theme,
  button.theme + input[type="reset"].theme,
  button.theme + input[type="submit"].theme,
  input[type="reset"].theme input[type="submit"].theme + a.theme,
  input[type="reset"].theme input[type="submit"].theme + button.theme,
  input[type="reset"].theme
    input[type="submit"].theme
    + input[type="reset"].theme,
  input[type="reset"].theme
    input[type="submit"].theme
    + input[type="submit"].theme {
    margin-left: 0px;
  }

  a.theme.orange,
  button.theme.orange,
  input[type="reset"].theme input[type="submit"].theme.orange {
    background-color: #f39234;
    color: #000000;
    text-align: center;
  }
}
