@charset "UTF-8";
/*
@font-face {
    font-family:'KlavikaWebBasicRegular';
    src:url('../../fonts/KlavikaWebBasicRegular.eot');
    src:url('../../fonts/KlavikaWebBasicRegular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/KlavikaWebBasicRegular.woff') format('woff');
    font-weight:'normal';
    font-style:'normal';
}
@font-face {
    font-family:'KlavikaWebBasicMedium';
    src:url('../../fonts/KlavikaWebBasicMedium.eot');
    src:url('../../fonts/KlavikaWebBasicMedium.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/KlavikaWebBasicMedium.woff') format('woff');
    font-weight:'bold';
    font-style:'normal'
}
$nt-font-regular: "KlavikaWebBasicRegular";
$nt-font-medium: "KlavikaWebBasicMedium";
*/
/* Base */
/*body {
    font-family: $nt-font-regular, Helvetica, Arial, sans-serif;
}
*/
body {
  font-family: Graphik !important;
  font-weight: normal;
  font-style: normal;
  color: #000 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold !important;
  font-family: Graphik !important;
}

p {
  font-size: 18px;
  line-height: 1.77777778;
  margin-bottom: 32px;
}

a:link,
a:visited {
  color: #000;
}
a:link:hover,
a:visited:hover {
  color: #600848 !important;
}

a:hover,
a:active {
  color: #F2F2F2;
  text-decoration: none;
}

@media screen and (min-width: 975px) {
  #main-content:not(.full-width) div.content-inner-wrap {
    padding-right: 30px;
  }
}
::-webkit-scrollbar-thumb {
  background: #D8D8D8;
}

/* Base */
html {
  scroll-behavior: smooth;
}

/* Header */
header .header-content .container {
  background-color: #fff;
  padding-top: 0px;
}
header .header-content .container .logo {
  padding-top: 43px;
  padding-bottom: 43px;
  float: none;
  margin: 0 auto;
  width: 600px;
  text-align: center;
}
header .header-content .container .logo a img {
  float: unset;
  /*height: 122px; */
}

#slide-out #mobile-menu a:hover {
  background: #600848 !important;
  color: #fff !important;
}

header .header-content ul.social-icons {
  padding: 0 20px;
  width: auto !important;
  max-width: 1220px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: right;
  line-height: 1px;
}
@media only screen and (max-width: 767px) {
  header .header-content ul.social-icons {
    display: none;
  }
}
header .header-content ul.social-icons li {
  display: inline-block;
  margin-bottom: 0px;
}
header .header-content ul.social-icons li a {
  border: none;
  background: none;
  padding: 0px;
  font-size: 0px;
  opacity: 1;
  height: 39px;
  width: 39px;
}
header .header-content ul.social-icons li a:hover {
  background: unset;
  border: none;
}
header .header-content ul.social-icons li a span.core-icon {
  vertical-align: middle;
}
header .header-content ul.social-icons li a span.i-social-twitter {
  background-position: unset;
  background-image: url(https://s3-eu-west-1.amazonaws.com/emap-moon-prod/wp-content/uploads/sites/3/2023/10/icons8-twitter-25.png) !important;
  height: 15px;
  width: 15px;
  background-size: cover;
  margin: 0 auto;
  top: 11px;
  left: 11px;
}
header .header-content ul.social-icons li a span.i-social-thread {
  background-position: unset;
  background-image: url("https://cdn.rt.emap.com/wp-content/uploads/sites/2/2024/03/13160808/threads-app-black-sign-22062.webp") !important;
  height: 16px;
  width: 16px;
  background-size: cover;
  margin: 0 auto;
  top: 11px;
  left: 11px;
}
header .header-content ul.social-icons li a span.i-social-bluesky {
  background-position: unset;
  background-image: url("https://cdn.rt.emap.com/wp-content/uploads/sites/2/2024/03/13160820/bluesky-blue-logo-24455.webp") !important;
  height: 16px;
  width: 16px;
  background-size: cover;
  margin: 0 auto;
  top: 11px;
  left: 11px;
}
header .header-content ul.social-icons li a span.i-social-facebook {
  background-position: unset;
  background-image: url(/wp-content/themes/dr-child/images/Facebook-MAIN.png) !important;
  height: 39px;
  width: 39px;
}
header .header-content ul.social-icons li a span.i-social-instagram {
  background-position: unset;
  background-image: url(/wp-content/themes/dr-child/images/Instagram-MAIN.png) !important;
  height: 39px;
  width: 39px;
}
header .header-content ul.social-icons li a span.i-social-linkedin {
  background-position: unset;
  background-image: url(/wp-content/themes/dr-child/images/LinkedIn-MAIN.png) !important;
  height: 39px;
  width: 39px;
}
header .header-content ul.social-icons li a span.i-social-youtube {
  background-position: 0 -282px;
  display: none;
}
header .header-content ul.social-icons li a span.i-social-twitter-hover-dims {
  display: none;
  background-position: -228px -282px;
}
header .header-content ul.social-icons li a span.i-social-facebook-hover-dims {
  display: none;
  background-position: -280px -180px;
}
header .header-content ul.social-icons li a span.i-social-instagram-hover-dims {
  display: none;
  background-position: -266px -282px;
}
header .header-content ul.social-icons li a span.i-social-linkedin-hover-dims {
  display: none;
  background-position: -152px -282px;
}
header .header-content ul.social-icons li a span.i-social-youtube-hover-dims {
  display: none;
  background-position: -304px -244px;
}
header .header-content ul.social-icons li a:hover > span {
  display: block;
  transform: scale(1);
  opacity: 1;
}
header .header-content ul.social-icons li a:hover > span + span {
  display: none;
  transform: scale(1);
}
header .header-content ul.social-icons li.social-icon-twitter a {
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 50%;
  text-align: center;
}
header .header-content ul.social-icons li.social-icon-bluesky a {
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 50%;
  text-align: center;
}
header .header-content ul.social-icons li.social-icon-thread a {
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 50%;
  text-align: center;
}

.js-nav #slide-out {
  height: 100%;
  overflow: auto;
}

.nav-wrapper.fixed-enabled {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}

.js-nav strong .footer_subscribe_section {
  display: none;
}
.js-nav strong .footer-logo-section {
  display: none;
}
.js-nav strong footer {
  display: none;
}

#main-nav {
  background: #fff;
  max-width: unset;
}
#main-nav ul#menu-main-menu li.home-icon {
  padding-right: 8px;
}
#main-nav ul#menu-main-menu li.home-icon > a {
  position: relative;
  top: 13px;
  text-indent: -9999em;
  padding: 0;
  background-repeat: no-repeat;
  background-image: url("https://www.drapersonline.com/wp-content/mu-plugins/mbm-emap/assets/images/sprite.css-def54b96.svg");
  display: inline-block;
  background-position: -399px -187px;
  width: 16px;
  height: 15px;
}
#main-nav ul#menu-main-menu li.home-icon > a:after, #main-nav ul#menu-main-menu li.home-icon > a:before {
  display: none;
}
#main-nav ul#menu-main-menu li.home-icon:after {
  display: none;
}
#main-nav ul#menu-main-menu li a {
  color: #000;
  font-family: Graphik;
  font-size: 14px;
  font-weight: 600;
}
#main-nav ul#menu-main-menu li a.subscribe-btn {
  transition: background-color 250ms;
  background-color: #515151;
  color: #ffffff !important;
  border: none;
}
#main-nav ul#menu-main-menu li ul li a:hover,
#main-nav ul#menu-main-menu li div a:hover {
  color: #600848;
}
#main-nav ul#menu-main-menu li:hover ul {
  animation: none;
  z-index: 999;
  border-top: none;
}
#main-nav ul#menu-main-menu li.current-category-ancestor a {
  color: #600848;
}
#main-nav ul#menu-main-menu li.current-category-ancestor ul.menu-sub-content {
  display: block;
}
#main-nav ul#menu-main-menu li.current-category-ancestor:hover ul.menu-sub-content {
  border-top: 1px solid #777;
}
#main-nav ul#menu-main-menu li.current-post-ancestor a {
  color: #600848;
}
#main-nav ul#menu-main-menu li.current-post-ancestor ul.menu-sub-content {
  display: block;
  border-top: none;
}
#main-nav ul#menu-main-menu li.current-post-ancestor.current-post-parent ul.menu-sub-content {
  border-top: 1px solid #777;
}
#main-nav ul#menu-main-menu li.subscribe-menu a {
  background: #251c1c;
  color: #fff;
}
#main-nav ul#menu-main-menu li.subscribe-menu a:hover {
  color: #fff !important;
}
#main-nav .mega-recent-post {
  margin-right: 0;
}
#main-nav .mega-menu-block {
  top: 45px;
  border: none;
}

@media screen and (min-width: 768px) {
  .top-nav {
    display: block;
    background: #000;
  }
  .top-nav .user-nav {
    margin-top: 4px;
  }
  .top-nav .search-block {
    margin-top: 4px;
  }
  .top-nav .search-block #s {
    width: 200px !important;
  }
  .top-nav ul li a {
    height: 30px;
    line-height: 30px;
    font-weight: 600 !important;
  }
  .top-nav ul.social-icons {
    float: left;
  }
  .top-nav ul.social-icons li a {
    opacity: 1;
  }
  .top-nav ul.social-icons li.social-icon-instagram .i-social-instagram {
    background-position: -190px -282px;
  }
  .top-nav ul.social-icons li.social-icon-instagram .i-social-instagram-hover {
    background-position: -266px -282px;
  }
  .top-nav ul.social-icons li.social-icon-facebook .i-social-facebook {
    background-position: -228px -244px;
  }
  .top-nav ul.social-icons li.social-icon-facebook .i-social-facebook-hover {
    background-position: -282px -180px;
  }
  .top-nav ul.social-icons li.social-icon-youtube .i-social-youtube {
    background-position: 0 -282px;
  }
  .top-nav ul.social-icons li.social-icon-youtube .i-social-youtube-hover {
    background-position: -304px -244px;
  }
}
@media screen and (min-width: 975px) {
  .container-sleeve,
  .wrapper-sleeve {
    width: auto !important;
    max-width: 1220px;
  }
  .mast-nav {
    background: #000;
  }
  .mast-nav .container-sleeve.top-nav {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mast-nav .container-sleeve.top-nav .menu-alert {
    display: none;
  }
  #main-nav li.mega-menu.mega-links .mega-menu-block ul li.mega-link-column {
    width: 25%;
  }
  #main-nav li.mega-menu.mega-links .mega-menu-block ul li.mega-link-column a {
    font-family: Helvetica, Arial, sans-serif !important;
    color: #00aeca !important;
    text-align: left;
    padding-left: 5px;
  }
  #main-nav li.mega-menu.mega-links .mega-menu-block ul li.mega-link-column a:hover {
    padding-left: 10px;
    color: #00334c !important;
  }
}
/* Header */
#main-nav ul li.current-menu-item,
#main-nav ul li.current_page_parent,
#main-nav ul li.current-menu-parent,
#main-nav ul li.current-page-ancestor {
  margin-top: 0;
  height: 43px;
}

#main-nav ul li.current-menu-parent a {
  color: #600848 !important;
}
#main-nav ul li.current-menu-parent ul li a {
  color: #000 !important;
}
#main-nav ul li.current-menu-parent ul li.current-menu-item a {
  color: #600848 !important;
}
#main-nav ul li.current-menu-parent:hover ul.menu-sub-content {
  border-top: 1px solid #777 !important;
}

#main-nav ul li.current-menu-item a,
#main-nav ul li.current-menu-item a:hover,
#main-nav ul li.current-menu-parent a,
#main-nav ul li.current-menu-parent a:hover,
#main-nav ul li.current_page_parent a,
#main-nav ul li.current_page_parent a:hover,
#main-nav ul li.current-page-ancestor a,
#main-nav ul li.current-page-ancestor a:hover {
  height: 100%;
  line-height: 47px;
}

#main-nav #menu-main-menu {
  text-align: center;
}
#main-nav #menu-main-menu > li {
  text-align: left;
  float: unset;
  position: unset;
}
#main-nav #menu-main-menu > li.current-menu-item ul.menu-sub-content {
  display: block;
  border-top: 1px solid #777;
}
#main-nav #menu-main-menu > li.current-post-parent ul.menu-sub-content {
  display: block;
  border-top: none;
}
#main-nav #menu-main-menu > li ul.menu-sub-content {
  width: 100%;
  left: 0;
  text-align: center;
  border-bottom: 1px solid #777;
  border-top: 1px solid #777;
  box-shadow: none;
}
#main-nav #menu-main-menu > li ul.menu-sub-content li {
  display: inline-block !important;
  width: auto;
  float: unset;
}
#main-nav #menu-main-menu > li ul.menu-sub-content li.purple_text a {
  color: #600848;
  font-family: Graphik;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
#main-nav #menu-main-menu > li > a {
  text-transform: uppercase;
  background: transparent;
  padding-right: 12px;
  height: 45px;
  line-height: 44px;
}
#main-nav #menu-main-menu > li > a:before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  content: "";
  height: 2px;
  width: 0;
  display: block;
  opacity: 1;
  background: #600848;
  transition: 0.25s all;
}
#main-nav #menu-main-menu > li.current-menu-item > a {
  color: #600848;
}
#main-nav #menu-main-menu > li > .sub-menu > li:after {
  position: absolute;
  right: 0;
  top: 13.5px;
  border-top-color: transparent;
  border-left-color: #000;
}
#main-nav #menu-main-menu > li > .sub-menu li a {
  font-family: Graphik;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.28571429 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  width: auto;
}
#main-nav #menu-main-menu > li > .sub-menu li a:hover {
  color: #600848 !important;
}
#main-nav #menu-main-menu > li > .sub-menu .sub-menu {
  animation: none;
  width: 300%;
}
#main-nav #menu-main-menu > li > .sub-menu .sub-menu li {
  width: 33.3333333333%;
}
#main-nav #menu-main-menu > li.subscribe-list-item {
  float: right;
}
#main-nav #menu-main-menu > li.subscribe-list-item a {
  background: #e0861a;
  padding-right: 10px;
  color: white;
}
#main-nav #menu-main-menu > li.subscribe-list-item a:hover {
  background: transparent;
  color: #fff;
}
#main-nav #menu-main-menu > li.invisible_home_menu {
  height: 39px;
}
#main-nav #menu-main-menu > li.invisible_home_menu > a {
  font-size: 0px;
  width: 0px;
}
#main-nav #menu-main-menu > li.invisible_home_menu > a:before {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/drapers-icons.svg);
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: -363px -301px;
  width: 16px;
  height: 16px;
  background-color: unset;
}
#main-nav #menu-main-menu > li.invisible_home_menu:before {
  display: none;
}
#main-nav #menu-main-menu > li.invisible_home_menu:after {
  display: none;
}
#main-nav #menu-main-menu > li.invisible_home_menu:hover:after {
  display: none;
}
#main-nav #menu-main-menu li.cat-active a {
  background: transparent !important;
  padding-left: 15px;
  color: #000;
}
#main-nav #menu-main-menu li.menu-item-has-children:after, #main-nav #menu-main-menu li.mega-menu:after {
  display: none;
  border: 5px solid transparent;
  border-top: 5px solid #000;
  margin-left: -20px;
  margin-right: 18px;
  margin-bottom: -2px;
}
#main-nav #menu-main-menu li.menu-item-has-children:hover:after {
  margin-bottom: 3px;
  transform: rotate(180deg);
}
#main-nav #menu-main-menu li:hover.menu-item-has-children:after, #main-nav #menu-main-menu li:hover.mega-menu:after {
  border-top: 5px solid #000;
}
#main-nav #menu-main-menu .mega-cat-sub-categories a:hover {
  color: #600848;
}

.logged-in li.subscribe-list-item {
  display: none;
}

#main-nav ul li.current-menu-item ul,
#main-nav ul li.current-menu-parent ul,
#main-nav ul li.current_page_parent ul,
#main-nav ul li.current-page-ancestor ul {
  top: 43px;
}

#main-nav div.mega-cat-content.mega-cat-sub-exists {
  background: #f3f3f3 !important;
}
#main-nav div.mega-cat-content.mega-cat-sub-exists a:hover {
  color: #600848;
}

.tie-date {
  color: #666;
  font-weight: normal;
}

.mega-check-also {
  padding-left: 3%;
}

#main-nav .mega-cat-content .btn-more-articles {
  padding-bottom: 20px;
}

#main-nav .mega-menu-block .mega-check-also a.mega-menu-link {
  display: block;
}

#slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows,
#slide-out .social-icons a {
  color: #000;
  margin: 0;
}

#slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows {
  border-left: 1px solid #fff;
}

#slide-out #mobile-menu ul ul a {
  font-size: 16px;
  padding-left: 40px;
  border: none;
  text-transform: capitalize;
  color: #000;
  font-weight: normal !important;
}

#slide-out .social-icons {
  margin-bottom: 7px;
  display: none;
}

#mobile-menu {
  border-top: 1px solid #fff;
  padding-top: 5px;
}

#slide-out #mobile-menu ul ul,
#slide-out #mobile-menu .sub-menu-columns-item {
  background: #fff;
}

div.mobile-user-nav ul#registered li a {
  color: #000 !important;
  font-family: Graphik;
  font-weight: 600;
}

.mobile-user-nav ul#registered li {
  margin: 8px 2px;
}

.container-sleeve .ads-top .picture img, .container-sleeve .adv-top .picture img {
  height: 100%;
  width: auto !important;
}

.container-sleeve .ads-top .related .description, .container-sleeve .adv-top .related .description {
  color: #ffffff !important;
  font-family: Helvetica, Arial, sans-serif;
}

.container-sleeve .ads-top .related .heading, .container-sleeve .adv-top .related .heading {
  color: #fff;
  font-weight: normal !important;
}

#main-nav .menu-sub-content, #main-nav .mega-cat-content.mega-cat-sub-exists {
  background: #fff;
}

#main-nav .menu-sub-content {
  border-top: none;
}

.header-treaser-sleeve {
  width: 460px;
  height: auto;
  margin-bottom: -16px;
  margin-right: -30px;
}
.header-treaser-sleeve a {
  color: black !important;
  display: block;
  padding: 15px 20px;
  padding-right: 150px;
  background: rgba(0, 0, 0, 0.1) !important;
}
.header-treaser-sleeve a:hover {
  color: white;
  background: rgba(0, 0, 0, 0.6);
}
.header-treaser-sleeve a:after {
  content: "";
  display: block;
  background: url(https://s3-eu-west-1.amazonaws.com/wp-vulcan/wp-content/uploads/sites/6/2018/02/150-Robin-Latchem.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
}
.header-treaser-sleeve .treaser-title {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 14px;
  text-transform: uppercase;
}
.header-treaser-sleeve .treaser-content {
  font-size: 28px;
  line-height: 32px;
}

#main-nav ul li:hover > ul {
  top: 43px !important;
  border-top: 1px solid #777 !important;
  height: 41px;
}

/* Single template / Article page */
.single .entry a {
  color: #600848;
  text-decoration: none;
}

article.post-listing hr {
  border: 0.5px solid rgb(225, 225, 225);
  margin-bottom: 15px;
  width: 100%;
}
article.post-listing h3#Case_Studies {
  font-weight: normal !important;
  font-size: 28px;
  margin-bottom: 36px;
  line-height: 1.28571429;
}
article.post-listing .factfile {
  padding: 12px 20px;
  margin: 44px 0;
  border: 1px solid #000;
  color: #000;
  background: none;
}
article.post-listing .factfile .inline_image {
  margin-bottom: 0px !important;
}
article.post-listing .factfile .inline_image p.picture {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
article.post-listing .factfile h4 {
  margin-top: 0px;
  padding-top: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
article.post-listing .factfile h3 {
  padding: 0px;
  border-bottom: 0px;
}
article.post-listing .factfile p {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
article.post-listing .factfile a {
  color: #000 !important;
}
article.post-listing .post_credits {
  margin-bottom: 30px;
}
article.post-listing .post_credits .extras_heading h2 {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: "Knockout 71 Full Middlewt" !important;
  margin-bottom: 0px;
}
article.post-listing .post_credits p {
  font-size: 16px;
  line-height: 20px;
  font-family: knockout;
  color: #666;
  margin-bottom: 0px;
}
article.post-listing .extras.relatedfiles .extras_heading h2 {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: "Knockout 71 Full Middlewt";
}
article.post-listing .extras.relatedfiles ul li {
  background: none;
  padding-left: 0px;
}
article.post-listing .extras.relatedfiles ul li a {
  border: 2px solid #d3232a;
  padding: 5px 8px 5px 8px;
  font-size: 16px;
  font-family: "knockout";
  text-transform: uppercase;
  font-weight: normal;
}
article.post-listing .extras.relatedfiles ul li .icon.pdf {
  display: none;
}
article.post-listing .issue_block h3 {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: "Knockout 71 Full Middlewt" !important;
  margin-bottom: 5px;
  margin-top: 5px;
}
article.post-listing .issue_block p {
  font-size: 16px;
  line-height: 20px;
  font-family: knockout;
  color: #666;
  margin-bottom: 0px;
}
article.post-listing .social_custom .view-all-comments {
  display: none;
}
article.post-listing .post-meta {
  color: #666 !important;
}
article.post-listing .entry p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 0;
  font-family: Graphik;
  font-weight: normal;
  font-style: normal;
}
article.post-listing .entry p a {
  font-style: normal;
}
article.post-listing .entry div.wp-caption {
  text-align: left !important;
}
article.post-listing .entry div.wp-caption p.wp-caption-text {
  text-align: left;
  font-size: 14px !important;
  color: #000;
  border-bottom: none !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}
article.post-listing .entry div.wp-caption.aligncenter {
  text-align: center !important;
}
article.post-listing .entry div.wp-caption.aligncenter p.wp-caption-text {
  margin: 0 auto !important;
  padding-left: 5px !important;
}
article.post-listing .entry .factfile ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: Graphik;
}
article.post-listing .entry .factfile p {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  font-family: Graphik;
  color: #000;
}
article.post-listing .entry .factfile p:first-of-type strong {
  font-size: 16px;
  font-weight: 600;
  font-family: Graphik;
  text-transform: uppercase;
  color: #600848;
  letter-spacing: 1.08px;
}
article.post-listing .entry a {
  text-decoration: underline;
  color: #000;
  font-style: italic;
}
article.post-listing .entry a:hover {
  color: #600848;
}
article.post-listing .entry h4 {
  font-size: 26px;
  margin-top: 32px;
  margin-bottom: 36px;
  font-weight: normal !important;
  line-height: 1.3333333;
}
article.post-listing .entry iframe {
  border: 2px solid #000;
}
article.post-listing .entry h3 {
  font-size: 26px;
  line-height: 30px;
}
article.post-listing div.inline_image {
  margin: auto;
  position: relative;
  display: block !important;
}
article.post-listing div.inline_image span.fullsize {
  display: none;
}
article.post-listing div.inline_image p.picture {
  margin: 0;
  margin-bottom: 10px !important;
}
article.post-listing div.inline_image p.picture img {
  display: block;
}
article.post-listing div.inline_image p.inline_source {
  background: white;
  margin: 0;
  z-index: 2;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
  color: #A5A5A5;
}
article.post-listing div.inline_image p.inline_caption {
  font-family: Graphik;
  border-bottom: none !important;
  margin: 0;
  padding-bottom: 15px !important;
  padding-right: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
article.post-listing div.inline_image p.inline_title {
  font-family: Graphik;
  border-bottom: none !important;
  margin: 0;
  padding-bottom: 20px !important;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  display: block;
}
article.post-listing div.inline_image.image_size_full img {
  width: 100%;
}
article.post-listing div.inline_image.inline_image_right {
  float: right;
}
article.post-listing div.inline_image.image_size_med {
  max-width: 380px;
  margin: 0 auto 32px;
  margin-bottom: 20px;
  float: left;
  margin-top: 9px;
  margin-right: 20px !important;
  clear: both;
  width: 48.27586207% !important;
}
article.post-listing div.inline_image.image_size_small {
  width: auto;
  max-width: 200px;
}
article.post-listing .panzoom-buttons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 10px;
}
article.post-listing .panzoom-buttons button {
  padding: 10px;
  background: white;
  border: 1px solid;
}
article.post-listing .panzoom-buttons button:after {
  content: "";
  display: block;
  background-image: url("https://www.drapersonline.com/wp-content/mu-plugins/mbm-emap/assets/images/sprite.css-def54b96.svg");
  height: 10px;
  width: 10px;
  transform: scale(2);
}
article.post-listing .panzoom-buttons .zoom-in:after {
  background-position: -338px -81px;
}
article.post-listing .panzoom-buttons .zoom-out:after {
  background-position: -358px -81px;
}
article.post-listing .panzoom-buttons .fake {
  opacity: 0;
  pointer-events: none;
}

.social-comment .view-all-comments {
  display: none !important;
}

.post-listing .entry ul {
  margin-bottom: 20px;
  padding-left: 30px;
}
.post-listing .entry ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  list-style: outside;
}
.post-listing .entry ul li:before {
  display: none;
}
.post-listing .entry ul li::marker {
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
}
.post-listing .entry div.factfile ul {
  margin-bottom: 0px;
}

.layout-picture_content .share-post {
  padding-top: 6px;
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .full-width-content .post-layout-gallery.fullwidth-gallery .slick-next {
    padding-right: 2px !important;
  }
  .full-width-content .post-layout-gallery.fullwidth-gallery .slick-prev {
    padding-left: 2px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .post-layout-gallery {
    max-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  /*.slick-prev, .slick-next{
      top: calc(50% - 20px) !important;
  } */
  .full-width-content .post-layout-gallery.fullwidth-gallery .slick-list .gallery-item.slick-slide .picture img {
    max-width: 90% !important;
    height: auto !important;
    max-height: 400px !important;
  }
  .post-layout-gallery.fullwidth-gallery .slick-prev {
    left: -5px;
  }
  .post-layout-gallery.fullwidth-gallery .slick-next {
    right: -5px;
  }
}
.social-comment div.share-post {
  margin-bottom: 10px !important;
  padding-bottom: 8px !important;
}

.entry {
  max-width: 780px;
  margin: 0 auto;
}
.entry blockquote:not(.twitter-tweet) {
  max-width: 780px;
  border-left: none;
  margin: 0 auto;
  float: left;
  padding: 0px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  width: 100%;
}
.entry blockquote:not(.twitter-tweet) p:first-child {
  font-size: 28px;
  line-height: 31px;
  color: #000;
  font-family: "Grifo M" !important;
  font-weight: normal !important;
  margin-bottom: 3px;
  quotes: "‘" "’";
}
@media screen and (max-width: 767px) {
  .entry blockquote:not(.twitter-tweet) p:first-child {
    font-size: 25px;
  }
  .entry blockquote:not(.twitter-tweet) p:first-child:before {
    margin: -2px 0px 0px -9px !important;
  }
}
.entry blockquote:not(.twitter-tweet) .quotesource {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.4;
  color: #202020;
}
.entry blockquote:not(.twitter-tweet) .quotesource:after {
  display: none;
}
.entry .wp-caption img + p {
  margin: 0 !important;
}
.entry p.wp-caption-text {
  z-index: 2;
  position: relative;
  background: black;
  border: 0;
  font-family: brandon-grotesque, sans-serif;
  color: white;
  padding: 10px !important;
}
.entry .wp-caption p.wp-caption-text {
  color: #444;
  background: #fff;
  padding: 5px 10px !important;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}

.single-post .post-meta .post_author {
  margin-bottom: 5px;
}

.pc_wrap .pc_header {
  background: none;
  bottom: auto;
  top: 0;
}
@media (min-width: 1025px) {
  .pc_wrap .pc_header {
    width: calc(100% + 24px);
    margin-left: -24px;
  }
}
.pc_wrap .pc_header #crumbtrail ul,
.pc_wrap .pc_header .wrapper-sleeve,
.pc_wrap .pc_header h1 {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
}
.pc_wrap .pc_header .post-meta {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

#main-content .columnist .story-layout-columnist {
  border-bottom: 4px solid #afc3df;
  margin-bottom: 12px !important;
}
#main-content .columnist .story-layout-columnist .author a {
  color: #000 !important;
  letter-spacing: 0.84px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

header.cat-box-title h2 a:hover,
header.cat-box-title h3 a:hover,
.block-head h2 a:hover,
.block-head h3 a:hover {
  color: #ffa600;
}

.container-gating a,
.container-gating button {
  font-family: "Antenna Cond", Helvetica, Arial, sans-serif;
}

.entry-content ol {
  margin: 0px 0 25px 20px;
}

.entry > .sponsored-content > img {
  width: 90px;
  height: auto;
}

div.factfile {
  border-top: 2px solid #600848;
}
div.factfile h2,
div.factfile h3,
div.factfile h4,
div.factfile h5,
div.factfile h6 {
  padding: 15px;
  border-bottom: 1px solid;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 30px;
  font-family: "Knockout 71 Full Middlewt";
}
div.factfile p {
  margin-bottom: 0 !important;
}
div.factfile ul {
  padding: 15px 20px;
}

@media (min-width: 1200px) {
  .slick-list,
  .post-layout-gallery {
    max-height: none !important;
    height: auto !important;
  }
}
.post-layout-gallery .gallery-item.slick-slide > img {
  max-height: 600px !important;
  border: 1px solid #ccc;
  padding: 5px;
}
@media (max-width: 1200px) {
  .post-layout-gallery .gallery-item.slick-slide > img {
    max-height: 400px !important;
  }
}

#wpcpro-wrapper button.slick-arrow {
  border-color: unset !important;
  border: none !important;
  background-color: transparent !important;
  text-indent: unset !important;
}
#wpcpro-wrapper .wpcp-all-captions {
  padding-left: 0px !important;
}
#wpcpro-wrapper .wpcp-all-captions .wpcp-image-caption {
  font-family: Graphik !important;
  font-weight: normal !important;
  font-style: normal;
  font-size: 12px;
  line-height: 17px;
  color: #000 !important;
  text-align: left;
}

button.slick-arrow {
  border-color: #d3232a !important;
  background-color: #d3232a !important;
}
button.slick-arrow:hover {
  background-color: #fff !important;
}
button.slick-arrow:hover:before {
  background-position: -66px -297px !important;
}
button.slick-arrow:before {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/ar-icon-set.png) !important;
  background-position: -106px -297px !important;
}
button.slick-arrow.slick-prev:before {
  background-position: -86px -297px !important;
}
button.slick-arrow.slick-prev:hover:before {
  background-position: -110px -319px !important;
}

img.slick-arrow {
  z-index: 1;
}
img.slick-arrow.slick-prev {
  left: 0;
}
img.slick-arrow.slick-next {
  right: 0;
}

/* Single template / Article page */
@media only screen and (max-width: 767px) {
  .single-post .picture_legacy {
    height: auto !important;
    top: 0;
  }
  .single-post article .pc_header {
    position: relative;
    padding: 0;
  }
  .single-post article .pc_header #crumbtrail ul {
    padding: 0;
  }
  .single-post article .pc_header .wrapper-sleeve,
  .single-post article .pc_header h1,
  .single-post article .pc_header .post-meta {
    padding: 0;
  }
  .single-post article .pc_header h1 {
    font-size: 3.2em;
  }
  .single-post article .pc_header .post-meta {
    padding-bottom: 20px;
  }
}

.fa.fa-clock-o {
  display: none;
}

p.post-tag .tag-title {
  color: #600848;
  font-family: Graphik;
  letter-spacing: 0.84px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

p.post-tag a {
  color: #000;
  font-family: Graphik;
  letter-spacing: 0.84px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  padding-left: 0px !important;
}
p.post-tag a:after {
  display: none;
}

#related_posts.extras {
  margin-bottom: 30px !important;
}
#related_posts.extras .post-listing .related-item {
  margin-bottom: 0px !important;
}

