@media (max-width: 1024px) {

  /* temp for dev */
  body {
    padding-top: 0 !important;
  }

  #toolbar,
  .tabs {
    display: none !important;
  }



  article.main span.share {
    padding-top: 21px;
  }  

  .back-to-top-btn {
    left: 50%;
    margin-left: -17px;
    -webkit-background-size: 60% 60%;
    background-size: 60% 60%;
    background-color: #fff;
    background-position: 50% 50%;
  }

  .back-to-top-btn:hover {
    background-color: #fff;
  }

  .back-to-top-btn-show {
    top: -35px;
  }

  input[type="text"],
  input[type="search"],
  input[type="number"],
  input[type="email"],
  input[type="submit"],
  input[type="button"],
  textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    font-size: 16px !important;
  }

  footer {
    background-image: none;
  }


  .rbth-widget > iframe {
    display: block;
    margin: 0 auto !important;
    min-height: 500px;
  }


  .rd-main-nav > li.m-social-share {
    display: block;
    padding: 4px 15px;
  }

  .m-social-share span,
  .m-social-share a {
    display: inline-block;
    height: 31px;
    vertical-align: top;
    width: 30px;
  }

  .m-social-share span {
    color: #fff;
    font-size: 13px;
    width: auto;
  }

  .m-social-share a {
    background: transparent url(../images/icons-social.png) no-repeat;
    background-image: url(../images/icons-social.svg);
    margin: 4px 4px 8px 0;
  }

  .m-social-share a:first-child {
    margin-left: 15px;
  }

  .m-social-share .icon-fb {
    background-position: -98px 0;
  }

  .m-social-share .icon-li {
    background-position: -66px 0;
  }

  .m-social-share .icon-tw {
    background-position: -33px 0;
  }

  .m-social-share .icon-rss {
    background-position: -1px 0;
  }


  .rd-navbrand-header {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .row {
    max-width: 100%;
  }

  section#content,
  footer {
    border-left: 0;
    border-right: 0;
  }

  .supra-header,
  #search,
  .sliderArrow,
  #events > img {
    display: none;
  }

  .brand {
    width: 200px;
    height: 29px;
    margin: 20px 0;
    background: url(../images/m-wordmark.png) no-repeat 0 0;
    background-image: url(../images/m-wordmark.svg);
  }

  #rd-main-nav-wrapper {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }

  .m-main-nav-trigger-wrapper,
  .m-pseudo-breadcrumbs,
  .m-main-search {
    display: block;
  }

  .m-main-nav-trigger-wrapper,
  .m-main-search {
    float: right;
    margin-top: -74px;
    border-left: 1px solid transparent;
  }

  .m-main-search {
    width: 49px;
    height: 75px;
    margin-right: -1px;
    border-right: 1px solid transparent;
    background: url(../images/searchbutton.png) no-repeat center center;
    background-image: url(../images/searchbutton.svg);
  }

  .m-main-nav-trigger-wrapper-active,
  .m-main-search-active {
    border-color: #fff;
  }

  .m-main-nav-trigger {
    width: 19px;
    height: 15px;
    padding: 0;
    margin: 30px 15px;
    border-width: 3px 0;
    border-color: #fff;
  }

  .m-main-nav-trigger,
  .m-main-nav-trigger:hover,
  .m-main-nav-trigger:active {
    background: none;
  }

  .m-main-nav-trigger:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
  }

  .m-main-nav-trigger:after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 3px;
    bottom: -3px;
    width: 3px;
    background: #000;
  }

  .rd-main-nav,
  .m-main-search-form {
    display: block;
    position: absolute;
    z-index: 1000;
    padding: 8px 0 4px;
    border-top: 1px solid #fff;
    background: #000;
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    clip: rect(0, auto, 1000em, 0);
  }

  .m-main-search-form {
    width: 100%;
    padding: 15px;
    font-size: 1px;
  }

  .m-main-search-form input {
    display: inline-block;
    margin-bottom: 0;
    -webkit-transition: none;  
       -moz-transition: none;  
         -o-transition: none;
            transition: none;
  }

  .m-main-search-form input[type="text"] {
    background: #fff;
    width: 83%;
    border: 0;
  }

  .m-main-search-form input[type="submit"] {
    height: 37px;
    padding: 8px;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    text-transform: uppercase;
  }

  .rd-main-nav-active,
  .m-main-search-form-active {
    visibility: visible;
  }

  .rd-main-nav li {
    display: block;
    padding: 0 !important;
  }

  #rd-main-nav-wrapper li ul,
  #rd-main-nav-wrapper li:hover ul {
    display: block;
    position: static;
    width: auto;
    background: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  #rd-main-nav-wrapper li ul li,
  #rd-main-nav-wrapper li:hover ul li {
    margin-left: 10px;
  }

  .rd-main-nav > li {
    margin: 0 !important;
  }

  .rd-main-nav li a,
  #rd-main-nav-wrapper li:hover ul a {
    padding: 6px 15px;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
  }

  .rd-main-nav li a:hover,
  #rd-main-nav-wrapper li:hover ul a:hover,
  #rd-main-nav-wrapper li.selected > a,
  .rd-main-nav > li:first-child > a,
  .m-pseudo-breadcrumbs a:hover {
    color: #F94B52 !important;
  }

  #rd-main-nav-wrapper li.selected {
    background: #000;
  }

  .m-pseudo-breadcrumbs {
    position: relative;
    padding: 0 15px;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .m-pseudo-breadcrumbs:before {
    color: #fff;
    content: '\3009';
    font-size: 15px;
    font-weight: 200;
    left: 14px;
    position: absolute;
    top: 11px;
    display: none;
  }

  .m-pseudo-breadcrumbs > a,
  .m-pseudo-breadcrumbs > span {
    display: block;
  }

  .m-pseudo-breadcrumbs > a {
    float: right;
    padding: 12px 0 12px 8px;
    border-left: 1px solid #fff;
    color: #F94B52;
  }
  
  #mobile-archive-link {
    padding-right: 8px;
  }

  #mobile-subscribe-link {
    padding-right: 8px;
  }

  .m-pseudo-breadcrumbs > a:first-child,
  .m-pseudo-breadcrumbs > span {
    float: left;
    padding: 12px 15px 12px 0;
    border-left: 0;
    color: #fff;
    max-width: 55%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }


  #about-us-main-section,
  #page-about .reports-wrapper,
  #page-about .membership-wrapper {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }

  #page-about .reports-wrapper {
    margin-bottom: 20px;
  }


  #feature-player {
    overflow: visible !important;
    max-height: none!important;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
  }

  .bxslider article {
    height: auto !important;
    margin-bottom: 7px !important;
    position: relative;
    padding-top: 10px;
  }

  .bxslider article:before {
    background: #ccc;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 72%;
  }

  .bxslider > article > a:first-child {
    display: none !important;
  }

  .bxslider article:first-child {
    padding-top: 0;
  }

  .bxslider article:first-child:before {
    height: 0;
  }

  .bxslider > article:first-child > a:first-child {
    display: block !important;
  }

  .bxslider h2,
  .taxonomy-list .top-story h4 a,
  article.main h1,
  .ad-and-research-text h1 {
    font-size: 20px !important;
    margin-bottom: 5px !important;
    line-height: 24px !important;
  }

  .ad-and-research-text h2 {
    font-size: 18px;
  }

  .bxslider .author {
    margin-bottom: 5px !important;
  }

  .bxslider .author > a {
    font-size: 15px;
  }

  .bxslider article p,
  div.boxes section article p,
  .rd-tax-section > p,
  .taxonomy-list .top-story p.teaser {
    font-size: 14px !important;
  }


  .digital li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  #monthly .cover,
  #quarterly .cover,
  .digital li > div {
    padding-bottom: 60px;
  }

  .page-archive .cover .links {
    bottom: 5px;
  }

  #monthly .cover > .large-3,
  #quarterly .cover > .large-3,
  .digital li > div > .large-3 {
    margin-right: 10px;
    width: 30%;
  }

  #monthly .cover > .large-9,
  #quarterly .cover > .large-9,
  .digital li > div > .large-9 {
    width: 100%;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-archive .report-subtitle {
    margin-bottom: 0;
    font-size: 13px;
  }

  .page-archive .digital li h4 .arrow {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  section.sidebar section h4 {
    background-position: 97.5% center !important;
  }

  .subscription-flyout-wrapper,
  .article-fixed-shares {
    display: none !important;
  }
}

@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) {

  html.rd-momentum-scroll,
  html.rd-momentum-scroll body {
    height: 100%;
  }

  html.rd-momentum-scroll body {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  html.rd-momentum-scroll .omni-wrapper {
    height: 100%;
    overflow: scroll;
  }
}

@media (max-width: 975px) {

.upcomingReports{
  visibility: hidden;
  height: 0;
}

.page-blackfriday--bodyheadertext{
  font-size: 1.75em !important;
  line-height: 1;
  text-align: center; 
  color: #888888; 
}

.page-blackfriday-icons li{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.page-xmasoffer--bodyheadertext{
  font-size: 1.75em !important;
  line-height: 1;
  text-align: center; 
  color: #888888; 
}

.page-xmasoffer-icons li{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.node--registration_page--title{
      text-align: left!important;
    font-size: 1.05em;


}
  .node--registration_page--subtitle {
    font-size: 2em;
    text-align: left;
    padding-top: 10px;
  }


.node--registration_page--slidertitle{

    font-size: 2em;
    text-align: Left;
}
.node--registration_page--subheading {
visibility: hidden;
}
.node--registration_page--subheadingtext{
  margin-bottom: -30px;
}
.node--registration_page--footertext{
  text-align: center !important;
}

.node--registration_page--price {
 padding-bottom: 23px; 
}

.node--registration_page--singleprice {
  margin-top: 5px;
  padding-bottom: 0px;
  top: 30px

}
.node--registration_page--body{
    font-size: 1em;
    margin-top: 0;
}
.node--registration_page--body ul {
    margin-bottom: 0;
}
.node--registration_page--footer {
    bottom: -65px;
}

  .rduser-wrapper {
    padding-right: 0;
  }

  .ebook-cover-wrapper {
    max-width: 92%;
    margin: 0 auto;
  }

  .ebook-padder-v {
    padding-left: 0;
    margin-top: 40px;
  }

  .ebook-title,
  h1.ebook-title {
    font-size: 1.7em;
  }

  .ebook-title:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 30px;
    margin-top: 0;
    border-width: 0 22px 15px 22px;
    border-color: transparent transparent #f94b52 transparent;
  }

  .ebook-cover {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
  }

  .archive-dl-popup {
    padding-left: 35px;
    padding-right: 35px;
  }

  .archive-dl-popup .download {
    right: 10px;
  }

  .archive-search-form {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .archive-search-result {
    height: 0;
    padding-bottom: 30%;
  }

  .p-custom-archive-title {
    margin-left: 5px;
  }

  .m-home-inner-ad {
    display: block;
  }

  div.boxes section.large-4 {
    height: auto !important;
    margin-bottom: 20px;
    min-height: 0 !important;
    overflow: hidden;
    padding-left: 0.975em !important;
    padding-right: 0.975em !important;
  }

  div.boxes section.large-4 h4,
  div.boxes section.large-6 h4 {
    background-position: 97% center !important;
  }

  div.boxes section.large-4 article {
    height: auto !important;
    padding-bottom: 10px !important;
  }

  div.boxes section.qa {
    border-left: 0.975em solid #fff;
    border-right: 0.975em solid #fff;
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 0.975em !important;
  }

  section.qa p {
    margin-top: 0.75em !important;
  }

  div.boxes section.rbth-news,
  div.boxes section.bookshelf {
    padding-right: 0.975em !important;
    padding-left: 0.975em !important;
    padding-top: 0 !important;
    min-height: 0 !important;
  }

  div.boxes section.rbth-news {
    margin-bottom: 20px;
  }

  div.boxes section.bookshelf article {
    min-height: 0 !important;
  }

  div.boxes section.bookshelf > article > a:first-child {
    display: none;
  }

  div.boxes section.bookshelf > article > h5 > a {
    display: block;
    padding: 0.4875em 13px 0;
  }

  div.boxes section.rbth-news article {
    position: relative;
  }

  div.boxes section.rbth-news article:before {
    background: #ccc;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 72%;
  }

  div.boxes section.rbth-news > h4 + article:before {
    height: 0;
  }

  div.boxes section.rbth-news article:nth-child(4) {
    padding-bottom: 10px !important;
    padding-top: 10px;
  }

  div.boxes section.rbth-news article hr {
    display: none;
  }

  div.boxes section article p {
    margin-bottom: 0 !important;
    margin-left: 0.975em !important;
    margin-right: 0.975em !important;
  }


  .subscription-flyout {
    margin-right: 0;
    right: 15px;
  }


  .bxslider .author > a {
    display: block;
    padding-top: 2px;
  }


  .feedback {
    margin-bottom: 10px;
  }

  #feedback-form-message {
    font-size: 14px;
  }

  div#feedback-form {
    width: 94%;
    max-width: 400px;
    margin-left: -47%;
  }

  div#feedback-form textarea,
  div#feedback-form input[type="text"],
  div#feedback-form input[type="email"],
  div#feedback-form input[type="submit"] {
    width: 80% !important;
    margin: 0 auto !important;
    float: none;
    display: block;
  }

  div#feedback-form input[type="text"],
  div#feedback-form input[type="email"] {
    border-bottom: 0;
  }

  div#feedback-form input[type="submit"] {
    margin-top: 20px !important;
  }


  .infinite-scroll > a:first-child {
    display: none;
  }

  .infinite-scroll > a + div {
    padding-left: 0;
  }

  .infinite-scroll > div > h4 + p {
    margin-top: 5px;
  }

  article.taxonomy-list p.teaser {
    font-size: 14px;
  }

  #infinite-scroll-target > article:first-child {
    padding-top: 0;
  }

  .rd-homepage #newsletter {
    display: none;
  }

  .rd-homepage #newsletter + div,
  .rd-homepage #newsletter + section {
    margin-top: 0;
  }

  .rd-homepage-newsletter {
    clear: left;
    display: block;
    border-top: 20px solid #fff;
    margin-left: 0.975em;
    margin-right: 0.975em;
    height: auto !important;
    padding: 0.975em;
  }

  .rd-homepage-newsletter h4,
  .rd-homepage-newsletter p {
    color: #fff;
  }

  .rd-homepage-newsletter h4 {
    border: 0 !important;
    padding-left: 0 !important;
  }


  .row .ht-even,
  .row .ht-odd {
    padding-left: 0.975em;
    padding-right: 0.975em;
  }

  .ht-even > a + a,
  .ht-odd > a + a {
    display: block;
  }

  
  .row .column,
  .row .columns {
    width: 100%;
  }

  .row section.sidebar {
    padding-left: 0.9375em !important;
  }

  section.sidebar section h4 {
    background-position: 97% center !important;
  }

  div.sidebar-helper {
    margin: 0;
  }

  section#newsletter input[type="text"],
  section#newsletter button,
  .rd-homepage-newsletter input[type="text"],
  .rd-homepage-newsletter button {
    width: 85% !important;
    max-width: 300px;
    margin: 0 auto !important;
  }

  section#newsletter button,
  .rd-homepage-newsletter button {
    margin-top: 16px !important;
  }


  .row .rd-half-right {
    padding-left: 0.975em;
  }

  .row .rd-half-left {
    padding-right: 0.9375em;
    padding-left: 0.975em;
  }

  .rd-half-right .rd-content-box {
    padding-top: 0;
  }

  .m-newsletter-type {
    display: inline;
  }

  .rd-content-box .control {
    min-width: 235px;
  }

  .rd-sub-form-group {
    float: none;
    width: 100%;
  }

  .rd-sub-form-group-even {
    padding-right: 10px;
  }

  .rd-sub-form-group label + select {
    margin-bottom: 26px;
  }

  .rd-content-box img {
    margin-right: 10px;
  }

  .rd-sub-form-group #rd-tos {
    margin-top: 0;
  }

  .rd-sub-form-group button {
    margin-top: 12px;
  }

  .page-sub-header {
    font-size: 20px;
  }

  .page-sub p,
  #page-about p {
    font-size: 14px;
  }


  #page-about > h2 + div > section.large-8,
  #page-about-mission-box-container,
  #page-about-middle-boxes > .large-4,
  #page-about-middle-boxes > .large-8,
  #page-about-middle-boxes > .large-8 > .row > .large-6:first-child,
  #page-about-middle-boxes > .large-8 > .row > .large-6:first-child + .large-6,
  #custom-profile-container,
  #custom-profile-container > .row > .large-6:first-child,
  #custom-profile-article-container {
    padding-right: 0.9375em;
    padding-left: 0.9375em;
  }
  
  #page-about-middle-boxes .large-8 .large-6 {
    margin-top: 20px;
  }

  #page-about .dlpromo,
  #page-about .membership .mempromo {
    margin: 0 15px;
  }

  #page-about .mission h3,
  #page-about .reports h3,
  #page-about .digital h3,
  #page-subscribe .digital h3,
  #page-about .membership h3,
  #page-about .company-news h3,
  #page-about .team h3,
  #page-about .digital ul li {
    background-position: 97% center !important;
  }

  #page-about .mission,
  #page-about .membership,
  #page-about .reports {
    height: auto;
    padding-bottom: 20px;
  }

  #page-subscribe .bx-viewport,
  #page-about .team,
  #page-about .bx-viewport,
  #page-about .rotator > div,
  #page-about .partners {
    height: auto !important;
  }

  #page-subscribe .partnerSlider, 
  #page-about .rotator,
  .partnerSlider {
    width: auto !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }

