/*======================================
=            CUSTOM GUTTER CODE            =
======================================*/
@media screen and (max-width: 1768px) {
  .skinright2,
  .skinleft2 {
    display: none !important;
  }
}

@media screen and (max-width: 1432px) {
  .skinright1,
  .skinleft1 {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

body,
a,
p,
h1,
h2,
h3,
li {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}

a {
  line-height: 20px;
  color: #0070ba;
}

a:hover {
  text-decoration: underline;
}

.mb-5p {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-5p {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.blue {
  color: #0070ba !important;
}

.bg_blue {
  background: #0070ba !important;
}

.lightblue {
  color: #eaf1f6 !important;
}

.bg_lightblue {
  background: #eaf1f6 !important;
}

.darkblue {
  color: #023b7e !important;
}

.bg_darkblue {
  background: #023b7e !important;
}

.pcn {
  color: #6383c2 !important;
}

.bg_pcn {
  background: #6383c2 !important;
}

.grey {
  color: #dee2f3 !important;
}

.bg_grey {
  background: #dee2f3 !important;
}

.darkgrey {
  color: #333333 !important;
}

.bg_darkgrey {
  background: #333333 !important;
}

.lightgrey {
  color: #959191 !important;
}

.bg_lightgrey {
  background: #959191 !important;
}

.white {
  color: #ffffff !important;
}

.bg_white {
  background: #ffffff !important;
}

.red {
  color: #c3122f !important;
}

.bg_red {
  background: #c3122f !important;
}

.orange {
  color: #ea983f !important;
}

.bg_orange {
  background: #ea983f !important;
}

.green {
  color: #407055 !important;
}

.bg_green {
  background: #407055 !important;
}

.lightgreen {
  color: #00a6ac !important;
}

.bg_lightgreen {
  background: #00a6ac !important;
}

.purple {
  color: #784980 !important;
}

.bg_purple {
  background: #784980 !important;
}

.pink {
  color: #de5c90 !important;
}

.bg_pink {
  background: #de5c90 !important;
}

.black {
  color: #000000 !important;
}

h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  font-weight: 300;
}

h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 26px;
}

a {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
}

p {
  font-size: 14px;
  font-size: 0.875rem;
}

.w-100,
.w-50 {
  height: auto;
}

.bw-2 {
  border-width: 2px;
}

.arrows {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 4px !important;
  max-height: 10px;
  height: 10px;
  display: inline-block;
  color: #0070ba;
}

.cat_links {
  cursor: pointer;
}

.cat_links h3:hover {
  color: #0056b3 !important;
}

hr {
  margin-bottom: 10px;
  border-color: #023b7e;
}

.border-2 {
  border-width: 2px !important;
}

.topthick {
  border-top: 3px solid #0070ba;
}

.cc_message {
  color: #ffffff;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb span a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

.breadcrumb span a:after {
  content: "\2771";
  margin-left: 5px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
}

.breadcrumb span .breadcrumb_last {
  font-size: 12px;
  font-size: 0.75rem;
  color: #959191;
  font-weight: 300;
}

.latest-issue p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  font-weight: 800;
}

.latest-issue p a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 14px;
}

.latest-issue p span img {
  max-height: 8px;
}

.protxt {
  font-size: 14px;
  font-size: 0.875rem;
}

.utility_top_bar {
  border-top: 1px solid #023b7e;
  padding: 5px 0;
  border-bottom: 1px solid #023b7e;
}

#mega-menu-utility_menu {
  list-style: none;
}

#mega-menu-utility_menu:first-child {
  margin-left: -2px;
}

#mega-menu-utility_menu li.text-capitalize {
  margin-top: 3px !important;
  height: 23px !important;
}

#mega-menu-utility_menu li.text-capitalize a.mega-menu-link {
  text-transform: none !important;
  line-height: 19px !important;
  display: inline-block !important;
}

#mega-menu-utility_menu a.mega-menu-link {
  color: #0070ba;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 900 !important;
}

#mega-menu-utility_menu a.mega-menu-link:before {
  margin: 0 0px 0 0px !important;
}

#mega-menu-utility_menu a.mega-menu-link:first-child {
  padding-left: 0 !important;
}

#mega-menu-utility_menu a.mega-menu-link:hover {
  background: transparent;
}

#mega-menu-utility_menu .account_btn {
  margin-top: 3px !important;
}

#mega-menu-utility_menu .account_btn a {
  display: inline-block;
  color: #0070ba;
  font-weight: 900;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
}

#mega-menu-utility_menu .account_btn a:hover {
  text-decoration: none !important;
  color: #000000;
}

#mega-menu-utility_menu .account_btn a:after {
  content: " |";
}

#mega-menu-utility_menu .login_btn {
  margin-top: 3px !important;
}

#mega-menu-utility_menu .login_btn a {
  margin-right: 5px;
  display: inline-block;
  color: #0070ba;
  font-weight: 900;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
}

#mega-menu-utility_menu .login_btn a:before {
  display: inline-block;
  float: left;
  content: url("../images/login_icon.png");
  padding-right: 5px;
}

#mega-menu-utility_menu .login_btn a:after {
  content: "|";
  margin-left: 5px;
}

#mega-menu-utility_menu .login_btn a:hover {
  text-decoration: none !important;
  color: #000000;
}

#mega-menu-mobile_utility_menu {
  list-style: none;
}

#mega-menu-mobile_utility_menu li.mega-menu-item {
  float: left;
  margin-right: 3px;
  display: inline-block !important;
}

#mega-menu-mobile_utility_menu a.mega-menu-link {
  color: #0070ba;
  text-transform: uppercase;
  padding: 0 5px !important;
  font-weight: 900 !important;
}

#mega-menu-mobile_utility_menu a.mega-menu-link:first-child {
  padding-left: 0 !important;
}

#mega-menu-mobile_utility_menu a.mega-menu-link::before {
  content: url("../images/darkblue_arrow.png") !important;
  padding-right: 0;
  margin: 0 3px 0 0px !important;
}

#mega-menu-mobile_utility_menu a.mega-menu-link::after {
  display: none !important;
}

.logo_container span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 10px;
  font-weight: 700;
}

#mega-menu-wrap-main_menu {
  width: 100%;
}

.pulse-navbar {
  padding-bottom: 3px !important;
}

#mega-menu-wrap-main_menu
  #mega-menu-main_menu
  li.mega-menu-item
  a.mega-menu-link {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px !important;
  position: relative;
}

#mega-menu-wrap-main_menu
  #mega-menu-main_menu
  li.mega-menu-item
  a.mega-menu-link::after {
  display: block !important;
  content: "|";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: -3px;
  color: #ffffff;
}

#mega-menu-wrap-main_menu
  #mega-menu-main_menu
  li.mega-menu-item:last-child
  a::after {
  content: "";
}

#mega-menu-wrap-main_menu
  #mega-menu-main_menu
  li.mega-menu-item
  .mega-sub-menu
  a.mega-menu-link::before {
  content: url("../images/darkblue_arrow.png");
  padding-right: 0px;
  line-height: 16px;
}

#mega-menu-wrap-main_menu
  #mega-menu-main_menu
  li.mega-menu-item
  .mega-sub-menu
  a.mega-menu-link::after {
  display: none !important;
}

.searchandfilter {
  display: flow-root;
}

.searchandfilter ul {
  padding-left: 0;
}

.searchandfilter ul label {
  width: 100%;
}