div.share-post {
  border: 0 !important;
  background: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
div.share-post span.share-text {
  display: none;
}
div.share-post ul.flat-social a {
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  padding-left: 2px !important;
  padding-right: 2px !important;
}
div.share-post ul.flat-social a .i-social-linkedin-hover {
  display: none;
}
div.share-post ul.flat-social a .i-social-twitter-hover {
  display: none;
}
div.share-post ul.flat-social a:hover .i-social-twitter {
  display: none;
}
div.share-post ul.flat-social a:hover .i-social-linkedin {
  display: none;
}
div.share-post ul.flat-social a:hover .i-social-twitter-hover {
  display: block;
}
div.share-post ul.flat-social a:hover .i-social-linkedin-hover {
  display: block;
}

form#commentform {
  padding-left: 0;
  padding-right: 0;
  border-bottom-color: #F2F2F2 !important;
}
form#commentform .form-submit #submit {
  background: white !important;
  color: #000;
  border: 1px solid #000;
}

#main-content .slide-caption h2 {
  font-family: Graphik !important;
  font-weight: normal !important;
  font-style: normal;
  font-size: 12px;
  line-height: 17px;
  color: #000 !important;
}
#main-content .slide-caption h2 b {
  font-family: Graphik !important;
  font-weight: normal !important;
  font-style: normal;
  font-size: 12px;
  line-height: 17px;
  color: #000 !important;
}

/* full width specific styling */
.post_first_paragraph p {
  font-size: 18px;
  line-height: 26px;
  font-family: Graphik;
  font-weight: normal;
  letter-spacing: -0.22px;
}

.full-width-content .share-post .flat-social li {
  margin-left: 1rem;
}
.full-width-content .share-post .flat-social li a.social-twitter {
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 50%;
  text-align: center;
  height: 39px;
  width: 39px;
  position: relative;
  margin-top: 5px;
}
.full-width-content .share-post .flat-social li a.social-twitter:hover {
  border: 1px solid rgba(204, 204, 204, 0.8) !important;
}
.full-width-content .share-post .flat-social .i-social-facebook-dims {
  display: block !important;
  background-position: unset !important;
  background-image: url(/wp-content/themes/dr-child/images/Facebook_ARTICLE.svg) !important;
  height: 39px !important;
  width: 39px !important;
}
.full-width-content .share-post .flat-social .i-social-facebook-hover-dims {
  display: none !important;
}
.full-width-content .share-post .flat-social .i-social-twitter-dims {
  display: block !important;
  background-position: unset !important;
  background-image: url(https://s3-eu-west-1.amazonaws.com/emap-moon-prod/wp-content/uploads/sites/3/2023/10/icons8-twitter-25.png) !important;
  height: 15px !important;
  width: 15px !important;
  background-size: cover;
  margin: 0 auto;
  top: 11px;
  left: 11px;
  position: absolute;
}
.full-width-content .share-post .flat-social .i-social-twitter-hover {
  display: none !important;
}
.full-width-content .share-post .flat-social .i-social-linkedin {
  display: block !important;
  background-position: unset !important;
  background-image: url(/wp-content/themes/dr-child/images/LinkedIn_ARTICLE.svg) !important;
  height: 39px !important;
  width: 39px !important;
}
.full-width-content .share-post .flat-social .i-social-linkedin-hover {
  display: none !important;
}
.full-width-content .share-post .flat-social .i-social-email {
  display: block !important;
  background-position: unset !important;
  background-image: url(/wp-content/themes/dr-child/images/Mail_ARTICLE.svg) !important;
  height: 39px !important;
  width: 39px !important;
}
.full-width-content .share-post .flat-social .i-social-email-hover {
  display: none !important;
}
.full-width-content .share-post .flat-social .i-icon-comment {
  display: block !important;
  background-position: unset !important;
  background-image: url(/wp-content/themes/dr-child/images/Comment_ARTICLE.svg) !important;
  height: 39px !important;
  width: 39px !important;
}
.full-width-content .share-post .flat-social .i-icon-comment-hover {
  display: none !important;
}
.full-width-content .share-post .flat-social .bookmark_icon {
  display: inline-block;
  vertical-align: top;
  float: right;
  padding-top: 4px;
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.full-width-content .share-post .flat-social .bookmark_icon button.addToBookmarks {
  top: unset;
  right: unset;
  display: block !important;
  position: relative;
  background: none !important;
  background-repeat: no-repeat !important;
  height: 40px !important;
  width: 39px !important;
  color: unset !important;
  padding: 0px;
  font-size: 0px;
  background-image: url("/wp-content/themes/dr-child/images/Bookmark_ARTICLE.svg") !important;
}
.full-width-content .share-post .flat-social .bookmark_icon button.addToBookmarks.active {
  background-image: url("/wp-content/themes/dr-child/images/Bookmark_ARTICLE.svg") !important;
  background-position: -113px -242px !important;
}
.full-width-content .share-post .flat-social .bookmark_icon button.addToBookmarks.active:hover {
  background: none !important;
  background-image: url("/wp-content/themes/dr-child/images/Bookmark_ARTICLE.svg") !important;
  background-position: -113px -242px !important;
}
.full-width-content .share-post .flat-social .bookmark_icon:hover button.addToBookmarks.bookmark {
  background-image: url("/wp-content/themes/dr-child/images/Bookmark_ARTICLE.svg") !important;
}
.full-width-content .extras.related_videos {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.full-width-content .extras.related_videos .extras_heading h2 {
  color: #600848;
  font-family: Graphik !important;
  letter-spacing: 0.84px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.full-width-content .extras.related_videos ul li {
  background: none;
  padding-left: 0px;
}
.full-width-content .extras.related_videos ul li a {
  font-family: Graphik;
  letter-spacing: 0.84px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

body.full-width-content #main-content .post-inner .entry .inline_image.image_size_med {
  margin-right: 20px !important;
}

.entry blockquote:not(.twitter-tweet) {
  color: #000;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.entry blockquote:not(.twitter-tweet) p:first-child::before,
.entry blockquote:not(.twitter-tweet) p:first-child::after {
  content: open-quote;
  margin: 2px 0px 0px -6px;
  position: absolute;
  opacity: 1;
  font-style: normal;
  font-weight: 500;
  font-family: "Grifo M" !important;
}

.entry blockquote:not(.twitter-tweet) p::after {
  content: close-quote !important;
  margin: 0rem 0rem 0 2px !important;
}

.full-width-content article.post-listing .single-post-thumb {
  margin-bottom: 10px !important;
  text-align: center;
}
.full-width-content article.post-listing .single-post-thumb img {
  width: auto;
}

.full-width-content .columnist .story-layout-columnist .avatar img {
  height: auto !important;
  width: auto !important;
  border-radius: unset !important;
}

.inline_image_source {
  display: block !important;
}

.wp-caption.aligncenter .inline_image_source {
  margin: 0 auto !important;
  text-align: left;
  padding-left: 5px !important;
}
.wp-caption .inline_image_source {
  text-align: left;
  border-bottom: none !important;
  font-size: 14px !important;
  color: #898888 !important;
  margin-bottom: 0px !important;
}
.wp-caption .inline_image_source a {
  color: #898888 !important;
  text-decoration: none !important;
}

#my-account section.entry {
  max-width: unset;
}

body.author #main-content .content-inner-wrap {
  width: 100%;
  padding-right: 0px;
}
body.author #main-content .content-inner-wrap .post-listing article .entry {
  max-width: unset;
}
body.author #main-content aside.sidebar {
  display: none;
}

@media screen and (min-width: 975px) {
  body.full-width-content.single #main-content .post-inner .entry img.breakout {
    max-width: 1220px !important;
    width: auto !important;
    margin-right: -200px !important;
    margin-left: -200px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.full-width-content.single #main-content .post-inner .entry img.breakout {
    max-width: 1010px !important;
    width: auto !important;
    margin-right: -115px !important;
    margin-left: -115px !important;
  }
}
body.full-width-content.single #main-content .inline_image.fullsize.image_size_full p {
  margin-bottom: 0px;
}

.image-source p {
  font-family: Graphik;
  font-weight: normal;
  font-style: normal;
  font-size: 14px !important;
  color: #898888 !important;
}
.image-source p a {
  color: #898888 !important;
}

.full-width-content .post-layout-gallery.fullwidth-gallery .image-source p {
  font-family: Graphik;
  font-weight: normal;
  font-style: normal;
  font-size: 14px !important;
  color: #898888 !important;
}
.full-width-content .post-layout-gallery.fullwidth-gallery .image-source p a {
  color: #898888 !important;
  font-size: 14px !important;
}

/* changing the header tag fonts: SR-64239 */
.single article.post-listing .entry h4 {
  font-size: 18px;
  font-weight: bold !important;
  margin-bottom: 10px;
}

#footer-widget-area {
  color: #FAFAFA;
  padding-right: 0 !important;
  padding-left: 18px !important;
}
@media screen and (max-width: 768px) {
  #footer-widget-area {
    padding-left: 0px !important;
  }
}

#footer-widget-area a {
  color: white !important;
}

#footer-widget-area a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.56px;
  text-decoration: none;
}
#footer-widget-area a:hover {
  color: white;
  text-shadow: none;
}

.sidebar-narrow-right .sidebar {
  border-right: 0;
  border-bottom: 1px solid #777;
}

#tabbed-widget ul.tabs li {
  overflow: visible;
}
#tabbed-widget ul.tabs li.active a {
  background: #f0f0f0;
  position: relative;
  color: #444;
}
#tabbed-widget ul.tabs li.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #f0f0f0 transparent;
  display: block;
  width: 0;
}
#tabbed-widget ul.tabs li a {
  background: #f0f0f0;
  color: #000;
}
#tabbed-widget ul.tabs li a:hover {
  text-decoration: underline;
  background: #f0f0f0;
}

#tabbed-widget .post-thumbnail img {
  max-width: 100px !important;
  height: 67px !important;
}

.widget-container .tabs-wrap > ul {
  padding-top: 10px;
}
.widget-container .tabs-wrap > ul > li {
  font-size: 1.6em;
  line-height: 1.25;
}

.widget-container ul li {
  font-size: 22px !important;
  line-height: 26px;
  font-family: "Knockout 71 Full Middlewt" !important;
}

body #main-content #tabbed-widget ul.tabs li a:hover {
  border-bottom: 0 !important;
}

body #tabbed-widget ul.tabs li a:hover {
  text-align: center !important;
}

#tabbed-widget ul.tabs li.active {
  text-align: center !important;
}

.widget .post-thumbnail a:hover {
  border-bottom-width: 0 !important;
}

.widget .post-thumbnail img {
  width: auto !important;
  height: auto !important;
  max-width: 50px;
}

.widget.posts-list li > a:hover {
  color: #000;
}

.widget-about img {
  float: left;
}

.widget-about div {
  float: left;
  margin-left: 20px;
  line-height: 20px;
  width: calc(100% - 120px);
}

.widget-block .spin-content > h2 {
  margin-bottom: 10px;
}

.widget-block .spin-content {
  margin-bottom: 32px;
}

.widget-block .more {
  padding-bottom: 0px !important;
  border-bottom: 0px;
  clear: both;
  margin-bottom: 0px;
  padding-left: 11px;
  font-size: 1.4em;
  line-height: 1.14286;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 0px;
  background: url("https://www.drapersonline.com/wp-content/mu-plugins/mbm-emap/assets/images/bullet.png") 0px 3px no-repeat;
}

.widget-block p.picture {
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}

.widget.posts-list li > a {
  line-height: 14px !important;
  position: relative;
  top: 7px;
}

.widget-block .spin-content > h2 {
  font-size: 2.4em;
  line-height: 1.33333;
  margin-bottom: 10px;
}

.cat-box.style-2c-masonry ul li {
  background: white;
}

.cat-box.style-2c-masonry li .post-box-title,
.cat-box.style-2c-masonry li .entry {
  padding: 0;
}

.home-ads p {
  text-align: left;
}

.slider_box .flexslider ul li div.slider-caption a.read {
  display: none;
}

@media (min-width: 768px) {
  .scroll-nav-extra {
    margin-top: -27px;
  }
}

@media screen and (min-width: 975px) {
  .content .flexslider ul.slides {
    max-height: 414px;
    overflow: hidden;
  }
  .content .flexslider ul.slides > li {
    max-height: 414px;
    height: auto;
  }
}
div.grid-title h2 {
  margin-bottom: 0;
  background: #000;
  font-weight: normal;
}

.grid-slider-large div.tile div.grid-title h2 {
  font-size: 18px;
}

.widget_media_image {
  text-align: center;
}

.footer-3c .footer-widgets-box {
  width: auto;
}

.footer-widgets-box {
  float: none;
  margin-right: 0;
}

.footer-widget-top {
  display: none;
}
.footer-widget-top h4 {
  font-size: 1.8em !important;
}

.footer-widget-container ul {
  text-align: center;
}
.footer-widget-container ul li {
  font-family: Graphik;
  font-weight: normal;
  font-size: 1.6em !important;
  line-height: 1.33333333;
  color: #fff;
  padding-left: 14px;
  padding-top: 0px;
  display: inline-block;
  padding-right: 14px;
}
.footer-widget-container ul li:last-child {
  padding-right: 0px;
  border-right: none;
}
.footer-widget-container ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 768px) {
  .footer-widget-container ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    display: block;
  }
}

.footer-widget-container ul > li > a:hover {
  text-decoration: underline !important;
}

footer #footer-first {
  padding-bottom: 0px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  footer #footer-first {
    margin-bottom: 0px;
  }
}

.footer_subscribe_section {
  text-align: center;
  background: #600848;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 768px) {
  .footer_subscribe_section {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.footer_subscribe_section h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 18px;
  letter-spacing: 1.14px;
  margin-bottom: 15px;
}
.footer_subscribe_section p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .footer_subscribe_section p {
    font-size: 22px;
    line-height: 32px;
  }
}
.footer_subscribe_section p.subscribe_footer_content {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .footer_subscribe_section p.subscribe_footer_content {
    font-size: 18px;
    line-height: 22px;
  }
}
.footer_subscribe_section a {
  border: 1px solid #F98473;
  background: #F98473;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 15px 8px 15px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0.84px;
}
.footer_subscribe_section a:hover {
  color: #F98473;
  background: #fff;
  border: 1px solid #fff;
}

footer #footer-widget-area #footer-second {
  padding-bottom: 36px;
}
footer #footer-widget-area #footer-second .footer-widget-container div {
  font-size: 1.2em;
  line-height: 1.16666667;
}
footer #footer-widget-area #footer-second .widget_nav_menu {
  width: 100%;
}
footer #footer-widget-area #footer-second .widget_nav_menu .footer-widget-container ul li a {
  font-size: 12px;
  line-height: 1;
  font-family: Graphik;
  font-style: normal;
  text-transform: uppercase;
}

footer #footer-second .widget_nav_menu .footer-widget-container ul > li {
  font-family: Graphik;
  float: left;
  padding-right: 12px;
  border-right: 1px solid #fff;
  margin-right: 12px;
  line-height: 1;
  background-image: none;
  padding-left: 0;
  font-size: 1.2em !important;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
}

footer #footer-second .widget_nav_menu .footer-widget-container ul li:last-child {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}

footer .footer-3c .footer-widget-top {
  display: none;
}

footer #footer-second {
  padding-top: 13px;
}

footer:not(.myaccount_sliding_wrapper footer) {
  /*background-color: $child-theme-color-light;*/
  color: white;
}

.footer-widget-container li a {
  color: #b3b3b3;
}

footer {
  box-shadow: unset;
  background-color: #2B2E34 !important;
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 100%;
}

div.footer-bottom {
  background-color: #2B2E34;
  line-height: 20px;
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.footer-logo-section {
  background-color: #2B2E34;
  padding-top: 24px;
  text-align: center;
  border-top: 1px solid #2B2E34;
  border-bottom: 1px solid #2B2E34;
}
.footer-logo-section .footer_content_section {
  text-align: center;
}
.footer-logo-section .footer_content_section p {
  color: #fff;
}
.footer-logo-section .footer_content_section a {
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  display: block;
  height: 35px;
  width: 120px;
  margin: 0 auto;
  line-height: 35px;
}
.footer-logo-section ul.social-icons.animate-icons {
  margin-top: 10px;
}
.footer-logo-section ul.social-icons.animate-icons li {
  margin-left: 1rem;
  display: inline-block;
}
.footer-logo-section ul.social-icons.animate-icons li.social-icon-twitter a {
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}
.footer-logo-section ul.social-icons.animate-icons li.social-icon-thread a {
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}
.footer-logo-section ul.social-icons.animate-icons li.social-icon-bluesky a {
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}
.footer-logo-section ul.social-icons.animate-icons li .i-social-thread {
  opacity: 1;
  transform: scale(1);
  height: 16px;
  width: 16px;
  background-size: cover;
  margin: 0 auto;
  top: 10px;
  left: 10px;
  background-position: unset;
  background-image: url(/wp-content/themes/dr-child/images/Threads_FOOTER.svg) !important;
}
.footer-logo-section ul.social-icons.animate-icons li .i-social-bluesky {
  opacity: 1;
  transform: scale(1);
  height: 16px;
  width: 16px;
  background-size: cover;
  margin: 0 auto;
  top: 10px;
  left: 10px;
  background-position: unset;
  background-image: url(/wp-content/themes/dr-child/images/Bluesky_FOOTER.svg) !important;
}
.footer-logo-section ul.social-icons.animate-icons li .i-social-twitter {
  opacity: 1;
  transform: scale(1);
  height: 15px;
  width: 15px;
  background-size: cover;
  margin: 0 auto;
  top: 11px;
  left: 11px;
  background-position: unset;
  background-image: url(https://s3-eu-west-1.amazonaws.com/emap-moon-prod/wp-content/uploads/sites/3/2023/10/icons8-twitter-25-1.png) !important;
}
.footer-logo-section ul.social-icons.animate-icons li .i-social-instagram {
  opacity: 1;
  transform: scale(1);
  width: 39px;
  height: 39px;
  background-position: unset;
  background-image: url(/wp-content/themes/dr-child/images/Instagram_FOOTER.svg) !important;
}
.footer-logo-section ul.social-icons.animate-icons li .i-social-facebook {
  opacity: 1;
  transform: scale(1);
  width: 39px;
  height: 39px;
  background-position: unset;
  background-image: url(/wp-content/themes/dr-child/images/Facebook_FOOTER.svg) !important;
}
.footer-logo-section ul.social-icons.animate-icons li .i-social-linkedin {
  opacity: 1;
  transform: scale(1);
  width: 39px;
  height: 39px;
  background-position: unset;
  background-size: cover;
  background-image: url(/wp-content/themes/dr-child/images/LinkedIn_FOOTER.svg) !important;
}

.footer-logo-section .footer-column-container {
  padding-bottom: 15px;
  text-align: center;
}

.footer-logo-section .footer-column-container .social-icons li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
  font-size: 0;
  line-height: 1em;
  background-image: none;
}

.footer-logo-section .footer-column-container .social-icons li:first-child {
  margin-left: 0px;
}

.footer-bottom .site-powered {
  font-size: 1.2em;
  line-height: 1.16666667;
  font-weight: normal;
  font-style: normal;
  color: #fff;
}

.footer-bottom .site-powered a {
  font-weight: bold;
  color: #fff;
  margin-left: 0px;
}

.footer-logo-section .footer-column-container .column-two .social-icons {
  padding-top: 20px;
}

.footer-column-container .i-logo-small {
  width: 280px;
  height: 74px;
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/drapers-footer-white-logo.png) !important;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 760px) {
  .footer-logo-section {
    padding-bottom: 0px;
    padding-top: 35px;
    text-align: left;
  }
  .footer-logo-section .footer-column-container .column-one {
    float: left;
    width: 48.6631016%;
  }
  .footer-logo-section .footer-column-container .column-two {
    float: right;
    width: 48.6631016%;
  }
  .footer-logo-section .footer-column-container .column-two .social-icons {
    float: right;
    padding-top: 15px !important;
  }
  #footer-second {
    display: block;
  }
}
footer #footer-widget-area .widget_nav_menu {
  width: 100%;
  margin-right: 0px;
}
footer #footer-widget-area .text-html-box {
  font-size: 22px !important;
  text-align: center;
  font-family: Graphik;
}

.page-template-template-podcast #main-content {
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
.page-template-template-podcast #main-content .podcast-hero {
  background-size: cover;
  background-position: center;
  height: 600px;
  position: relative;
}
.page-template-template-podcast #main-content .podcast-hero img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
}
.page-template-template-podcast #main-content .clear-after {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
.page-template-template-podcast #main-content .clear-after:after {
  content: "";
  display: table;
  clear: both;
}
.page-template-template-podcast #main-content .main-podcast {
  padding-top: 64px;
}
@media (min-width: 768px) {
  .page-template-template-podcast #main-content .main-podcast .col {
    width: 60%;
    float: left;
  }
  .page-template-template-podcast #main-content .main-podcast .col.first {
    width: 30%;
    margin-right: 10%;
  }
}
.page-template-template-podcast #main-content .main-podcast img {
  max-width: 100%;
}
.page-template-template-podcast #main-content .main-podcast .podcast-partner {
  padding: 0px 20px 0px 20px;
  font-family: Graphik;
}
.page-template-template-podcast #main-content .main-podcast .podcast-partner img {
  display: block;
}
.page-template-template-podcast #main-content .podcast-episodes {
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .page-template-template-podcast #main-content .podcast-episodes .col {
    width: 80%;
    float: left;
  }
  .page-template-template-podcast #main-content .podcast-episodes .col.first {
    width: 20%;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .page-template-template-podcast #main-content .podcast-episodes .text-section {
    padding-left: 30px;
  }
}

.magazine li.digital-edition {
  width: 20%;
}
.magazine li.digital-edition .download-pdf {
  font-size: 14px;
}
.magazine li.digital-edition img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .magazine li.digital-edition {
    width: 33.3333333333%;
  }
}

.MBM_Form .MBM_Consent_Wrap {
  font-size: 13px;
}

section.cat-box.style-1c .cat-box-content ul li.first-news {
  padding: 10px !important;
  margin-bottom: 0px;
}

.scroll-nav a.slick-arrow i:hover::before {
  background: #14385e !important;
}

body.page-template-learning-pool-template h1 {
  color: #b85eba;
  text-align: center;
}
body.page-template-learning-pool-template .button {
  width: 100%;
  color: white !important;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.5;
}
body.page-template-learning-pool-template section.sign-in h3 {
  text-align: center;
  height: 50px;
}
body.page-template-learning-pool-template section.sign-in .col {
  width: 50%;
  float: left;
  padding: 0 20px;
}
body.page-template-learning-pool-template section.sign-in .col img {
  float: right;
  height: 75px;
  width: auto;
}
body.page-template-learning-pool-template section.sign-in .col:first-of-type {
  border-right: 1px solid #f0f0f0;
  padding-bottom: 30px;
}
body.page-template-learning-pool-template section.sign-in hr {
  height: 1px;
  background: #f0f0f0;
  width: 150px;
  margin: auto;
}
body.page-template-learning-pool-template section.sign-in .grid {
  max-width: 900px;
  margin: auto;
}
body.page-template-learning-pool-template section.sign-in .grid:after {
  content: "";
  display: table;
  clear: both;
}
body.page-template-learning-pool-template section.not-sub {
  background: #f7f0f7;
  padding: 30px;
  border-top: 1px solid #b85eba;
  border-bottom: 1px solid #b85eba;
}
body.page-template-learning-pool-template section.not-sub .buttons {
  float: right;
  width: 350px;
}
body.page-template-learning-pool-template section.not-sub .buttons .button {
  margin-bottom: 10px;
}

