/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding-top: 20px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
.home-text {
  margin: 0 1%;
  padding: 5px 25px;
  border: 2px #6e5aa0 solid;
  border-radius: 20px;
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #CCCCCC;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #337b97;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

.slideshow:after {
  content: '';
  display: table;
  clear: both;
}

.camera_wrap, .camera_wrap[height], .camera_wrap[style] {
  overflow: hidden;
}

.camera_wrap#camera_wrap_1 img {
  border-radius: 20px;
  display: block !important;
}

.camera_wrap .camera_target {
  overflow: visible !important;
}

.col-third {
  background: #f12d77;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  margin: 20px 0;
  padding: 15px;
}

.col-third ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.std .col-third ul li {
  display: block;
  margin: 0 0 15px 0;
}

.col-third a {
  color: #fff;
  font-weight: bold;
}

.col-third h2 {
  border-bottom: 1px #fff solid;
  border-bottom-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}

.col-third .btn {
  font-size: 16px;
  font-weight: normal;
}

.col-third.new-products {
  background: #373264;
}

.col-third.new-products li a {
  display: block;
}

.col-third.enewsletter {
  background: #6e5aa0;
}

.col-third.col-alt {
  background: #fff;
  color: #4d4d4d;
}

.col-third.col-alt h2 {
  color: #373264;
  border-bottom-color: #373264;
}

.col-third.col-alt .btn {
  background: #fff;
  border: 1px #373264 solid;
  border-radius: 5px;
  color: #373264;
  float: right;
  padding: 5px 10px;
}

.col-third .btn-login .ico {
  background-position: 0 -240px;
}

@media only screen and (min-width: 771px) {
  .col-third {
    float: left;
    height: 325px;
    margin: 20px 1%;
    width: 31.3333333333%;
  }

  .col-third.categories ul {
    height: 225px;
    overflow: auto;
  }

  .col-third.col-alt {
    height: auto;
    min-height: 200px;
  }

  .camera_wrap {
    margin: 0 1% 20px 1%;
    width: 98% !important;
  }
}
.datasheet-search {
  background: #fff;
  padding: 20px 0;
}
.datasheet-search .search-input {
  border-color: #f2f2f2;
}

#mc_embed_signup form {
  margin: 0;
  padding: 0;
}

#mc-embedded-subscribe-form {
  padding: 0;
}
#mc-embedded-subscribe-form p {
  color: #8c86c3;
  float: left;
  font-size: 12px;
  width: 60%;
}
#mc-embedded-subscribe-form a {
  color: #fff;
}
#mc-embedded-subscribe-form input[type="email"] {
  border: none;
}
#mc-embedded-subscribe-form .btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
  clear: none;
  float: right;
  font-size: 14px;
  padding: 2px 5px;
  text-align: center;
  width: 40%;
}
#mc-embedded-subscribe-form .btn:active, #mc-embedded-subscribe-form .btn:hover, #mc-embedded-subscribe-form .btn:focus {
  background-color: #373264;
}
#mc-embedded-subscribe-form h2 {
  clear: both;
}
#mc-embedded-subscribe-form .mc-field-group {
  margin-bottom: 10px;
}

#mc-embedded-subscribe {
  margin: 0;
  padding: 0;
}

#mc-embedded-subscribe-form:after {
  content: '';
  display: table;
  clear: both;
}

.fadein {
  overflow: hidden;
  height: auto;
  height: 120px;
  margin: 0 20px;
  position: relative;
}
.fadein img {
  border-radius: 20px;
  float: left;
  position: absolute;
  max-width: 100%;
  left: 0;
  top: 0;
}
.fadein:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 500px) {
  .fadein {
    height: 150px;
  }
}
@media only screen and (min-width: 600px) {
  .fadein {
    height: 165px;
  }
}
@media only screen and (min-width: 700px) {
  .fadein {
    height: 180px;
  }
}
@media only screen and (min-width: 770px) {
  .fadein {
    height: 200px;
  }
}
@media only screen and (min-width: 800px) {
  .fadein {
    height: 220px;
  }
}
@media only screen and (min-width: 800px) {
  .fadein {
    height: 220px;
  }
}
@media only screen and (min-width: 900px) {
  .fadein {
    height: 250px;
  }
}
@media only screen and (min-width: 1000px) {
  .fadein {
    height: 280px;
  }
}
@media only screen and (min-width: 1100px) {
  .fadein {
    height: 320px;
  }
}
@media only screen and (min-width: 979px) {
  .fadein {
    height: 350px;
  }
}
.home_slider-container {
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
}

.default-theme .sw-flexslider,
.default-theme .sw-flexslider-container {
  box-shadow: none;
  padding: 0;
}
.default-theme .sw-flexslider img,
.default-theme .sw-flexslider-container img {
  border-radius: 20px;
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 20px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #337b97;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://359b7f.claudeassets.com/20220326145602im_/https://www.discoverypeptides.com/skin/frontend/crb/default/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://359b7f.claudeassets.com/20220326145602im_/https://www.discoverypeptides.com/skin/frontend/crb/default/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}


/*-- Homepage Box Updates --*/

.col-third.blog {
  background: #82b9d1;//resulting colour from 60% opacity of enewsletter
}
.col-third.blog .block-recent-posts {
    background: none;
    padding: 0;
  }

.col-third.blog  .block-title {
    display: none;
  }

.col-third.blog  li.item > a {
      color: #fff;
  }



.col-third.box-1 { background: #f12d77; }
.col-third.box-2 { background: #373264; }
.col-third.box-3 { background: #6e5aa0; }
.col-third.box-4 { background: #706c8d;/*//#02bdc8;*/ }
.col-third.box-5 { background: #6e2e69;  }
.col-third.box-6 { background: #504984;/*#01b4ff;*/ }


.col-third.scrollable {
  overflow: hidden;
}
.col-third.scrollable .widget {
    height: 80%;
    padding: 0;
    overflow-y: scroll;
}

.col-third.scrollable .widget::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.col-third.scrollable .widget::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.col-third.scrollable .widget::-webkit-scrollbar-thumb
{
  background-color: #245367;
}
/*
     FILE ARCHIVED ON 06:27:15 Mar 18, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:37:24 Jul 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.579
  exclusion.robots: 0.063
  exclusion.robots.policy: 0.051
  esindex: 0.009
  cdx.remote: 42.081
  LoadShardBlock: 125.09 (3)
  PetaboxLoader3.datanode: 219.747 (5)
  PetaboxLoader3.resolve: 606.361 (2)
  load_resource: 765.067
  loaddict: 153.483
*/