.searchandfilter ul label input {
  width: 100%;
}

.searchandfilter ul li {
  clear: both;
}

.nip-navbar .menu-image-title-after.menu-image-title {
  padding-left: 0;
}

.first-menu-item a {
  padding-left: 0 !important;
}

.twitter-top a {
  padding-right: 0 !important;
}

#mega-menu-wrap-main_menu_search
  #mega-menu-main_menu_search
  li.mega-menu-item.mega-hide-text
  a.mega-menu-link:before {
  font-size: 30px;
  font-size: 1.875rem;
  content: url("../images/search_icon.png") !important;
  z-index: 1000;
  position: relative;
}

#mega-menu-wrap-main_menu_search .mega-indicator {
  display: none !important;
}

input#s {
  width: 80%;
}

#searchform label {
  color: #ffffff;
}

.slice {
  position: relative;
}

.slice.red:before {
  content: "";
  background: #c3122f;
}

.slice.red .slice-title {
  font-weight: 900;
}

.slice.red .slice-title:before {
  content: "\2022";
  color: #c3122f;
}

.slice:before {
  content: "";
  position: absolute;
  height: 3px;
  background: #023b7e;
  left: 16px;
  right: 0;
  top: 10px;
}

.slice img {
  position: relative;
  z-index: 100;
  background: white;
  padding-right: 4px;
}

.slice .slice-title {
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px 0 20px;
  font-weight: 900;
}

.slice .slice-title:before {
  content: "\2022";
  color: #023b7e;
  position: absolute;
  top: 0;
  left: -2px;
  font-size: 50px;
  line-height: 15px;
}

.specials_articles {
  padding: 0px 0px 10px 10px;
  background: #eaf1f6;
}

.specials_articles .specials_links {
  padding-top: 10px;
}

.specials_articles .specials_links a {
  color: #000000;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  font-weight: bold;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 20px;
  padding-bottom: 65px;
  color: #fff;
  text-align: left;
  background: #023b7e;
}

.carousel-caption p {
  color: #ffffff;
}

.carousel-caption hr {
  border-color: #ffffff;
}

#carousel-cf .inverse-slice {
  position: relative;
}

#carousel-cf .inverse-slice:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #ffffff;
  left: 16px;
  right: 0;
  top: 12px;
}

#carousel-cf .carousel-indicators {
  position: absolute;
  left: auto;
  right: 20px;
  bottom: 12px;
  margin-bottom: 0;
  z-index: 15;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

#carousel-cf .pause-cycle-buttons {
  position: absolute;
  left: 20px;
  right: 75px;
  bottom: 12px;
  z-index: 15;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

#carousel-cf .pause-cycle-buttons hr {
  display: inline-block;
  width: 95%;
  margin-right: 0%;
  border-color: white;
}

#carousel-cf .pause-cycle-buttons .btn-pause {
  float: right;
}

#carousel-cf .pause-cycle-buttons .btn-customized {
  float: right;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

#carousel-cf .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: #00a6ac;
}

#myCarousel h4 a {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #00a6ac;
}

#myCarousel h4 a:hover {
  text-decoration: none !important;
}

#myCarousel .active h4 a {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #ffffff;
}

#myCarousel .list-group-item {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

#myCarousel .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#myCarousel .list-group-item:hover h4 a {
  color: #ffffff;
}

#myCarousel .list-group-item.active {
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: transparent;
}

#myCarousel .list-group-item.active h4 a {
  color: #ffffff;
}

.news_title {
  color: #000000;
}

.news_title:hover {
  text-decoration: none !important;
  color: #0070ba;
}

.border-top-lightblue {
  border-top: 6px solid #0070ba;
}

.border-top-blue {
  border-top: 6px solid #023b7e;
}

.row-first-news {
  min-height: 230px;
  max-height: 230px;
}

.row-first-news .col-first-news {
  min-height: 150px;
  max-height: 150px;
}

.row-first-news .news_title {
  display: block;
  min-height: 44px;
}

.articlesTitle {
  min-height: 50px;
}

.news-block {
  min-height: 130px;
}

.huge-number {
  font-size: 43px;
  font-size: 2.6875rem;
  font-weight: 300;
  color: #0070ba;
  line-height: 35px;
}

.latestissue {
  border: 3px solid #0070ba;
}

.latestissue .highblack {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 900;
  color: #000000;
}

.wlc-container .btn-customized {
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.wlc-container #slider-thumbs a img {
  opacity: 0.5;
}

.wlc-container #slider-thumbs a.selected img {
  opacity: 1 !important;
}

.wlc-container #slider-thumbs a:hover img {
  opacity: 1 !important;
}

.wlc-container .relative-parent {
  position: relative;
}

.wlc-container .relative-parent .pause-cycle-buttons {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 15px;
  z-index: 15;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

.wlc-container .relative-parent .pause-cycle-buttons hr {
  display: inline-block;
  width: 44%;
  margin-right: 2%;
  border-color: white;
}

.wlc-container .relative-parent .carousel-indicators {
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  left: 42%;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 15%;
  list-style: none;
}

.wlc-container .relative-parent .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  color: #00a6ac;
}

.wlc-container .working_thumb {
  padding-bottom: 5px;
}

.wlc-container .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 20px;
  padding-bottom: 10px;
  color: #fff;
  text-align: left;
  background: transparent;
}

.wlc-container .carousel-caption a {
  color: #ffffff;
  font-weight: 600;
  line-height: 22px;
  font-size: 19px;
  font-size: 1.1875rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 3px 10px 3px 3px;
}

.widget-content {
  background: #eaf1f6;
  padding: 10px;
}

.widget-content .gform_wrapper {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 10px;
}

.widget-content .gform_wrapper ul li {
  margin-bottom: 10px;
}

.widget-content .gform_wrapper ul li label {
  vertical-align: top !important;
}

.widget-content .gform_wrapper ul li.gfield {
  margin-top: 0px;
}

.widget-content .gform_footer.top_label {
  margin: 10px 0 0 0;
  text-align: right;
  position: relative;
}

.widget-content .gform_footer.top_label:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #023b7e;
  left: 0px;
  right: 16px;
  top: 29px;
  z-index: 10;
}

.widget-content .gform_footer.top_label #gform_submit_button_1 {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  z-index: 20;
  background: #023b7e;
  color: #ffffff;
  border: none;
  font-weight: bold;
}

.inverse-slice {
  text-align: right;
  position: relative;
}

.inverse-slice:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #023b7e;
  left: 0px;
  right: 16px;
  top: 12px;
  z-index: 10;
}

.inverse-slice .readmore {
  position: relative;
  z-index: 20;
  background: #ffffff;
  color: #023b7e;
  border: none;
  padding: 3px 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
}

.inverse-slice .readmore .arrows {
  color: #023b7e;
  font-size: 19px;
  font-size: 1.1875rem;
}

.inverse-slice .readmore:hover {
  color: #0070ba;
}

.readmorepi {
  position: relative;
  z-index: 20;
  background: transparent;
  color: #023b7e;
  border: none;
  padding: 3px 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
}

.readmorepi .arrows {
  color: #023b7e;
  font-size: 19px;
  font-size: 1.1875rem;
}

.readmorepi:hover {
  color: #0070ba;
}

.nav.popular {
  border-bottom: 0 !important;
}

.nav.popular a {
  color: #959191;
  font-weight: 900;
}

.nav.popular a.active {
  color: #023b7e !important;
}