/* Styling for subscription page */
.post-type-archive-brand_subscription {
  /*  SECTIONS  */
  /*  COLUMN SETUP  */
  /*  GROUPING  */
  /*  GRID OF TWELVE  */
  /*  GO FULL WIDTH BELOW 540 PIXELS */
}
.post-type-archive-brand_subscription header .header-content .container {
  border-bottom: none;
}
.post-type-archive-brand_subscription h2, .post-type-archive-brand_subscription h3 {
  font-weight: normal !important;
}
.post-type-archive-brand_subscription #main-content {
  margin-top: 0px !important;
  max-width: initial;
  padding-left: 0px;
  padding-right: 0px;
}
.post-type-archive-brand_subscription .wallpaper-applied #wrapper_sleeve,
.post-type-archive-brand_subscription .wallpaper-applied .story-layout-gallery .sleeve,
.post-type-archive-brand_subscription .wallpaper-applied #crumbtrail {
  max-width: 1024px;
  position: relative;
}
.post-type-archive-brand_subscription .wallpaper-fireplace .wallpaper-ad > div,
.post-type-archive-brand_subscription .wallpaper-standard .wallpaper-ad > div {
  position: absolute;
  top: 0;
}
.post-type-archive-brand_subscription .wallpaper-applied .wallpaper-ad > div,
.post-type-archive-brand_subscription .wallpaper-applied .wallpaper-ad > div iframe {
  width: 100% !important;
  height: 100% !important;
}
.post-type-archive-brand_subscription .wallpaper-fireplace.nav-fixed .wallpaper-ad > div,
.post-type-archive-brand_subscription .wallpaper-standard.nav-fixed .wallpaper-ad > div {
  position: fixed;
  top: 52px !important;
}
.post-type-archive-brand_subscription .wallpaper-applied #footer {
  position: relative;
  background: #fff;
}
.post-type-archive-brand_subscription .footer-subnav {
  display: none !important;
}
.post-type-archive-brand_subscription .footer-top {
  display: none !important;
}
.post-type-archive-brand_subscription .footer-subscriptions {
  display: none !important;
}
.post-type-archive-brand_subscription ul li {
  font-size: 1.4em;
  font-weight: normal !important;
}
.post-type-archive-brand_subscription .mrw-packages ul li {
  list-style: none;
  padding-left: 14px;
  background: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/list-bullet-style.png") no-repeat 0 8px;
}
.post-type-archive-brand_subscription p {
  font-size: 1.4em;
}
.post-type-archive-brand_subscription h2 {
  font-size: 3.8em;
}
.post-type-archive-brand_subscription h3 {
  font-size: 3em;
}
.post-type-archive-brand_subscription h4 {
  font-size: 2.4em;
}
.post-type-archive-brand_subscription .mrw_bg3 div.benefit_icons {
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 10px;
}
.post-type-archive-brand_subscription .mrw_bg3 div.benefit_icons.price-icon {
  background: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/mrw-icon-prices.png");
}
.post-type-archive-brand_subscription .mrw_bg3 div.benefit_icons.dev-icon {
  background: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/mrw-icon-developments.png");
}
.post-type-archive-brand_subscription .mrw_bg3 div.benefit_icons.regulations-icon {
  background: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/mrw-icon-regulations.png");
}
.post-type-archive-brand_subscription .mrw_bg3 div.benefit_icons.practice-icon {
  background: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/mrw-icon-bestpractice.png");
}
.post-type-archive-brand_subscription .mrw_bg3 div.benefit_icons.learn-icon {
  background: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/mrw-icon-learn.png");
}
.post-type-archive-brand_subscription .mrw_bg3 div.benefit_icons.customers-icon {
  background: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/mrw-icon-customers.png");
}
.post-type-archive-brand_subscription .mrw_bg3 div.benefit_icons.getinside-icon {
  background: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/mrw-icon-getinside.png");
}
.post-type-archive-brand_subscription .mrw_bg3 div.benefit_icons.uptodate-icon {
  background: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/mrw-icon-uptodate.png");
}
.post-type-archive-brand_subscription #wrapper_sleeve {
  min-width: 100% !important;
  padding: 0px !important;
}
.post-type-archive-brand_subscription .mrw-h4 {
  color: #000000;
  font-size: 1.8em;
  line-height: 1.2em;
}
.post-type-archive-brand_subscription .mrw_bg1 {
  background-image: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/temp-bg.png");
  text-align: center;
  color: #ffffff;
  background-position: middle;
  min-height: 400px;
}
.post-type-archive-brand_subscription .mrw_bg1 p {
  color: #ffffff;
}
.post-type-archive-brand_subscription .mrw_bg1 h4 {
  color: #ffffff;
}
.post-type-archive-brand_subscription .mrw_bg2 {
  background-color: #a4dbd8;
  text-align: center;
  color: #ffffff;
}
.post-type-archive-brand_subscription .mrw-bg2 h2 {
  color: #0b6836;
}
.post-type-archive-brand_subscription .mrw_bg3 {
  background-color: #ffffff;
  color: #000000;
  padding: 0 15px 0 15px;
  text-align: center;
}
.post-type-archive-brand_subscription .mrw_bg3 h4 {
  color: #0B6836;
}
.post-type-archive-brand_subscription .mrw_bg4 {
  background-color: #97B3A1;
  text-align: center;
  color: #ffffff;
  padding: 60px 40px 0px 40px;
  min-height: 220px;
}
.post-type-archive-brand_subscription .mrw_bg4 h4 {
  color: #ffffff;
}
.post-type-archive-brand_subscription .mrw_bg4 p {
  color: #ffffff;
}
.post-type-archive-brand_subscription .mrw_bg5 {
  background-color: #252166;
  text-align: center;
  color: #ffffff;
}
.post-type-archive-brand_subscription .mrw_bg6 {
  background-color: #ffffff;
  color: #000000;
  padding: 35px 20px 2px 20px;
}
.post-type-archive-brand_subscription .mrw_bg6 h4 {
  color: #000000;
}
.post-type-archive-brand_subscription .mrw_bg7 {
  background-image: url("https://f6a9c66a82e1f3ba.emapsecure.com/MRW/MAIN/temp-bg.png");
  background-position: middle;
}
.post-type-archive-brand_subscription .mrw_bg7 h4 {
  color: #ffffff;
}
.post-type-archive-brand_subscription .mrw_grad_bg1 { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bdbcd1+0,252166+99 */
  background: #bdbcd1; /* Old browsers */
  background: -moz-linear-gradient(top, #252166 0%, #bdbcd1 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #252166 0%, #bdbcd1 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #252166 0%, #bdbcd1 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#252166", endColorstr="#bdbcd1",GradientType=0 ); /* IE6-9 */
}
.post-type-archive-brand_subscription .mrw_grad_bg2 { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bdbcd1+0,252166+99 */
  background: #bdbcd1; /* Old browsers */
  background: -moz-linear-gradient(top, #bdbcd1 0%, #252166 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bdbcd1 0%, #252166 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bdbcd1 0%, #252166 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bdbcd1", endColorstr="#252166",GradientType=0 ); /* IE6-9 */
}
.post-type-archive-brand_subscription .mrw_bg8 {
  background-image: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/trucks-bg.png");
  text-align: center;
  color: #ffffff;
  background-position: top;
  min-height: 260px;
  visibility: visible;
}
.post-type-archive-brand_subscription .mrw_bg8 p {
  color: #ffffff;
}
.post-type-archive-brand_subscription .mrw_bg8 h4 {
  color: #ffffff;
}
.post-type-archive-brand_subscription .mrw-packages {
  text-align: left;
  background-color: #252166;
  padding: 20px 40px 10px 40px;
  color: #ffffff;
  min-height: 542px;
}
.post-type-archive-brand_subscription .mrw-packages ul {
  margin-bottom: 36px;
}
.post-type-archive-brand_subscription .mrw-packages:hover {
  text-align: left;
  background-color: #252166;
  padding: 20px 40px 10px 40px;
  color: #ffffff;
}
.post-type-archive-brand_subscription .mrw-packages h4 {
  font-size: 2.6em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.post-type-archive-brand_subscription .mrw-packages p {
  text-align: center;
}
.post-type-archive-brand_subscription .mrw-hero {
  text-align: center;
  padding: 50px 20px 0 20px;
}
.post-type-archive-brand_subscription .mrw-hero h2 {
  color: #ffffff;
}
.post-type-archive-brand_subscription .MRW-btn {
  border-bottom: 2px solid #E0861A !important;
  min-width: 180px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  background-color: #E0861A;
  background-size: 200% 100%;
  background-position: 100%;
  color: #ffffff !important;
  transition: all 0.2s ease;
  padding: 10px;
  text-transform: uppercase;
  margin: 5px;
}
.post-type-archive-brand_subscription .MRW-btn:hover {
  border-bottom: 2px solid #E0861A !important;
  min-width: 180px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  background-color: #000000;
  background-size: 200% 100%;
  background-position: 100%;
  color: #ffffff;
  transition: all 0.2s ease;
  padding: 10px;
  text-transform: uppercase;
  margin: 5px;
}
.post-type-archive-brand_subscription .mySlides {
  display: none;
  text-align: center !important;
  color: #000000;
}
.post-type-archive-brand_subscription .dff-bg12 {
  background-color: transparent;
  background-position: center;
  min-height: 200px;
  background-repeat: no-repeat;
  text-align: center !important;
  margin-top: -20px;
  margin-bottom: -62px;
}
.post-type-archive-brand_subscription .section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
.post-type-archive-brand_subscription .col {
  display: block;
  float: left;
  margin: 1% 0 1% 1%;
}
.post-type-archive-brand_subscription .col:first-child {
  margin-left: 0;
}
.post-type-archive-brand_subscription .group:before,
.post-type-archive-brand_subscription .group:after {
  content: "";
  display: table;
}
.post-type-archive-brand_subscription .group:after {
  clear: both;
}
.post-type-archive-brand_subscription .group {
  zoom: 1; /* For IE 6/7 */
}
.post-type-archive-brand_subscription .span_12_of_12 {
  width: 100%;
}
.post-type-archive-brand_subscription .span_11_of_12 {
  width: 91.58%;
}
.post-type-archive-brand_subscription .span_10_of_12 {
  width: 83.16%;
}
.post-type-archive-brand_subscription .span_9_of_12 {
  width: 74.75%;
}
.post-type-archive-brand_subscription .span_8_of_12 {
  width: 66.33%;
}
.post-type-archive-brand_subscription .span_7_of_12 {
  width: 57.91%;
}
.post-type-archive-brand_subscription .span_6_of_12 {
  width: 49.5%;
}
.post-type-archive-brand_subscription .span_5_of_12 {
  width: 41.08%;
}
.post-type-archive-brand_subscription .span_4_of_12 {
  width: 32.66%;
}
.post-type-archive-brand_subscription .span_3_of_12 {
  width: 24.25%;
}
.post-type-archive-brand_subscription .span_2_of_12 {
  width: 15.83%;
}
.post-type-archive-brand_subscription .span_1_of_12 {
  width: 7.416%;
}
@media only screen and (max-width: 540px) {
  .post-type-archive-brand_subscription .col {
    margin: 1% 0 1% 0%;
  }
  .post-type-archive-brand_subscription .span_1_of_12, .post-type-archive-brand_subscription .span_2_of_12, .post-type-archive-brand_subscription .span_3_of_12, .post-type-archive-brand_subscription .span_4_of_12, .post-type-archive-brand_subscription .span_5_of_12, .post-type-archive-brand_subscription .span_6_of_12, .post-type-archive-brand_subscription .span_7_of_12, .post-type-archive-brand_subscription .span_8_of_12, .post-type-archive-brand_subscription .span_9_of_12, .post-type-archive-brand_subscription .span_10_of_12, .post-type-archive-brand_subscription .span_11_of_12, .post-type-archive-brand_subscription .span_12_of_12 {
    width: 100%;
  }
  .post-type-archive-brand_subscription .push {
    visibility: hidden;
  }
  .post-type-archive-brand_subscription .mrw_bg5 {
    min-height: auto;
  }
}
@media only screen and (max-width: 540px) {
  .post-type-archive-brand_subscription .push {
    display: none;
  }
  .post-type-archive-brand_subscription .ads-bottom, .post-type-archive-brand_subscription .adv-bottom {
    display: none;
  }
}

.custom_events_page .section.group h2 {
  font-weight: 500 !important;
}
.custom_events_page .section.group p strong {
  font-weight: 500 !important;
}
.custom_events_page .section.group p a {
  color: #92278f;
}
.custom_events_page .section.group h3 {
  font-weight: 500 !important;
}
.custom_events_page .section.group p .dra-date {
  font-weight: 500 !important;
}
.custom_events_page .section.group a.button {
  padding-right: 10px !important;
  color: #92278f !important;
  background: #fff !important;
  border: 1px solid #92278f;
  border-top: 1px solid #92278f !important;
  border-bottom: 1px solid #92278f !important;
  line-height: 1.14285714;
  font-size: 28px;
}
.custom_events_page .section.group a.button:hover {
  color: #fff !important;
  background: #92278f !important;
}

.advertise_with_us .pinkborder-bottom {
  border-bottom: 1px solid #ffffff !important;
}
.advertise_with_us .pinkborder-right {
  border-right: 1px solid #ffffff !important;
}
.advertise_with_us .pinkborder-right img {
  visibility: visible;
}
.advertise_with_us .section.group p strong {
  font-weight: 500 !important;
}
.advertise_with_us .section .push {
  visibility: visible;
}
.advertise_with_us .whitebg h3 {
  font-weight: 500 !important;
}
.advertise_with_us .bluebg2 {
  border-top: 1px solid #ffffff !important;
}
.advertise_with_us .bluebg2 h5 {
  font-weight: 500 !important;
}
.advertise_with_us .bluebg h3 {
  font-size: 2.8em;
  line-height: 1.28571429;
  letter-spacing: 1px;
}

#main-content .custom_team_access .MBM_Form_Wrapper {
  background: #f1f1f7;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
#main-content .custom_team_access .MBM_Form_Wrapper .MBM_Form .col label {
  font-size: 14px;
}
#main-content .custom_team_access .MBM_Form_Wrapper .MBM_Form .col-12 {
  width: 100% !important;
}
#main-content .custom_team_access .MBM_Form_Wrapper .MBM_Form .MBM_Field_Title {
  display: none;
}
#main-content .custom_team_access .MBM_Form_Wrapper .MBM_Form .MBM_Form_field input[type=email], #main-content .custom_team_access .MBM_Form_Wrapper .MBM_Form .MBM_Form_field input[type=numer], #main-content .custom_team_access .MBM_Form_Wrapper .MBM_Form .MBM_Form_field input[type=text] {
  width: 100% !important;
  margin-top: 5px;
}
#main-content .custom_team_access .MBM_Form_Wrapper .MBM_Form .MBM_Form_field .form_field {
  width: 100% !important;
  margin-top: 5px;
}
#main-content .custom_team_access .MBM_Form_Wrapper .MBM_Form .MBM_Form_field input[type=text] {
  width: 100% !important;
  margin-top: 5px;
}
#main-content .custom_team_access .MBM_Form_Wrapper input[type=submit].button {
  width: 100% !important;
  background: #fbcb00 !important;
  border: 1px solid #fbcb00;
  border-top: 1px solid #fbcb00;
  border-bottom: 1px solid #fbcb00;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
}
#main-content .custom_team_access .MBM_Form_Wrapper input[type=submit].button:hover {
  background: #fff !important;
  color: #fbcb00;
  border-top: 1px solid #fbcb00 !important;
  border-bottom: 1px solid #fbcb00 !important;
}
#main-content .custom_team_access p strong {
  font-weight: 500 !important;
}
#main-content .custom_team_access h3 {
  font-size: 2.4em !important;
  font-weight: 500 !important;
}
#main-content .custom_team_access .dra_pad .grey-box {
  border-top: 5px solid #161275 !important;
}
#main-content .custom_team_access .dra_pad .grey-box .mktoButtonRow .mktoButton {
  background: #fbcb00 !important;
  border: 1px solid #fbcb00 !important;
  border-radius: 1px;
}
#main-content .custom_team_access .dra_pad .grey-box .mktoButtonRow .mktoButton:hover {
  color: #fbcb00 !important;
  background: #fff !important;
}
#main-content .custom_team_access .yellow-box p a {
  font-weight: 500 !important;
}
#main-content .custom_team_access .white-bg p strong {
  text-transform: uppercase;
  font-weight: 500 !important;
}
#main-content .custom_team_access .section.group ul li {
  font-weight: 500 !important;
  list-style: none;
  padding-left: 14px;
  background: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/list.bullet.png) no-repeat 0 6px;
  margin-bottom: 12px;
  padding-bottom: 0px;
}
#main-content .custom_team_access .dra-ws-center .dra_pad p strong {
  line-height: 1.4em;
  font-weight: 500 !important;
  font-size: 16px;
}
#main-content .custom_team_access a.button {
  padding: 9px 15px 9px 15px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  line-height: 1.14285714;
  border-top: 1px solid #fbcb00 !important;
  border-bottom: 1px solid #fbcb00 !important;
}
#main-content .custom_team_access a.button:hover {
  background-color: #ffffff !important;
  color: #fbcb00 !important;
  border: 1px solid #fbcb00;
  border-top: 1px solid #fbcb00 !important;
  border-bottom: 1px solid #fbcb00 !important;
}

.custom_who_owns_page .intro-container-dra100 h2 {
  font-weight: 500 !important;
  font-size: 2.8em !important;
  margin-top: 20px;
  margin-bottom: 5px;
}
.custom_who_owns_page .intro-container-dra100 p.meta {
  text-transform: uppercase;
  font-size: 12px !important;
  margin-bottom: 25px;
}
.custom_who_owns_page .intro-container-dra100 p.meta .date {
  color: #666;
}
.custom_who_owns_page .intro-container-dra100 p.meta .author {
  position: relative;
  padding-left: 10px;
}
.custom_who_owns_page .intro-container-dra100 p.meta .author a {
  color: #92278f;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.custom_who_owns_page .intro-container-dra100 p.meta .author:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  background: #666;
  top: 4px;
  left: 5px;
}
.custom_who_owns_page .intro-container-dra100 p strong {
  font-weight: 500 !important;
}
.custom_who_owns_page .intro-container-dra100 p a {
  font-weight: 500 !important;
  color: #92278f;
}

.category-who-owns-the-high-street .cat-box-content .sixth-post .article-meta h2 {
  margin-bottom: 25px !important;
}
.category-who-owns-the-high-street .cat-box-content .sixth-post .article-meta p {
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;
}

.custom_why_subscribe .purple-bg1 .dra_pad a {
  font-size: 1.4em;
  line-height: 1.14285714;
  padding: 9px 11px 7px 11px !important;
}
.custom_why_subscribe .purple-bg1 .dra_pad a:hover {
  color: #f98473 !important;
}
.custom_why_subscribe .purple-bg1 .dra_pad h2 {
  font-size: 2.8em;
  line-height: 1.28571429;
  margin-bottom: 28px;
  font-weight: 500 !important;
}
.custom_why_subscribe .dra_pad h2 {
  font-weight: 500 !important;
  font-size: 3.8em;
  line-height: 1.15789474;
  margin-bottom: 32px;
}
.custom_why_subscribe .dra_pad p {
  margin-bottom: 20px;
}
.custom_why_subscribe .dra_pad ul li {
  font-size: 1.6em;
  line-height: 1.75;
  font-weight: 500 !important;
  padding-bottom: 0px;
  margin-bottom: 12px;
  padding-left: 14px;
  background: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/list.bullet.png) no-repeat 0 6px;
}
.custom_why_subscribe .purple-bg2 .white-bg h3 {
  font-size: 2.8em;
  line-height: 1.28571429;
  margin-bottom: 32px;
  font-weight: 500 !important;
}
.custom_why_subscribe .purple-bg2 .white-bg p {
  line-height: 1.75;
}
.custom_why_subscribe .purple-bg2 .white-bg p strong {
  font-weight: 500 !important;
  line-height: 1.75;
}
.custom_why_subscribe .purple-bg2 .white-bg2 h3 {
  font-size: 2.8em;
  line-height: 1.28571429;
  margin-bottom: 32px;
  font-weight: 500 !important;
}
.custom_why_subscribe .purple-bg2 .white-bg2 .purple-title {
  font-size: 2.6em !important;
  font-weight: 500 !important;
}
.custom_why_subscribe .purple-bg2 .white-bg2 p strong {
  font-weight: 500 !important;
}
.custom_why_subscribe .purple-bg2 a.button {
  text-transform: uppercase;
  padding: 9px 11px 7px 11px !important;
  font-size: 1.4em;
  line-height: 1.14285714;
  border-top: 1px solid #f98473 !important;
  border-bottom: 1px solid #f98473 !important;
}
.custom_why_subscribe .purple-bg2 a.button:hover {
  border-top: 1px solid #f98473 !important;
  border-bottom: 1px solid #f98473 !important;
  color: #f98473 !important;
  background: #fff !important;
}
.custom_why_subscribe .dra-ws-center .dra_pad p strong {
  font-weight: 500 !important;
}
.custom_why_subscribe h3 {
  font-size: 2.8em !important;
  line-height: 1.28571429 !important;
  margin-bottom: 32px;
  font-weight: 500 !important;
}

.work-at-drapers h1 {
  font-weight: 500 !important;
  text-align: left !important;
}

section .guide_to_growth .white-bg3 p a {
  color: #92278f;
  font-weight: 500;
}
section .guide_to_growth .white-bg3 a.button {
  background: #92278f;
  padding: 9px 11px 7px 11px;
  font-size: 1.4em;
  line-height: 1.14285714;
}
section .guide_to_growth .white-bg3 a.button:hover {
  color: #fff !important;
  background-color: #f19a9a !important;
}
section .guide_to_growth .white-bg3 h4 {
  font-weight: 500 !important;
}

section .html_about_us_page .desktop_hero {
  background: #600848;
}
section .html_about_us_page .mobile_hero {
  display: none;
}
section .html_about_us_page .about_us_content {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}
section .html_about_us_page .about_us_content p {
  margin-bottom: 15px;
}
section .html_about_us_page .about_us_content .icon_section {
  text-align: center;
}
section .html_about_us_page .about_us_content .icon_section ul li {
  background: #F98473;
  width: calc(25% - 8px);
  margin-right: 8px;
  padding: 15px 35px 28px 35px;
  height: 242px;
  display: inline-flex;
}
section .html_about_us_page .about_us_content .icon_section ul li:nth-of-type(4n) {
  margin-right: 0px;
}
section .html_about_us_page .about_us_content .icon_section ul li a {
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section .html_about_us_page .desktop_hero {
    display: none;
  }
  section .html_about_us_page .mobile_hero {
    display: block;
    background: #600848;
  }
  section .html_about_us_page .about_us_content .icon_section ul li {
    width: 46%;
    padding: 10px 20px 10px 20px;
    margin-bottom: 12px;
    height: auto;
    display: inline-block;
  }
  section .html_about_us_page .about_us_content .icon_section ul li:nth-of-type(2n) {
    margin-right: 0px;
  }
  section .html_about_us_page .about_us_content .icon_section ul li a {
    font-size: 14px;
  }
}

.bespoke_dark_blue_section {
  background: #000838;
  color: #fff;
  padding-bottom: 20px;
}
.bespoke_dark_blue_section .bespoke_logo_section {
  text-align: center;
}
.bespoke_dark_blue_section .bespoke_logo_section img {
  height: 100px;
}
.bespoke_dark_blue_section .blue_content_section {
  width: 750px;
  margin: 0 auto;
}
.bespoke_dark_blue_section .blue_content_section .headshot_section .headshot {
  display: block;
}
.bespoke_dark_blue_section .blue_content_section .headshot_section .headshot img {
  display: inline-block;
  height: 125px;
  vertical-align: middle;
}
.bespoke_dark_blue_section .blue_content_section .headshot_section .headshot .headshot_content {
  display: inline-block;
  width: 81%;
  vertical-align: middle;
  margin-left: 26px;
}
.bespoke_dark_blue_section .blue_content_section .headshot_section .headshot .headshot_content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.bespoke_dark_blue_section .blue_content_section .headshot_section .headshot .headshot_content p:nth-child(2) {
  margin-bottom: 0px;
}
.bespoke_dark_blue_section .blue_content_section .headshot_section .dark_blue_content {
  margin-top: 20px;
  border-top: 1px solid #e1e1e1 !important;
  padding-top: 20px;
  border-bottom: 1px solid #e1e1e1 !important;
  margin-bottom: 20px;
}
.bespoke_dark_blue_section .blue_content_section .headshot_section .dark_blue_content p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
.bespoke_dark_blue_section .blue_content_section .headshot_section .dark_blue_content ul {
  margin-bottom: 20px;
}
.bespoke_dark_blue_section .blue_content_section .headshot_section .dark_blue_content ul li {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}
.bespoke_dark_blue_section .blue_content_section .headshot_section .dark_blue_content ul li:before {
  content: "●";
  font-size: 22px;
  margin-right: 10px;
}
.bespoke_dark_blue_section .blue_content_section .footer_section p {
  margin-bottom: 0px;
}
.bespoke_dark_blue_section .blue_content_section .footer_section p strong {
  font-weight: 600;
}
.bespoke_dark_blue_section .blue_content_section .footer_section p a {
  color: #fff;
}

.bespoke_contact_section {
  background: #000838;
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bespoke_contact_section div {
  display: inline-block;
}
.bespoke_contact_section div img {
  height: 50px;
  vertical-align: middle;
}
.bespoke_contact_section div p {
  margin-bottom: 0px;
  line-height: 16px;
  vertical-align: middle;
  display: inline-block;
}
.bespoke_contact_section div p a {
  color: #fff;
}
.bespoke_contact_section div p:first-child {
  font-weight: 600;
}
.bespoke_contact_section div:nth-child(2) {
  margin-left: 55px;
}

.bespoke_partner_with_us {
  text-align: center;
  padding: 3% 5% 0% 5%;
}
.bespoke_partner_with_us h3 {
  font-weight: 600 !important;
}
.bespoke_partner_with_us .section.group {
  clear: both;
  padding: 0px;
  margin: 0px;
}
.bespoke_partner_with_us .section.group .col {
  display: block;
  float: left;
  margin: 1% 0 1% 1%;
}
.bespoke_partner_with_us .section.group .col p {
  margin-bottom: 10px;
}
.bespoke_partner_with_us .section.group .col p strong {
  font-weight: 500 !important;
}
.bespoke_partner_with_us .section.group .col:first-child {
  margin-left: 0;
}

.bespoke_footer_logo_section {
  text-align: center;
  display: block;
}
.bespoke_footer_logo_section h3 {
  font-weight: 600 !important;
}
.bespoke_footer_logo_section div {
  display: inline-block;
}
.bespoke_footer_logo_section div img {
  height: 100px;
}

@media screen and (max-width: 767px) {
  .bespoke_dark_blue_section .bespoke_logo_section img {
    height: 50px;
  }
  .bespoke_dark_blue_section .blue_content_section {
    width: 100%;
  }
  .bespoke_dark_blue_section .blue_content_section .headshot_section .headshot {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bespoke_dark_blue_section .blue_content_section .headshot_section .headshot .headshot_content {
    width: 100%;
    margin-left: 0px;
    text-align: left;
  }
  .bespoke_dark_blue_section .blue_content_section .headshot_section .dark_blue_content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bespoke_dark_blue_section .blue_content_section .footer_section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bespoke_dark_blue_section .blue_content_section .footer_section p {
    margin-bottom: 10px;
  }
  .bespoke_contact_section div:nth-child(2) {
    margin-left: 0px;
  }
}
.subSleeve h2 {
  font-size: 32px;
  font-weight: 600 !important;
}
.subSleeve h3 {
  font-size: 24px !important;
}
.subSleeve h3 a {
  font-style: normal !important;
  text-decoration: none !important;
  font-weight: 600;
}
.subSleeve iframe {
  border: none !important;
}

.category-power-100-2019 .mySlides1 .pink-bg h3 {
  font-size: 2.8em;
  line-height: 1.28571429;
  margin-bottom: 32px;
  letter-spacing: 1px;
  font-weight: 500 !important;
}
.category-power-100-2019 .mySlides1 .pink-bg h4 {
  font-weight: 500 !important;
}
.category-power-100-2019 .mySlides1 .pink-bg p {
  font-size: 14px;
  line-height: 1.75;
}
.category-power-100-2019 .mySlides1 .pink-bg p .DDF-btn2 {
  font-weight: 500 !important;
  font-family: Graphik;
}
.category-power-100-2019 .mySlides1 .pink-bg p .DDF-btn2:hover {
  color: #fff !important;
}

body.tax-mbm_consents #main-content {
  margin-top: 0px !important;
  padding-top: 0px;
}
body.tax-mbm_consents #main-content h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.tax-mbm_consents #main-content h2 {
    font-size: 24px;
  }
}
body.tax-mbm_consents #main-content .entry {
  max-width: unset;
}
body.tax-mbm_consents #main-content .entry ul li {
  font-size: 17px;
  font-weight: normal;
}
body.tax-mbm_consents #main-content .entry h2, body.tax-mbm_consents #main-content .entry h3 {
  font-size: 26px;
  text-align: left;
  font-weight: 600 !important;
  text-transform: initial;
}
@media only screen and (max-width: 767px) {
  body.tax-mbm_consents #main-content .entry h2, body.tax-mbm_consents #main-content .entry h3 {
    font-size: 20px;
  }
}
body.tax-mbm_consents #main-content .entry h4 {
  font-weight: 600 !important;
}
body.page #main-content {
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  body.page #main-content h1 {
    font-size: 24px;
  }
}
body.page #main-content .entry {
  max-width: unset;
}
body.page #main-content .entry h1 {
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  body.page #main-content .entry h1 {
    font-size: 24px;
  }
}
body.page #main-content .entry .hfaqwrapper .hfaqlist .hfaq .hfaq__answer .hfaq__answercontent p, body.page #main-content .entry .hfaqwrapper .hfaqlist .hfaq .hfaq__answer ul li {
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 20px !important;
}

/* Styling company access page */
.cat-box-content .emap-cat-section .company-access .DRCA-heroimg h3 {
  font-size: 4.2em !important;
  margin-bottom: 32px;
  line-height: 1.28571429;
  font-style: normal;
  font-family: "Graphik-Medium", Helvetica, Arial, sans-serif !important;
}
.cat-box-content .emap-cat-section .company-access .DRCA-heroimg a.button {
  color: #92278f !important;
  background: #fff;
  border: 1px solid #92278f !important;
  font-size: 1.4em;
  line-height: 1.14285714;
  padding: 9px 11px 7px 11px;
}
.cat-box-content .emap-cat-section .company-access p a {
  color: #92278f;
}
.cat-box-content .emap-cat-section .company-access .col {
  display: block;
  float: left;
  margin: 1% 0 1% 1%;
}
.cat-box-content .emap-cat-section .company-access .col .DRTA-why {
  background: #ffffff;
  padding: 5px;
  font-size: 1.4em !important;
}
.cat-box-content .emap-cat-section .company-access .col .DRTA-why h3 {
  font-size: 1.4em;
  margin-bottom: 5px;
  margin-top: -35px;
  text-align: center;
  line-height: 1.28571429;
  font-family: "Graphik-Medium", Helvetica, Arial, sans-serif !important;
}
.cat-box-content .emap-cat-section .company-access .col .DRTAbox1 {
  font-size: 1em;
  padding: 10px;
  text-align: left;
  background-color: #ffffff;
  font-weight: normal !important;
}
.cat-box-content .emap-cat-section .company-access .col .DRTAbox1 h3 {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.28571429;
  font-family: "Graphik-Medium", Helvetica, Arial, sans-serif !important;
}
.cat-box-content .emap-cat-section .company-access .col .DRTAbox1 li {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 1.4em !important;
  list-style: outside;
}
.cat-box-content .emap-cat-section .company-access .col:first-child {
  margin-left: 0;
}
.cat-box-content .emap-cat-section .company-access ul.main {
  text-align: center;
}
.cat-box-content .emap-cat-section .company-access ul.main li {
  display: inline-block;
  color: #000;
  font-family: Graphik;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 20px;
}
.cat-box-content .emap-cat-section .company-access .more {
  position: relative;
  text-align: center;
}
.cat-box-content .emap-cat-section .company-access .more a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 10px 64px;
  background: #000;
  color: #fff !important;
}
.cat-box-content .emap-cat-section .company-access .more:before {
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #777;
}
.cat-box-content .emap-cat-section .company-access .spin2scroller .swiper-wrapper li {
  float: left;
  margin: 0;
  padding: 0 5px;
  width: auto;
  list-style: none;
  font-size: 1em;
  background-image: none;
  font-family: "Graphik-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0px;
}
.cat-box-content .emap-cat-section .company-access .spin2scroller .swiper-wrapper li img {
  display: block;
  padding-bottom: 16px;
  width: 100%;
  max-width: 100%;
}
.cat-box-content .emap-cat-section .company-access .spin2scroller .swiper-wrapper li a {
  color: #00AFB9;
}
.cat-box-content .emap-cat-section .company-access .spin2scroller .swiper-wrapper li a p {
  font-family: "Graphik-Regular", Helvetica, Arial, sans-serif;
  font-size: 1.5em !important;
  text-align: center;
}

@media (max-width: 768px) {
  .cat-box-content .emap-cat-section .company-access .col.span_1_of_12 {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cat-box-content .emap-cat-section .company-access ul.main li {
    display: block;
  }
  .cat-box-content .emap-cat-section .company-access .DRCA-heroimg h3 {
    font-size: 3em !important;
  }
  .cat-box-content .emap-cat-section .company-access .spin2scroller .swiper-wrapper li {
    float: unset;
  }
}
@media (max-width: 1208px) and (min-width: 768px) {
  .cat-box-content .emap-cat-section .company-access .spin2scroller .swiper-wrapper li {
    width: 50%;
  }
  .cat-box-content .emap-cat-section .company-access .spin2scroller .swiper-wrapper li img {
    width: auto;
    margin: 0 auto;
  }
}
#mbm-emap-microsite-header .inner-action-area.right a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

div.asf-dropdown.active {
  background: #000;
}

body[data-microsite-enabled=on].category-macmillan .mac-box a.button {
  color: #5e4f9c !important;
}
body[data-microsite-enabled=on].category-macmillan .mac-box a.button:hover {
  background: #008a26 !important;
  color: white !important;
}
body[data-microsite-enabled=on].category-macmillan .post-thumbnail h2 {
  line-height: 20px;
}
body[data-microsite-enabled=on].category-macmillan * {
  font-family: Helvetica, Arial, sans-serif;
}
body[data-microsite-enabled=on].category-macmillan .home-ads {
  margin: 0 !important;
  display: block;
  clear: both;
}
body[data-microsite-enabled=on].category-macmillan .home-ads h2 {
  text-align: left;
}
body[data-microsite-enabled=on].category-macmillan .custom_content.tie-cat-28476 {
  margin: 0 !important;
  display: block;
  width: 100%;
}
body[data-microsite-enabled=on].category-macmillan .cat-box-content .home-ads h1, body[data-microsite-enabled=on].category-macmillan .cat-box-content .home-ads h2 {
  font-size: 40px;
  font-weight: bold;
  color: #008a26;
}
body[data-microsite-enabled=on].category-macmillan .cat-box-content .home-ads h1 a, body[data-microsite-enabled=on].category-macmillan .cat-box-content .home-ads h2 a {
  font-size: 20px;
}
body[data-microsite-enabled=on].category-macmillan h3 {
  font-size: 28px;
  color: #008a26;
}
body[data-microsite-enabled=on].category-macmillan .microsite-menu a {
  font-weight: bold;
}
body[data-microsite-enabled=on].category-macmillan a {
  color: #00334c;
}
@media (min-width: 768px) {
  body[data-microsite-enabled=on].category-macmillan section.cat-box, body[data-microsite-enabled=on].category-macmillan section.custom_content {
    width: 50%;
    float: left;
    clear: none;
    padding-right: 20px;
  }
}
body[data-microsite-enabled=on].category-macmillan section.cat-box:first-of-type, body[data-microsite-enabled=on].category-macmillan section.custom_content:first-of-type {
  width: auto;
  float: none;
  clear: both;
  font-size: 18px;
}
body[data-microsite-enabled=on].category-macmillan section.cat-box:first-of-type .home-ads, body[data-microsite-enabled=on].category-macmillan section.custom_content:first-of-type .home-ads {
  text-align: left;
}
body[data-microsite-enabled=on].category-macmillan header.cat-box-title h2 {
  font-size: 38px;
  text-transform: none;
  font-weight: bold !important;
  display: block;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif !important;
  color: #008A26;
}
body[data-microsite-enabled=on].category-macmillan header.cat-box-title h2 a {
  color: #008A26 !important;
  text-decoration: none;
}
body[data-microsite-enabled=on].category-macmillan header.cat-box-title h2 a:after {
  display: contents;
  background-image: none !important;
}
body[data-microsite-enabled=on].category-macmillan .c1-large-2 .post-box-title h2 {
  font-size: 20px;
  font-weight: bold;
}
body[data-microsite-enabled=on].category-macmillan .c1-large-2 .entry, body[data-microsite-enabled=on].category-macmillan .c1-large-2 .post-comments {
  display: none;
}
body[data-microsite-enabled=on].category-macmillan .mac-box {
  float: right;
  width: 150px;
  display: block;
  background: #000;
  color: white;
  padding: 20px 20px 30px 20px;
  font-size: 14px;
  border-radius: 8px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 924px) {
  body[data-microsite-enabled=on].category-macmillan .mac-box {
    width: 250px;
  }
}
body[data-microsite-enabled=on].category-macmillan .mac-box .button {
  background: white;
  border-radius: 8px;
  padding: 12px !important;
  text-decoration: none;
  color: #5e4f9c;
}
body[data-microsite-enabled=on].category-macmillan .mac-box .button span {
  color: #fff;
  font-size: 16px;
}
body[data-microsite-enabled=on].category-macmillan .cat-box .view-more {
  border-top: 1px solid #e1e1e1 !important;
  padding-top: 20px !important;
  padding-bottom: 0px !important;
  border-bottom: none !important;
}
body[data-microsite-enabled=on].category-macmillan .cat-box .view-more .cpb-bottom-more-news-link {
  font-weight: bold !important;
  font-family: Helvetica, Arial, sans-serif;
  background: #5e4f9c !important;
  border-radius: 8px !important;
  padding: 15px !important;
  color: white !important;
  font-size: 16px;
  text-decoration: none;
  line-height: 35px;
  text-transform: none;
}
body[data-microsite-enabled=on].category-macmillan .cat-box .view-more .cpb-bottom-more-news-link:hover {
  background: #008a26 !important;
  text-decoration: none !important;
}
body[data-microsite-enabled=on].category-macmillan .cpb-header-title {
  color: #008A26;
  font-size: 3.8em;
  font-weight: bold;
  margin-bottom: 32px;
}

.macmillan-resources {
  text-align: left;
}
.macmillan-resources li {
  background: #e5e5e5;
  text-align: center;
  padding: 5px 10px;
  padding-bottom: 5px !important;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: bold;
  font-size: 13px;
}
.macmillan-resources li a {
  color: #00334c;
}
.macmillan-resources li a:hover {
  color: #00aeca;
  text-decoration: none;
}
.macmillan-resources li.active a {
  color: #00aeca;
}

.macmillan-resource h3 {
  text-align: left;
  width: 100%;
}
.macmillan-resource .mac-button {
  text-align: left;
  margin-bottom: 20px;
}

.hide_cat_box_title {
  display: none;
}

.emap-h2-4c {
  font-size: 15px !important;
}

@media only screen and (max-width: 1025px) {
  #mbm-emap-microsite-header {
    display: none;
  }
  #slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  #slide-out .search-mobile .search-button .fa.fa-search {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  .js-nav .microsite-wrapper {
    overflow: auto;
    left: 234px;
    position: fixed;
  }
  .js-nav #mobile-menu .main-menu i.mobile-arrows {
    border-left: 1px solid #059bb3;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
    cursor: pointer;
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
}
.category-innovations #main-content {
  margin-top: 75px !important;
}