.partnerSlider {
    width: auto !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }

  #page-about .rotator > div,
  #page-about .team div p,
  #page-about .partners div p {
    float: none !important;
    width: auto !important;
    padding: 0 15px;
  }

  #page-about .team div p,
  #page-about .partners div p {
    padding: 0;
  }

  #page-about .membership {
    padding-bottom: 30px;
  }

  #page-about .team div img,
  #page-about .partners div img {
    margin-right: 15px;
    margin-bottom: 10px;
  }

  #page-about h2.large-12 {
    margin: 0;
    padding: 5px 0 5px 15px;
  }

  .bx-prev,
  .bx-next,
  .bx-clone,
  .partner-prev,
  .partner-next,
  .partnerSlider > div > div br {
    display: none;
  }

  #page-about .mission {
    padding-bottom: 0;
  }

  .partnerSlider > div > div {
    margin: 0 !important;
    width: auto !important;
    padding: 15px;
  }

  #page-about .advertise {
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
  }


  .region-content p {
    font-size: 14px;
  }

  .region-content .content iframe[src*="maps.google.com"],
  .region-content .content iframe + br {
    display: none;
  }

  .article-body iframe {
    width: 100% !important;
  }

  .rd-basic-page .large-4.sidebar {
    padding-right: 0.9375em;
  }


  .region-content .content > .row {
    margin-left: 0; 
    margin-right: 0;
  }

  .rd-basic-page .top-story {
    padding-left: 0;
  }

  .views-row article > a:first-child {
    float: left;
    margin-top: 12px;
  }

  .views-row article > a:first-child > img {
    padding-left: 0;
    width: auto;
  }

  .views-row article > .large-9 {
    float: none;
    padding-right: 0;
  }

  .region-content .pager-item {
    display: none !important;
  }

  .item-list ul li {
    margin: 0 0 0.25em !important;
    font-size: 13px;
  }


  article.main span.share {
    float: left;
    clear: left;
  }

  article.main span.author {
    clear: left;
    margin-top: 5px;
    margin-left: 0;
  }

  article.main span.author:before {
    display: none;
  }

  article.main span.author > a {
    display: block;
  }

  .field-name-field-tags .field-label {
    margin-top: 10px;
  }

  .field-name-field-tags .field-items {
    float: left;
    margin: 10px 0;
  }

  .related-content > p > a:first-child > img {
    display: none;
  }


  #custom-profile-container .custom-profile-reports {
    margin-bottom: 20px;
  }

  #custom-profile-container > h2 {
    font-size: 24px;
  }

  #custom-profile-container > h3 {
    font-size: 18px;
  }

  .custom-profile-reports li {
    background-position: 97% center !important;
  }


  .sbOptions {
    z-index: 100;
  }

  .custom-event-image + p,
  .custom-event-image + a,
  .custom-event-image + p + a {
    clear: left !important;
    margin-left: 0;
  }

  .custom-event-image + p {
    padding-top: 10px;
  }

  .custom-event-main-blocks + .evt-user-callout {
    margin-bottom: 20px;
  }


  .ad-and-research-text .download {
    margin-right: 0;
    float: left;
  }

  .archive-dl-popup-container {
    padding: 0 0.9375em;
  }

 #page-subscribe .archive-dl-popup-container {
    padding: 0 0.9375em;
  }

  .archive-dl-popup-container .archive-dl-popup {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }

  .archive-dl-popup-container .archive-dl-popup:before,
  .archive-dl-popup-container .archive-dl-popup:after {
    content: ' ';
    display: table;
  }

  .archive-dl-popup-container .archive-dl-popup:after {
    clear: both;
  }
}