.nav.popular a:hover {
  text-decoration: none !important;
}

.nav.popular .most-separator {
  width: 2px;
  display: inline-block;
}

.orderedlist a {
  font-weight: 600;
}

.numorder {
  position: relative;
}

.numorder:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #023b7e;
  left: 0px;
  right: 0;
  top: 10px;
}

.numorder .number {
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 0 5px 0 0px;
  color: #023b7e;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  font-weight: 600;
}

.sponsoredimg {
  display: block;
  position: relative;
}

.sponsoredimg img.flash {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.sponsoredimg {
  padding: 0 10px;
  background: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 113px;
}

.sponsoredimg .sponsoredlogo {
  height: 113px;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
  width: 170px !important;
}

.sponsoredimg .sponsoredlogo.logo-91983 {
  height: 60%;
}

.sponsoredimg .sponsoredlogo.logo-89435 {
  height: 80px;
}

.archive-slice {
  position: relative;
}

.archive-slice:before {
  content: "";
  position: absolute;
  height: 6px;
  background: #023b7e;
  left: 16px;
  right: 0;
  top: 10px;
}

.archive-slice .slice-title {
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px 0 0px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 26px;
  color: #023b7e;
  font-weight: 900;
}

.alm-reveal {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alm-btn-wrap {
  display: block;
  text-align: right !important;
  padding: 0 !important;
  position: relative;
}

.alm-btn-wrap:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #023b7e;
  left: 0;
  right: 0;
  top: 21px;
}

.alm-btn-wrap .alm-load-more-btn.more {
  position: relative;
  background-color: #ffffff;
  display: inline-block;
  border: 0;
  padding: 0px 0px 0 7px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  color: #023b7e;
  float: right;
  font-weight: 800;
}

.alm-btn-wrap .alm-load-more-btn.more:hover {
  background-color: #ffffff !important;
  color: #023b7e !important;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.alm-btn-wrap .alm-load-more-btn.more:after {
  content: url("../images/arrow-down-darkblue.png");
  padding-left: 5px;
}

.article_img {
  min-height: 246px;
}

.article_img img {
  max-height: 250px;
}

.article-des {
  min-height: 120px;
}

.article-des p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}

.articlesurvey h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
}

.articlesurvey .top_label {
  margin: 10px 0 0 0;
  text-align: right;
  position: relative;
}

.articlesurvey .top_label:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #023b7e;
  left: 0px;
  right: 16px;
  top: 14px;
  z-index: 10;
}

.articlesurvey .top_label .articlesurvey_link {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  z-index: 20;
  background: #023b7e;
  color: #ffffff;
  border: none;
  font-weight: bold;
  padding: 5px;
}

.articlesurvey .top_label .articlesurvey_link:hover {
  text-decoration: none;
}

.articlesurvey.mobile {
  position: relative;
}

.articlesurvey.mobile .top_label {
  margin: 10px 0 0 0;
  text-align: right;
  position: absolute;
  bottom: 7px;
  right: 3px;
  left: 3px;
  width: 95% !important;
}

.articlesurvey.mobile .top_label:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #023b7e;
  left: 0px;
  right: 0px;
  top: 12px;
  z-index: 10;
}

.articlesurvey.mobile .top_label .articlesurvey_link {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  z-index: 20;
  background: #023b7e;
  color: #ffffff;
  border: none;
  font-weight: bold;
  padding: 5px;
}

.standfirst a {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
  text-decoration: none;
}

.standfirst a.guide-categories {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}

.standfirst p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}

.sf-field-sort_order,
.sf-field-taxonomy-topics {
  display: inline-block;
  width: 50%;
  float: left;
}

.ca_arrow {
  margin-top: -1px;
}

.ca_arrow img {
  margin-top: -2px;
}

.sponsored-content h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  font-weight: 900;
  color: #000000;
}

.sponsored-content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}

.sponsored-content a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}

.sponsored-page .sponsored_img {
  min-height: 110px;
  height: 110px;
}

.sponsored-page .sponsored_img img {
  max-height: 110px;
  width: auto;
  max-width: 100%;
}

.sponsored-page .landing_block {
  min-height: 170px;
  position: relative;
}

.sponsored-page .landing_block a:hover {
  text-decoration: none !important;
  color: #0070ba;
}

.sponsored-page .landing_block a h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
  color: #000000;
}

.sponsored-page .landing_block a h4:hover {
  text-decoration: none !important;
  color: #0070ba;
}

.sponsored-page .landing_block a h4 .arrows {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 4px !important;
  max-height: 10px;
  height: 10px;
  display: inline-block;
  color: #023b7e;
}

.slice-sponsored {
  position: relative;
}

.slice-sponsored:before {
  content: "";
  position: absolute;
  height: 6px;
  background: #023b7e;
  left: 16px;
  right: 0;
  top: 12px;
}

.slice-sponsored .slice-title {
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px 0 0px;
  color: #023b7e;
  font-size: 32px;
  font-size: 2rem;
  line-height: 26px;
  font-weight: 900;
}

.sponsored h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  font-weight: 300;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sponsored .download_btn {
  border: 2px solid #c3122f;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
}

.navbar-sponsored {
  border-top: 1px solid #0070ba;
  border-bottom: 1px solid #0070ba;
}

.navbar-sponsored ul {
  list-style: none;
}

.navbar-sponsored ul li {
  float: left;
  margin: 0 5px;
  border-right: 1px solid #0070ba;
  padding-right: 10px;
}

.navbar-sponsored ul li:first-child {
  margin-left: 0;
}

.navbar-sponsored ul li:last-child {
  margin-right: 0;
}

.navbar-sponsored ul li a {
  font-size: 16px;
  font-size: 1rem;
  color: #023b7e;
}

.navbar-sponsored ul li .page_item_has_children {
  position: relative;
}

.navbar-sponsored ul li:hover a {
  font-weight: bold;
}

.navbar-sponsored ul li:hover .children {
  display: block;
}

.navbar-sponsored ul li:hover .children li {
  float: left;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff;
}

.navbar-sponsored ul li.current_page_item a,
.navbar-sponsored ul li.current_page_ancestor a {
  font-weight: bold;
}

.navbar-sponsored ul li .children {
  display: none;
  position: absolute;
  z-index: 10;
  padding: 0;
  top: 25px;
  left: 0;
  background: transparent;
  padding: 10px 10px 10px 0px;
}

.navbar-sponsored ul li .children:hover {
  display: block;
}

audio:hover,
audio:focus,
audio:active {
  -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

audio {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-box-shadow: 2px 2px 4px 0px #006773;
  box-shadow: 2px 2px 4px 0px #006773;
  border-radius: 7px 7px 7px 7px;
}

.hubquote {
  background: #023b7e;
  padding: 20px;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  float: left;
  display: block;
}

.hubquote p {
  color: #ffffff;
}

.hubquote p.author {
  float: right;
}

.statement em {
  color: #f25d18;
}

.page-id-159 h2,
.page-id-159 h3 {
  color: #a8144b;
}

.page-id-159 h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.125;
}

.page-id-159 h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

.page-id-159 .buttonback {
  background: #a8144b;
  color: #ffffff;
  padding: 10px 20px;
}

.page-id-159 .buttonback a {
  color: #ffffff;
}

.gsk_accordion .card .card-header {
  border-top: 9px solid #a8144b !important;
  border-left: 9px solid #a8144b !important;
  border-right: 9px solid #a8144b !important;
  border-bottom: 0;
  border-radius: 0;
  background: #a8144b;
}