.category-macmillan .mobileNav {
  display: none !important;
}

/* Category layouts */
.cat-box {
  /* 1c-large */
}
.cat-box .cat-box-content ul li h2 {
  font-size: 18px;
  line-height: 1.28571429;
  font-weight: normal !important;
}
.cat-box .cat-box-content ul li p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.slider_box .flexslider ul li div.slider-caption h2 a {
  color: black;
}

/* Category layouts */
section.organisation-other {
  display: none;
}

.share-post .share-text,
#main-content input[type=submit],
.query .sky-form .button {
  background: #000 !important;
}

.view-all-comments a {
  border: 1px solid #000 !important;
  color: #000 !important;
}
.view-all-comments a .core-icon {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/rac-comment.png) !important;
  background-position: -133px -125px !important;
}
@media only screen and (max-width: 767px) {
  .view-all-comments a .core-icon.i-icon-comment {
    top: 0px !important;
  }
}
.view-all-comments a .core-icon.i-icon-comment-hover {
  background-position: 0 -230px !important;
}

.social-comment .view-all-comments.animate-icons a {
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .social-comment .view-all-comments.animate-icons a {
    padding-top: 0px;
  }
}

.mega-recent-post .mega-menu-link {
  font-size: 22px;
}

.mega-recent-post .tie-date {
  position: relative;
  top: 20px;
}

a.view-more:hover {
  border-bottom: 0 !important;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.wide-box li:nth-child(odd) {
  padding-left: 0 !important;
}

.mrw-subscription-sleeve .mrw-container {
  background-size: contain !important;
}

.mrw-subscription-sleeve h2 {
  margin-bottom: 30px !important;
}

.mrw-subscription-sleeve .mrw-container .button {
  padding: 20px 30px !important;
  background: #000 !important;
}

.mrw-subscription-sleeve .mrw-container .button:hover {
  background-color: #00334c !important;
}

.recent-post-blog.item-list a.more-link,
ul#not-registered li[data-form=login],
ul#not-registered li[data-name=login],
ul#registered li[data-form=login] {
  background: #000;
}

.mrw-subscription-sleeve .mrw-container {
  background: url("https://s3-eu-west-2.amazonaws.com/emap-ca/wp-content/uploads/sites/8/2018/12/packshots-cn.png") no-repeat 100% 50% !important;
}

.spin-content > p {
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 12px;
}

.sponsorLogo {
  margin-top: 3px;
  background-image: url("https://www.drapersonline.com/wp-content/mu-plugins/mbm-emap/assets/images/sprite.css-def54b96.svg");
  display: inline-block;
  width: 60.2px;
  height: 24.5px;
  background-repeat: no-repeat;
  background-position: -178px -164.8px;
}

.wp-polls .Buttons {
  background: #000;
  border-radius: 3px;
  color: #FFF;
  padding: 3px 12px;
  border: none;
  margin-bottom: 10px;
}

.addToBookmarks {
  color: white !important;
  background: #000 !important;
}
.addToBookmarks:hover {
  background: #00334c !important;
  color: white;
}
.addToBookmarks.active {
  background: black !important;
}
.addToBookmarks.active:hover {
  background: rgb(22.95, 22.95, 22.95) !important;
}

.search-block .search-button,
#main-nav ul li.current-menu-item a,
#main-nav ul li.current-menu-item a:hover,
#main-nav ul li.current_page_parent a,
#main-nav ul li.current_page_parent a:hover,
#main-nav ul li.current-menu-parent a,
#main-nav ul li.current-menu-parent a:hover,
#main-nav ul li.current-page-ancestor a,
#main-nav ul li.current-page-ancestor a:hover,
.pagination span.current,
.share-post span.share-text,
.flex-control-paging li a.flex-active,
.flex-direction-nav a,
.ei-slider-thumbs li.ei-slider-element,
.review-percentage .review-item span span,
.review-final-score,
.button,
a.button,
a.more-link,
#main-content input[type=submit],
.form-submit #submit,
.search-block-large .search-button,
#featured-posts .flex-next:hover,
#featured-posts .flex-prev:hover,
#check-also-close,
a.post-slideshow-next,
a.post-slideshow-prev,
#reading-position-indicator {
  background-color: #000;
}

.sky-form .fa:before {
  color: #fff;
}
.sky-form section div {
  font-family: Graphik;
  font-size: 14px;
  font-weight: 600;
}
.sky-form header span {
  font-weight: 600;
  font-size: 16px;
  font-family: Graphik;
}
.sky-form .checkbox i {
  border-top: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}
.sky-form fieldset label {
  font-weight: 600 !important;
}
.sky-form fieldset label .newsletter-desc {
  font-weight: normal !important;
}

.fa:before, .fas:before {
  color: #000;
}

.search-mobile button.search-button .fa-search:before {
  color: #666;
}

.header-treaser-sleeve {
  position: relative;
}

#main-nav ul li {
  border: 1px solid black;
  border-width: 0 0 0 1px;
}
#main-nav ul li a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-width: 0 0 0 1px;
}

#main-content .flat-social a:hover {
  border-bottom: 0 !important;
}

.share-post .share-text, #main-content input[type=submit], .query .sky-form .button {
  background: #00334c !important;
}

.share-post, #commentform {
  border-bottom-color: #00334c !important;
}

header.cat-box-title a.view-more, .block-head a.view-more {
  background: #000;
  color: #25231f;
  font-weight: bold;
}

header.cat-box-title a.view-more:hover, .block-head a.view-more:hover {
  background: #000 !important;
}

header.cat-box-title a.view-more:after, .block-head a.view-more:after {
  border-left: 4px solid #25231f;
}

header.cat-box-title a.view-more:hover:after, .block-head a.view-more:hover:after {
  position: relative;
  right: -2px;
}

.post-views {
  display: none !important;
}

.search-block .search-button, #main-nav ul li.current-menu-item a, #main-nav ul li.current-menu-item a:hover, #main-nav ul li.current_page_parent a, #main-nav ul li.current_page_parent a:hover, #main-nav ul li.current-menu-parent a, #main-nav ul li.current-menu-parent a:hover, #main-nav ul li.current-page-ancestor a, #main-nav ul li.current-page-ancestor a:hover, .pagination span.current, .share-post span.share-text, .flex-control-paging li a.flex-active, .flex-direction-nav a, .ei-slider-thumbs li.ei-slider-element, .review-percentage .review-item span span, .review-final-score, .button, a.button, a.more-link, #main-content input[type=submit], .form-submit #submit, .search-block-large .search-button, #featured-posts .flex-next:hover, #featured-posts .flex-prev:hover, #check-also-close, a.post-slideshow-next, a.post-slideshow-prev, #reading-position-indicato {
  background: #000;
}

.search-block .search-button, #main-nav ul li.current-menu-item a, #main-nav ul li.current-menu-item a:hover, #main-nav ul li.current_page_parent a, #main-nav ul li.current_page_parent a:hover, #main-nav ul li.current-menu-parent a, #main-nav ul li.current-menu-parent a:hover, #main-nav ul li.current-page-ancestor a, #main-nav ul li.current-page-ancestor a:hover, .pagination span.current, .share-post span.share-text, .flex-control-paging li a.flex-active, .flex-direction-nav a, .ei-slider-thumbs li.ei-slider-element, .review-percentage .review-item span span, .review-final-score, .button, a.button, a.more-link, #main-content input[type=submit], .form-submit #submit, .search-block-large .search-button, #featured-posts .flex-next:hover, #featured-posts .flex-prev:hover, #check-also-close, a.post-slideshow-next, a.post-slideshow-prev, #reading-position-indicator {
  background: #000;
}

.cat-box .recent-item {
  margin-bottom: 5px !important;
  padding: 15px;
}

.search-block button.search-button i:before {
  color: #600848 !important;
}

.addToBookmarks {
  color: #25231f !important;
}

.addToBookmarks:hover {
  color: white !important;
  background: #00334c !important;
}

.share-post,
#commentform {
  border-bottom-color: #000;
}

#latest-magazine img {
  max-width: 100% !important;
}

#sky-form footer .button {
  color: white !important;
  font-weight: bold;
}

.slides a:hover img {
  transform: scale(1) !important;
}

.sky-form .input .button, .sky-form-container .sky-form.register-form footer .button {
  background: #000 !important;
  color: #fff !important;
  font-weight: bold;
}

.sky-form-container .myaccount_sliding_wrapper button {
  padding-left: 21px;
}
.sky-form-container .button.close {
  background: #000 !important;
  padding-right: 0 !important;
}

.sky-form footer {
  background: #f5f5f5 !important;
}

.post-thumbnail a, .flex-active-slide {
  display: block;
  overflow: hidden !important;
}

.text-html-box img {
  border-radius: 0 !important;
}

#menu-item-18808 a:hover, #menu-item-373542 a:hover {
  background: #444 !important;
  color: white !important;
}

.theiaStickySidebar {
  padding-left: 30px;
}

div.scroll-box-content {
  max-height: 220px;
}

.cat-box-content li {
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.mrw-subscription-sleeve .mrw-container .button {
  color: black !important;
}

.cat-box.style-2c-masonry li .post-box-title {
  font-size: 11px;
}

.cat-box.style-1c-3c ul li:not(.first-news) {
  padding: 15px;
}

.cat-box.style-1c-3c ul li:nth-child(3n+2) {
  padding-left: 0 !important;
}

.search-block .search-button, .share-post span.share-text, .flex-control-paging li a.flex-active, .flex-direction-nav a, .ei-slider-thumbs li.ei-slider-element, .review-percentage .review-item span span, .review-final-score, a.button, a.more-link, .search-block-large .search-button, #featured-posts .flex-next:hover, #featured-posts .flex-prev:hover, #check-also-close, a.post-slideshow-next, a.post-slideshow-prev, #reading-position-indicator {
  color: #fff !important;
  padding-right: 20px !important;
}

#main-nav ul li.menu-item-has-children a, #main-nav ul li.mega-menu a {
  padding-right: 12px !important;
}

.search-block .search-button {
  padding-right: 0px !important;
  background: #fff;
}

.style-1c-3c .first-news {
  padding: 30px 0 !important;
}

.style-1c-3c .first-news .entry {
  padding: 15px;
}

#my-account a:hover {
  border: 0 !important;
}

.cat-box.column2 .post-meta {
  left: 0 !important;
}

/*.home section.cat-box.column2:nth-last-child(even){
    /*padding-left: 0px !important;*/
/*.halfwidth-block-wrapper[data-block-name='half-column-full-width-double'] .half-post {
        margin-left: 0px;
    } 
    .halfwidth-block-wrapper[data-block-name='half-column-full-width-double'] .half-post:nth-child(even) {
        margin-left: 12px !important;
        @media screen and (max-width: 1024px) {
      margin-left: 1% !important;
        }
    }

} */
.home section.cat-box.column2 {
  /*padding-right: 0px !important;*/
}
.home section.cat-box.column2 .halfwidth-block-wrapper[data-block-name=half-column-full-width-double] .half-post {
  margin-left: 5px !important;
  margin-right: 5px;
  /*@media screen and (max-width: 1024px) {
      margin-left: 0px !important;
        } */
}
.home section.cat-box.column2 .halfwidth-block-wrapper[data-block-name=half-column-full-width-double] .half-post:nth-child(even) {
  /*margin-left: 12px!important ;
  @media screen and (max-width: 1024px) {
      margin-left: 1% !important;
        } */
}

#main-nav ul li {
  border: 0 !important;
}

.top-nav {
  border: 0;
  height: 48px;
}

.pagination > span.current {
  padding-right: 10px !important;
}

.mrw-subscription-sleeve {
  background: none !important;
}

.search-block:after {
  border-right-color: #600848;
}

body.rtl .search-block:after {
  border-left-color: #000;
}

#main-nav ul > li.menu-item-has-children:hover > a:after,
#main-nav ul > li.mega-menu:hover > a:after {
  border-color: transparent transparent #000;
  display: none;
}

.page-head .page-title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 1px;
  text-align: center;
}

.container .addToBookmarks {
  display: none !important;
}

#not-registered li {
  line-height: 22px !important;
  border-radius: 0 !important;
}

#menu-item-18808, #menu-item-373542 {
  float: right !important;
  background: #000 !important;
}

#menu-item-18808 a, #menu-item-373542 a {
  color: black !important;
}

ul#not-registered li[data-form=login], ul#not-registered li[data-name=login], ul#registered li[data-form=login], ul#registered li[data-name=login] {
  background: none;
  text-shadow: none !important;
  line-height: 22px !important;
  color: white !important;
  font-family: Graphik;
  font-weight: 600;
  padding-right: 0px;
}

ul#not-registered li[data-form=login]:hover, ul#not-registered li[data-name=login]:hover, ul#registered li[data-form=login]:hover, ul#registered li[data-name=login]:hover {
  color: white !important;
  background: none;
}

ul#not-registered, ul#registered {
  margin-right: 0px !important;
}

#sky-form footer .button {
  padding: 0 40px !important;
  background: #000 !important;
}
#sky-form .button.close {
  background: #000 !important;
  padding-right: 0 !important;
}
#sky-form .button:hover {
  opacity: 1;
}

#main-content .post-thumbnail a, #main-content .post-thumbnail a img {
  border: 0 !important;
  border-bottom-width: 0 !important;
  border-bottom-color: transparent !important;
}

.logo {
  float: left;
}

.i-logo-small-dims {
  width: 162px;
  height: 16px;
}

.i-logo-small {
  background-position: 0 -81px;
}

.core-icon {
  background-repeat: no-repeat;
  background-image: url("https://www.drapersonline.com/wp-content/themes/dr-child/images/sprite.css-0c9ee2d2.svg");
  display: inline-block;
  width: 280px;
  height: 74px;
}

.animate-icons a span {
  transition: all 250ms;
}

.animate-icons a .core-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.i-social-twitter {
  background-position: 0 -244px;
}

.i-social-twitter-hover {
  background-position: -228px -282px;
}

.i-social-twitter-dims, .i-social-twitter-hover-dims {
  width: 38px;
  height: 38px;
}

.animate-icons a > span + span, .animate-icons a:hover > span {
  opacity: 0;
  -ms-transform: scale(0);
  transform: scale(0);
}

.animate-icons a:hover > span + span {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}

.i-social-linkedin {
  background-position: -343px 0;
}

.i-social-linkedin-dims {
  width: 38px;
  height: 38px;
}

.i-social-linkedin-hover-dims {
  width: 38px;
  height: 38px;
}

.i-social-linkedin-hover {
  background-position: -152px -282px;
}

.i-social-facebook-dims {
  width: 38px;
  height: 38px;
}

.i-social-facebook {
  background-position: 0 -282px;
}

.i-social-facebook-hover-dims {
  width: 38px;
  height: 38px;
}

.i-social-facebook-hover {
  background-position: -280px -190px;
}

.i-social-youtube-dims {
  width: 38px;
  height: 38px;
}

.i-social-youtube {
  background-position: -114px -245px;
}

.i-social-youtube-hover-dims {
  width: 38px;
  height: 38px;
}

.i-social-youtube-hover {
  background-position: -133px -139px;
}

.i-social-instagram-dims {
  width: 38px;
  height: 38px;
}

.i-social-instagram {
  background-position: -282px -38px;
}

.i-social-instagram-hover-dims {
  width: 38px;
  height: 38px;
}

.i-social-instagram-hover {
  background-position: -282px 0px;
}

.animate-icons a {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .logo {
    float: none;
  }
  #menu-item-373542 {
    float: none !important;
    text-align: center;
    width: 100%;
  }
  .core-icon {
    background-repeat: no-repeat;
    display: inline-block;
  }
  .mobileNav .toolbar + .toolbar {
    left: 61px !important;
  }
  .mobileNav .toolbar + .toolbar .mobile-logo {
    padding: 2px 0 0 0 !important;
  }
  .mobileNav .toolbar {
    background: #fff !important;
  }
  .mobileNav .toolbar a.btnMenu .burger, .mobileNav .toolbar a.btnMenu .burger:before, .mobileNav .toolbar a.btnMenu .burger:after {
    background: #000;
  }
  #menu-item-18808, #menu-item-373542 {
    background-color: #515151 !important;
  }
  #menu-item-18808 > a {
    color: #fff;
  }
  .i-menu-account {
    background-position: -355px -158.7px !important;
  }
  .mobileNav .toolbar .account-container:hover .mobile-account-menu {
    width: 140px;
    left: auto;
    right: 0px;
  }
  .mobileNav .toolbar .account-container .mobile-account-menu {
    position: relative;
    z-index: 100;
    background: #d3d3d3;
  }
  #slide-out-close {
    background: #00aeca !important;
  }
  .mobileNav .toolbar .account-container .mobile-account-menu li {
    font-family: Graphik;
    font-weight: bold !important;
    color: #000;
  }
  #preregister-form .myaccount_sliding_wrapper button[type=submit] {
    padding: 0 !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .sky-form-container .sky-form.register-form .col.last {
    margin-top: 30px;
  }
  #footer-second {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #sky-form footer .button {
    padding: 0 !important;
  }
}
.mrw-subscription-sleeve {
  margin: -30px;
  background: #f7f0f7;
  text-align: left;
  padding: 0 30px 30px;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
}
@media only screen and (max-width: 985px) {
  .mrw-subscription-sleeve {
    margin: -20px;
  }
}
.mrw-subscription-sleeve h2 {
  font-family: Graphik;
  font-size: 32px;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
  line-height: 45px;
  padding: 25px 0px;
}
.mrw-subscription-sleeve .mrw-container {
  padding-right: 62%;
  background: url("http://s3-eu-west-2.amazonaws.com/emap-ca/wp-content/uploads/sites/13/2018/11/packshot-GE1.png");
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 350px;
  background-size: 60%;
}
@media only screen and (max-width: 985px) {
  .mrw-subscription-sleeve .mrw-container {
    padding-right: 0;
    background-position: top center;
    padding-top: 37%;
    background-size: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .mrw-subscription-sleeve .mrw-container {
    padding-top: 48%;
    background-size: 90%;
  }
}
.mrw-subscription-sleeve .mrw-container p {
  margin-bottom: 20px;
}
.mrw-subscription-sleeve .mrw-container .button {
  background-color: #000;
  padding: 20px 40px;
  font-size: 24px;
  margin: 10px 0;
}
.mrw-subscription-sleeve .mrw-container .button:hover {
  background-color: #444;
}

.post-type-archive-digital-edition #main-content .content-wrap .content-inner-wrap {
  width: 100%;
  padding-right: 0px;
}
.post-type-archive-digital-edition #main-content .content-wrap .content-inner-wrap h1 {
  text-align: center;
  font-size: 37px;
  line-height: 44px;
  letter-spacing: -0.37px;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.post-type-archive-digital-edition #main-content .content-wrap .content-inner-wrap .cat-box-title {
  text-align: center;
}
.post-type-archive-digital-edition #main-content .content-wrap .content-inner-wrap .cat-box-title h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
}
.post-type-archive-digital-edition #main-content .content-wrap .content-inner-wrap ul {
  margin-bottom: 20px;
}

.magazine .digital-edition-h2 {
  border-bottom: 5px solid black;
}
.magazine .digital-edition-h2 > span {
  background: black;
}

.ads-post img, .adv-post img {
  max-width: 100%;
}

#main-content .headerless:hover {
  border-bottom: 0 !important;
}

.digital-edition-h3 a:link, .digital-edition-h3 a:visited {
  font-size: 24px;
}

.digital-edition-ul-2 li {
  padding-left: 0;
  padding-right: 10px;
  margin-bottom: 8px;
}
.digital-edition-ul-2 li a {
  font-size: 16px;
}
.digital-edition-ul-2 li:before {
  content: none;
}

/*start code for advertise page*/
.CNC-footerbg2 {
  background-color: #00334c !important;
}

.advertiseform .button {
  width: 94% !important;
  min-height: 40px !important;
  border-radius: 1px;
}

.advertiseform select, .advertiseform input {
  width: 98% !important;
  height: 35px;
}

.advertiseform input[type=checkbox] {
  width: auto !important;
  height: auto;
}

.advertiseform label {
  font-size: 13px !important;
}

.advertiseform .button:visited {
  color: #FFDD00 !important;
  background: #ffffff !important;
  border: 1px solid #FFDD00 !important;
}

.advertise-temp .button:hover {
  background: #fff !important;
}

.advertise-temp .button {
  color: #00334c !important;
  border: 1px solid #00334c !important;
}
.advertise-temp .button[type=submit] {
  color: white !important;
}

/*end code for advertise page*/
/*start code for ad section in footer*/
.ads-bottom, .adv-bottom {
  max-width: 100%;
  background: #d3d3d3;
}
.ads-bottom .footer-subscriptions, .adv-bottom .footer-subscriptions {
  padding: 24px 0;
}
.ads-bottom .footer-subscriptions .container, .adv-bottom .footer-subscriptions .container {
  max-width: 1220px;
}
.ads-bottom .footer-subscriptions h2, .adv-bottom .footer-subscriptions h2 {
  text-align: left;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  line-height: 1.2;
  font-size: 2.4em;
}
@media (min-width: 768px) {
  .ads-bottom .footer-subscriptions h2, .adv-bottom .footer-subscriptions h2 {
    font-size: 5em;
  }
}
.ads-bottom .footer-subscriptions .footer-content-block, .adv-bottom .footer-subscriptions .footer-content-block {
  background: white;
  text-align: left;
  float: left;
  width: 49%;
  margin-right: 1%;
}
.ads-bottom .footer-subscriptions .footer-content-block h5, .adv-bottom .footer-subscriptions .footer-content-block h5 {
  padding: 5px 10px;
  font-size: 2em;
  line-height: 1.3;
  height: 165px;
  margin: 0;
}
@media (min-width: 1024px) {
  .ads-bottom .footer-subscriptions .footer-content-block h5, .adv-bottom .footer-subscriptions .footer-content-block h5 {
    height: 105px;
  }
}
@media (min-width: 768px) {
  .ads-bottom .footer-subscriptions .footer-content-block, .adv-bottom .footer-subscriptions .footer-content-block {
    width: 24%;
    margin-right: 1%;
  }
}
@media (max-width: 767px) {
  .ads-bottom .footer-subscriptions .footer-content-block.no-mobile, .adv-bottom .footer-subscriptions .footer-content-block.no-mobile {
    display: none;
  }
}

/*end code for ad section in footer*/
.scroll-nav {
  z-index: 3;
}

@media only screen and (max-width: 1025px) {
  .top-nav {
    display: none;
  }
  .i-mobile-logo-dims {
    width: 76px;
    height: 36px;
    margin-top: 10px;
  }
  .i-mobile-logo {
    background-position: 0 -70px;
    width: 157px;
    height: 25px;
  }
  .mobileNav .toolbar + .toolbar {
    position: absolute;
    background: 0;
    top: 0;
    left: 50px;
    width: 130px;
    min-height: 48px;
    height: 100%;
    padding: 0;
    margin: auto;
    left: 61px !important;
  }
  .ads-banner-top, .adv-banner-top {
    margin-top: 60px;
  }
  #slide-out #mobile-menu a {
    color: white;
  }
  #menu-item-18808 > a {
    color: #f7a600;
  }
  .i-menu-account {
    background-position: -218px -428.4px !important;
  }
  .mobileNav .toolbar .account-container:hover .mobile-account-menu {
    width: 143px;
    left: auto;
    right: 0px;
  }
  .mobileNav .toolbar .account-container .mobile-account-menu {
    position: relative;
    z-index: 100;
    background: #e1e1e1;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #slide-out-close {
    background: #fff !important;
  }
  .mobileNav .toolbar .account-container .mobile-account-menu li {
    font-family: Graphik !important;
    font-weight: normal !important;
    color: #000;
  }
  .ads-top, .adv-top {
    display: none;
  }
  .sidebar {
    float: none;
    clear: both;
    margin-right: 0px;
    padding-left: 0px;
    width: 100%;
    padding: 0px !important;
  }
  .widget {
    margin-top: 24px;
  }
  .widget-block {
    text-align: left;
  }
  .widget-block .spin-content > p {
    display: none;
  }
  .mobileNav .toolbar a.btnMenu .burger,
  .mobileNav .toolbar a.btnMenu .burger:before,
  .mobileNav .toolbar a.btnMenu .burger:after {
    background: #000;
  }
  .mobileNav {
    display: block !important;
  }
  .header-content .container {
    display: none;
  }
  .mobileNav {
    background: #fff;
    transition: left 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    clear: both;
    z-index: 32768;
    margin-bottom: 12px;
  }
  .mobileNav .toolbar {
    background: #fff;
    display: block;
    position: relative;
    border: unset;
  }
  .mobileNav .toolbar + .toolbar .mobile-logo {
    padding: 2px 0 0 0 !important;
  }
  ul#not-registered li[data-name=login] {
    background: none !important;
    color: #000 !important;
  }
  .mobile-logo .core-icon {
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/drapers-icons.svg);
    width: 100px;
    height: 30px;
    background-position: -100px -248px;
    /*background-position: unset;
    background-image: url(https://s3-eu-west-1.amazonaws.com/emap-nibiru-prod/wp-content/uploads/sites/2/2021/03/09092958/Drapers_Pink_Mobile.svg); */
  }
  .mobileNav .toolbar.container-sleeve {
    padding: 0;
    background: #fff !important;
  }
  .mobileNav .toolbar + .toolbar {
    left: 100px !important;
    width: 200px !important;
    text-align: center;
  }
}
@media only screen and (max-width: 1025px) and (device-aspect-ratio: 40/71) {
  .mobileNav .toolbar + .toolbar {
    left: 61px !important;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
  .mobileNav .toolbar + .toolbar {
    width: 600px !important;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1024px) and (max-width: 1366px) {
  .mobileNav .toolbar + .toolbar {
    width: 700px !important;
  }
}
@media only screen and (max-width: 1025px) {
  .mobileNav .toolbar a.btnMenu {
    border-right: 1px solid #ccc;
    padding-right: 34px;
    padding-left: 14px;
    padding-top: 22px;
    cursor: pointer;
  }
  .mobileNav .toolbar a.btn {
    color: #000;
  }
  .mobileNav .toolbar a:first-child {
    border: 0;
  }
  .mobileNav .toolbar a {
    padding: 12px 10px;
    display: inline-block;
    vertical-align: middle;
    min-height: 48px;
  }
  .mobileNav .toolbar a.btnMenu .burger,
  .mobileNav .toolbar a.btnMenu .burger:before,
  .mobileNav .toolbar a.btnMenu .burger:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 22px;
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: all 500ms ease-in-out 0.2s linear;
    -moz-transition: all 500ms ease-in-out 0.2s linear;
    -ms-transition: all 500ms ease-in-out 0.2s linear;
    -o-transition: all 500ms ease-in-out 0.2s linear;
    transition: all 500ms ease-in-out 0.2s linear;
  }
  .mobileNav .toolbar a.btnMenu .burger:before {
    top: -10px;
  }
  .mobileNav .toolbar a.btnMenu .burger:after {
    bottom: -10px;
  }
  .mobileNav .toolbar a.btnMenu .menu {
    display: none;
  }
  .mobileNav .toolbar .account-container {
    position: absolute;
    right: 0;
    border-left: 0;
    top: 0;
  }
  .mobileNav .toolbar .account-container .sleeve {
    position: relative;
  }
  #slide-out-open {
    position: unset;
    border-right: 1px solid #ccc;
    display: block;
  }
  #slide-out {
    background: #fff !important;
    width: 234px;
    z-index: 9999;
    position: fixed;
    transition: left 0.3s ease-in-out;
    top: 0;
    display: block;
  }
  #slide-out #mobile-menu li {
    font-family: Graphik;
    font-weight: bold;
    font-style: normal;
    margin: 0;
  }
  #slide-out #mobile-menu a {
    line-height: 1;
    padding: 10px 38px 12px;
    border: 0;
    border-bottom: 1px solid #fff;
    font-family: Graphik;
    text-transform: uppercase;
    color: #000;
    font-weight: 600 !important;
    font-size: 14px;
  }
  .mobile-user-nav {
    background: #fff;
  }
  #menu-item-18808 {
    float: none !important;
    margin-top: 13px !important;
    background-color: #fff;
  }
  #menu-item-18808 > a {
    padding: 13px 38px;
  }
  .i-menu-account-dims {
    width: 24px !important;
    height: 25px !important;
  }
  .i-menu-account {
    background-position: -372px -220px !important;
    width: 24px !important;
    height: 22px !important;
    background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/drapers-icons.svg) !important;
  }
  .mobileNav .toolbar a.signin + .mobile-account-menu,
  .mobileNav .toolbar a.signout + .mobile-account-menu {
    position: absolute;
    left: -9999px;
    width: auto;
  }
  .mobileNav .toolbar .account-container .mobile-account-menu:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d3d3d3;
    top: -10px;
    left: 0;
    right: -101px;
    margin: auto;
  }
  .mobileNav .toolbar .account-container .mobile-account-menu li {
    padding-left: 14px;
    text-transform: none;
    background-color: inherit;
    border: 0;
    margin: 0 0 16px;
    font-size: 1.6em;
    line-height: 1.5;
    position: static;
    float: none;
    padding: 0;
    font-family: Graphik;
    font-style: normal;
  }
  .mobileNav .toolbar .account-container .mobile-account-menu li a {
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 0;
  }
  .mobileNav .toolbar .account-container .mobile-account-menu ul {
    margin: 0;
    padding: 14px 20px 0px 20px;
    position: sticky !important;
  }
  #slide-out-close {
    position: unset;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #ccc;
    background: #FFFFFF;
  }
  #open-slide-overlay {
    display: block;
  }
  .js-nav .mobileNav,
  .js-nav .js-nav .inner-wrapper {
    left: 234px;
  }
  .js-nav #open-slide-overlay {
    top: 48px;
  }
  .js-nav .wrapper {
    height: 100vh;
    overflow: hidden;
    position: fixed;
  }
  .js-nav .mobileNav,
  .js-nav .inner-wrapper {
    left: 234px;
  }
  .js-nav #open-slide-overlay {
    top: 48px;
  }
  .js-nav .mobileNav .toolbar a.btnMenu .burger {
    background-color: transparent;
  }
  .js-nav .mobileNav .toolbar a.btnMenu .burger:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .js-nav .mobileNav .toolbar a.btnMenu .burger:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .js-nav .mobileNav .toolbar a.btnMenu .burger:before,
  .js-nav .mobileNav .toolbar a.btnMenu .burger:after {
    top: 0;
  }
}
/* start style for article page*/
#main-content {
  margin-top: 40px !important;
}
#main-content h3.sponsored_text {
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
  font-weight: 500 !important;
  text-align: center;
  margin-bottom: 5px;
}
#main-content h5.ad_title {
  margin-top: 0px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-bottom: 15px;
  text-align: center;
  color: #808080;
  padding-top: 0px;
  letter-spacing: 2px;
}
#main-content div.article_ads {
  margin: 10px 0;
  text-align: center;
  padding-bottom: 0px;
}
#main-content #crumbtrail {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  display: none;
}
#main-content #crumbtrail ul {
  display: inline-block;
  padding-bottom: 0px;
  padding-top: 0px;
}
#main-content #crumbtrail ul li {
  font-size: 1.6em !important;
  line-height: 1 !important;
  font-family: Graphik !important;
  font-weight: bold !important;
  font-style: normal !important;
  padding: 12px 5px 5px 4px !important;
  margin-bottom: 0px;
}
#main-content #crumbtrail ul li:before {
  content: "";
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/rac-comment.png);
  width: 12px;
  height: 21px;
  background-position: -12px -306px;
}
#main-content #crumbtrail ul li a {
  font-family: Graphik !important;
}
#main-content .post_catchline p {
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 760px) {
  #main-content .post_catchline p {
    font-size: 1.8em;
  }
}
#main-content .story_title .entry-title {
  margin-bottom: 8px;
}
#main-content .post-inner {
  padding-bottom: 0px;
  margin-top: 20px;
}
#main-content .post-inner .entry table {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
  border-collapse: collapse;
}
#main-content .post-inner .entry table tr.odd {
  background: #f7f7f7;
}
#main-content .post-inner .entry table tr th {
  font-family: Graphik;
  font-weight: bold;
  background: #bdbcd1;
  color: #000;
  text-align: left;
  line-height: 1.42857143;
  font-size: 14px;
  padding: 6px 11px 8px;
  height: 54px;
  vertical-align: top;
}
#main-content .post-inner .entry table tr td {
  border: none;
  border-left: 1px solid #fff;
  font-family: Graphik;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 8px 11px;
  color: #444;
}
#main-content .post-inner .entry table.datatable {
  margin-bottom: 44px;
}
#main-content .post-inner .entry .xs-separator a {
  font-size: 18px;
  font-style: normal;
}