@media (min-width: 769px) and (max-width: 975px) {

  .bxslider article > a:first-child > img,
  .box1 article > a:first-child > img,
  .box3 article > a:first-child > img,
  .rd-basic-page .top-story > div > a:first-child > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }
}

@media (max-width: 768px) {

  .subscription-flyout {
    height: 37px;
  }
}

@media (max-width: 767px) {
  .ad-wrapper-728 {
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .ad-wrapper-468 {
    width: auto;
    height: auto;
    overflow: auto;
    clip: auto;
  }
}

@media (max-width: 700px) {
  .rduser-profile-edit-col,
  .rduser-profile-edit-row-pass .form-type-password,
  .rduser-profile-edit-col-lname > div,
  .rduser-profile-edit-col-fname > div {
    float: none;
    width: 100%;
  }

  .rduser-profile-edit-col-ucountry,
  .rduser-profile-edit-col-uindustry {
    padding-left: 0;
  }

  .rduser-profile-edit-row-pass input[type='password'] {
    width: 100%;
  }

  .archive-search-result {
    width: 33.3333%;
    padding-bottom: 40%;
  }
}

@media (max-width: 650px) {

  .m-pseudo-breadcrumbs > a:first-child,
  .m-pseudo-breadcrumbs > span {
    max-width: 28%;
  }

  .archive-top-report {
    float: none;
    width: 100%;
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }

  .archive-search-grp {
    float: none !important;
  }

  .archive-search-grp:before,
  .archive-search-grp:after {
    content: ' ';
    display: table;
  }

  .archive-search-grp:after {
    clear: both;
  }

  .archive-search-yr,
  .archive-search-q {
    padding-left: 65px;
  }

  .archive-search-yr,
  .archive-search-month {
    margin-bottom: 10px;
  }

  .archive-search-grp label {
    margin-left: -63px;
  }
}

@media screen and (max-width: 600px){
  .tp-modal .tp-close {
    right: 0 !important;
  }
}
@media (max-width: 600px) {

  .search-results--archive-result--img-wrap {
    display: none;
  }

  .search-results--archive-result--inner {
    margin-left: 0;
  }

  .custom-archive-ad--covers,
  .custom-archive-ad--content {
    float: none;
    width: 100%;
  }

  .custom-archive-ad--covers {
    margin: 0 auto;
    max-width: 320px;
  }

  .sub-msg {
    float: none;
    width: auto;
  }

  .custom-registration-content {
    margin-top: 50px;
  }

  .custom-registration-form-grp-name input,
  .custom-registration-form-grp-name input + input,
  .custom-registration-form-grp input,
  .custom-registration-form-grp input + input,
  .custom-registration-form-grp select {
    float: left;
    display: block;
    width: 90%;
  }

  .custom-registration-form-grp input[type='submit'] {
    width: 100px;
  }

  .page-archive .digital li.clicked h4 .arrow,
  .page-archive h4 {
    font-size: 14px;
  }


  .rd-content-box .control {
    float: left;
  }

  .rd-content-box img {
    width: 35%;
  }

  .rd-sub-form-group label {
    max-width: 220px;
    line-height: 22px;
  }

  .rd-sub-form-group label span {
    float: none;
    display: inline-block;
  }


  #page-about .rotator > div .email {
    display: block;
  }

  
  .views-row article > a:first-child {
    margin-top: 7px;
  }

  .archive-dl-popup-content,
  .archive-dl-popup-previews {
    clear: left;
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .archive-dl-popup .archive-dl-popup-previews img {
    margin: 10px 10px;
    width: auto;
  }

  .archive-dl-linkwrapper {
    margin-bottom: 15px;
  }
}

@media (max-width: 520px) {

  #events-date-filter .sbHolder .sbSelector,
  #events-date-filter .sbOptions > li > a {
    text-align: left;
    padding-left: 10px;
  }

  #date-filter-month + .sbHolder {
    width: 43.142857%;
  }

  #date-filter-year + .sbHolder {
    width: 25.4285714%;
  }

  .ebook-logo-wrapper {
    display: block;
    padding: 0;
    width: 100%;
  }

  .ebook-logo {
    display: block;
    max-height: none;
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .ebook-50 {
    float: none;
    width: 100%;
  }

  .ebook-50 + .ebook-50 {
    margin-top: 20px;
  }

  .ebook-body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ebook-review,
  .ebook-note {
    padding-left: 15px;
  }

  .ebook-editor-thumb {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 80px;
  }

  .archive-search-result {
    width: 50%; /** 50% */
    padding-bottom: 60%;
  }
}