.gsk_accordion .card .card-header button {
  display: block;
  background: #ffffff;
  color: #a8144b;
  border-radius: 0;
  padding-bottom: 9px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  font-weight: 300;
}

.gsk_accordion .card .card-header button:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f00d";
  float: right;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gsk_accordion .card .card-header button.collapsed {
  background: #a8144b;
  color: #ffffff;
}

.gsk_accordion .card .card-header button.collapsed:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f107";
}

.gsk_accordion .card .card-header button:hover,
.gsk_accordion .card .card-header button:focus {
  text-decoration: none;
}

.gsk_accordion .card .card-body {
  border-left: 9px solid #a8144b !important;
  border-right: 9px solid #a8144b !important;
  border-bottom: 9px solid #a8144b !important;
}

.page-id-219 .references h3 {
  display: none;
}

.page-id-219 h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.125;
}

.page-id-219 h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  color: #3b3b3b !important;
}

.page-id-219 h3 a {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  color: #3b3b3b !important;
}

.page-id-133 h3 a {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  color: #3b3b3b !important;
}

.lama {
  background: #f5f2e6;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.lama.nice {
  background: #f0efed !important;
}

.lama.nice h3,
.lama.nice p,
.lama.nice ul,
.lama.nice li {
  color: #72635d !important;
}

.lama h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
}

.lama a.redbtn {
  background: #a8144b;
  color: #ffffff;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  text-decoration: none;
}

a.bluebtn {
  background: #00354b;
  color: #fff;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  float: none;
  width: 300px;
  text-decoration: none;
}

.crukbtn {
  display: block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
  width: 100%;
}

.crukbtn:hover {
  color: #ffffff;
  text-decoration: underline;
}

.page-id-278 .kids-link h4 {
  color: #444;
  line-height: 26px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 13px;
}

.page-id-278 .kids-link p {
  margin-top: 10px;
  line-height: 22px;
  font-size: 18px;
  font-size: 1.125rem;
}

.page-id-278 .kids-link p:hover {
  text-decoration: underline;
}

.gaviscon_collapse .card .card-header {
  background: #0070ba;
}

.gaviscon_collapse .card .card-header button {
  display: block;
  background: #0070ba;
  color: #ffffff;
  border-radius: 0;
  padding-bottom: 9px;
  border-bottom: 1px dotted #ffffff;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  font-weight: 300;
}

.gaviscon_collapse .card .card-header button:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f00d";
  float: right;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gaviscon_collapse .card .card-header button.collapsed {
  background: #0070ba;
  color: #ffffff;
}

.gaviscon_collapse .card .card-header button.collapsed:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f107";
}

.gaviscon_collapse .card .card-header button:hover,
.gaviscon_collapse .card .card-header button:focus {
  text-decoration: none;
}

.gaviscon_collapse .card .card-body {
  background: #0070ba;
}

.gaviscon_collapse .card .card-body ol,
.gaviscon_collapse .card .card-body li,
.gaviscon_collapse .card .card-body p,
.gaviscon_collapse .card .card-body span,
.gaviscon_collapse .card .card-body a {
  color: #ffffff;
}

.small-text {
  font-size: 10px;
  font-size: 0.625rem;
}

/* Image for mobile */
@media only screen and (max-width: 769px) {
  .colone img {
    margin-top: 0px;
  }
}

.disclaimer {
  border-color: #000000 !important;
}

.disclaimer p {
  margin-bottom: 0;
}

.references {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 18px;
  color: #000000 !important;
}

.references a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 18px;
}

.references h3 {
  color: #000000 !important;
}

.references ol {
  padding-left: 20px;
}

.story_img {
  height: auto;
}

.wp-block-image img {
  height: auto;
}

.post_info {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 17px;
}

.post_info .author {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #023b7e;
  line-height: 18px;
}

.post_info .story_date {
  line-height: 18px;
  color: #023b7e;
}

.article-body-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 300;
}

.article-body-text a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  font-weight: 300;
}

.article-body-text a:hover {
  text-decoration: underline;
}

.article-body-text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}

.article-body-text img {
  height: auto;
  max-width: 100%;
}

.article_title {
  font-weight: 900;
}

.socials a {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  display: inline-block;
}

section ol li,
section ul li {
  font-size: 14px;
  font-size: 0.875rem;
}

section ol li a,
section ul li a {
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  word-break: break-all;
}

.commentslice {
  position: relative;
}

.commentslice:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #023b7e;
  left: 16px;
  right: 0;
  top: 13px;
}

.commentslice span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px 0 0px;
  font-weight: 900;
}

.commentslice .commentdata {
  font-weight: 300;
  float: right;
  padding: 0 10px 0 10px;
  margin-top: 4px;
}

.comment-form-comment label {
  display: block;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 900;
}

.comment-form-comment textarea {
  display: block;
  float: left;
  width: 100%;
  color: #959191;
  background: #eaf1f6;
}

.form-submit {
  display: block;
  text-align: right;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.form-submit:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #023b7e;
  left: 0px;
  right: 16px;
  top: 14px;
  z-index: 10;
}

.form-submit #submit {
  position: relative;
  z-index: 20;
  background: #023b7e;
  color: #ffffff;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 5px 5px 5px 10px;
}

.page-id-494 h2 {
  color: #023b7e;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 20px;
}

.page-id-494 ul {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 20px;
}

.page-id-494 ul li {
  margin-bottom: 10px;
}

.page-id-494 ul li .contact_link {
  color: #023b7e;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 23px;
  text-decoration: none;
}

.internal_title h4 {
  font-weight: bold;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
}

.help-support .accordion .card {
  border: none;
  background: transparent;
}

.help-support .accordion .card .card-header {
  border: none;
  background: transparent;
  cursor: pointer;
}

.wp-block-lazyblock-article-box {
  border-top: 3px solid #0070ba;
}

.all-news .accordion .card {
  border: none;
  background: transparent;
}

.all-news .accordion .card .card-header {
  border: none;
  background: transparent;
}

.all-news .collapsed .inverse-slice .card-title {
  background: #ffffff;
  position: relative;
  z-index: 100;
  padding: 10px 0px 10px 10px;
}

.all-news .collapsed .inverse-slice .card-title:after {
  content: "";
  background: url("../images/darkblue_down.png") 5px 8px no-repeat;
  background-size: 9px 6px;
  width: 16px;
  display: inline-block;
  min-height: 16px;
}

.all-news .inverse-slice .card-title {
  background: #ffffff;
  position: relative;
  z-index: 100;
  padding: 10px 0px 10px 10px;
}

.filters {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  color: #023b7e !important;
  cursor: pointer;
}

footer a {
  font-size: 14px;
  font-size: 0.875rem;
}

footer .cogora_info a {
  text-decoration: none !important;
}

footer .footermenu ul {
  padding-left: 0px;
  list-style: none;
}

footer .footermenu ul li:before {
  content: "\203A";
  padding-right: 8px;
  color: #ffffff;
  /* Or a color you prefer */
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 10px;
}

footer .footermenu ul li a {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}

footer .footermenu ul li a:hover {
  color: #ffffff;
  font-weight: bold;
}

footer .footer_logo {
  max-width: 180px;
  width: 180px;
  height: auto;
  display: inline-block;
}

footer .footer_logo img {
  width: 100%;
  height: auto;
}