h1 {
  font-size: 3.2em;
  line-height: 1.25;
}

.post-meta {
  padding: 5px 0 30px 0;
  font-size: 16px !important;
  line-height: 22px !important;
  font-family: Graphik !important;
}
.post-meta .tie-date {
  font-size: 12px;
  line-height: 14px;
  color: #898888;
  letter-spacing: 1px;
  font-weight: 500;
}
.post-meta .post_author {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}
.post-meta span {
  border-left: none !important;
}

.single-post-thumb {
  margin-bottom: 0px !important;
}

.single-post-caption {
  font-family: Graphik;
  border-bottom: none !important;
  margin: 0;
  padding-bottom: 0px !important;
  padding-right: 20px !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  line-height: 17px;
  color: #000 !important;
  padding-top: 0px !important;
}

.pagination span.current {
  padding: 10px 10px 6px;
}

.cat-box .cat-box-content ul {
  margin-bottom: 0px !important;
  padding-bottom: 5px !important;
}

/* end style for article page*/
/* start landing page style*/
header.cat-box-title h2 a:after, header.cat-box-title h3 a:after, .block-head h2 a:after, .block-head h3 a:after {
  content: "";
  background-image: url("https://www.drapersonline.com/wp-content/themes/dr-child/images/sprite.main.svg") !important;
  background-position: 0 -3195px !important;
  height: 24px !important;
  width: 20px !important;
  vertical-align: middle;
}

.block-head h2, .block-head h3 {
  font-size: 16px !important;
  line-height: 22px !important;
  font-family: Graphik !important;
  color: #000;
}

header.cat-box-title h2 {
  font-family: Graphik !important;
  text-transform: none;
  font-style: normal;
  font-weight: 600 !important;
  font-family: Graphik !important;
  letter-spacing: 1px;
}
@media only screen and (min-width: 769px) {
  header.cat-box-title h2 {
    font-size: 26px !important;
    line-height: 28px !important;
  }
}

header.cat-box-title h2 a:hover, header.cat-box-title h3 a:hover, .block-head h2 a:hover, .block-head h3 a:hover {
  color: #000 !important;
}

/* end landing page style*/
/* start style for login/myaccound page*/
ul#not-registered a, ul#registered a {
  color: #fff !important;
}
ul#not-registered a:after, ul#registered a:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "";
  height: 2px;
  width: 0;
  display: block;
  opacity: 1;
  background: #e0861a;
  transition: 0.25s all;
}

ul#not-registered li {
  padding: 0 3px;
}
ul#not-registered li:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "";
  height: 2px;
  width: 0;
  display: block;
  opacity: 1;
  background: #fff;
  transition: 0.25s all;
}
ul#not-registered li:hover:after {
  width: calc(100% - 25px);
  left: 21px;
}

ul#registered li {
  padding: 0 3px;
}
ul#registered li:nth-child(2n) {
  display: none;
}
ul#registered li:last-child {
  display: block;
}
ul#registered li:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "";
  height: 2px;
  width: 0;
  display: block;
  opacity: 1;
  background: #fff;
  transition: 0.25s all;
}
ul#registered li:hover:after {
  width: calc(100% - 25px);
  left: 11px;
}

section {
  margin-bottom: 20px;
  margin-top: 20px;
}
section .emap-cat-section {
  margin-bottom: 32px;
}

/* Directory page custom html block styling */
section .cat-box-content h1 {
  text-align: center;
}
section .cat-box-content .featured_image {
  position: relative;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section .cat-box-content .featured_image img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: auto;
}
section .cat-box-content .cateogories_tabs {
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #e1e1e1 !important;
  border-top: 1px solid #e1e1e1 !important;
  padding-bottom: 10px;
  padding-top: 10px;
}
section .cat-box-content .cateogories_tabs div {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
section .cat-box-content .cateogories_tabs div a {
  font-size: 17px;
  text-transform: uppercase;
  font-family: Graphik;
  color: #666;
  font-weight: 600;
}
section .cat-box-content .brands_listing {
  width: 95%;
  margin: 0 auto;
}
section .cat-box-content .brands_listing div {
  display: inline-block;
  width: calc(25% - 10px);
  margin-left: 9px;
}
section .cat-box-content .brands_listing div.first_col {
  margin-left: 0px !important;
}
section .cat-box-content .brands_listing div a {
  display: block;
  text-transform: uppercase;
  font-family: Graphik;
  font-size: 12px;
}
section .cat-box-content .brands_listing div h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;
}

.category-directory section .emap-cat-section {
  margin-bottom: 0px !important;
}

.sky-form .button {
  background: #600848 !important;
}

/* end style for login/myaccound page*/
/* start learning page design */
.Learning_Page_Unit .row_Grey .section-group .span_1_of_3 a.button, .Learning_Page_Unit .NTLearningSignedIn_User .row_Need-Help .need_help_bg .need_help_btn .button-primary, .Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth p .button-primaryExtraButtonPadding {
  background: #00BCD3;
  border: solid 1px #FFF;
  min-width: 120px;
  color: #ffffff !important;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2em;
  padding: 15px 0px;
  text-align: center;
  margin: 10px auto 0px auto;
  -webkit-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
  border-radius: 5px;
  min-height: 20px;
  width: 100%;
}
.Learning_Page_Unit .row_Grey .section-group .span_1_of_3 a.button:hover, .Learning_Page_Unit .NTLearningSignedIn_User .row_Need-Help .need_help_bg .need_help_btn .button-primary:hover, .Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth p .button-primaryExtraButtonPadding:hover {
  background: #FFFFFF;
  border: solid 1px #00BCD3;
  color: #00BCD3 !important;
}

.Learning_Page_Unit .row_Not_Subs .section-group .span_1_of_3, .Learning_Page_Unit .row_Grey .section-group .span_1_of_3 {
  width: 33.33%;
  float: left;
  display: block;
}

.Learning_Page_Unit .NTLearningSignedIn_User h1.title {
  font-size: 72px;
  color: #600848;
  margin-bottom: 20px;
  text-align: center;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth {
  min-height: 420px;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth {
  min-height: 140px;
  border-right: 1px solid #ECD5EC;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 0 16px 0 0px;
  width: 25%;
  float: left;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth:nth-child(2), .Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth:nth-child(3) {
  padding: 0 16px 0 16px;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth:last-child {
  padding: 0 0 0 16px;
  border-right: 0px solid #ECD5EC;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth p {
  margin-bottom: 20px;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth .NTLearningSignedIn_boxImage {
  margin: 10px auto;
  width: 160px;
  height: 160px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth .NTLearningSignedIn_boxImage.image-1 {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/NT-LEARNING-ICON-v2.png);
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth .NTLearningSignedIn_boxImage.image-2 {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/NT-JOURNALCLUB2-v2.png);
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth .NTLearningSignedIn_boxImage.image-3 {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/NT-SELFASSESSMENT2-ICON-v2.png);
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth .NTLearningSignedIn_boxImage.image-4 {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/NT-PORTFOLIO-v2.png);
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth .NTLearningSignedIn_Col {
  width: 100%;
  text-align: center;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth .NTLearningSignedIn_Col .NTLearningSignedIn_Text {
  width: 93%;
  margin: 0 auto;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth .NTLearningSignedIn_Col .NTLearningSignedIn_Text p {
  font-family: Graphik;
  font-size: 20px;
  line-height: 1.3em;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth .NTLearningSignedIn_Col .NTLearningSignedIn_Text p span {
  font-weight: 900;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row_Need-Help {
  margin-bottom: 20px;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row_Need-Help .need_help_bg {
  min-height: 200px;
  border-top: 1px solid #AB5AA2;
  border-bottom: 1px solid #AB5AA2;
  background-color: #F7F0F7;
  padding: 20px 0px;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row_Need-Help .need_help_bg h3 {
  text-align: center;
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.Learning_Page_Unit .NTLearningSignedIn_User .row_Need-Help .need_help_bg .need_help_btn {
  text-align: center;
  width: 40%;
  margin: 0 auto;
}
.Learning_Page_Unit .NTLearningSignedOut_User h1.title {
  font-size: 45px;
  color: #600848;
  margin-bottom: 20px;
}
.Learning_Page_Unit .NTLearningSignedOut_User .learning-units-preview {
  margin-bottom: 3em;
}
.Learning_Page_Unit .NTLearningSignedOut_User .learning-units-preview .picture {
  float: right;
  max-width: 300px;
  overflow: hidden;
}
.Learning_Page_Unit .NTLearningSignedOut_User .learning-units-preview .picture img {
  max-width: 100%;
}
.Learning_Page_Unit .NTLearningSignedOut_User .learning-units-preview .preview-text p {
  font-family: Graphik;
  margin-bottom: 5px;
}
.Learning_Page_Unit .NTLearningSignedOut_User .learning-units-preview .preview-text ul {
  padding-left: 35px;
  font-family: Graphik;
  font-size: 18px;
  margin-top: 10px;
}
.Learning_Page_Unit .NTLearningSignedOut_User .learning-units-preview .preview-text ul li {
  list-style: disc;
  padding-left: 5px;
  margin-bottom: 0px;
}
.Learning_Page_Unit .NTLearningSignedOut_User .learning-units-preview .preview-text ul li li {
  list-style: circle;
  padding-left: 5px;
}
.Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join {
  margin-bottom: 3em;
  clear: both;
}
.Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join h2 {
  font-size: 35px;
  color: #600848;
  margin-bottom: 10px;
  text-align: center;
}
.Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul {
  display: flex;
  justify-content: center;
}
.Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li {
  width: 20%;
  margin: 10px;
  background-color: #f9f9f9;
  text-align: center;
}
.Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li .icon-box {
  margin: 10px auto;
  width: 160px;
  height: 160px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
.Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li .icon-box.icon-1 {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/NT-LEARNING-v2.png);
}
.Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li .icon-box.icon-2 {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/NT-CLINICAL-ARCHIVE-v3.png);
}
.Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li .icon-box.icon-3 {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/NT-JOURNALCLUB-v2.png);
}
.Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li .icon-box.icon-4 {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/NT-SELFASSESSMENT-v3.png);
}
.Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li .icon-box.icon-5 {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/NT-NEWSLETTER-V3.png);
}
.Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li h3 {
  font-size: 23px;
  min-height: 60px;
  padding: 0px 15px;
}
.Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li p {
  font-family: Graphik;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  padding: 0px 8px;
  margin-bottom: 10px;
}
.Learning_Page_Unit .NTLearningSignedOut_User .login-info p {
  font-family: Graphik;
  text-align: center;
}
.Learning_Page_Unit .row_Grey {
  background-color: #f2f2f2;
  padding: 30px;
  text-align: center;
  margin-bottom: 25px;
}
.Learning_Page_Unit .row_Grey h4 {
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.Learning_Page_Unit .row_Grey p {
  font-size: 20px;
  font-family: Graphik;
  line-height: 1.3;
  display: inline-block;
}
.Learning_Page_Unit .row_Grey .section-group {
  text-align: center;
  min-height: 45px;
  margin-top: 25px;
}
.Learning_Page_Unit .row_Grey .section-group .span_1_of_3 a.button {
  width: auto;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 15px 7px 20px;
}
.Learning_Page_Unit .row_Not_Subs {
  padding: 30px;
  margin: 3.5em 0px;
}
.Learning_Page_Unit .row_Not_Subs h2 {
  letter-spacing: -0.02em;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
}
.Learning_Page_Unit .row_Not_Subs h2 a {
  color: #000;
}
.Learning_Page_Unit .row_Not_Subs h2 a:hover {
  color: #600848;
}
.Learning_Page_Unit .row_Not_Subs h4 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  font-family: Graphik;
}
.Learning_Page_Unit .row_Not_Subs .section-group {
  text-align: center;
  min-height: 140px;
  margin-top: 25px;
}
.Learning_Page_Unit .row_Not_Subs .section-group .span_1_of_3 {
  padding: 0 15px;
}
.Learning_Page_Unit .row_Not_Subs .section-group .span_1_of_3 .logos {
  height: 44px;
  width: 130px;
  background-size: contain;
  margin: 10px auto;
  overflow: hidden;
  background-repeat: no-repeat;
}
.Learning_Page_Unit .row_Not_Subs .section-group .span_1_of_3 .logos.logo-1 {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/Medipal.png);
}
.Learning_Page_Unit .row_Not_Subs .section-group .span_1_of_3 .logos.logo-2 {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/ANSA-logo-2002.jpg);
}
.Learning_Page_Unit .row_Not_Subs .section-group .span_1_of_3 .logos.logo-3 {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/Icon_FreeTrial_MHRA.png);
}
.Learning_Page_Unit .row_Not_Subs .section-group .span_1_of_3 h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.Learning_Page_Unit .row_Not_Subs .section-group .span_1_of_3 p {
  line-height: 1.3;
  font-size: 16px;
}
.Learning_Page_Unit .row_Boxed {
  border: 1px solid #800080;
  padding: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}
.Learning_Page_Unit .row_Boxed img {
  float: left;
  vertical-align: top;
  width: 150px;
}
.Learning_Page_Unit .row_Boxed h4 {
  font-size: 32px;
  margin-bottom: 20px;
}
.Learning_Page_Unit .row_Boxed p {
  font-family: Graphik;
  font-size: 20px;
  line-height: 1.2em;
}

.ntc-footerbg2 .ntc-footerbg4 .mktoForm .mktoButton, .ntc-heroimg .ntc-p .button, .find-out-more .button-gating-wrap .button-gating, .emap-subscription-package-gate-wrap .subscribe-col .button-gating {
  font-family: Graphik;
  font-size: 32px;
  line-height: 1.1875;
  text-transform: uppercase;
  background: #00aeca;
  color: #fff !important;
  outline: 0;
  padding: 7px 11px 7px 11px !important;
  display: block;
  border-radius: 3px;
  border: 1px solid #00aeca;
  width: 100%;
}
.ntc-footerbg2 .ntc-footerbg4 .mktoForm .mktoButton:hover, .ntc-heroimg .ntc-p .button:hover, .find-out-more .button-gating-wrap .button-gating:hover, .emap-subscription-package-gate-wrap .subscribe-col .button-gating:hover {
  background: #fff;
  color: #00aeca !important;
  border: 1px solid #00aeca;
}

.emap-subscription-package-gate-wrap {
  background: #E7DAE4;
  border: 1px solid #d4d4d4;
  display: table;
  margin-bottom: 30px;
}
.emap-subscription-package-gate-wrap .subscribe-col:first-child {
  padding-right: 10px;
}
.emap-subscription-package-gate-wrap .subscribe-col:last-child {
  padding-left: 10px;
}
.emap-subscription-package-gate-wrap .subscribe-col ul {
  font-size: 16px;
  margin: 0 0 0 20px;
}
.emap-subscription-package-gate-wrap .subscribe-col .button-gating-link, .emap-subscription-package-gate-wrap .subscribe-col .button-gating {
  background: #600848;
  border: 1px solid #600848;
  font-size: 20px;
  color: #fff !important;
  font-family: "Grifo M";
  line-height: 1.26315789;
  color: #fff !important;
  outline: 0;
  padding: 8px 32px 8px 32px !important;
  display: block;
  border-radius: 3px;
  width: 100%;
  text-transform: none;
}
.emap-subscription-package-gate-wrap .subscribe-col .button-gating-link:before, .emap-subscription-package-gate-wrap .subscribe-col .button-gating:before {
  background-image: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/sprite.css-0c9ee2d2.svg");
  background-position: -185px -180px;
  width: 63px;
  height: 62px;
  position: absolute;
  content: "";
  left: 30px;
  display: none;
}
.emap-subscription-package-gate-wrap .subscribe-col .button-gating-link:hover, .emap-subscription-package-gate-wrap .subscribe-col .button-gating:hover {
  background: #fff;
  color: #600848 !important;
  border: 1px solid #600848;
}
.emap-subscription-package-gate-wrap .subscribe-col .button-gating-link:hover:before, .emap-subscription-package-gate-wrap .subscribe-col .button-gating:hover:before {
  background-position: -122px -180px;
}
.emap-subscription-package-gate-wrap .subscribe-col .button-gating-link span, .emap-subscription-package-gate-wrap .subscribe-col .button-gating span {
  font-size: 0.4736842105em;
  display: block;
  line-height: 1;
}
.emap-subscription-package-gate-wrap .subscribe-col .button-gating-link strong, .emap-subscription-package-gate-wrap .subscribe-col .button-gating strong {
  font-weight: normal;
  position: relative;
  display: inline-block;
}
.emap-subscription-package-gate-wrap .subscribe-col .button-gating-link:before {
  background-position: -280px 0;
}
.emap-subscription-package-gate-wrap .subscribe-col .button-gating-link:hover:before {
  background-position: -59px -180px;
}
.emap-subscription-package-gate-wrap .subscribe-col .right-gating-col {
  width: 100%;
}
.emap-subscription-package-gate-wrap .subscribe-col .right-gating-col .button-gating-wrap {
  margin-top: 258px;
}
@media only screen and (max-width: 1201px) {
  .emap-subscription-package-gate-wrap .subscribe-col .right-gating-col .button-gating-wrap {
    margin-top: 288px;
  }
}
@media only screen and (max-width: 1182px) {
  .emap-subscription-package-gate-wrap .subscribe-col .right-gating-col .button-gating-wrap {
    margin-top: 316px;
  }
}
@media only screen and (max-width: 1059px) {
  .emap-subscription-package-gate-wrap .subscribe-col .right-gating-col .button-gating-wrap {
    margin-top: 287px;
  }
}
@media only screen and (max-width: 768px) {
  .emap-subscription-package-gate-wrap .subscribe-col .right-gating-col .button-gating-wrap {
    margin-top: 366px;
  }
}
@media only screen and (max-width: 767px) {
  .emap-subscription-package-gate-wrap .subscribe-col .right-gating-col .button-gating-wrap {
    margin-top: 63px;
  }
}
.emap-subscription-package-gate-wrap .subscribe-col .button-gating strong {
  font-weight: normal;
  position: relative;
  display: inline-block;
}

.entry.learning-page h2 {
  font-size: 3.8em;
}
.entry.learning-page .button-gating-wrap strong span {
  display: block;
  font-size: 0.5em;
  text-align: left;
  line-height: 10px;
}

.button-gating-wrap {
  margin-top: 30px;
}

.find-out-more {
  background-color: #f2f2f2;
  padding: 20px 25px;
  margin-bottom: 3px;
  min-height: 190px;
  border: 1px solid #d4d4d4;
}
.find-out-more h2 {
  font-size: 32px !important;
  margin-bottom: 20px;
  margin-top: 5px;
}
.find-out-more p {
  font-size: 18px;
  font-family: Graphik;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 0px;
}
.find-out-more .button-gating-wrap {
  margin-top: 30px;
  text-align: center;
}
.find-out-more .button-gating-wrap .button-gating {
  width: auto;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 15px 7px 20px !important;
}
.find-out-more .button-gating-wrap .button-gating strong {
  font-weight: normal;
  position: relative;
  display: inline-block;
}

/* end learning page design */
/* start group subscriptions desgin */
.Group_Subscriptions .span_2_of_12 {
  width: 15.83%;
}
.Group_Subscriptions .span_4_of_12 {
  width: 32.66%;
}
.Group_Subscriptions .span_8_of_12 {
  width: 66.33%;
}
.Group_Subscriptions .span_6_of_12 {
  width: 49.5%;
}
.Group_Subscriptions .push {
  visibility: hidden;
}
.Group_Subscriptions .col {
  display: block;
  float: left;
  margin: 1% 0 1% 1%;
}
.Group_Subscriptions .col:first-child {
  margin-left: 0;
}
.Group_Subscriptions .span_2_of_12 {
  width: 15.83%;
}
.Group_Subscriptions .span_3_of_12 {
  width: 24.25%;
}
.Group_Subscriptions p {
  font-size: 1.6em;
  padding: 0px 20px 0px 20px;
  font-family: Graphik;
}
.Group_Subscriptions .ntc-span8 {
  color: #666666;
  font-size: 2em;
  font-family: Graphik;
  font-weight: normal;
  font-style: normal;
  line-height: 1.28571429;
  text-align: center;
}
.Group_Subscriptions .ntc-span6 {
  color: #2fbacc;
  font-size: 2em;
  font-family: Graphik;
  font-weight: normal;
  font-style: normal;
  line-height: 1.28571429;
  text-align: center;
}
.Group_Subscriptions .ntc-span1 {
  color: #11282d;
  font-size: 3em;
  font-family: Graphik;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-align: left;
}
.Group_Subscriptions .ntc-span2 {
  color: #666666;
  font-size: 3em;
  font-family: Graphik;
  font-weight: normal;
  font-style: normal;
  line-height: 1.28571429;
  text-align: center;
}
.Group_Subscriptions .ntc-span3 {
  color: #ffffff;
  font-size: 3em;
  font-family: Graphik;
  font-weight: normal;
  font-style: normal;
  line-height: 1.28571429;
}
.Group_Subscriptions .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.Group_Subscriptions .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ntc-heroimg {
  background-image: URL("https://www.drapersonline.com/wp-content/themes/dr-child/images/ntlearning-plain-bg-600.png");
  background-repeat: no-repeat !important;
  width: 100%;
  min-height: 540px;
  max-height: 540px;
  background-position: center;
  padding-top: 100px;
}
.ntc-heroimg .push {
  visibility: hidden;
}
.ntc-heroimg .ntc-p {
  text-align: left;
}
.ntc-heroimg .ntc-p .button {
  font-family: Graphik;
  width: auto;
  font-size: 1.6em;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 15px 7px 20px !important;
  font-weight: normal;
}

.ntc-footerbg1 {
  padding: 50px 0px 0px 0px;
  background-color: #2fbacc;
  color: #ffffff;
  text-align: center;
}
.ntc-footerbg1 .ntc-pc {
  text-align: center;
  font-size: 1.6em;
  padding: 0px 20px 0px 20px;
}

.ntc-footerbg {
  padding: 50px 0px 0px 0px;
  background-color: #eef1f0;
  color: #000000;
}
.ntc-footerbg .ntc-pc {
  text-align: center;
  font-size: 1.6em;
  padding: 0px 20px 0px 20px;
  font-family: Graphik;
}

.ntc-heroimg2 {
  background-color: #ffffff;
  width: 100%;
  padding-top: 50px;
}
.ntc-heroimg2 .ntc-p {
  text-align: left;
}
.ntc-heroimg2 .video-test {
  padding: 0px;
  padding-bottom: 1px;
  text-align: center;
}
.ntc-heroimg2 .ntc-pc {
  text-align: center;
}
.ntc-heroimg2 .ntc-pc em {
  font-family: Graphik;
  font-size: 1.6em;
  color: #2fbacc;
  line-height: 1.2em;
}

.ntc-heroimg3 {
  background-image: URL("https://www.drapersonline.com/wp-content/themes/dr-child/images/ntlearning-plain-bg2-1200.png");
  background-repeat: no-repeat !important;
  width: 100%;
  background-position: bottom;
  padding-top: 50px;
}
.ntc-heroimg3 .ntc-p {
  text-align: left;
}
.ntc-heroimg3 .ntc-pc {
  text-align: center;
}
.ntc-heroimg3 .ntc-pc em {
  font-family: Graphik;
  font-size: 1.6em;
  color: #2fbacc;
  line-height: 1.2em;
}

.ntc-footerbg2 {
  padding: 50px 0px 0px 0px;
  background-color: #E8E8E8;
  color: #333333;
}
.ntc-footerbg2 .hsji-intro {
  padding: 20px;
}
.ntc-footerbg2 .ntc-p {
  text-align: left;
}
.ntc-footerbg2 .ntc-pc {
  text-align: center;
}
.ntc-footerbg2 .ntc-pc .social-icons-ntc {
  padding: 10px;
}
.ntc-footerbg2 .ntc-footerbg4 {
  padding: 20px;
  background-color: #e8e8e8;
  color: #ffffff;
  min-height: 460px;
}
.ntc-footerbg2 .ntc-footerbg4 #mktoForm_3784 {
  width: 100% !important;
  max-width: 960px;
  padding-bottom: 20px;
  background-color: #e8e8e8;
}
.ntc-footerbg2 .ntc-footerbg4 .mktoHasWidth {
  min-height: 5px;
  margin-bottom: 5px !important;
}
.ntc-footerbg2 .ntc-footerbg4 .mktoForm {
  color: rgb(51, 51, 51);
  float: left;
  font-family: Graphik;
}
.ntc-footerbg2 .ntc-footerbg4 .mktoForm label.mktoLabel {
  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
  font-size: 13px !important;
  font-weight: normal !important;
  min-width: 150px;
  width: 95% !important;
  font-weight: normal !important;
}
.ntc-footerbg2 .ntc-footerbg4 .mktoForm .mktoField {
  width: 100% !important;
  margin: 0px 0px !important;
  box-shadow: inset 1px 1px 0px 1px #b1afaf;
  padding: 5px 5px !important;
  line-height: 1.5em;
  color: #333333;
}
.ntc-footerbg2 .ntc-footerbg4 .mktoForm .mktoFormCol {
  width: 100%;
}
.ntc-footerbg2 .ntc-footerbg4 .mktoForm .mktoAsterix {
  display: block;
  float: left;
  padding-right: 5px !important;
  color: red !important;
  padding-left: 5px;
}
.ntc-footerbg2 .ntc-footerbg4 .mktoForm .mktoButton {
  border-radius: 1px;
  font: 16px/1 "helvetica neue", helvetica, arial, sans-serif;
  font-weight: bold;
  min-height: 40px;
}

@media only screen and (min-width: 769px) {
  .ntc-footerbg2 .hsji-intro {
    padding-top: 55px !important;
  }
}
/* end group subscriptions desgin */
/*start NT UAT list issues */
.slider_box {
  margin-bottom: 15px !important;
}

.scrolling-box {
  clear: both;
}
.scrolling-box .cat-box-content {
  position: relative;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .scrolling-box .cat-box-content .scroll-nav-extra {
    position: absolute !important;
    margin-top: -35px;
  }
}

.sky-form .select i {
  background: #fff !important;
}

.sky-form .state-error select + i {
  background: #fff0f0;
  box-shadow: 0 0 0 0px #fff0f0;
}

.cat-box .cat-box-content ul li .post-meta {
  display: block;
}

.cat-box h2.post-box-title, .cat-box h3.post-box-title, .cat-box div.post-box-title {
  font-weight: 500 !important;
  font-family: "Grifo M" !important;
}

.cat-box h3.post-box-title {
  font-size: 16px !important;
  line-height: 20px;
}

.style-2c.cat-box .first-news .post-box-title {
  font: 600 10px/24px Helvetica, Arial, sans-serif;
}

.style-2c-masonry.cat-box li .post-box-title {
  font: 600 15px/26px Helvetica, Arial, sans-serif;
}

.mktoHasWidth {
  width: 100% !important;
}

.mktoForm .mktoLabel {
  color: #444;
}

.mktoForm.mktoLayoutLeft .mktoField {
  box-shadow: inset 1px 1px 0px 1px #d6d6d6;
  height: 35px;
}

.mktoForm.mktoHasWidth.mktoLayoutLeft {
  margin-bottom: 30px !important;
}

.mktoButtonRow .mktoButton {
  background: #00aeca !important;
  border: 1px solid #00aeca !important;
  color: #ffffff !important;
}

.mktoButtonRow .mktoButton:hover {
  background: #ffffff !important;
  border: 1px solid #00aeca !important;
  color: #00B7CE !important;
}

/*end NT UAT list issues */
header.related-recommended {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.28571429;
  color: #000;
}

@media screen and (min-width: 760px) {
  header.related-recommended {
    font-size: 38px;
  }
}
/* Terms and conditions section in article page */
#comments form#commentform {
  box-shadow: none;
  border-bottom: none;
  padding-top: 0px;
}
#comments form#commentform textarea, #comments form#commentform input {
  border: 1px solid #000;
}
#comments .comment-terms-conditions {
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 35px;
  padding-bottom: 10px;
}

#comments .comment-respond {
  margin-bottom: 0px !important;
}

.cat-box .cat-box-content ul, section .cat-box-content ul {
  border-bottom: none !important;
}
.cat-box.cat-list-box .cat-box-content .view-more .more-info-link, section.cat-list-box .cat-box-content .view-more .more-info-link {
  background: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/list-bullet-more.png") no-repeat 0 3px !important;
  font-family: Graphik;
  font-weight: bold;
}
.cat-box .post-listing, section .post-listing {
  border-bottom: none !important;
  margin-bottom: 0px !important;
}
.cat-box .view-more, section .view-more {
  text-align: center;
  border-top: 2px solid #000;
  padding-bottom: 20px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cat-box .view-more .cpb-bottom-more-news-link, section .view-more .cpb-bottom-more-news-link {
  color: #000;
  font-size: 14px;
  font-family: Graphik;
  border: 1px solid #000 !important;
  padding: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.84px;
}
.cat-box .view-more .cpb-bottom-more-news-link:hover, section .view-more .cpb-bottom-more-news-link:hover {
  color: #fff !important;
  background: #000;
}
.cat-box .view-more .cpb-bottom-more-news-link.dynamic-loader, section .view-more .cpb-bottom-more-news-link.dynamic-loader {
  font-size: 14px;
  font-family: Graphik;
  font-weight: 600;
  letter-spacing: 0.84px;
}

.scrolling-box .slick-list {
  border-bottom: none !important;
  margin-bottom: 0px !important;
}
.scrolling-box .view-more {
  padding-bottom: 20px !important;
  border-bottom: 1px solid #e1e1e1 !important;
  margin-bottom: 20px !important;
}
.scrolling-box .view-more .cpb-bottom-more-news-link {
  background: url("https://www.drapersonline.com/wp-content/themes/mrw-child/images/list.bullet.png") no-repeat 0 3px !important;
  clear: both;
  margin-bottom: 0;
  padding-left: 11px;
  padding-bottom: 24px;
  font-size: 1.4em;
  line-height: 1.14285714;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 0;
  color: #000;
  font-family: Graphik;
  font-weight: normal;
}
.scrolling-box .view-more .cpb-bottom-more-news-link:hover {
  color: #600848;
}

.page-template-rss-feed table {
  border-bottom: none;
}
.page-template-rss-feed table thead tr {
  background: #7fd6e4;
}
.page-template-rss-feed table thead tr th {
  padding: 0;
  padding-left: 10px;
  line-height: 54px;
}
.page-template-rss-feed table tbody tr:nth-child(odd) {
  background: #f7f7f7;
}

@media screen and (max-width: 600px) {
  .page-template-rss-feed table {
    width: 100%;
    table-layout: fixed;
  }
  .page-template-rss-feed table thead {
    display: none;
  }
  .page-template-rss-feed table tbody .rss_title {
    position: relative;
    padding-left: 50%;
  }
  .page-template-rss-feed table tbody .rss_title:before {
    content: "Title";
    position: absolute;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .page-template-rss-feed table tbody .rss_url {
    position: relative;
    padding-left: 50%;
  }
  .page-template-rss-feed table tbody .rss_url:before {
    content: "Copy URLs to RSS reader";
    position: absolute;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .page-template-rss-feed table tbody .rss_url a {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  .page-template-rss-feed table tbody .rss_icon {
    position: relative;
    padding-left: 50%;
  }
  .page-template-rss-feed table tbody .rss_icon:before {
    content: "RSS";
    position: absolute;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .page-template-rss-feed table td {
    display: block;
  }
  .page-template-rss-feed table tr {
    display: block;
  }
}
.single-digital-edition #main-content {
  margin-bottom: 50px;
}
.single-digital-edition #main-content .story_title h1 {
  text-align: center;
}
.single-digital-edition #main-content .content-wrap .content-inner-wrap {
  width: 100%;
  padding-right: 0px;
  font-size: 16px !important;
}
.single-digital-edition #main-content .content-wrap .content-inner-wrap a {
  color: #600848;
}
.single-digital-edition #main-content .content-wrap .content-inner-wrap .wp-caption {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .single-digital-edition #main-content .content-wrap .content-inner-wrap .wp-caption {
    margin-right: 0px;
    width: 100%;
  }
}
.single-digital-edition #main-content .content-wrap .content-inner-wrap .wp-caption .wp-caption-text {
  color: #000;
  font-weight: bold;
  font-size: 14px !important;
  border-bottom: none;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
}
.single-digital-edition #main-content .content-wrap .content-inner-wrap .standfirst {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.single-digital-edition #main-content .content-wrap .content-inner-wrap .storytext p {
  font-size: 16px;
  margin-bottom: 10px;
}
.single-digital-edition .content-inner-wrap {
  padding-top: 25px;
}
.single-digital-edition .content-inner-wrap p {
  margin-bottom: 25px;
}