@media (max-width: 480px) {

  .page-blackfriday--topimage {
  /*
  background: transparent url(/sites/default/files/field/image/desktop-banner-text.jpg) no-repeat center center;
  */
  content:url(/sites/default/files/field/image/mobile-banner2@2x.jpg ) !important;
  width: inherit;
}

  .page-xmasoffer--topimage {
  /*
  background: transparent url(/sites/default/files/field/image/desktop-banner-text.jpg) no-repeat center center;
  */
  content:url(/sites/default/files/field/image/Mobile-ball.jpg ) !important;
  width: inherit;
}


  .ebook-share {
    width: 50px;
    margin: 0 10px;
  }

  .ebook-share-icon,
  .ebook-share-counter {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .ebook-share-counter {
    margin-top: 10px;
  }

  .ebook-share-counter:before {
    top: auto;
    top: -9px;
    margin-top: auto;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #f94b52 transparent;
  }

  .archive-dl-popup {
    margin-top: 80px;
  }

  .views-row article > a:first-child > img {
    display: none;
  }

  #custom-profile-article-container > div > p {
    font-size: 13px;
  }

  .subscription-flyout {
    margin-left: 0;
    min-width: 280px;
  }

  .custom-event-main-blocks {
    margin-left: 50px;
  }

  .custom-event-main-blocks > h2 {
    margin-right: 0;
  }

  .events-add-cal {
    position: static;
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 9px;
  }

  .custom-event-main-blocks .minical {
    width: 50px;
    margin-left: -64px;
  }

  .custom-event-main-blocks .minical .month {
    font-size: 14px;
  }

  .custom-event-main-blocks .minical .day {
    font-size: 29px;
  }
}

@media (max-width: 467px) {
  .ad-wrapper-468 {
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}

@media (max-width: 350px) {
  .subscription-flyout {
    left: 15px;
  }
}

@media (max-height: 550px) {

  div#feedback-form {
    overflow: scroll;
  }

  .page-custom-archive-overlay > div {
    margin-top: 75px;
  }
}