footer .footer-slice {
  position: relative;
}

footer .footer-slice h2 {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  background-color: #023b7e;
  display: inline-block;
  padding: 0 10px 0 10px;
}

footer .footer-slice:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #ffffff;
  left: 0;
  right: 250px;
  top: 21px;
}

footer .footer-slice .socials-icons {
  position: relative;
  background-color: #023b7e;
  display: inline-block;
}

footer .footerlogo {
  min-height: 50px;
}

footer .sociallink {
  padding-top: 18px;
}

footer .sociallink a {
  max-height: 43px;
}

footer .sociallink a img {
  width: auto;
  height: 43px;
}

footer .sign_up ul {
  padding-left: 20px;
}

footer .sign_up ul li {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}

footer .sign_up .register_btn {
  text-align: right;
  position: relative;
}

footer .sign_up .register_btn:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #ffffff;
  left: 0px;
  right: 16px;
  top: 12px;
  z-index: 10;
}

footer .sign_up .register_btn .register_link {
  position: relative;
  z-index: 20;
  background: #ffffff;
  color: #023b7e;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
}

footer .nip-navbar .nav-item {
  border-right: 1px solid #ffffff;
}

footer .nip-navbar .nav-item:last-child {
  border-right: none;
}

footer .nip-navbar .nav-item .nav-link {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  height: 20px;
  padding: 0 1rem;
}

@media screen and (max-width: 1024px) {
  a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  button#responsive-menu-button {
    top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .wlc-container .relative-parent {
    min-height: 50px;
  }
  #mdgxWidgetiFrame {
    display: block;
    margin-top: 20px;
  }
  .list-group-item.advice_link {
    display: none;
  }
  .list-group-item.advice_link.active {
    display: block;
  }
  .views {
    margin-bottom: 40px;
  }
  #carousel-cf {
    margin-bottom: 40px;
  }
  .carousel-item {
    min-height: 314px;
  }
  footer .sociallink {
    padding-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
  footer .sociallink .footer-slice {
    text-align: left !important;
  }
  footer .sociallink .footer-slice:before {
    content: "";
    position: absolute;
    height: 2px;
    background: transparent;
    left: 0;
    right: 100px;
    top: 12px;
  }
  footer .sociallink .footer-slice h2.slice-title {
    width: 65%;
    font-size: 12px;
    font-size: 0.75rem;
    float: left;
  }
  .footer_logo img {
    width: 100%;
    height: auto;
  }
}
/* 
.covid-banner h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 39px;
  font-weight: bold;
}

.covid-banner .nav-tabs {
  border-bottom: none !important;
}

.covid-banner .nav-tabs .nav-item {
  height: 40px;
}

.covid-banner .nav-tabs .nav-item.nav-link {
  color: #ffffff;
  background-color: transparent !important;
  border-color: #ffffff;
  border-radius: 50px;
  margin: 10px;
}

.covid-banner .nav-tabs .nav-item.nav-link.active {
  color: #0070ba;
  background-color: #ffffff !important; 
}

.covid-banner .nav-tabs .nav-item.nav-link:hover {
  color: #0070ba;
  background-color: #ffffff !important;
} */

.covid-content h2 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: bold;
}

.covid-content p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
}

.covid-content a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
}

.covid-content .card h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.covid-content .card p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.covid-content .card a {
  word-break: break-all;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
}

.covid-content .alerts_btn {
  background: url("../images/btns_dark-blue.svg");
  background-size: cover;
  min-height: 50px;
  font-weight: bold;
}

.covid-content .expert_btn {
  background: url("../images/btns_green-btn.svg");
  background-size: cover;
  min-height: 50px;
  font-weight: bold;
}

.covid-content .searchandfilter ul label {
  width: 100%;
  height: 45px;
  float: left;
}

/* .covid-content .searchandfilter ul label:after {
  content: "";
  background: url("../images/search-icon.svg") no-repeat;
  width: 45px;
  height: 45px;
  display: inline-block;
  float: right;
} */

.covid-content .searchandfilter ul label input {
  width: 85%;
  height: 45px;
  float: left;
}

.covid-content .category_section .related_articles_link {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #959191;
}

.covid-19-toolkit-search input {
  min-width: 1px;
}

#gform_submit_button_2,
#gform_submit_button_3 {
  display: none;
}

.guide-categories {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 7px;
  margin-right: 3px;
  display: inline-block;
  margin-bottom: 5px;
}

.guide-categories.ask-an-expert {
  background: #009639;
}

.guide-categories.categorising-risk-groups {
  background: #005eb8;
}

.guide-categories.children-and-young-people {
  background: #9aaad6;
}

.guide-categories.diabetes {
  background: #14ccb0;
}

.guide-categories.end-of-life-care {
  background: #8219ff;
}

.guide-categories.infection-control {
  background: #ed8b00;
}

.guide-categories.isolation-and-social-distancing {
  background: #768f9d;
}

.guide-categories.mental-health {
  background: #d59098;
}

.guide-categories.other-conditions {
  background: #14ccb0;
}

.guide-categories.post-viral-recovery {
  background: #005eb8;
}

.guide-categories.prescribing {
  background: #8219ff;
}

.guide-categories.remote-working {
  background: #8219ff;
}

.guide-categories.respiratory-conditions {
  background: #cee32d;
}

.guide-categories.socially-vulnerable-groups {
  background: #005eb8;
}

.guide-categories.staff-support {
  background: #005eb8;
}

.guide-categories.symptom-management {
  background: #14ccb0;
}

.guide-categories.testing-trials-and-research {
  background: #8219ff;
}

.guide-categories.triage-and-treatment {
  background: #ed8b00;
}

.guide-categories.womens-health {
  background: #d59098;
}

.category-pcn-podcast .podcasttitle {
  font-size: 19px;
}

.category-pcn-podcast .podcastname {
  font-size: 19px;
}

.category-pcn-podcast .podcastdate {
  line-height: normal;
  font-size: 0.875rem;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #959191;
  margin: 10px 0;
  display: block;
}

.podcast-intro-text p {
  font-size: 19px;
  font-weight: bold;
  color: #000;
}

.podcast-intro-text p a {
  font-size: 19px;
  font-weight: bold;
  color: #000;
}

.podcast-newsletter {
  font-size: 19px !important;
  font-weight: bold !important;
  border: 3px solid #023b7e;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  margin: 10px 0 30px;
  text-decoration: none !important;
}

.podcast-newsletter span.icon {
  margin-right: 10px;
  display: block;
}

.wrap-breadcrumb {
  padding-bottom: 35px;
}