.archive.category .post-listing .post-title a {
  color: #000;
  font-size: 28px;
  line-height: 1.4;
  font-family: "Grifo M" !important;
  font-weight: 500;
  font-style: normal;
}
.archive.category .post-listing .post-title:hover a {
  color: #600848;
}

p.related_reads {
  font-size: 19px;
  text-align: center;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.26315789;
  font-weight: 600;
}

#related_posts .post-listing .related-item .content h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  line-height: 26px;
  margin-top: 10px;
}
#related_posts .post-listing .related-item .content h3 a {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  line-height: 26px;
  font-family: "Grifo M";
}
#related_posts .post-listing .related-item .content p {
  display: none;
}

@media screen and (max-width: 767px) {
  .content-inner-wrap.full-width #related_posts .post-listing .related-item:nth-child(2n+2) {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  #related_posts .post-listing .related-item {
    width: calc(50% - 5px) !important;
  }
  #related_posts .post-listing .related-item .content h3 {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    margin-top: 10px;
  }
  #related_posts .post-listing .related-item .content h3 a {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
  }
  #related_posts .post-listing .related-item .content p {
    display: none;
  }
}
#comments-title, #respond h3 {
  color: #000;
  font-size: 38px;
  line-height: 1.26315789;
  text-transform: none;
}

#comments .cat-box-title #reply-title {
  font-size: 19px;
  text-align: center;
  margin-bottom: 6px;
  color: #000;
  line-height: 1.26315789;
  font-weight: 600;
}

.button.btn-rounded, a.button.btn-rounded, #main-content input[type=submit].btn-rounded {
  background: #e0861a;
  border: 1px solid #e0861a;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.1875;
  padding: 6px 20px 7px;
}

.button.btn-rounded.restriction {
  background: #600848;
  border: 1px solid #600848;
}

.button.btn-grey:hover, a.button.btn-grey:hover, #main-content input[type=submit].btn-grey:hover {
  background: #fff;
  color: #e0861a;
  border: 1px solid #e0861a;
  outline: 0;
  text-decoration: none;
}

.mbm-job-container .extras_heading h2 {
  font-weight: bold !important;
  font-size: 16px;
  line-height: 1.05263158;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 16px;
}
.mbm-job-container ul li h3 a {
  color: #9c090f;
  font-size: 18px;
  line-height: 1.77777778;
  font-weight: normal;
  font-family: Graphik;
}
.mbm-job-container ul li p span {
  color: #000;
}

.search-results article .post-title {
  font-size: 2.8em;
  line-height: 1.28571429;
  font-weight: 500 !important;
  font-family: "Grifo M" !important;
}
.search-results article .entry p {
  font-size: 16px !important;
}

.entry ul li:before {
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/drapers-list.bullet.png) !important;
  width: 7px !important;
}

/* Advertise page styles  */
.page-template-template-advertise #main-content {
  max-width: unset !important;
}
.page-template-template-advertise #main-content article.post-listing {
  margin-bottom: 0px;
}
.page-template-template-advertise #main-content article.post-listing .entry p {
  font-size: 16px;
  line-height: 1.55;
}
@media only screen and (max-width: 768px) {
  .page-template-template-advertise #main-content article.post-listing .entry p {
    font-size: 13px;
  }
}
.page-template-template-advertise #main-content .CNC-heroimg {
  position: relative;
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  max-height: 500px;
}
@media only screen and (min-width: 769px) {
  .page-template-template-advertise #main-content .CNC-heroimg .featuredimage-block {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
  }
}
.page-template-template-advertise #main-content .CNC-heroimg .section.group h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 40px;
  color: #fff;
}
.page-template-template-advertise #main-content .CNC-heroimg .section.group .featuredimage-block p.subheading {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.55;
  padding-top: 10px;
}
.page-template-template-advertise #main-content .CNC-heroimg .section.group .featuredimage-block p.subheading_small {
  font-size: 16px;
  color: #222;
  line-height: 1.55;
}
.page-template-template-advertise #main-content .CNC-footerbg2 {
  background-color: #fff !important;
  padding-right: 0px;
  padding-top: 0px;
}
@media only screen and (min-width: 769px) {
  .page-template-template-advertise #main-content .CNC-footerbg2 .col.span_10_of_12 {
    width: 66.33%;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .page-template-template-advertise #main-content .CNC-footerbg2 .span_3_of_12 {
    width: 49%;
  }
}
.page-template-template-advertise #main-content .CNC-footerbg2 .span_3_of_12 .CNC-footerbg5 {
  display: block;
  width: 100%;
  background: #e1e1e1 !important;
  padding-right: 10px;
  padding-left: 10px;
}
.page-template-template-advertise #main-content .CNC-footerbg2 .span_3_of_12 .CNC-footerbg5 .CNC-pc-team-img {
  display: inline-block;
  width: 48%;
  text-align: center;
}
.page-template-template-advertise #main-content .CNC-footerbg2 .span_3_of_12 .CNC-footerbg5 .CNC-pc-team-img img {
  height: auto;
  width: auto;
  min-height: 200px;
  max-height: 200px;
}
.page-template-template-advertise #main-content .CNC-footerbg2 .span_3_of_12 .CNC-footerbg5 .team-description {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.page-template-template-advertise #main-content .CNC-footerbg2 .span_3_of_12 .CNC-footerbg5 .team-description h4 {
  color: #000;
}
.page-template-template-advertise #main-content .CNC-footerbg2 .span_3_of_12 .CNC-footerbg5 .team-description p {
  color: #000;
}
.page-template-template-advertise #main-content .CNC-footerbg2 .span_3_of_12 .CNC-footerbg5 .team-description a {
  color: #000;
  text-decoration: none;
}
.page-template-template-advertise #main-content .CNC-footerbg .col.span_8_of_12 .section.group {
  margin-bottom: 30px;
}
.page-template-template-advertise #main-content .CNC-footerbg .col.span_8_of_12 .section.group .col.span_3_of_12 .CNC-pc {
  margin-bottom: 0px;
}
.page-template-template-advertise #main-content .CNC-footerbg .col.span_8_of_12 .section.group .col.span_3_of_12 .CNC-pc img {
  height: 120px;
  width: 120px;
}
.page-template-template-advertise #main-content .CNC-footerbg .col.span_8_of_12 .section.group .col.span_3_of_12 h4 {
  margin-top: 0px;
}
@media only screen and (min-width: 769px) {
  .page-template-template-advertise #main-content .CNC-footerbg.contact_section .section.group {
    width: 66.33%;
    margin: 0 auto;
    display: block;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .page-template-template-advertise #main-content .CNC-footerbg.contact_section .section.group .span_8_of_12 {
    display: inline-block;
    width: 49%;
  }
}
.page-template-template-advertise #main-content .CNC-footerbg.contact_section .section.group .span_8_of_12 h2 {
  text-align: left;
}
.page-template-template-advertise #main-content .CNC-footerbg.contact_section .section.group .span_8_of_12 p {
  text-align: left;
}
.page-template-template-advertise #main-content .CNC-footerbg.contact_section .section.group .span_8_of_12 .contact_section_img {
  background: url("https://cdn.ca.emap.com/wp-content/uploads/sites/6/2019/11/Refuse-Not-Refuge_433.jpg") no-repeat 100% 50% !important;
  height: 300px;
  width: 65%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .page-template-template-advertise #main-content .CNC-footerbg.contact_section .section.group .span_8_of_12 .contact_section_img {
    width: 100%;
    height: 250px;
  }
}
.page-template-template-advertise #main-content .CNC-footerbg.contact_section .section.group .span_8_of_12 .advertiseform .MBM_Form_field {
  width: 100% !important;
}
.page-template-template-advertise #main-content .CNC-footerbg.contact_section .section.group .span_8_of_12 .advertiseform input {
  width: 100% !important;
}
.page-template-template-advertise #main-content .CNC-footerbg.contact_section .section.group .span_8_of_12 .advertiseform .MBM_Consent_Wrap input {
  width: auto !important;
}
.page-template-template-advertise #main-content .CNC-footerbg.contact_section .section.group .span_8_of_12 .advertiseform select {
  width: 100% !important;
}
.page-template-template-advertise #main-content .CNC-footerbg.contact_section .section.group .span_8_of_12 .advertiseform .row div .button {
  background: #d3232a !important;
  border: 1px solid #d3232a !important;
  width: 100% !important;
}
.page-template-template-advertise #main-content .CNC-footerbg.contact_section .section.group .span_8_of_12 .advertiseform .row div .button:hover {
  color: #d3232a !important;
  background: #fff !important;
}
.page-template-template-advertise .download_button {
  text-decoration: none !important;
  background: #d3232a !important;
  border: 1px solid #d3232a !important;
  color: #fff !important;
  font-size: 20px !important;
  padding: 7px 11px 7px 19px !important;
}
.page-template-template-advertise .download_button:hover {
  color: #d3232a !important;
}
.page-template-template-advertise .entry h2 {
  font-size: 22px;
  font-weight: normal !important;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  section .cat-box-content .fullwidth-block-wrapper[data-block-name=six-digital-editions-full-width] .sixth-post:nth-last-child(-n+2) {
    display: none;
  }
  .page-template-template-advertise #main-content .CNC-heroimg {
    min-height: 350px;
    max-height: 400px;
  }
  .page-template-template-advertise #main-content .CNC-heroimg .featuredimage-block {
    margin-top: 150px;
  }
  .page-template-template-advertise #main-content .CNC-heroimg .featuredimage-block .CNC-footerbg6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-template-template-advertise #main-content .CNC-heroimg .featuredimage-block .CNC-footerbg6 .CNC-pc {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-template-template-advertise #main-content .CNC-pc {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-template-template-advertise #main-content .CNC-footerbg2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-template-template-advertise #main-content .CNC-footerbg2 .col.span_10_of_12 {
    margin-left: 0px !important;
  }
  .page-template-template-advertise #main-content .CNC-footerbg2 .col.span_10_of_12 .col.span_3_of_12 {
    margin-left: 0px !important;
  }
  .page-template-template-advertise #main-content .CNC-footerbg2 .col.span_10_of_12 .col.span_3_of_12 .CNC-footerbg5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-template-template-advertise #main-content .CNC-footerbg2 .col.span_10_of_12 .col.span_3_of_12 .CNC-footerbg5 .team-description {
    display: block;
    width: 100%;
  }
  .page-template-template-advertise #main-content .CNC-footerbg2 .col.span_10_of_12 .col.span_3_of_12 .CNC-footerbg5 .team-description h4 {
    margin-top: 0px;
  }
  .page-template-template-advertise #main-content .CNC-footerbg2 .col.span_10_of_12 .col.span_3_of_12 .CNC-footerbg5 .CNC-pc-team-img {
    display: block;
    width: 100%;
  }
  .page-template-template-advertise #main-content .CNC-footerbg {
    padding-left: 10px;
    padding-right: 15px;
  }
  .page-template-template-advertise #main-content .CNC-footerbg.contact_section h2 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #main-content {
    margin-top: 0px !important;
  }
  #main-content .pc_wrap .picture_legacy {
    display: none;
  }
  #main-content .pc_wrap .wrapper-sleeve {
    padding-left: 0px;
    padding-right: 0px;
  }
  #main-content .pc_wrap .wrapper-sleeve h1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .page-template-template-advertise #main-content .CNC-footerbg2 .col.span_10_of_12 {
    width: 77.33%;
  }
}
.fancybox-content {
  width: 90%;
  height: 90%;
}
.fancybox-content iframe {
  left: 0;
  position: absolute;
  top: 0;
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.cat-box .cat-box-content .c1-large-2 .c1-large-2-right .post-box-title h2 {
  font-size: 28px;
  line-height: 0.8;
}
.cat-box .cat-box-content .c1-large-2 .c1-large-2-right .post-box-title h2 a {
  font-size: 28px;
  line-height: 1.28571429;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .cat-box.one-third {
    width: 33% !important;
  }
}
@media screen and (min-width: 1100px) {
  .cat-box.one-third {
    width: calc(33% - 9px) !important;
  }
  .cat-box.one-third:nth-of-type(3n) {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.cat-box.one-third .emap-cat-section h2 {
  font-size: 32px;
  line-height: 46px;
  font-family: Graphik;
}
.cat-box.one-third .emap-cat-section .issue_block {
  padding-top: 30px;
}
.cat-box.one-third .emap-cat-section .issue_block img {
  display: inline-block;
  width: 44%;
}
.cat-box.one-third .emap-cat-section .issue_block .issue_content {
  display: inline-block;
  vertical-align: top;
}
.cat-box.one-third .emap-cat-section .issue_block .issue_content .issue_title {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold !important;
  font-family: Graphik;
  text-transform: uppercase;
}
.cat-box.one-third .emap-cat-section .issue_block .issue_content p {
  margin-bottom: 0px;
}
.cat-box.one-third .emap-cat-section .issue_block .issue_content .issue_price {
  font-size: 16px;
  line-height: 20px;
  font-family: Graphik;
  margin-bottom: 40px;
}
.cat-box.one-third .emap-cat-section .issue_block .issue_content a.buy_now_link {
  font-size: 16px;
  font-family: Graphik;
  text-transform: uppercase;
  border: 1px solid #d3232a;
  padding: 5px 8px 5px 8px;
}
@media screen and (max-width: 768px) {
  .cat-box.two-thirds {
    width: 100% !important;
  }
}
.cat-box .issue_details h2 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 46px;
  font-family: Graphik;
}

.category-grey-background {
  background: #e3e3e3 !important;
}

h1.entry-title {
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 56px;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  h1.entry-title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media screen and (min-width: 768px) {
  section .fullwidth-block-wrapper .fourth-post {
    width: calc(25% - 8px);
  }
}
.home section.cat-box.column2 {
  padding-right: 0px;
  padding-left: 0px;
  /*&:nth-last-child(even){
      padding-right: 0px;
      padding-left: 10px;
  }*/
}
@media screen and (max-width: 767px) {
  .home section.cat-box.column2 {
    padding-right: 0px !important;
  }
}

section.cat-box.column2 {
  margin-top: 0px !important;
  padding-left: 7px;
  padding-right: 7px;
}
section.cat-box.column2 .halfwidth-block-wrapper[data-block-name=half-column-full-width-double] .half-post {
  width: calc(50% - 12px) !important;
}
section.cat-box.column2 .halfwidth-block-wrapper[data-block-name=half-column-full-width-double] .half-post:nth-child(even) {
  margin-left: 8px;
}

.cat-box-content .halfwidth-block-wrapper .half-post .article-meta h2 {
  font-size: 20px !important;
  line-height: 21px;
  padding-top: 10px;
  height: 50px;
  font-weight: 500 !important;
  font-family: "Grifo M" !important;
}
@media (max-width: 767px) {
  .cat-box-content .halfwidth-block-wrapper .half-post .article-meta h2 {
    height: auto;
  }
}
.cat-box-content .fullwidth-block-wrapper .half-post h2 {
  font-size: 26px !important;
  line-height: 32px;
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  .cat-box-content .fullwidth-block-wrapper .half-post h2 {
    font-size: 18px !important;
    line-height: 20px;
  }
}
.cat-box-content h5 {
  font-weight: bold !important;
  font-family: Graphik;
}
@media only screen and (min-width: 767px) {
  .cat-box-content h5 {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
  }
}
.cat-box-content h5.ad_title {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-bottom: 15px;
  text-align: center;
}
.cat-box-content p {
  font-size: 16px;
  line-height: 23px;
  font-family: Graphik;
  letter-spacing: 0.16px;
}
.cat-box-content h3 {
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .cat-box-content h3 {
    font-size: 22px;
  }
}
.cat-box-content .fullwidth-block-wrapper .article-meta {
  padding-top: 10px;
}
.cat-box-content .fullwidth-block-wrapper .halfpost h2 {
  font-size: 32px;
  line-height: 35px;
}
@media only screen and (min-width: 767px) {
  .cat-box-content .fullwidth-block-wrapper.inline-single .article-meta h2 {
    font-size: 32px;
  }
}
.cat-box-content .fullwidth-block-wrapper .third-post h2 {
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 767px) {
  .cat-box-content .fullwidth-block-wrapper .third-post h2 {
    font-size: 28px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 767px) {
  .cat-box-content .fullwidth-block-wrapper .third-post .article-meta p {
    font-size: 16px;
    line-height: 20px;
  }
}
.cat-box-content .fullwidth-block-wrapper .fourth-post h2 {
  font-size: 20px !important;
  line-height: 21px;
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  .cat-box-content .fullwidth-block-wrapper .fourth-post h2 {
    font-size: 18px !important;
    line-height: 20px;
  }
}
.cat-box-content .fullwidth-block-wrapper .sixth-post h2 {
  font-size: 16px !important;
  line-height: 20px;
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  .cat-box-content .fullwidth-block-wrapper .sixth-post h2 {
    font-size: 18px !important;
    line-height: 20px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .cat-box-content .fullwidth-block-wrapper.inline-single .post-fw-thumbnail {
    width: 49% !important;
  }
  .cat-box-content .fullwidth-block-wrapper .half-post {
    width: 48% !important;
  }
  .cat-box-content .fullwidth-block-wrapper .sixth-post {
    width: 48% !important;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .cat-box-content .halfwidth-block-wrapper .listed-post .article-meta {
    margin-left: 0px !important;
  }
}
.cat-box-content .slick-slider-responsive .slick-list {
  margin: 0 0 12px;
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .cat-box-content .slick-slider-responsive .slick-list .slick-slide {
    margin-right: 16px !important;
    margin-left: 0 !important;
  }
}
.cat-box-content .slick-slider-responsive .slick-list .slick-slide h2 {
  font-size: 20px !important;
  line-height: 21px !important;
  text-align: center;
  margin-bottom: 22px;
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
}
.cat-box-content .slick-slider-responsive .slick-list .slick-slide .post-meta {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cat-box-content .slick-slider-responsive .slick-list {
    width: 101% !important;
  }
}
.cat-box-content .scroll-nav a.slick-arrow i:before {
  color: #000;
}
.cat-box-content .scroll-nav a.slick-arrow:hover i:before {
  color: #fff;
  background: #000 !important;
}
.cat-box-content .lazy-post.fourth-post a img {
  height: auto;
}
.cat-box-content .lazy-post.fourth-post .article-meta {
  padding-top: 10px;
}
.cat-box-content .lazy-post.fourth-post .article-meta h2 {
  font-size: 20px !important;
  line-height: 21px;
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  .cat-box-content .lazy-post.fourth-post .article-meta h2 {
    font-size: 18px !important;
    line-height: 20px;
  }
}
.cat-box-content .lazy-post.sixth-post a img {
  height: auto;
}
.cat-box-content .lazy-post.sixth-post .article-meta {
  padding-top: 10px;
}
.cat-box-content .lazy-post.sixth-post .article-meta h2 {
  font-size: 16px !important;
  line-height: 20px;
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  .cat-box-content .lazy-post.sixth-post .article-meta h2 {
    font-size: 18px !important;
    line-height: 20px;
  }
}
.cat-box-content .lazy-post.third-post a img {
  height: auto;
}
.cat-box-content .lazy-post.third-post .article-meta {
  padding-top: 10px;
}
.cat-box-content .lazy-post.third-post .article-meta h2 {
  font-size: 20px;
  line-height: 21px;
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
}

.sidebar .widget .widget-container .widget-top header h3 {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: Graphik;
}
.sidebar .widget .widget-container ul li .post-meta {
  font-size: 16px !important;
  line-height: 22px !important;
  text-transform: uppercase;
  font-family: Graphik !important;
}

.analysis_block {
  background: #F2F2F2;
  height: 385px;
}
.analysis_block .analysis_image {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 385px;
}
.analysis_block .analysis_image img {
  height: 385px;
  width: 100%;
}
.analysis_block .analysis_content {
  display: inline-block;
  width: 49.7%;
  vertical-align: middle;
  padding-left: 45px;
  padding-right: 45px;
  text-align: center;
}
.analysis_block .analysis_content p {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
}
.analysis_block .analysis_content p a {
  color: #600848;
  text-decoration: underline;
}
.analysis_block .analysis_content a h3 {
  color: #600848;
  margin-bottom: 0px;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 2px;
  line-height: 35px;
  text-transform: uppercase;
}
.analysis_block .analysis_content a h2 {
  font-size: 37px;
  line-height: 35px;
  color: #000 !important;
  letter-spacing: -0.37px;
  font-weight: 500 !important;
  margin-bottom: 0px;
  font-family: "Grifo M" !important;
}
.analysis_block .analysis_content h2.title_with_links {
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.37px;
  font-weight: normal !important;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .analysis_block .analysis_content h2.title_with_links {
    font-size: 18px;
    line-height: 28px;
  }
}
.analysis_block .analysis_content h2.title_with_links a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .analysis_block {
    height: auto;
  }
  .analysis_block .analysis_image {
    width: 100%;
    height: auto;
  }
  .analysis_block .analysis_image img {
    height: auto;
  }
  .analysis_block .analysis_content {
    width: 100%;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
  }
  .analysis_block .analysis_content p {
    margin-bottom: 0px;
  }
  .analysis_block .analysis_content a h2 {
    font-size: 32px;
    line-height: 31px;
  }
}

.comment_block {
  background: #F2F2F2;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 33px;
  padding-bottom: 30px;
}
.comment_block .comments {
  display: inline-block;
  width: 74%;
  vertical-align: middle;
}
.comment_block .comments a h3 {
  color: #600848;
  margin-bottom: 0px;
  font-weight: 600 !important;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
}
.comment_block .comments p {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.37px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: "Grifo M" !important;
}
.comment_block .comments p a {
  color: #600848;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .comment_block .comments p {
    font-size: 18px;
    line-height: 32px;
  }
}
.comment_block .comment_author {
  display: inline-block;
  width: 25%;
  margin-left: 8px;
  text-align: right;
  vertical-align: middle;
}
.comment_block .comment_author img {
  height: auto;
  border-radius: 50%;
}
@media screen and (max-width: 1502px) and (min-width: 768px) {
  .comment_block .comment_author {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .comment_block {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }
  .comment_block .comments {
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
  .comment_block .comments p {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .comment_block .comment_author {
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
  .comment_block .comment_author img {
    width: 100%;
  }
}

.home .interview_block .interview_content a h3 {
  line-height: 25px !important;
  margin-bottom: 5px !important;
}

.interview_block {
  background: #F2F2F2;
  height: 425px;
}
.interview_block .interview_image {
  width: 55%;
  display: inline-block;
  height: 425px;
  vertical-align: middle;
}
.interview_block .interview_image img {
  height: 425px;
  width: 100%;
}
.interview_block .interview_content {
  width: 44.7%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 45px;
  padding-right: 45px;
  text-align: center;
}
.interview_block .interview_content a h3 {
  color: #600848;
  margin-bottom: 0px;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.interview_block .interview_content a h2 {
  font-size: 37px !important;
  line-height: 35px !important;
  color: #000 !important;
  letter-spacing: -0.37px;
  margin-bottom: 0px;
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
}
.interview_block .interview_content p {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 16px !important;
  line-height: 20px !important;
}
@media screen and (max-width: 768px) {
  .interview_block {
    height: auto;
  }
  .interview_block .interview_image {
    width: 100%;
    height: auto;
  }
  .interview_block .interview_image img {
    height: auto;
  }
  .interview_block .interview_content {
    width: 100%;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
  }
  .interview_block .interview_content p {
    margin-bottom: 0px;
  }
  .interview_block .interview_content a h2 {
    font-size: 32px;
    line-height: 31px;
  }
}

.about_ceo_landing .image_section {
  width: 66.33%;
  margin: 0 auto;
}
.about_ceo_landing .content_section {
  width: 49%;
  margin: 0 auto;
}
.about_ceo_landing .content_section h2 {
  font-weight: 600 !important;
  font-size: 3.8em;
  line-height: 1.15789474;
  margin-bottom: 10px;
  margin-top: 40px;
}
.about_ceo_landing .content_section h3 {
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 1.6em;
}
@media only screen and (max-width: 768px) {
  .about_ceo_landing .image_section {
    width: 100%;
  }
  .about_ceo_landing .content_section {
    width: 100%;
  }
}

.newsletter_signup_block {
  background: #600848;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.newsletter_signup_block h2 {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600 !important;
  margin-bottom: 0px;
  letter-spacing: 1.14px;
  vertical-align: middle;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .newsletter_signup_block h2 {
    display: block;
  }
}
.newsletter_signup_block a {
  display: inline-block;
  border: 1px solid #F98473;
  background: #F98473;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 8px 3px 8px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0.84px;
  vertical-align: middle;
}
.newsletter_signup_block a:hover {
  color: #F98473;
  background: #fff;
  border: 1px solid #fff;
}
.newsletter_signup_block ul {
  display: inline-block;
  margin-left: 10px;
}
.newsletter_signup_block ul li {
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.newsletter_signup_block ul li a {
  border: none;
  background: none;
  padding: 0px;
  font-size: 0px;
  opacity: 1;
  margin-left: 2px;
  margin-right: 2px;
  /*
  &:hover>span{
      display: none;
      transform: scale(0);
  }
  &:hover>span+span{
      display: block;
      transform: scale(1);
  }
  */
}
.newsletter_signup_block ul li a:hover {
  background: unset;
  border: none;
}
.newsletter_signup_block ul li a span.core-icon {
  vertical-align: middle;
}
.newsletter_signup_block ul li a span.i-social-twitter {
  width: 39px;
  height: 39px;
  background-position: unset;
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/Twitter-white-outline.png) !important;
}
.newsletter_signup_block ul li a span.i-social-facebook {
  width: 39px;
  height: 39px;
  background-position: unset;
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/Facebook-white-outline.png) !important;
}
.newsletter_signup_block ul li a span.i-social-instagram {
  width: 39px;
  height: 39px;
  background-position: unset;
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/Instagram-white-outline.png) !important;
}
.newsletter_signup_block ul li a span.i-social-linkedin {
  width: 39px;
  height: 39px;
  background-position: unset;
  background-size: cover;
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/linkedIn-transp-white-new.png) !important;
}
.newsletter_signup_block ul li a span.i-social-youtube {
  background-position: 0 -282px;
  display: none;
}
.newsletter_signup_block ul li a span.i-social-twitter-hover-dims {
  display: none;
}
.newsletter_signup_block ul li a span.i-social-facebook-hover-dims {
  display: none;
}
.newsletter_signup_block ul li a span.i-social-instagram-hover-dims {
  display: none;
}
.newsletter_signup_block ul li a span.i-social-linkedin-hover-dims {
  display: none;
}
.newsletter_signup_block ul li a span.i-social-youtube-hover-dims {
  display: none;
}
@media (max-width: 767px) {
  .newsletter_signup_block h2 {
    line-height: 28px;
    margin-bottom: 5px;
  }
  .newsletter_signup_block a {
    margin-bottom: 5px;
  }
}

.most-popular-layout header.cat-box-title {
  transform: skew(-50deg);
  background: #600848 !important;
  margin: 0 auto;
  width: calc(100% - 60px) !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .most-popular-layout header.cat-box-title {
    padding-top: 5px;
    padding-bottom: 5px;
    width: calc(100% - 40px) !important;
  }
}
.most-popular-layout header.cat-box-title h2 {
  transform: skew(50deg);
  color: #fff;
  margin-bottom: 0px;
  font-size: 26px !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
@media screen and (max-width: 767px) {
  .most-popular-layout header.cat-box-title h2 {
    font-size: 24px !important;
    line-height: 26px;
  }
}
.most-popular-layout header.cat-box-title h2 a {
  color: #fff !important;
  font-size: 26px;
  letter-spacing: 1px;
}
.most-popular-layout .cat-box-content ol.popular_layout {
  padding-top: 15px !important;
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
  font-size: 18px !important;
}
.most-popular-layout .cat-box-content ol.popular_layout li {
  font-size: 18px !important;
  border-bottom: 1px solid #ccc !important;
}
.most-popular-layout .cat-box-content ol.popular_layout li:before {
  color: #600848;
}
@media screen and (max-width: 768px) {
  .most-popular-layout .cat-box-content ol.popular_layout {
    columns: 1 !important;
  }
  .most-popular-layout .cat-box-content ol.popular_layout li:nth-last-child(-n+5) {
    display: none;
  }
}

.cat-box-content .emap-cat-section .leadership_retrun_button {
  text-align: center;
  margin-top: 64px;
}
.cat-box-content .emap-cat-section .leadership_retrun_button a {
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px;
  background-color: #043a51;
  background-size: 200% 100%;
  background-position: 100%;
  color: #ffffff !important;
  transition: all 0.2s ease;
  border: 1px solid #ffffff;
  width: 140px;
  margin: 0 auto;
}
.cat-box-content .emap-cat-section .leadership_retrun_button a:hover {
  color: #043a51 !important;
  background: #fff;
  border: 1px solid #043a51;
}

h2.list_items_title {
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 500 !important;
  width: 50%;
  margin: 0 auto;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  h2.list_items_title {
    width: 100%;
  }
}

section.contain-narrow .article-meta, section.contain-medium .article-meta {
  text-align: left;
}
section.contain-narrow a h3, section.contain-medium a h3 {
  font-size: 1.6em !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  margin-bottom: 0px;
}
section.contain-narrow a h3:before, section.contain-medium a h3:before {
  content: "";
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/drapers-list.bullet.png) !important;
  display: inline-block;
  height: 13px;
  width: 14px;
  background-repeat: no-repeat;
}
section.contain-narrow a span, section.contain-medium a span {
  padding-left: 14px;
}

section header.cat-box-title {
  text-align: center;
}
section header.cat-box-title h2 a {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 28px;
  color: #000 !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  section header.cat-box-title h2 a {
    font-size: 24px !important;
    line-height: 26px;
  }
}
section header.cat-box-title h2 a:after {
  display: none;
}

.cat-box-description {
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
}

.article-meta {
  text-align: center !important;
}
.article-meta .tie-date {
  font-weight: 600;
}
.article-meta .tie-author {
  font-weight: 600;
  color: #600848 !important;
}
.article-meta .tie-comments {
  font-weight: 600;
}

/* styling for the directory page */
section .cat-box-content .emap-cat-section .brand_index {
  border-bottom: 1px solid #e1e1e1 !important;
  border-top: 1px solid #e1e1e1 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
section .cat-box-content .emap-cat-section .brand_index .brand_index_listing {
  text-align: center;
}
section .cat-box-content .emap-cat-section .brand_index .brand_index_listing a {
  font-family: Graphik !important;
  font-weight: bold !important;
  font-size: 22px;
  line-height: 35px;
  padding: 0 7px 0 7px;
}
@media screen and (min-width: 1024px) {
  section .cat-box-content .emap-cat-section .brand_index .brand_index_listing {
    width: 889px;
    margin: 0 auto;
  }
}
section .cat-box-content .emap-cat-section .brands_list {
  column-count: 4;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  section .cat-box-content .emap-cat-section .brands_list {
    width: 889px;
    margin: 0 auto;
    padding-left: 7px;
    padding-right: 7px;
  }
}
section .cat-box-content .emap-cat-section .brands_list .brands_list_group {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 20px;
}
section .cat-box-content .emap-cat-section .brands_list .brands_list_group h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
section .cat-box-content .emap-cat-section .brands_list .brands_list_group div a {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  section .cat-box-content .featured_image {
    height: 250px !important;
  }
  section .cat-box-content .emap-cat-section .brand_index {
    position: relative;
    border-bottom: none !important;
    padding-bottom: 0px;
  }
  section .cat-box-content .emap-cat-section .brand_index .brand_index_listing {
    right: 0;
    position: absolute;
    top: 0;
    border-left: 1px solid #e1e1e1 !important;
    width: 15%;
  }
  section .cat-box-content .emap-cat-section .brand_index .brand_index_listing a {
    display: block;
    font-size: 18px;
  }
  section .cat-box-content .emap-cat-section .brand_index .brand_index_listing.stick {
    margin-top: 0;
    top: 50px;
    position: fixed;
    bottom: 22px;
    z-index: 9999;
    overflow-y: scroll;
    height: calc(100% - 50px);
    background: #fff;
    width: 17%;
  }
  section .cat-box-content .emap-cat-section .brands_list {
    column-count: 1;
    width: 85%;
    margin: initial;
  }
  section .cat-box-content .emap-cat-section .brands_list .brands_list_group h3 {
    border-bottom: 1px solid #e1e1e1 !important;
    border-top: 1px solid #e1e1e1 !important;
    font-size: 18px;
  }
}
.container-gating-inner .entry {
  max-width: 100% !important;
}
.container-gating-inner .entry .post-listing .left-gating-col-1 h1 {
  text-align: left !important;
}
.container-gating-inner .entry .post-listing .left-gating-col-1 .post_first_paragraph {
  text-align: left;
}
.container-gating-inner .fa:before, .container-gating-inner .fas:before {
  color: #fff;
}

section .bespoke_header_section {
  background: #000838;
  margin-bottom: 30px;
}
section .bespoke_header_section .bespoke_desktop_logo {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/bespoke-Desktop-hero.png);
  background-size: cover;
  background-position: center;
}
section .bespoke_header_section .bespoke_desktop_logo img {
  height: 150px;
}
section .bespoke_header_section .bespoke_mobile_logo {
  display: none;
  background-image: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/bespoke-Mobile-hero.png);
}
section .hero_text_bottom p {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  section .bespoke_header_section .bespoke_desktop_logo {
    display: none;
  }
  section .bespoke_header_section .bespoke_mobile_logo {
    display: block;
    background-position: center;
    background-size: cover;
  }
}
.fullwidth-block-wrapper[data-block-name=fullwidh-small-list] {
  text-align: left;
}
.fullwidth-block-wrapper[data-block-name=fullwidh-small-list] .article-meta {
  text-align: left !important;
  margin-bottom: 0px;
}
.fullwidth-block-wrapper[data-block-name=fullwidh-small-list] .article-meta h3 {
  text-transform: none;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: unset;
}
.fullwidth-block-wrapper[data-block-name=fullwidh-small-list] .article-meta span {
  display: none;
}

.search-info .searchSort .sortBy a {
  color: #92278f;
  font-weight: 500;
}

.search-results .item-list {
  border-bottom: none;
}
.search-results .item-list h1 {
  font-weight: 500 !important;
  font-size: 32px !important;
}
.search-results .item-list h5 {
  margin-bottom: 0px;
  font-weight: 600 !important;
}
.search-results .item-list h4 {
  font-size: 20px;
  font-weight: 500 !important;
}

#frm_advanced_filter .search-block .search-button {
  background: #600848 !important;
}
#frm_advanced_filter .search-block .search-button i:before {
  color: #fff !important;
}
#frm_advanced_filter .ui-accordion .ui-accordion-header.ui-state-active {
  border: 1px solid #600848;
  background: #600848;
}

section .cat-box-content [data-block-name=six-digital-editions-full-width] .sixth-post .article-meta {
  padding-top: 0px !important;
}
section .cat-box-content [data-block-name=six-digital-editions-full-width] .sixth-post .article-meta h2 {
  font-size: 20px !important;
  line-height: 21px !important;
}
@media only screen and (max-width: 767px) {
  section .cat-box-content [data-block-name=six-digital-editions-full-width] .sixth-post .article-meta h2 {
    font-size: 18px !important;
    line-height: 20px;
  }
}

/*Job widget styling  */
section .mbm-job-plugin-container {
  background: rgba(9, 185, 182, 0.1) !important;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  section .mbm-job-plugin-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section .mbm-job-plugin-container .category-grey-background {
  padding: 0px;
  background: transparent !important;
}
section .mbm-job-plugin-container .category-grey-background .sleeve {
  height: auto;
}
section .mbm-job-plugin-container .category-grey-background .sleeve .brand.part {
  width: 100%;
  text-align: center;
  height: auto;
}
section .mbm-job-plugin-container .category-grey-background .sleeve .brand.part a img {
  height: 85px;
}
@media (max-width: 767px) {
  section .mbm-job-plugin-container .category-grey-background .sleeve .brand.part {
    width: 100%;
  }
}
section .mbm-job-plugin-container .category-grey-background .sleeve .featured-job.part {
  float: left;
  clear: both;
  vertical-align: bottom;
  width: 50%;
  height: auto;
  margin-top: 80px;
}
section .mbm-job-plugin-container .category-grey-background .sleeve .featured-job.part .jotw-title {
  margin-bottom: 15px;
}
section .mbm-job-plugin-container .category-grey-background .sleeve .featured-job.part .featured-job-container {
  width: auto;
  display: inline-block;
}
section .mbm-job-plugin-container .category-grey-background .sleeve .featured-job.part .featured-job-content {
  display: inline-block;
  width: auto;
}
section .mbm-job-plugin-container .category-grey-background .sleeve .featured-job.part .featured-job-content .featured-job-title {
  text-align: center;
}
@media (max-width: 767px) {
  section .mbm-job-plugin-container .category-grey-background .sleeve .featured-job.part {
    width: 100%;
  }
}
section .mbm-job-plugin-container .category-grey-background .sleeve .joblist.part {
  display: block;
  width: 100%;
  padding-top: 10px;
}
section .mbm-job-plugin-container .category-grey-background .sleeve .joblist.part h3 {
  margin-bottom: 0px;
  color: rgb(9, 185, 182);
  font-weight: 600 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 14px;
  font-family: Graphik !important;
}
@media (max-width: 767px) {
  section .mbm-job-plugin-container .category-grey-background .sleeve .joblist.part {
    width: 100%;
  }
}
section .mbm-job-plugin-container .category-grey-background .part {
  margin-left: 0px;
}
section .mbm-job-plugin-container .category-grey-background .part.featured-job .jotw-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600 !important;
  margin-bottom: 32px;
}
section .mbm-job-plugin-container .category-grey-background .part.featured-job .featured-job-title {
  font-size: 14px;
  font-weight: 600 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 18px;
}
section .mbm-job-plugin-container .category-grey-background .part.joblist .extras_heading h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600 !important;
}
section .mbm-job-plugin-container .category-grey-background .part.joblist ul {
  webkit-columns: 2;
  columns: 2;
  padding-left: 0;
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
  padding-top: 0px !important;
  font-family: "Grifo M" !important;
  font-size: 18px !important;
}
@media (max-width: 767px) {
  section .mbm-job-plugin-container .category-grey-background .part.joblist ul {
    columns: auto;
  }
}
section .mbm-job-plugin-container .category-grey-background .part.joblist ul li {
  margin-bottom: 10px;
  padding-bottom: 0px;
  list-style-position: inside;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 0px;
  margin: 0;
  padding: 0 0 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-indent: -2em;
  border-bottom: 1px solid #ccc !important;
}
section .mbm-job-plugin-container .category-grey-background .part.joblist ul li:nth-last-child(-n+3) {
  margin-left: 10px;
}
@media (max-width: 768px) {
  section .mbm-job-plugin-container .category-grey-background .part.joblist ul li:nth-last-child(-n+3) {
    margin-left: 0px;
  }
}
section .mbm-job-plugin-container .category-grey-background .part.joblist ul li:nth-child(-n+3) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  section .mbm-job-plugin-container .category-grey-background .part.joblist ul li:nth-child(-n+3) {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  section .mbm-job-plugin-container .category-grey-background .part.joblist ul li {
    height: auto !important;
  }
}
section .mbm-job-plugin-container .category-grey-background .part.joblist ul li p {
  margin-bottom: 0px;
  font-size: 16px;
  padding-right: 34px;
}
section .mbm-job-plugin-container .category-grey-background .part.joblist ul li p span.company {
  font-weight: 600;
}
section .mbm-job-plugin-container .category-grey-background .part.joblist ul li p span.job_title {
  padding-left: 36px;
}
section .mbm-job-plugin-container .category-grey-background .part.joblist ul li h3 {
  line-height: 20px;
  font-size: 16px;
}
section .mbm-job-plugin-container .category-grey-background .part.joblist ul li h3 a {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section .mbm-job-plugin-container .category-grey-background .bottom_link {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
section .mbm-job-plugin-container .category-grey-background .bottom_link a {
  text-transform: uppercase;
  border: 2px solid #ccc !important;
  padding: 10px 20px;
  font-weight: 600;
}

.full-width-content .post-layout-gallery.fullwidth-gallery .slick-prev, .full-width-content .post-layout-gallery.fullwidth-gallery .slick-next {
  z-index: 999;
}

#main-content .content-wrap .content-inner-wrap .wpcp-carousel-section {
  margin-bottom: 20px;
}
#main-content .content-wrap .content-inner-wrap .wpcp-carousel-section.nav-vertical-center {
  padding: 0 40px;
}
#main-content .content-wrap .content-inner-wrap .wpcp-carousel-section.nav-vertical-center .slick-next .fa-angle-right:before {
  font-size: 28px;
  font-weight: bold;
  padding: 0px 7px 0px 9px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
#main-content .content-wrap .content-inner-wrap .wpcp-carousel-section.nav-vertical-center .slick-list {
  height: auto !important;
}
#main-content .content-wrap .content-inner-wrap .wpcp-carousel-section.nav-vertical-center .slick-prev .fa-angle-left:before {
  font-size: 28px;
  font-weight: bold;
  padding: 0px 9px 0px 7px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

/* landing page ads styling */
.all-devices hr {
  border-bottom: 1px solid #e1e1e1 !important;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 20px;
}
.all-devices hr:first-child {
  margin-top: 15px;
  margin-bottom: 20px;
}

body.tag #main-content .content-inner-wrap {
  width: 100%;
  padding-right: 0px !important;
}
body.tag #main-content .content-inner-wrap .item-list .post-title {
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 28px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  body.tag #main-content .content-inner-wrap .page-head .page-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  body.tag #main-content .content-inner-wrap .item-list .post-title {
    font-size: 26px;
    line-height: 28px;
  }
}

body.post-type-archive-guides #main-content:not(.full-width) .sidebar {
  display: none;
}
body.post-type-archive-guides #main-content:not(.full-width) .content-inner-wrap {
  width: 100%;
  padding-right: 0px;
}

.gating-subscribe-link {
  color: white !important;
  text-decoration: underline !important;
}

.fullwidth.flexslider .flex-direction-nav a {
  opacity: 1;
}

/* styling the register section on home page */
section .emap-cat-section .home-page-registration .mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  section .emap-cat-section .home-page-registration .mobile-only {
    display: block;
  }
  section .emap-cat-section .home-page-registration .desktop-only {
    display: none;
  }
}
section .emap-cat-section .home-page-registration .content-section .text-block {
  width: 49%;
  display: inline-block;
}
section .emap-cat-section .home-page-registration .content-section .text-block h2 {
  font-size: 28px;
  line-height: 28px;
  color: #000 !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
}
section .emap-cat-section .home-page-registration .content-section .text-block p {
  margin-bottom: 20px;
}
section .emap-cat-section .home-page-registration .content-section .text-block p.large-font {
  font-size: 20px;
  margin-bottom: 20px;
}
section .emap-cat-section .home-page-registration .content-section .text-block button {
  background: #600848;
  color: #fff;
  font-size: 14px;
  font-family: Graphik;
  padding: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.84px;
  border: 1px solid #600848 !important;
}
section .emap-cat-section .home-page-registration .content-section .text-block button:hover {
  background: #fff;
  color: #600848;
}
section .emap-cat-section .home-page-registration .content-section .text-block a.subscribe-link {
  background: #600848;
  color: #fff;
  font-size: 14px;
  font-family: Graphik;
  padding: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.84px;
  border: 1px solid #600848 !important;
  width: 115px;
  display: block;
  text-align: center;
}
section .emap-cat-section .home-page-registration .content-section .text-block a.subscribe-link:hover {
  background: #fff;
  color: #600848;
}
section .emap-cat-section .home-page-registration .content-section .image-block {
  width: 49%;
  display: inline-block;
  margin-left: 19px;
}
@media screen and (max-width: 768px) {
  section .emap-cat-section .home-page-registration .content-section {
    display: flex;
    flex-direction: column-reverse;
  }
  section .emap-cat-section .home-page-registration .content-section .text-block {
    width: 100%;
  }
  section .emap-cat-section .home-page-registration .content-section .image-block {
    width: 100%;
    margin-left: 0px !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  section .emap-cat-section .home-page-registration {
    padding: 20px 20px;
  }
  section .emap-cat-section .home-page-registration .content-section .image-block {
    margin-left: 15px;
  }
}

/* new gating page styles */
.subscription-benefits {
  margin-top: 40px;
}
.subscription-benefits h2 {
  font-family: "Helvetica", Arial, sans-serif !important;
}
.subscription-benefits ul {
  webkit-columns: 2;
  columns: 2;
  margin: 0 0 1.5em;
  counter-reset: item;
}
.subscription-benefits ul li {
  margin-bottom: 22px;
  position: relative;
  padding-left: 35px;
  padding-right: 10px;
}
.subscription-benefits ul li:before {
  background-image: url(/wp-content/themes/dr-child/images/tick.png) !important;
  background-color: #600848;
  border-radius: 50%;
  padding: 12px;
  background-position: center;
  vertical-align: top;
  margin-right: 12px !important;
  position: absolute;
  left: 0px;
}
.subscription-benefits p {
  text-align: center;
  font-size: 18px !important;
  color: #808080 !important;
}
.subscription-benefits p a {
  color: #808080 !important;
  text-decoration: underline !important;
}

.gating-article-limit p {
  text-align: center;
  font-size: 18px;
}
.gating-article-limit p.purple-text {
  color: #600848 !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  padding-bottom: 15px;
}
.gating-article-limit .content-section {
  display: block;
  border: 1px solid #600848;
  padding: 30px;
}
.gating-article-limit .content-section .text-section {
  display: inline-block;
  width: 53%;
  vertical-align: top;
  margin-top: 25px;
}
.gating-article-limit .content-section .text-section p {
  text-align: left;
}
.gating-article-limit .content-section .text-section h2 {
  font-family: "Grifo M" !important;
  font-size: 38px !important;
}
.gating-article-limit .content-section .text-section h2 a {
  color: #000;
  font-size: 35px;
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
  line-height: 1.26315789;
}
.gating-article-limit .content-section .images-section {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 46%;
}

@media screen and (max-width: 1168px) {
  .emap-subscription-package-gate-wrap .subscribe-col {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .gating-article-limit .content-section {
    padding: 25px;
  }
  .gating-article-limit .content-section .text-section {
    width: 100%;
    margin-top: 0px;
  }
  .gating-article-limit .content-section .images-section {
    width: 100%;
    text-align: center;
  }
  .emap-subscription-package-gate-wrap {
    padding: 25px;
  }
  .emap-subscription-package-gate-wrap .subscribe-col {
    width: 100%;
    padding: 25px;
  }
  .emap-subscription-package-gate-wrap .subscribe-col:first-child {
    margin-bottom: 25px;
    margin-right: 0px;
  }
  .emap-subscription-package-gate-wrap .subscribe-col:last-child {
    margin-left: 0px;
  }
  .emap-subscription-package-gate-wrap .subscribe-col ul {
    margin-left: 0px !important;
  }
  .emap-subscription-package-gate-wrap .subscribe-col .button-gating-wrap {
    margin-top: 20px !important;
  }
  .emap-subscription-package-gate-wrap .subscribe-col .button-gating-wrap .button-gating-link {
    width: 100%;
  }
  .emap-subscription-package-gate-wrap .subscribe-col .button-gating-wrap .button-gating {
    width: 100%;
  }
  .subscription-benefits ul {
    columns: 1;
  }
  .subscription-benefits ul li {
    padding-right: 0px;
  }
}
/* styles for new register bar on menu */
.subscription-bar {
  text-align: center;
  display: block;
  padding: 10px 10px;
  background: #600848;
  color: #fff;
  width: 100%;
  z-index: 999;
  border-top: 1px solid #600848;
}
.subscription-bar p {
  display: inline-block;
  margin-bottom: 0px;
}
.subscription-bar a {
  display: inline-block;
  background: #fff;
  color: #600848 !important;
  border: 1px solid #600848;
  font-size: 16px;
  margin-left: 20px;
  line-height: 1.26315789;
  outline: 0;
  padding: 8px 20px 8px 20px !important;
  border-radius: 3px;
  text-transform: none;
  text-transform: uppercase;
  font-weight: 600;
}
.subscription-bar a:hover {
  background: #fff;
  color: #600848 !important;
}
.subscription-bar.mobile-only {
  position: fixed;
  top: 49px;
  border-top: none;
  z-index: 4;
}
.subscription-bar.mobile-only p {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.subscription-bar.mobile-only a {
  display: inline-block;
  font-size: 14px;
  margin-left: 0px;
  padding: 6px 5px 6px 5px !important;
}
@media only screen and (min-width: 1025px) {
  .subscription-bar.mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ads-banner-top, .adv-banner-top {
    margin-top: 178px !important;
  }
}
.fixed-nav.nav-wrapper.fixed-enabled {
  top: 0px;
}

body.user-can-subscribe .fixed-nav.nav-wrapper.fixed-enabled {
  top: 58px;
}

section.hide-ad-section {
  display: none;
}

body.user-can-subscribe .nav-wrapper.fixed-enabled {
  border-top: none !important;
}

/*styling the new user introduction message */
#my-account .pane .card {
  background: #fff !important;
}
#my-account .pane .card .message-section h4 {
  text-align: center;
  margin-bottom: 5px;
  font-family: Graphik !important;
  font-size: 32px;
  font-weight: 600 !important;
}
#my-account .pane .card .message-section h5 {
  text-align: center;
  font-family: Graphik !important;
  font-weight: normal !important;
  font-size: 20px;
}
#my-account .pane .card .message-section .bullets-image-section .bullet-point {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  padding-left: 70px;
  padding-right: 30px;
}
#my-account .pane .card .message-section .bullets-image-section .bullet-point p {
  font-family: Graphik !important;
  font-size: 22px;
  font-weight: 600 !important;
  margin-bottom: 5px;
}
#my-account .pane .card .message-section .bullets-image-section .bullet-point ul li {
  font-family: Graphik !important;
  font-weight: normal !important;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}
#my-account .pane .card .message-section .bullets-image-section .bullet-point ul li:before {
  background-image: url(/wp-content/themes/dr-child/images/purple-tick.png) !important;
  background-position: center;
  position: absolute;
  left: 0px;
  content: "" !important;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
}
#my-account .pane .card .message-section .bullets-image-section .bullet-point ul li a {
  color: #600848;
  text-decoration: underline;
}
#my-account .pane .card .message-section .bullets-image-section .image-section {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  padding-right: 70px;
}
#my-account .pane .card .message-section .bullets-image-section .purple-box {
  margin-top: 10px;
  background: #600848;
  color: #fff;
  padding: 20px 30px;
  border: 1px solid #600848;
  border-radius: 15px;
}
#my-account .pane .card .message-section .bullets-image-section .purple-box p {
  margin-bottom: 0px;
  font-size: 20px !important;
}
#my-account .pane .card .message-section .bullets-image-section .purple-box p strong.big-text {
  font-size: 26px;
}
#my-account .pane .card .message-section .bullets-image-section .purple-box p a {
  color: #fff;
  text-decoration: underline;
}
#my-account .pane .card .message-section .bullets-image-section .purple-box p a:hover {
  color: #fff;
}
#my-account .pane .card .message-section p {
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  #my-account .pane .card {
    padding: 10px;
  }
  #my-account .pane .card .message-section .bullets-image-section .bullet-point {
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  #my-account .pane .card .message-section .bullets-image-section .image-section {
    width: 100%;
    display: block;
    padding-right: 0px;
  }
  #my-account .pane .card .message-section .bullets-image-section .image-section img {
    width: 250px;
  }
}

/* fix for FAQ page */
.entry .hfaqwrapper ul li:before {
  display: none !important;
}

ul#not-registered li {
  background: none !important;
  text-shadow: none !important;
}

@media only screen and (max-width: 767px) {
  .custom_why_subscribe .bluebg {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 5% !important;
  }
  .custom_why_subscribe .emap-cat-section.bg-bluetext {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .custom_why_subscribe .emap-cat-section.bg-bluetext h2 {
    padding-left: 0px;
  }
  .custom_why_subscribe .purple-bg2 .span_10_of_12 .span_6_of_12 {
    margin-bottom: 20px !important;
  }
  .custom_why_subscribe .purple-bg2 .white-bg h3 {
    margin-bottom: 5px !important;
  }
  .custom_why_subscribe .purple-bg2 .white-bg.bord {
    padding-top: 10px;
  }
  .custom_why_subscribe .purple-bg2 .white-bg.bord h3 {
    margin-bottom: 5px !important;
  }
  .custom_why_subscribe .emap-cat-section.test-logo {
    margin: 0 auto !important;
  }
  .custom_why_subscribe .emap-cat-section.test-logo h3 {
    margin-bottom: 0px;
  }
  .custom_why_subscribe .bluebg-ads .span_4_of_12 {
    margin-left: 0;
  }
  .custom_why_subscribe .mobilecat {
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom_why_subscribe .interview_block .interview_content {
    padding-top: 10px;
  }
}
.container-gating-inner .emap-gating-notice-top a {
  color: #fff !important;
  font-weight: bold !important;
  border-bottom: 1px solid #fff !important;
}

/* temporary fix for image size in columnist layout */
.full-width-content .columnist .story-layout-columnist .avatar img {
  width: 230px !important;
}

.dr-author-avtar img {
  border-radius: 100%;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
}

.dr-author-description {
  float: right;
  width: 85%;
  font-size: 28px;
  font-weight: bold;
}

.dr-author-description-text {
  float: right;
  width: 85%;
  line-height: 28px;
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .dr-author-avtar {
    float: unset !important;
    text-align: center !important;
  }
  .dr-author-description, .dr-author-description-text {
    float: unset !important;
    width: 100% !important;
    text-align: center;
  }
}
.emap-gating-text-heading {
  color: #600848;
  margin-bottom: 0px;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-align: center;
}

.emap-gating-notice-top-text {
  padding-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px -15px 15px -15px !important;
}

.emap-gating-subtext-heading {
  font-size: 16px !important;
  line-height: 10px;
  padding-top: 10px;
  font-weight: 400 !important;
  text-align: center;
  color: #000;
}

.emap-gating-subtext-heading a {
  color: #000 !important;
}

.headtext-emap {
  font-weight: 500 !important;
  font-size: 44px;
  line-height: 39px;
  font-family: "Grifo M" !important;
  margin-bottom: 50px;
  text-align: center;
  margin-top: 30px;
}

.button-gating-emap {
  text-decoration: none;
  border: 1px solid #600848 !important;
  font-size: 14px;
  padding: 15px 30px 15px 30px !important;
  font-style: normal;
  background-color: #600848;
  color: white !important;
  font-weight: 600;
  font-family: "Graphik" !important;
  letter-spacing: 0.84px !important;
}

.button-gating-emap-extend {
  text-decoration: none;
  border: 1px solid #600848 !important;
  font-size: 14px;
  color: #600848 !important;
  padding: 15px 30px 15px 30px !important;
  font-style: normal;
  font-weight: 600;
  font-family: "Graphik" !important;
  letter-spacing: 0.84px !important;
}

.gatting-button {
  margin-top: 50px;
}

.container-gating .container-gating-inner .entry .purple-bg2 ul li {
  font-size: 15px !important;
  line-height: 21px !important;
  font-weight: 400 !important;
  font-family: "Graphik" !important;
}

.gatting-button a.button-gating-emap:link:hover, .gatting-button a.button-gating-emap:visited:hover, .view-more a.button-gating-emap:visited:hover, .view-more a.button-gating-emap:link:hover {
  color: #fff !important;
}

.gating-or-text {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.gating-sub-content .button-gating-emap {
  text-decoration: none;
  border: 1px solid #600848 !important;
  font-size: 14px;
  color: #000 !important;
  padding: 20px 30px 20px 30px;
  font-style: normal;
  font-weight: 600;
  font-family: "Graphik" !important;
  letter-spacing: 0.84px !important;
}

.text-gating {
  margin-left: 17%;
  margin-right: 15%;
  margin-bottom: 50px;
}

.entry .text-gating .purple-bg2 li, .purple-bg2-sub li {
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  padding-bottom: 0px;
  margin-bottom: 12px;
  padding-left: 30px;
  background: url(https://cdn.rt.emap.com/wp-content/uploads/sites/2/2023/03/16143236/Tick_NEW.png) no-repeat;
  background-size: 6%;
  text-align: left;
  font-weight: 400 !important;
}

.container-gating .container-gating-inner .entry ul.purple-gating li {
  font-size: 16px !important;
  line-height: 25px !important;
  font-weight: 500 !important;
  padding-bottom: 0px;
  margin-bottom: 12px;
  padding-left: 35px;
  background: url(https://cdn.rt.emap.com/wp-content/uploads/sites/2/2023/03/16143236/Tick_NEW.png) no-repeat;
  background-size: 4.8%;
  text-align: left;
  font-weight: 400 !important;
  font-family: unset !important;
  background-position: unset !important;
}

.container-gating .container-gating-inner .entry ul.purple-gating {
  margin-top: 30px;
  margin-right: 10%;
  margin-left: 10%;
  height: 307px;
}

.purple-bg2-sub .view-more {
  margin-top: 30px;
  margin-bottom: 20px;
}

.purple-bg2-sub {
  margin-top: 60px;
}

.purple-bg2-sub .col.span_12_of_12 {
  width: 100%;
}

.purple-bg2-sub .col.span_12_of_12 .section.group {
  display: inline-flex;
}

.purple-bg2-sub .col.span_12_of_12 .section.group .col.span_6_of_12 {
  background: #F2F2F2;
  margin: auto;
  margin-right: 15px;
}

.purple-bg2-sub .col.span_12_of_12 .section.group .col.span_6_of_12 .white-bg {
  /* border-right: 1px solid #600848; */
  text-align: center;
  padding: 25px;
}

.purple-bg2-sub .col.span_12_of_12 .section.group .col.span_6_of_12 .white-bg h3 {
  margin: auto;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "Graphik" !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  height: 40px;
}

.entry .text-gating ul li:before {
  display: none;
}

.entry ul.purple-gating li:before {
  display: none;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .entry .text-gating .purple-bg2 li, .purple-bg2-sub li {
    background-size: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .purple-bg2-sub .col.span_12_of_12 .section.group .col.span_6_of_12 .white-bg h3 {
    height: auto !important;
  }
  .purple-bg2-sub .col.span_12_of_12 .section.group .col.span_6_of_12 .white-bg {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container-gating .container-gating-inner .entry ul.purple-gating li {
    background-size: 7% !important;
  }
  .button-gating-emap, .button-gating-emap-extend {
    font-size: 11px;
    padding: 15px 30px 15px 30px !important;
  }
  .text-gating {
    margin-left: 5%;
    margin-right: 5%;
  }
  .emap-gating-subtext-heading a {
    display: block !important;
    line-height: 33px !important;
  }
  .text-gating .purple-bg2 {
    display: grid !important;
  }
  .purple-bg2 ul {
    order: 2 !important;
  }
  .gating-sub-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .purple-bg2-sub .col.span_12_of_12 .section.group {
    display: block !important;
  }
  .container-gating .container-gating-inner .entry ul.purple-gating {
    height: auto !important;
  }
  .purple-bg2-sub .col.span_12_of_12 .section.group .col.span_6_of_12 {
    margin-bottom: 20px;
    margin-left: 0px !important;
  }
  .purple-bg2-sub .col.span_12_of_12 .section.group .col.span_6_of_12.top-text {
    margin-top: 15px !important;
  }
}
@media (min-width: 986px) {
  .adv-banner-top {
    min-height: 90px;
  }
}
.adv-banner-top {
  text-align: center;
}

.adv-footer {
  height: 0;
  width: 0;
  overflow: hidden;
}

.content-inner-wrap.full-width #related_posts .post-listing .related-item {
  width: 32%;
}

/* Fixing ads overlaying in the content area */
.wrapper {
  z-index: unset !important;
}

body #main-content {
  z-index: 9;
  position: relative;
}

header#theme-header {
  z-index: 99;
}

/* Author page fixes */
.author-social a img {
  width: 24px;
}

.dr-author-bio .dr-author-description-text {
  margin-bottom: 0px;
}
.dr-author-bio .dr-author-description-text p {
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .dr-author-bio .dr-author-description-text {
    margin-bottom: 20px;
  }
  .dr-author-bio .author-page-left {
    float: left;
  }
  .dr-author-bio .author-page-left .author-social {
    margin-bottom: 0px;
  }
}
.dr-author-bio .author-page-left .author-social {
  float: none;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

.cat-box.column2 .cat-box-description {
  display: none;
}

.cat-box.column2 .article-meta {
  margin-bottom: 0px;
}

.home .cat-box.column2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-bottom: none !important;
}

.cat-box.column2 .article-meta p {
  margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
  .cat-box.column2 h2 {
    font-size: 22px !important;
    line-height: 22px !important;
  }
}
.cat-box.column2 h3 {
  color: #600848;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 20px;
  margin-bottom: 5px !important;
  text-transform: uppercase;
  margin-top: 0px !important;
  letter-spacing: 2px;
}

.cat-box.column2 .listed-post.main-post h2 {
  font-size: 34px !important;
  line-height: 34px !important;
}

.cat-box.column2 .halfwidth-block-wrapper .listed-post {
  margin-bottom: 15px !important;
}

.cat-box.column2 h2 {
  font-size: 28px !important;
  line-height: 28px;
  color: #000 !important;
  letter-spacing: -0.37px;
  margin-bottom: 0px;
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
}

.cat-box.column2 .listed-post.main-post h3 {
  margin-top: 20px !important;
}

.cat-box.column2 p {
  margin-top: 5px;
  font-size: 16px !important;
  line-height: 20px !important;
}

/* Custom css for 30 under 30 page */
.thirty-form .MBM_Form .MBM_Form_field input[type=email], .MBM_Form .MBM_Form_field input[type=numer], .MBM_Form .MBM_Form_field input[type=text], .thirty-form .MBM_Form .MBM_Form_field textarea {
  border: 1px solid #828282;
  border-radius: 3px;
  padding: 12px 15px !important;
}

.thirty-form .MBM_Form .col label {
  font-size: 16px;
}

.thirty-form .mbm-file-uploader .dropzone {
  max-width: 200px;
  max-height: 200px;
  min-height: 200px;
}

.thirty-form .MBM_Form .MBM_Field_Description {
  font-size: 12px;
}

#main-content .thirty-form input[type=submit] {
  background: #000 !important;
  padding: 12px 20px;
  font-size: 15px;
}

.thirty-form .MBM_Form .col-6 {
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .thirty-form .MBM_Form .col-6, .thirty-form .MBM_Form .col-12 {
    width: 100% !important;
  }
}
.MBM_Form .ui-widget.ui-widget-content {
  width: 300px;
}

.MBM_Form .ui-widget-content .ui-state-default {
  text-align: center;
}

/* Adding css to breakout image and ads in content width */
@media screen and (min-width: 975px) {
  body.full-width-content.single #main-content .post-inner .entry img.breakout {
    max-width: 1220px !important;
    width: auto !important;
    margin-right: -200px !important;
    margin-left: -200px !important;
  }
  body.full-width-content.single #main-content .post-inner .entry div.breakout {
    max-width: 1220px !important;
    width: auto !important;
    margin-right: -200px !important;
    margin-left: -200px !important;
  }
}
@media screen and (min-width: 1240px) {
  body.full-width-content.single #main-content .post-inner .entry img.breakout {
    margin-right: -200px !important;
    margin-left: -200px !important;
  }
  body.full-width-content.single #main-content .post-inner .entry div.breakout {
    margin-right: -200px !important;
    margin-left: -200px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.full-width-content.single #main-content .post-inner .entry img.breakout {
    max-width: 1010px !important;
    width: auto !important;
    margin-right: -115px !important;
    margin-left: -115px !important;
  }
  body.full-width-content.single #main-content .post-inner .entry div.breakout {
    max-width: 1010px !important;
    width: auto !important;
    margin-right: -115px !important;
    margin-left: -115px !important;
  }
}
/* SR-58768 */
.halfwidth-block-wrapper[data-block-name=half-column-list] .listed-post .article-meta {
  text-align: left !important;
  padding-left: 18px !important;
}