.wrap-breadcrumb .breadcrumb {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.wrap-breadcrumb .breadcrumb a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.wrap-breadcrumb .breadcrumb a span {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.wrap-breadcrumb .breadcrumb span {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #000;
}

.wrap-breadcrumb header {
  line-height: 1;
  margin-top: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  width: 100%;
  display: block;
}

.nav-roche {
  border-radius: 0;
  background-color: #2064ae;
  margin-bottom: 53px !important;
  width: 100%;
  float: left;
  min-height: 50px;
}

.roche_main p,
.roche_main a,
.roche_main li {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.roche_main ol {
  padding-left: 10px;
}

.roche_main ol li {
  font-size: 13px !important;
  margin-bottom: 10px;
}

.roche_main ol li a,
.roche_main ol li a:hover {
  font-size: 13px !important;
  color: black;
  text-decoration: underline;
}

.roche_main h2 {
  font-size: 26px;
}

.roche_video {
  background: #efefef;
}

.nav-macmillan {
  border-radius: 0;
  background-color: #00a94f;
  margin-bottom: 53px !important;
}

.nav-macmillan nav {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-macmillan nav a {
  font-size: 19px;
  font-weight: bold;
  position: relative;
  color: #fff;
  text-decoration: none;
  margin-right: 30px;
}

.nav-macmillan nav a.__active:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  bottom: -5px;
  background-color: #fff;
}

.button-link-macmillan {
  font-size: 18px;
  font-weight: bold;
  background-color: #00a94f;
  color: #fff !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  padding: 0 45px;
}

.button-link-macmillan:hover {
  opacity: 0.8;
}

.hub-logo img {
  width: 250px;
}

.intro {
  padding-bottom: 62px;
}

.intro .button-link-macmillan {
  width: 310px;
  padding: 0;
}

.intro h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 35px;
  color: #000;
}

.intro em {
  font-style: normal;
  font-weight: bold;
  margin-bottom: 30px;
}

.intro span {
  margin-top: 15px;
  font-size: 15px;
}

.intro p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
}

.intro p:last-child {
  margin: 0;
}

.button-phone-macmillan {
  border-radius: 25px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 124px;
  width: 100%;
  text-decoration: none !important;
}

.button-phone-macmillan img {
  margin-right: 30px;
}

.button-phone-macmillan label {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin: 0;
}

.button-phone-macmillan label span {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  display: block;
  width: 100%;
  margin-top: 5px;
}

.macmillan-specialists {
  background-color: #efefef;
  padding: 45px 0;
  text-align: center;
  margin: 0;
}

.macmillan-specialists h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin: 0 auto 40px;
}

.macmillan-specialists span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-top: 20px;
}

.macmillan-specialists a {
  text-decoration: none;
  margin: 40px auto 0;
}

.macmillan-leaflet {
  padding: 65px 0;
  margin: 0;
}

.macmillan-leaflet h3 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.macmillan-leaflet p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 40px;
  color: #000;
}

.content-wrapper h2 {
  font-size: 22px;
}

.macmillan-leaflet p:last-child {
  margin-bottom: 0;
}

.macmillan-leaflet a {
  width: 335px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
}

footer.macmillan {
  background: url(http://preview.pulsetoday.co.uk/wp-content/uploads/2021/10/subfooter.png)
    no-repeat top/cover;
  height: 286px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  text-align: center;
  margin: 0;
  border: none;
  border-radius: 0;
}

footer.macmillan em {
  font-size: 29px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}

footer.macmillan p {
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  line-height: normal;
  font-size: 24px;
  line-height: normal;
}

footer.macmillan p:last-child {
  margin-bottom: 0;
}

footer.macmillan a {
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  line-height: normal;
  font-size: 24px;
}

.macmillan-support {
  margin: 0;
  background: #efefef;
  padding: 40px 0;
}

.macmillan-support h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px;
}

.macmillan-support img {
  margin-bottom: 25px;
}

.macmillan-support p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.macmillan-support p span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  width: 100%;
}

.macmillan-support-line {
  margin: 0;
  padding: 45px 0 65px;
  background-color: #fff;
}

.macmillan-support-line h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
  color: #000;
}

.macmillan-support-line .opening-table {
  width: 767px;
  max-width: 100%;
  margin: 0 auto;
}

.macmillan-support-line .opening-table .row {
  border-bottom: 1px solid #707070;
}

.macmillan-support-line .opening-table .row:last-child {
  border-bottom: none;
}

.macmillan-support-line .opening-table .row > div {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.macmillan-support-line .opening-table .col-md-7 {
  border-right: 1px solid #707070;
  font-size: 22px;
  font-weight: normal;
}

.macmillan-support-line .opening-table .col-md-5 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 45px;
}

.jumbotron.macmillan-support-service {
  margin: 0;
  padding: 40px 0;
  background-color: #fff;
}

.jumbotron.macmillan-support-service .service-table {
  width: 1075px;
  margin: 0 auto;
  max-width: 100%;
}

.jumbotron.macmillan-support-service .service-table .row {
  border-bottom: 1px solid #707070;
}

.jumbotron.macmillan-support-service .service-table .row:last-child {
  border-bottom: none;
}

.jumbotron.macmillan-support-service .service-table .row .col-md-9 {
  padding: 27px 30px 27px 0;
  border-right: 1px solid #707070;
}

.jumbotron.macmillan-support-service .service-table .row .col-md-3 {
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
}

.jumbotron.macmillan-support-service .service-table .row label {
  font-size: 22px;
  font-weight: bold;
  width: calc(100% - 90px);
  padding-left: 24px;
}