@media only screen and (max-width: 768px) {
  .cat-box.column2 .halfwidth-block-wrapper .listed-post .article-meta h2 {
    font-size: 18px !important;
  }
  .cat-box.column2 .halfwidth-block-wrapper .listed-post .article-meta {
    padding-left: 0px !important;
  }
}
/* Hide title advertisement if no ads are displaying */
section.ad-not-loaded {
  display: none;
}

div.all-devices.ad-not-loaded {
  display: none;
}

.single-post .drape-interstitial.ad-not-loaded {
  display: none;
}

.single-post .stagi-interstitial.ad-not-loaded {
  display: none;
}

.single-post .drape-interstitial-2.ad-not-loaded {
  display: none;
}

.single-post .stagi-interstitial-2.ad-not-loaded {
  display: none;
}

.full-width-content #main-content .tags-breadcrumbs {
  max-width: 780px;
  margin: 0 auto;
}
.full-width-content #main-content .tags-breadcrumbs .post-tag {
  display: inline-block;
}
.full-width-content #main-content .tags-breadcrumbs .brand-crumbtrail {
  display: inline-block;
}
.full-width-content #main-content .tags-breadcrumbs .brand-crumbtrail ul li {
  font-weight: 100 !important;
  display: inline-block;
  margin-right: 10px;
}
.full-width-content #main-content .tags-breadcrumbs .brand-crumbtrail ul li a {
  letter-spacing: 0.84px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

/* INC-62122 */
@media only screen and (max-width: 768px) {
  .cat-box.column2 .halfwidth-block-wrapper .listed-post.main-post .article-meta h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
.page-head .tag-description {
  text-align: center;
  color: grey;
}

/* css for 3 column archive page design */
.archives_3col .item-list {
  width: 378px;
  border: 0 none;
  margin-right: 20px;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#main-content .content-inner-wrap .archives_3col .item-list .post-title {
  font-family: "Grifo M" !important;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 28px;
  line-height: 29px !important;
}

.archives_3col {
  clear: both;
}

.archives_3col .item-list .post-thumbnail {
  float: none;
  margin: 0 0 10px 0 !important;
}

.archives_3col .item-list .post-thumbnail img {
  width: 100%;
  height: auto;
}

.archives_3col .item-list .entry p {
  font-size: 16px;
  line-height: 20px !important;
}

.archives_3col :nth-child(3n) {
  margin-right: 0px;
}

@media only screen and (max-width: 767px) {
  .archives_3col .item-list {
    width: 100%;
    margin-right: 0px;
  }
}
.read-limit {
  background: #333;
  color: orange;
  padding: 10px;
  margin: 10px 0;
}

.no-access-wrap {
  background-color: transparent;
  background-image: url("https://d3hjf51r9j54j7.cloudfront.net/wp-content/uploads/sites/9/2018/01/no-access-background-image.jpg");
  padding-right: 0;
  background-size: 100%;
}

.content.no-access {
  background-image: none;
  width: 100%;
  min-height: 740px;
  float: none;
}

.button-gating-link {
  background: #000;
}
.button-gating-link:hover {
  background: #F2F2F2;
}

.no-access-top .no-access-message {
  padding: 20px 40px;
  margin: 0 0 40px;
  font-size: 24px;
  color: orange;
  background-color: #333;
}
.no-access-top article {
  width: 570px;
  min-height: 350px;
  max-height: 500px;
  padding: 0 40px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
}

.no-access-bottom {
  padding: 0 30px 30px;
  margin: 0 auto;
}
.no-access-bottom .col-1 {
  width: 250px;
  height: 180px;
  margin: 0 15px;
  cursor: pointer;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #eee;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}
.no-access-bottom .col-1.highlight {
  background: black;
}
.no-access-bottom .col-1 i {
  font-size: 54px;
  color: #fff;
  text-shadow: 0 0 3px #111;
  margin: 45px auto 0 auto;
  display: block;
}
.no-access-bottom .col-1 span {
  font-size: 24px;
  color: #fff;
  padding: 5px 18px;
  text-shadow: 0 0 3px #111;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  text-align: center;
}
.no-access-bottom .col-1:hover {
  opacity: 1;
}

@media only screen and (max-width: 1219px) {
  .no-access-wrap {
    margin: -35px -21px -20px;
  }
  .no-access-top article {
    max-height: none;
  }
}
@media only screen and (max-width: 985px) {
  .no-access-wrap {
    margin: -35px -15px -20px;
  }
  .content.no-access {
    width: 100% !important;
  }
  .no-access-bottom {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .no-access-wrap {
    margin: -20px;
    background-image: none;
  }
  .content.no-access {
    width: 100% !important;
  }
  .no-access-top article {
    width: auto;
  }
  .no-access-bottom {
    text-align: center;
    padding: 0 0 30px;
    margin: 30px auto;
  }
  .no-access-bottom .col-1 {
    height: 150px;
    width: 150px;
    background: #000;
  }
  .no-access-bottom .col-1 i {
    margin: 40px auto 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .no-access-wrap {
    margin: -20px -10px;
    background-image: none;
  }
  .no-access-top .no-access-message {
    padding: 20px 20px;
    font-size: 20px;
  }
  .no-access-top article {
    width: auto;
    height: auto;
    max-height: none;
    padding: 0 20px;
  }
  .no-access-bottom {
    text-align: center;
    padding: 0 0 30px;
    margin: 0 auto;
  }
  .no-access-bottom .col-1 {
    height: 110px;
    width: 110px;
    background: #000;
    margin: 20px 5px;
  }
  .no-access-bottom .col-1 i {
    margin: 20px auto 0 auto;
    font-size: 30px;
  }
  .no-access-bottom .col-1 span {
    font-size: 20px;
  }
}
/* Latest Design */
.emap-gating-notice-top {
  padding: 20px 40px;
  margin: 0 0 40px;
  font-size: 24px;
  color: #000;
  background-color: #333;
}
.emap-gating-notice-top a:link:hover, .emap-gating-notice-top a:visited:hover {
  color: #fff !important;
}

.gating-article p {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  /*        font-size: 16px; 
          line-height: 24px;*/
  text-align: left;
}

.gating-bg-img {
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.digital-edition-title {
  display: none;
}

.single-digital-edition #main-content {
  margin-top: 0px !important;
}
.single-digital-edition #main-content .container-gating .container-gating-inner {
  padding-top: 0px;
}
.single-digital-edition #main-content .container-gating .container-gating-inner .name.entry-title {
  display: none;
}
.single-digital-edition #main-content .container-gating .container-gating-inner .name.entry-title.digital-edition-title {
  display: block;
}
.single-digital-edition #main-content .container-gating .container-gating-inner .right-gating-col-1 {
  padding-top: 0px;
}
.single-digital-edition #main-content .container-gating .container-gating-inner .right-gating-col-1 img {
  height: 250px;
  width: 220px;
}

.container-gating .container-gating-inner .entry h2 {
  font-weight: 500 !important;
  font-size: 3.5em;
  line-height: 1.26315789;
  margin-bottom: 20px;
  font-family: "Grifo M" !important;
}
.container-gating .container-gating-inner .entry p {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.28571429;
  margin-bottom: 0px;
  font-family: "Helvetica", Arial, sans-serif;
  color: #000;
}
.container-gating .container-gating-inner .entry p.post-meta {
  font-size: 14px !important;
  margin-bottom: 7px !important;
  text-align: left !important;
}
.container-gating .container-gating-inner .entry p.post-meta .tie-date {
  margin-bottom: 7px;
  font-weight: 600;
}
.container-gating .container-gating-inner .entry p.post-meta span {
  display: inline-block !important;
}
.container-gating .container-gating-inner .entry p.post-meta span a {
  font-weight: 600;
}
.container-gating .container-gating-inner .entry .gated_footer_content {
  width: 50%;
  display: inline-block;
}
.container-gating .container-gating-inner .entry .gated_footer_image {
  display: inline-block;
  float: right;
  width: 50%;
  padding-top: 24px;
}
.container-gating .container-gating-inner .entry ul li {
  font-weight: normal !important;
  font-size: 19px !important;
  line-height: 1.5 !important;
  font-family: "Grifo M" !important;
}
.container-gating .container-gating-inner .entry ul li .toottip-question {
  font-weight: 600;
  padding: 3px 6px;
  padding-bottom: 2px;
  color: #000;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
  position: relative;
}
.container-gating .container-gating-inner .entry ul li .toottip-question .tooltiptext {
  visibility: hidden;
  background-color: #600848;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  font-weight: normal;
  top: 23px;
  left: 20px;
  width: 320px;
  border-top-left-radius: 1px;
}
.container-gating .container-gating-inner .entry ul li .toottip-question:hover .tooltiptext {
  visibility: visible;
}
.container-gating .container-gating-inner .entry .emap-subscription-package-gate-wrap p {
  font-family: "Grifo M" !important;
}

@media only screen and (max-width: 768px) {
  .container-gating .container-gating-inner .entry .gated_footer_content {
    width: auto;
    display: block;
  }
  .container-gating .container-gating-inner .entry .gated_footer_image {
    display: block;
    float: right;
    width: auto;
    padding-top: 24px;
  }
  .emap-subscription-package-gate-wrap .subscribe-col .button-gating:before, .emap-subscription-package-gate-wrap .subscribe-col .button-gating-link:before {
    display: none;
  }
}
.sidebar-narrow {
  background-color: transparent;
  border: none;
}

/* Newsletter subscription*/
.sign-up {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  line-height: normal;
}
.sign-up a {
  color: #fff;
  cursor: pointer;
}
.sign-up a:hover .sign-up-content .sign-up-title {
  background: #000;
}
.sign-up .sign-up-icon {
  width: 94px;
  height: 92px;
  background: url(https://www.drapersonline.com/wp-content/themes/dr-child/images/sign-up.png) no-repeat;
  position: absolute;
  top: 0;
  left: 10px;
}
.sign-up .sign-up-content {
  padding-top: 30px;
}
.sign-up .sign-up-content .sign-up-title {
  background: black;
  font-size: 16px;
  padding: 10px 5px 10px 114px;
  border-radius: 3px;
  transition: all ease-in-out 0.2s;
}
.sign-up .sign-up-content .sign-up-title span {
  font-size: 1.4em;
}

#latest-magazine .issue-title {
  padding: 0 5px 5px;
}

#tabbed-widget .post-thumbnail img {
  width: 120px;
  height: auto;
}

#tabbed-widget ul.tabs li {
  overflow: visible;
}
#tabbed-widget ul.tabs li.active a {
  background: #f0f0f0;
  position: relative;
  color: #444;
}
#tabbed-widget ul.tabs li.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #f0f0f0 transparent;
  display: block;
  width: 0;
}
#tabbed-widget ul.tabs li a {
  background: #f0f0f0;
  color: #000;
}
#tabbed-widget ul.tabs li a:hover {
  text-decoration: underline;
  background: #f0f0f0;
}

#tabbed-widget ul.tabs li {
  overflow: visible;
}
#tabbed-widget ul.tabs li a > h4 {
  margin: 0;
  line-height: 30px;
  font-weight: 600;
  font-size: 1em;
  font-family: Graphik;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
#tabbed-widget ul.tabs li.active a > h4 {
  color: #444;
}
#tabbed-widget ul.tabs li a > h4 {
  background: #f0f0f0;
  color: #000;
}
#tabbed-widget ul.tabs li a > h4:hover {
  text-decoration: underline;
  background: #f0f0f0;
}

.mbm-job-container .jotw-title {
  font-size: 2em;
  font-family: Graphik;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

.briefing-sidebar {
  margin: 0;
  background: #f3f3f3;
  margin: 0;
  padding: 10px 10px 0;
}

.widget.text-html + .widget.categort-posts {
  margin-top: -25px;
}

.widget.categort-posts {
  margin: 0;
  background: #f3f3f3;
  padding: 10px;
}
.widget.categort-posts .widget-top {
  display: none;
}
.widget.categort-posts a {
  font-size: 1.6em;
}
@media (max-width: 767px) {
  .widget.categort-posts a {
    font-size: 1.2em;
  }
}
.widget.categort-posts img {
  max-width: 90px;
}

.widget_sponsored-content-widget .spin-content img {
  width: 60px;
  height: 25px;
}

.mbm-price-content-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.mbm-price-columns-wrap {
  margin-top: 60px;
}

.mbm-price-columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.price-list {
  list-style-type: none !important;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price-list:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.price-list .header {
  /*background-color: #111;*/
  /*color: white;*/
  color: #000 !important;
  font-size: 25px;
}

.price-list li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  list-style-type: none !important;
}

.price-list .grey {
  background-color: #eee;
  font-size: 20px;
}

.mbm-price-button {
  background: #fd0;
  background-color: rgb(255, 221, 0);
  border: none;
  color: #000 !important;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  background-clip: border-box;
  background-size: auto auto;
  display: block;
}

/* Sub offers intro section*/
.subs-offers-intro-box {
  padding: 12px 25px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.subs-offers-intro-left {
  float: left;
  width: 60%;
  padding: 8px;
}

.subs-offers-intro-right {
  float: left;
  width: 40%;
  padding: 8px;
}

.subs-offers-intro-title {
  color: #000 !important;
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 1em;
}

.sub-offers-intro-img {
  max-width: 100%;
  display: block;
  height: auto;
}

.container-gating .sub-offers-intro-img {
  max-width: 100%;
  display: block;
  height: auto;
  max-height: 600px;
}

/* Sub offers read more section*/
.subs-offers-readmore-box {
  padding: 12px 25px;
  border: 2px solid #eee;
  margin-top: 50px;
  margin-bottom: 30px;
}

.subs-offers-readmore-left {
  float: left;
  width: 63%;
  padding: 8px;
}

.subs-offers-readmore-right {
  float: left;
  width: 35%;
  padding: 8px;
}

.subs-offers-readmore-btn {
  background: #FFA600;
  background-color: rgb(255, 166, 0);
  border: none;
  color: #000 !important;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  background-clip: border-box;
  background-size: auto auto;
  display: inline-block;
}

.subs-offers-readmore-title {
  color: #000 !important;
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1em;
}

/* Sub offers reasons to subscribe section*/
.subs-offers-reason-col-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.subs-offers-reason-col {
  float: left;
  width: 20%;
  padding: 15px 8px;
  background: white;
  margin: 10px 10px;
  display: block;
}

.subs-offers-reason-heading {
  color: #000 !important;
  font-size: 2.5em;
  line-height: 1.4em;
  margin-bottom: 20px;
  margin-top: 20px;
}

.subs-offers-reason-col-header {
  color: #000 !important;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.subs-offers-reason-container {
  background: #eee !important;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 900px) {
  .mbm-price-content-wrap {
    width: 100%;
  }
  .subs-offers-reason-col {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .mbm-price-columns {
    width: 100%;
  }
  .subs-offers-readmore-left, .subs-offers-readmore-right {
    width: 100%;
    display: block;
  }
}
/* Issue Layout */
.issue-h3 {
  font-size: 2em;
  line-height: 1.28571429;
}

.issue-h4 {
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 32px;
}

.issue-mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.issue-view-all {
  font-size: 1.4em;
  line-height: 1.77777778;
  color: #444;
}

.issue-h3 a:link, .issue-h3 a:visited {
  color: #005c87;
  text-decoration: none;
}

.issue-h3 a:hover {
  color: #e88d1e !important;
  text-decoration: none !important;
}

.issue-columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 5px 0;
  box-sizing: border-box;
}

.issue-column {
  flex: 1;
  /*	border: 1px solid gray;*/
  margin: 2px;
  padding: 10px;
  box-sizing: border-box;
}
.issue-column:first-child {
  margin-left: 0;
}
.issue-column:last-child {
  margin-right: 0;
}

.issue-h2 {
  font-size: 2.8em;
  line-height: 1.28571429;
  margin-top: 50px;
  margin-bottom: 36px;
}

.emap-publication-index-wrap {
  width: 100%;
  box-sizing: border-box;
}

.emap-publication-index-ul li {
  width: 33.333333%;
  float: left;
  box-sizing: border-box;
  font-size: 1.5em;
  line-height: 1.77777778;
  padding-left: 14px;
  margin-bottom: 12px;
  list-style: none;
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
}

.emap-publication-index-ul li a:link, .emap-publication-index-ul li a:visited {
  color: #005c87;
  text-decoration: none;
}

.emap-publication-index-ul li a:hover {
  color: #e88d1e !important;
  text-decoration: none !important;
}

/*.emap-publication-index-ul li:before{
    content: "";
    border-color: transparent #e88d1e;
    border-style: solid;
    border-width: 0.25em 0 0.25em 0.35em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.4em;
    position: relative;
}*/
/*.emap-publication-index-ul li {
    list-style: none;
    padding-left: 14px;
    background: url("https://s3-eu-west-1.amazonaws.com/emap-romulus-prod/wp-content/themes/cn-child/images/sprite.main.svg") no-repeat 0 8px;
        background-position-x: 0px;
        background-position-y: 10px;
}
*/
.emap-publication-index-ul li:before {
  content: "";
  background: url("https://s3-eu-west-1.amazonaws.com/emap-romulus-prod/wp-content/themes/cn-child/images/list.bullet.png") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 1 6px 0 0;
  left: 0.3em;
  top: 0.6em;
  display: block;
  position: relative;
}

@media screen and (max-width: 980px) {
  .issue-columns .issue-column {
    margin-bottom: 5px;
    flex-basis: 40%;
  }
  .issue-columns .issue-column:nth-last-child(2) {
    margin-right: 0;
  }
  .issue-columns .issue-column:last-child {
    flex-basis: 100%;
    margin: 0;
  }
  .issue-h3 {
    font-size: 1.5em;
  }
  .emap-publication-index-ul li {
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  .issue-columns .issue-column {
    flex-basis: 100%;
    margin: 0 0 5px 0;
  }
  .issue-h3 {
    font-size: 1.8em;
  }
  .emap-publication-index-ul li {
    width: 100%;
    display: block;
  }
}
@-ms-viewport {
  width: device-width;
}
@media screen and (min-width: 760px) {
  h1 {
    font-size: 4.8em;
    line-height: 1.16666667;
  }
  h2 {
    font-size: 3.8em;
    line-height: 1.26315789;
    margin-bottom: 36px;
  }
  h3 {
    font-size: 2.8em;
    line-height: 1.28571429;
    margin-bottom: 36px;
  }
  h4, h5, h6 {
    font-size: 2.4em;
    line-height: 1.33333333;
    margin-bottom: 36px;
  }
  p {
    margin-bottom: 36px;
  }
  article.post-listing .intro p {
    line-height: 1.8;
  }
  article.post-listing .post_first_paragraph p {
    font-size: 22px !important;
    line-height: 28px !important;
    font-family: Graphik;
    font-weight: normal;
    font-style: normal;
    margin-top: 32px;
  }
}
@media screen and (min-width: 975px) {
  h1 {
    font-size: 4.3em;
    line-height: 1.23076923;
  }
}
@media screen and (min-width: 769px) {
  .category-header {
    text-align: center;
  }
  .category-header .cpb-header-title {
    margin-bottom: 15px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 1px;
  }
  .category-header .category-description p {
    color: #808080;
  }
  h1 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .category-header {
    text-align: center;
  }
  .category-header .cpb-header-title {
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600 !important;
  }
}
@media (max-width: 1202px) {
  #main-nav #menu-main-menu li.menu-item-has-children:after, #main-nav #menu-main-menu li.mega-menu:after {
    margin-right: 10px;
  }
  #main-nav ul li.menu-item-has-children a, #main-nav ul li.mega-menu a {
    padding-right: 18px !important;
  }
  #main-nav ul li a {
    padding: 0 7px;
  }
  #main-nav #menu-main-menu > li > a {
    padding-right: 10px;
  }
  #main-nav #menu-main-menu > li:last-child > a {
    padding-right: 0;
  }
  #main-nav #menu-main-menu > li:first-child > a {
    padding-left: 0;
  }
}
@media (max-width: 759px) {
  h4, h5, h6 {
    font-size: 2em;
  }
}
@media (max-width: 800px) {
  .Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul {
    flex-wrap: wrap;
  }
  .Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .Learning_Page_Unit .NTLearningSignedIn_User h1.title {
    font-size: 52px;
  }
  .Learning_Page_Unit .row_Not_Subs h2 {
    font-size: 45px;
  }
  .Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth {
    width: 49%;
    border: none;
  }
  .Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth {
    min-height: 720px;
  }
  .Learning_Page_Unit .row_Not_Subs .section-group {
    min-height: 170px;
  }
  .Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul {
    flex-wrap: wrap;
  }
  .Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li .icon-box {
    width: 145px;
    height: 150px;
  }
  .Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li {
    width: 30%;
  }
  /*subscription page */
  .Group_Subscriptions .span_2_of_12 {
    width: 100%;
  }
  .Group_Subscriptions .span_4_of_12 {
    width: 100%;
  }
  .Group_Subscriptions .span_8_of_12 {
    width: 100%;
  }
  .Group_Subscriptions .span_6_of_12 {
    width: 100%;
  }
  .Group_Subscriptions .span_2_of_12 {
    width: 100%;
  }
  .Group_Subscriptions .span_3_of_12 {
    width: 100%;
  }
  .Group_Subscriptions .col {
    margin: 1% 0 1% 0%;
  }
}
@media (max-width: 640px) {
  .button-gating-wrap {
    margin-top: 40px;
  }
  .learning-page .button-gating-wrap {
    margin-top: 40px;
  }
  .Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth .NTLearningSignedIn_Col .NTLearningSignedIn_Text {
    height: 85px;
  }
  .Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth {
    min-height: 735px;
  }
  .Learning_Page_Unit .row_Not_Subs {
    padding: 20px;
  }
  .Learning_Page_Unit .row_Not_Subs .section-group {
    min-height: 200px;
  }
  .Learning_Page_Unit .NTLearningSignedIn_User .row_Need-Help .need_help_bg .need_help_btn {
    width: 60%;
  }
  .home-ads h2 {
    font-size: 3.5em;
  }
  .home-ads h3 {
    font-size: 2.6em;
  }
}
@media (max-width: 600px) {
  .Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li {
    width: 44%;
  }
}
@media (max-width: 480px) {
  .Learning_Page_Unit .NTLearningSignedOut_User h1.title {
    font-size: 38px;
  }
  .Learning_Page_Unit .NTLearningSignedOut_User .learning-units-preview .picture {
    float: none;
    margin: 5px auto;
  }
  .Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join h2 {
    font-size: 30px;
  }
  .Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li {
    width: 95%;
  }
  .Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li .icon-box {
    width: 125px;
    height: 130px;
    float: left;
  }
  .Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li h3 {
    min-height: auto;
    margin-bottom: 5px;
    text-align: left;
    margin-top: 14px;
    line-height: 1.3;
  }
  .Learning_Page_Unit .row_Grey .section-group .span_1_of_3, .Learning_Page_Unit .row_Not_Subs .section-group .span_1_of_3 {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
  .Learning_Page_Unit .row_Grey .section-group .span_1_of_3 a.button {
    width: 80%;
  }
  .Learning_Page_Unit .NTLearningSignedIn_User h1.title {
    font-size: 45px;
  }
  .Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth {
    min-height: 860px;
  }
  .Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth {
    width: 100%;
    padding: 5px !important;
  }
  .Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth .NTLearningSignedIn_boxImage {
    width: 100px;
    height: 100px;
    margin-top: -8px;
    float: left;
  }
  .Learning_Page_Unit .NTLearningSignedIn_User .row3_Fourth .FourthWidth .NTLearningSignedIn_Col {
    text-align: left;
  }
  .Learning_Page_Unit .row_Not_Subs h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  /*subscription page */
  .Group_Subscriptions .ntc-span1 {
    font-size: 2.4em;
    line-height: 1.28571429;
  }
  .Group_Subscriptions .ntc-span2 {
    font-size: 2.4em;
    line-height: 1.28571429;
  }
  .Group_Subscriptions .ntc-span3 {
    font-size: 1.8em;
    line-height: 1.28571429;
  }
  .Group_Subscriptions .ntc-span8 {
    font-size: 1.6em;
    line-height: 1.28571429;
  }
  .Group_Subscriptions .ntc-span6 {
    font-size: 1.8em;
    line-height: 1.28571429;
  }
}
@media (max-width: 320px) {
  .Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join h2 {
    line-height: 1.2;
  }
  .Learning_Page_Unit .NTLearningSignedOut_User .reason-to-join ul li {
    width: 90%;
  }
  .cat-4c-box#related_posts .cat-box-content .post-listing .related-item {
    width: 46% !important;
  }
}
@media (max-width: 479px) {
  .sky-form-popup {
    margin-top: -20% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sky-form-popup {
    margin: -240px 0px 0px -271px !important;
  }
}
@font-face {
  font-family: "Scotch Micro";
  src: url("../../fonts/scotch-micro/ScotchMicro.eot");
  src: url("../../fonts/scotch-micro/ScotchMicro.eot?#iefix") format("embedded-opentype"), url("../../fonts/scotch-micro/ScotchMicro.woff2") format("woff2"), url("../../fonts/scotch-micro/ScotchMicro.woff") format("woff"), url("../../fonts/scotch-micro/ScotchMicro.ttf") format("truetype"), url("../../fonts/scotch-micro/ScotchMicro.svg#ScotchMicro") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Scotch Micro";
  src: url("../../fonts/scotch-micro/ScotchMicro-Italic.eot");
  src: url("../../fonts/scotch-micro/ScotchMicro-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/scotch-micro/ScotchMicro-Italic.woff2") format("woff2"), url("../../fonts/scotch-micro/ScotchMicro-Italic.woff") format("woff"), url("../../fonts/scotch-micro/ScotchMicro-Italic.ttf") format("truetype"), url("../../fonts/scotch-micro/ScotchMicro-Italic.svg#ScotchMicro-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Scotch Modern";
  src: url("../../fonts/scotch-modern/ScotchModern-Italic.eot");
  src: url("../../fonts/scotch-modern/ScotchModern-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/scotch-modern/ScotchModern-Italic.woff2") format("woff2"), url("../../fonts/scotch-modern/ScotchModern-Italic.woff") format("woff"), url("../../fonts/scotch-modern/ScotchModern-Italic.ttf") format("truetype"), url("../../fonts/scotch-modern/ScotchModern-Italic.svg#ScotchModern-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Scotch Modern";
  src: url("../../fonts/scotch-modern/ScotchModern-Regular.eot");
  src: url("../../fonts/scotch-modern/ScotchModern-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/scotch-modern/ScotchModern-Regular.woff2") format("woff2"), url("../../fonts/scotch-modern/ScotchModern-Regular.woff") format("woff"), url("../../fonts/scotch-modern/ScotchModern-Regular.ttf") format("truetype"), url("../../fonts/scotch-modern/ScotchModern-Regular.svg#ScotchModern-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../../fonts/graphic-medium/Graphik-Medium.eot");
  src: url("../../fonts/graphic-medium/Graphik-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/graphic-medium/Graphik-Medium.woff2") format("woff2"), url("../../fonts/graphic-medium/Graphik-Medium.woff") format("woff"), url("../../fonts/graphic-medium/Graphik-Medium.ttf") format("truetype"), url("../../fonts/graphic-medium/Graphik-Medium.svg#Graphik-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../../fonts/graphic-semibold/Graphik-Semibold.eot");
  src: url("../../fonts/graphic-semibold/Graphik-Semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/graphic-semibold/Graphik-Semibold.woff2") format("woff2"), url("../../fonts/graphic-semibold/Graphik-Semibold.woff") format("woff"), url("../../fonts/graphic-semibold/Graphik-Semibold.ttf") format("truetype"), url("../../fonts/graphic-semibold/Graphik-Semibold.svg#Graphik-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../../fonts/graphic-bold/Graphik-Bold.eot");
  src: url("../../fonts/graphic-bold/Graphik-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/graphic-bold/Graphik-Bold.woff2") format("woff2"), url("../../fonts/graphic-bold/Graphik-Bold.woff") format("woff"), url("../../fonts/graphic-bold/Graphik-Bold.ttf") format("truetype"), url("../../fonts/graphic-bold/Graphik-Bold.svg#Graphik-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../../fonts/graphic-regular/Graphik-Regular.eot");
  src: url("../../fonts/graphic-regular/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/graphic-regular/Graphik-Regular.woff2") format("woff2"), url("../../fonts/graphic-regular/Graphik-Regular.woff") format("woff"), url("../../fonts/graphic-regular/Graphik-Regular.ttf") format("truetype"), url("../../fonts/graphic-regular/Graphik-Regular.svg#Graphik-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Grifo M";
  src: url("../../fonts/grifo-medium/GrifoM-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/grifo-medium/GrifoM-Medium.woff2") format("woff2"), url("../../fonts/grifo-medium/GrifoM-Medium.woff") format("woff"), url("../../fonts/grifo-medium/GrifoM-Medium.ttf") format("truetype"), url("../../fonts/grifo-medium/GrifoM-Medium.svg#GrifoM-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Grifo M";
  src: url("../../fonts/grifo-light/GrifoM-Light.eot");
  src: url("../../fonts/grifo-light/GrifoM-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/grifo-light/GrifoM-Light.woff2") format("woff2"), url("../../fonts/grifo-light/GrifoM-Light.woff") format("woff"), url("../../fonts/grifo-light/GrifoM-Light.ttf") format("truetype"), url("../../fonts/grifo-light/GrifoM-Light.svg#GrifoM-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}