.jumbotron.macmillan-support-service .service-table .row label span {
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .macmillan-specialists .col-md-2 {
    margin-top: 30px;
  }
  .macmillan-specialists .col-md-2:nth-child(1) {
    margin-top: 0;
  }
  .wrap-breadcrumb .breadcrumb {
    text-align: center;
  }
  .page-template-template-sponsored-macmillan .searchmobilemenu {
    margin: 0 0 30px !important;
    display: none !important;
  }
  .wrap-breadcrumb header {
    text-align: center;
  }
  .text-right.hub-logo {
    text-align: center !important;
  }
  .nav-macmillan nav {
    height: auto;
    padding: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-macmillan nav a {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .nav-macmillan nav a.__active {
    margin-bottom: 25px;
  }
  .intro {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .intro video {
    margin: 30px 0;
  }
  footer.macmillan {
    height: auto;
    background: url(https://www.pulsetoday.co.uk/wp-content/uploads/2021/10/subfooter.png)
      no-repeat top/cover;
    padding: 30px inherit;
  }
  footer.macmillan em {
    margin-top: 30px;
    font-size: 19px;
  }
  footer.macmillan p {
    font-size: 14px;
  }
  .jumbotron.macmillan-support-service {
    padding-bottom: 0;
  }
  .jumbotron.macmillan-support-service .service-table .row .col-md-9 {
    padding: 15px;
    border: none;
  }
  .jumbotron.macmillan-support-service .service-table .row .col-md-3 {
    padding: 15px 15px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .macmillan-leaflet .col-md-6 br {
    display: none;
  }
  .button-phone-macmillan {
    height: auto;
    padding: 20px;
    width: auto;
    margin: 30px auto;
  }
  .button-phone-macmillan label {
    font-size: 16px;
  }
  .macmillan-support-line .opening-table .row .col-md-5 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-left: 15px;
  }
  .macmillan-support-line .opening-table .row .col-md-7 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: none;
  }
  .macmillan-support h2 {
    text-align: center;
  }
  .macmillan-support p span {
    margin-bottom: 30px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.vte-references {
  border-top: 1px solid #033b7e;
  padding-top: 1rem;
  margin-top: 1.5rem;
}

.vte-references * {
  font-size: 0.85rem !important;
}

.small * {
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}

.small p,
.small a {
  font-size: 0.85rem !important;
  margin-bottom: 0.25rem;
}

.small sup {
  font-size: 75% !important;
}

div.small {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 900px;
  }
}

.pointer {
  cursor: pointer;
}

@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1300px;
  }
}

.vte-pages h2 {
  margin-top: 1.5rem;
}

.vte-pages h3 {
  font-size: 1rem;
  font-weight: 700;
}

.vte-pages .children > li a {
  padding-bottom: 1rem;
  background: white;
}

.image_modal {
  max-height: 60vh;
}

.vte-pages.sponsored-content a {
  font-size: inherit;
}

.nhs-segment-2 {
  background: rgba(58, 191, 240, 0.1);
  margin-top: 45px;
  margin-bottom: 30px;
}

.nhs-segment-2 .row {
  padding-top: 30px;
  padding-bottom: 35px;
}

.nhs-segment-2 .row header {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #000;
}

.nhs-segment-2 .row p {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.nhs-segment-2 .row a {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3abff0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 47px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nhs-segment-2 .row button {
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3abff0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 47px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.nhs-segment-3 {
  margin-bottom: 35px;
}

.nhs-segment-3 img {
  width: 100%;
}

.nhs-segment-4 {
  background: rgba(58, 191, 240, 0.1);
  margin-bottom: 40px;
}

.nhs-segment-4 img {
  display: block;
  margin: 30px auto 25px;
  width: 100%;
}

.nhs-segment-4 header {
  font-size: 16px;
  font-weight: 900;
  color: #000;
  margin-bottom: 10px;
}

.nhs-segment-4 p {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.nhs-segment-5 {
  background: rgba(58, 191, 240, 0.1);
  margin-bottom: 30px;
}

.nhs-segment-5 img {
  display: block;
  margin: 30px auto 25px;
  width: 100%;
}

.nhs-segment-5 header {
  font-size: 16px;
  font-weight: 900;
  color: #000;
  margin-bottom: 10px;
}

.nhs-segment-5 p {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.nhs-segment-6 {
  margin-bottom: 70px;
}

.nhs-segment-6 p {
  font-size: 13px;
  font-weight: normal;
  color: #000;
}

.nhs-segment-6 p a {
  color: #3abff0;
  font-size: 13px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .logo-intro {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .nhs-segment-2 .row header {
    margin-top: 30px;
  }
  .nhs-segment-6 p {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-ads {
    margin: 20px 0 20px 0;
    width: 100% !important;
    text-align: center;
    display: inline-block;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
}
.cog-mb-sticky {
  top: 0;
  z-index: 61;
}
button.rmp_menu_trigger {
  z-index: 60;
}

ul#menu-utility-top-menu,
ul#menu-mobile-utility-top-menu {
  list-style: none;
  padding-left: 5px;
}
ul#menu-utility-top-menu {
  margin-bottom: 0;
}
ul#menu-utility-top-menu li,
ul#menu-mobile-utility-top-menu li {
  display: inline-block;
}
section.utility-top-bar {
  border-top: 1px solid #023b7e;
  padding: 5px 0;
  border-bottom: 1px solid #023b7e;
}
.top-menu a,
.mobile-top-menu a {
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.top-menu a {
  font-size: 16px;
  padding: 0 6px;
  text-decoration: none;
}
.top-menu .float-right a {
  padding: 0;
}
.mobile-top-menu a {
  font-size: 12px;
  padding-left: 5px;
}

.top-menu a:before,
.mobile-top-menu a:before {
  content: "\f105";
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  color: inherit;
}
.top-menu a:before {
  left: -5px;
}
.login_btn a:before {
  left: 0;
}

.mobile-top-menu a:before {
  left: -4px;
  top: 2px;
}

.top-menu .login_btn a:before {
  display: inline-block;
  float: left;
  content: url(../images/login_icon.png);
  padding-right: 5px;
}

.top-menu .login_btn a,
.top-menu .account_btn a,
.top-menu .bef-no a {
  display: inline-block;
  color: #0070ba;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-transform: inherit;
}
.top-menu .login_btn a {
  margin-right: 5px;
}

.top-menu .account_btn a:after,
.top-menu .login_btn a:after {
  content: " |";
}
.top-menu .login_btn a:after {
  margin-left: 0;
}
.top-menu .account_btn a:after {
  margin-left: 0;
}
.top-menu .bef-no a:before {
  content: none;
}
nav.main-menu-bar {
  margin-bottom: 10px;
}

ul.pt-main-menu {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
ul.pt-main-menu > li {
  display: inline-block;
  border-right: 2px solid #fff;
}
ul.pt-main-menu > li:last-child {
  border: none;
}
ul.pt-main-menu > li > a {
  color: #fff;
  font-weight: 300;
  padding: 0 10px;
}
ul.pt-main-menu > li:hover > a,
ul.pt-main-menu > li.active > a {
  color: #0070ba;
}
ul.pt-main-menu > li:hover,
ul.pt-main-menu > li.active {
  background: #fff;
}
ul.dropdown-menu.show {
  background-color: #f3f3f3;
}
ul.pt-mobile-main-menu a {
  color: #fff;
  font-weight: 300;
}
.pt-main-menu a.dropdown-item {
  font-weight: 300;
  margin-bottom: 5px;
  color: #000;
}
ul.dropdown-menu.show {
  background-color: #023b7e;
}
.search-container .search-btn:focus {
  border: 0;
  box-shadow: none;
}
.navbar-dark .navbar-toggler {
  border: none;
}
.navbar-toggler i {
  color: #fff;
}
.navbar-toggler:not(.collapsed) i:before {
  content: "\f00d";
}
.navbar-toggler,
.navbar-toggler:focus-visible,
.navbar-toggler:focus {
  border: none !important;
  outline: 0;
}
.navbar-nav > li > a {
  padding: 10px 0px 10px 30px !important;
}
.navbar-nav > li > ul {
  padding-left: 20px;
}
.main-menu-bar li.menu-item-has-children a {
  margin-right: 25px;
}
.main-menu-bar a.dropdown-toggle:after {
  content: url(/wp-content/uploads/2020/09/Arrow-Down.png);
  border: none;
  right: 11px;
  position: absolute;
}

.main-menu-bar li:hover a.dropdown-toggle:after,
ul.pt-main-menu > li.active a.dropdown-toggle:after {
  content: url(/wp-content/themes/cogora/assets/images/Arrow-Down-blue.png);
}
.main-menu-bar ul.dropdown-menu.show {
  background-color: #f3f3f3;
  top: 20px !important;
  border-radius: 0;
  border: none;
}
.search-form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  padding: 10px;
  background: #0070ba;
  z-index: 20;
  display: none;
}
form.search-form label {
  width: 80%;
  margin: 0 10px 0 0;
}
form.search-form {
  display: flex;
}
.search-form input.search-submit {
  background: #023b7e;
  color: #fff;
  border: 0;
  font-size: 14px;
}
.search-form [type="search"] {
  width: 100%;
}
.search-container i {
  color: #fff;
  padding: 5px;
  border: 1px solid #fff;
}

.menu-item-has-children .dropdown-item:before {
  content: url(/wp-content/themes/cogora/assets/images/darkblue_arrow.png);
  position: absolute;
  left: 9px;
}
nav.main-menu-bar .container {
  position: relative;
  display: flex;
}
.pt-main-menu a.dropdown-item:active,
.pt-main-menu a.dropdown-item:hover {
  color: #0070ba;
  text-decoration: none;
  background-color: inherit;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .dropdown-item {
  color: #fff;
  font-weight: 300;
  padding-bottom: 11px;
}
.container.mpu-wrapper {
  overflow: hidden;
}

@media (max-width: 1199px) {
  ul#menu-utility-top-menu > li > a {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  ul.pt-main-menu > li > a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.utility-top-bar {
    padding-bottom: 28px;
  }
}
@media (min-width: 992px) {
  nav.mobile-nav-wrapper {
    display: none;
  }
  .mobile-topmenu,
  .pt-mobile-mainmenu,
  .show-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .desktop-topmenu,
  .pt-desktop-mainmenu {
    display: none;
  }
  ul#menu-mobile-utility-top-menu {
    margin-bottom: 0;
  }
  .mpu-wrapper iframe {
    max-width: 767px;
  }
  #bs-mobile-main-menu {
    padding: 30px 0;
  }
  div#bs-mobile-main-menu {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 0;
    background: #0070ba;
    width: 80%;
    height: 100%;
  }

  #bs-mobile-main-menu.collapsing {
    right: -75%;
    transition: height 0s ease;
  }
  #bs-mobile-main-menu.navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out;
  }

  nav.main-menu-bar {
    display: none;
  }
  .main-menu-bar button.navbar-toggler.collapsed {
    width: 100%;
    text-align: left;
  }
  #bs-mobile-main-menu .menu-item-has-children > a {
    color: #fff;
    font-weight: 300;
    display: block;
    text-decoration: none;
  }
  #bs-mobile-main-menu span.dropdown-toggle {
    right: 0;
    position: absolute;
    color: #fff;
  }
  #bs-mobile-main-menu .dropdown-item:focus,
  #bs-mobile-main-menu .dropdown-item:hover {
    color: #8fd2ff;
    text-decoration: none;
    background-color: #023b7e;
  }
  .show-mobile a {
    font-size: 16px !important;
  }
  /* start 991 */
  .navbar-expand-md .navbar-collapse {
    display: block !important;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: relative;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
  .navbar-expand-md .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .mobile-top-menu a {
    font-size: 10px;
  }
  .show-mobile a {
    font-size: 12px !important;
  }
  .mpu-wrapper iframe {
    max-width: 480px;
  }
}
/*# sourceMappingURL=main.css.map */

.search-wrapper {
  margin-bottom: 40px;
}
.search-wrapper input {
  font-size: 16px;
  font-weight: normal;
  color: #292929;
  height: 25px !important;
  width: calc(100% - 25px) !important;
}
.helper-btton-wrapper {
  color: #292929;
}
.helper-btton-wrapper button {
  border: 2px solid #023b7e;
  text-align: left;
  border-radius: 0;
}
.helper-btton-wrapper button a {
  font-size: 19px;
  font-weight: bold;
  color: #292929;
  text-decoration: none !important;
}
.helper-btton-wrapper button a p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #292929;
}
.helper-btton-wrapper button a span {
  margin-right: 5px;
}
.searchandfilter {
  display: flow-root;
}
.searchandfilter ul {
  padding-left: 0;
}
.searchandfilter ul label {
  width: 100%;
}
.searchandfilter ul label input {
  width: 100%;
}
.searchandfilter ul li {
  clear: both;
}
.searchandfilter ul label {
  width: 100%;
  height: 45px;
  float: left;
}
.searchandfilter ul label:after {
  content: "";
  background: url("../images/search-icon.svg") no-repeat center/cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  float: right;
}
.searchandfilter ul label input {
  width: 85%;
  height: 45px;
  float: left;
}
.covid-hub h2.header {
  font-size: 32px;
  font-weight: 900;
  color: #000;
}
.covid-hub div.welcome {
  margin-top: 18px;
}
.covid-hub div.welcome p {
  font-size: 19px;
  font-weight: bold;
  margin: 12px 0 18px;
}
.covid-hub div.welcome h3 {
  font-size: 32px;
  font-weight: 900;
  color: #000;
}
.block-item-container .block-wrapper {
  background-repeat: no-repeat;
  height: 160px;
  display: flex;
  align-items: center;
  background-position: center right;
  padding: 0;
  margin-bottom: 20px;
}
.block-item-container .block-wrapper a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none !important;
}
.block-item-container .block-wrapper a h4 {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  width: 70%;
}
.covid-banner {
  padding: 0;
}
.covid-banner h1 {
  font-size: 38px;
  font-weight: 900;
  color: #023b7e;
  text-transform: uppercase;
}

.txt-18,
.txt-18 p {
  font-size: 18px;
}

.list-black a {
  font-size: 16px;
  color: #000;
}

ol.list-black {
  padding: 16px;
}

.sm-txt {
  font-size: 14px;
}

.bg-blue {
  background: #292861;
  color: #fff;
}

.two-col .bg-blue img {
  display: block;
  margin: 0 auto;
}

.two-col .img-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 20px 0;
}

.bl-4 {
  border-top: 4px solid #023b7e;
}

.gl-2 {
    border-top: 2px solid #707070;
}
@media screen and (max-width: 1199px) {
.sm-txt {
    font-size: 12px;
}
}

@media screen and (max-width: 991px) {
  .two-col .bg-blue img {
    max-width: 250px;
	margin-bottom: 20px;
  }
	.sm-txt {
    font-size: 14px;
}
}

@media screen and (max-width: 767px) {
  .block-item-container div:nth-child(1) {
    order: 2;
  }
  .block-item-container div:nth-child(2) {
    order: 1;
  }
  .block-item-container div:nth-child(3) {
    order: 3;
  }
  .block-item-container div:nth-child(4) {
    order: 4;
  }
  .block-item-container div:nth-child(5) {
    order: 6;
  }
  .block-item-container div:nth-child(6) {
    order: 5;
  }
  .block-item-container div:nth-child(7) {
    order: 7;
  }
  .block-item-container div:nth-child(8) {
    order: 8;
  }
  .block-item-container div:nth-child(9) {
    order: 9;
  }
}
.covid-banner h1 {
  line-height: 39px;
  font-weight: bold;
}
.covid-banner .nav-tabs {
  margin: 0 15px;
  width: 100%;
  border-bottom: 1px solid #023b7e;
}
.covid-banner .nav-tabs .nav-item.nav-link {
  color: #fff;
  background-color: #023b7e;
  border: none;
  border-radius: 0;
  display: inline-block;
  flex: unset;
  padding: 5px 0 5px 15px;
}
.covid-banner .nav-tabs .nav-item.nav-link::after {
  content: "|";
  color: #fff;
  padding-left: 15px;
}
.covid-banner .nav-tabs .nav-item.nav-link:last-child:after {
  content: "";
}
.helper-btton-wrapper {
  color: #292929;
}
.helper-btton-wrapper button {
  background: none;
  border: 2px solid #023b7e;
  text-align: left;
  border-radius: 0;
}
.helper-btton-wrapper button a {
  font-size: 19px;
  font-weight: bold;
  color: #292929;
  text-decoration: none !important;
}
.helper-btton-wrapper button a p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #292929;
}
.helper-btton-wrapper button a span {
  margin-right: 5px;
}

.covid-content .expert_btn,
.covid-content .alerts_btn {
  background: none;
}
.searchandfilter {
  display: flow-root;
}
.searchandfilter ul {
  padding-left: 0;
}
.searchandfilter ul label {
  width: 100%;
}
.searchandfilter ul label input {
  width: 100%;
}
.searchandfilter ul li {
  clear: both;
}
.searchandfilter ul label {
  width: 100%;
  height: 45px;
  float: left;
}
.searchandfilter ul label:after {
  content: "";
  background: url("../images/search-icon.svg") no-repeat center/cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  float: right;
}
.searchandfilter ul label input {
  width: 85%;
  height: 45px;
  float: left;
}
