/**
---------------------------------------------------------------
 * Table of Contents
 * 
 * 1.0 - Reset & General
 * 2.0 - Header
 * 3.0 - Main Content
 *    3.1 - Homepage
 *    3.2 - Section Page
 *    3.3 - Item Page
 *    3.4 - About Page
 *    3.5 - Contact Page
 *    3.6 - Testimonials Page
 *    3.7 - Photo Gallery
 *    3.8 - Resource Center
 * 4.0 - Footer
 * 5.0 - Plugins
 *      5.1 FancyBox
---------------------------------------------------------------
**/
/**
---------------------------------------------------------------
 * 1.0 - Reset & General
---------------------------------------------------------------
**/
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: url(ysw-site-bg.png) repeat-x #fff;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

/* Extendables */
.clickable:hover, button:hover, .main-content.general .content ul li .img:hover, .main-content.general .content ul li .read-more:hover, .item-list li .img img:hover, .playable-video .play-button:hover, .featured-offer .img img:hover, .header .top .container > .right .shopping-cart:hover, .header .top .main-content:not(.homepage) > .right .shopping-cart:hover, .header .bottom .main-nav > ul > li .megamenu.supplements .sections .view-all:hover, .header .bottom .main-nav > ul > li .megamenu.potential .section img:hover, .main-content.homepage .rotator .arrow:hover, .main-content.homepage .resource-center .content .featured-video .description .watch-now:hover, .main-content.homepage .resource-center .content .featured-posts .section .post .thumb img:hover, .main-content.homepage .our-story .info .read-more:hover, .main-content.item .additional-info .item-description .more-info:hover, .main-content.photo-gallery .insets li.cycle-pager-active img:hover, .main-content.photo-gallery .insets li:hover img:hover, .main-content.resource-center .top-heading .see-more:hover, .main-content.resource-center .featured-sections .featured-section .featured > .thumb:not(.single) img:hover, .main-content.resource-center .featured-sections .featured-section .featured .info .heading .read-more:hover, .main-content.resource-center .insets ul li .thumb img:hover, .main-content.resource-center .sidebar .tabs li:hover:not(.active), .main-content.resource-center .sidebar .products .product .img img:hover, .main-content.resource-center .sidebar .products .product .info .shop-now:hover, .main-content.resource-center .posts .post .thumb img:hover, .main-content.resource-center.landing .articles ul li .img:hover, .main-content.resource-center.landing .articles ul li .read-more:hover {
  opacity: .9;
}

.clear:after, ul:after, .container:after, .main-content:not(.homepage):after, .featured-offer:after, .main-content.homepage .kickers:after, .main-content.homepage .resource-center .content:after, .main-content.homepage .resource-center .content .featured-video .description:after, .main-content.homepage .resource-center .content .featured-posts .section .post:after, .main-content.homepage .our-story:after, .main-content.section-two .content:after, .main-content.item .buy-box .atc-container:after, .main-content.item .buy-box .multi-add .product .product-details .qty:after, .main-content.item .additional-info:after, .main-content.about .wrapper:after, .main-content.about .stripe-section .wrapper:after, .main-content.contact .contact-form:after, .main-content.contact .contact-form .submit:after, .main-content.resource-center .top-heading:after, .main-content.resource-center .featured-sections .featured-section .featured .info .heading:after, .main-content.resource-center .sidebar .products .product:after, .main-content.resource-center .posts .post:after, .main-content.resource-center.train-hard .content:after,
.main-content.resource-center.follow .content:after,
.main-content.resource-center.articles .content:after,
.main-content.resource-center.videos .content:after,
.main-content.resource-center.article .content:after,
.main-content.resource-center.video .content:after,
.main-content.resource-center.archives .content:after {
  display: table;
  content: "";
  clear: both;
}

.img-img, .main-content.resource-center .featured-sections .featured-section .featured > .thumb img, .main-content.resource-center .posts .post .thumb img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

img {
  border: 0;
}

ul {
  list-style-type: none;
}
ul li {
  float: left;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

button {
  cursor: pointer;
}
.btn{
  background:#ffb912;
  border-radius: 5px;
  padding:10px 20px;
  text-transform: uppercase;
  cursor: pointer;
  display:inline-block;
  font-family: "Lato", sans-serif;
  color:#000 !important;
  font-weight: bold;
  text-decoration: none !important;
}
input,
button,
textarea {
  border: 0;
  font-family: "Lato", sans-serif;
}
input:focus,
button:focus,
textarea:focus {
  outline: none;
}

span,
.heading {
  display: block;
}


.review-info span{
  display:inline;
}

.pr-snippet-read-reviews, .pr-snippet-write-review{
  display: inline-block;
}


.container, .main-content:not(.homepage) {
  width: 1010px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.container.wide, .wide.main-content:not(.homepage) {
  width: 1141px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bold{
  font-weight: bold;
}

.font-15{
  font-size:15px !important;
}

.padding-top{
  padding-top:5px;
}

.main-content:not(.homepage):not(.photo-gallery) {
  background-color: #fff;
}

.main-content.general {
  min-height: 600px;
  padding: 20px 15px 35px;
}
.main-content.general .content {
  margin-top: 15px;
  padding-top: 40px;
  position: relative;
}
.main-content.general .content .ysw-left {
  float: left;
  margin: 0 20px 0 0;
}
.main-content.general .content .ysw-content {
  font-size: 14px;
  color: #222;
  line-height: 20px;
}
.main-content.general .content .ysw-content a {
  color: #ce0707;
}
.main-content.general .content .ysw-heading {
    font-weight: bold;
    font-style: italic;
    font-size: 38px;
    color: #ce0707;
}
.main-content.general .content ul {
  margin-top: 10px;
}
.main-content.general .content ul li {
  margin-bottom: 20px;
  padding: 0 20px;
  width: 320px;
  margin-right: 4px;
  text-align: center;
}
.main-content.general .content ul li .img {
  height: 130px;
}
.main-content.general .content ul li .title {
  height: 36px;
  margin-top: 15px;
  overflow: hidden;
  font-weight: bold;
  font-size: 17px;
  color: #222;
  line-height: 18px;
}
.main-content.general .content ul li .snippet {
  height: 68px;
  margin-top: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #222;
  line-height: 17px;
}
.main-content.general .content ul li .read-more {
  display: block;
  background-image: url(ysw-read-more.png);
  width: 125px;
  height: 35px;
  margin: 10px auto 0;
  text-indent: -99999px;
}
.main-content.general .content ul li:nth-child(4n+4) {
  margin-right: 0;
}

.main-content.general .prwrapper{
  width:100% !important;
}

.breadcrumbs li {
  font-weight: bold;
  font-size: 12px;
  color: #000101;
  text-transform: uppercase;
  line-height: 15px;
}
.breadcrumbs li a {
  color: #5c5c5c;
}
.breadcrumbs li.separator {
  margin: 0 5px;
  font-size: 15px;
  color: #5c5c5c;
  line-height: 12px;
}

.general-form {
  position: relative;
}
.general-form button {
  position: absolute;
  top: 0;
  right: 0;
}

.links li {
  font-size: 11px;
  color: #dedede;
}
.links li.separator {
  margin: 0 8px;
  color: #666;
}

.img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-list li hr {
  display: block;
  background-color: #d8d8d8;
  width: 100%;
  height: 1px;
  margin: 12px 0;
  border: 0;
}
.item-list.sections .title {
  height: 38px;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  color: #101010;
  text-transform: uppercase;
  text-align: center;
}
.item-list.products li .title {
  height: 32px;
  overflow: hidden;
  font-size: 14px;
  color: #101010;
  line-height: 16px;
}
.item-list.products li .price-container {
  margin-top: 5px;
}
.item-list.products li .price-container .price {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.item-list.products li .price-container .sale-price {
  font-weight: bold;
  font-size: 14px;
  color: #ca0404;
}
.item-list.products li .price-container .regular-price {
  font-size: 12px;
  color: #636363;
}

.playable-video {
  position: relative;
}
.playable-video .play-button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  z-index: 99;
}
.playable-video.small .play-button {
  background-image: url(ysw-play-small.png);
  width: 33px;
  height: 33px;
  margin: -16px 0 0 -16px;
}
.playable-video.medium .play-button {
  background-image: url(ysw-play-medium.png);
  width: 58px;
  height: 58px;
  margin: -29px 0 0 -29px;
}
.playable-video.large .play-button {
  background-image: url(ysw-play-large.png);
  width: 108px;
  height: 107px;
  margin: -53px 0 0 -54px;
}
.playable-video.xlarge .play-button {
  background-image: url(ysw-play-xlarge.png);
  width: 146px;
  height: 146px;
  margin: -73px 0 0 -73px;
}

.new-tag {
  display: block;
  position: absolute;
  left: 10px;
  z-index: 5;
}
.new-tag.small {
  background-image: url(ysw-new-tag-small.png);
  width: 68px;
  height: 50px;
  top: -1px;
}
.new-tag.large {
  background-image: url(ysw-new-tag-large.png);
  width: 94px;
  height: 69px;
  top: -3px;
}

.featured-offer {
  width: 810px;
  margin: 0 auto;
}
.featured-offer .img {
  width: 212px;
  height: 321px;
  float: left;
}
.featured-offer .info {
  float: right;
}
.featured-offer .info .heading {
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  color: #101010;
}
.featured-offer .info .deal {
  font-weight: bold;
  font-style: italic;
  font-size: 42px;
  color: #101010;
  line-height: 41px;
}
.featured-offer .info .deal em {
  color: #d53636;
}
.featured-offer .info .details {
  margin-top: 15px;
}
.featured-offer .info .details .title {
  font-weight: bold;
  font-size: 20px;
  color: #101010;
}
.featured-offer .info .details .description {
  font-size: 15px;
  color: #101010;
  line-height: 20px;
}
.featured-offer .info .details .description a {
  color: #ce0707;
}
.featured-offer .info .details .description .learn-more {
  display: inline-block;
  background: url(ysw-home-offer-arrow.png) left center no-repeat;
  margin-left: 5px;
  padding-left: 9px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
}
.featured-offer.small {
  width: 980px;
  height: 360px;
  margin-top: 65px;
  padding-top: 45px;
  position: relative;
}
.featured-offer.small .img {
  width: 139px;
  height: 282px;
  margin-left: 140px;
}
.featured-offer.small .info {
  width: 500px;
  margin-left: 40px;
  padding-top: 30px;
  float: left;
}

.container-shadow {
  background: url(ysw-container-shadow.png)  no-repeat;
  width: 892px;
  height: 40px;
  margin:10px auto;
}

.featured-sections .container-shadow {
    width: 690px;
    height: 40px;
    margin: 10px auto;
    background-size: contain;
}

.descriptive-text {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}

.usa-icon{
  background: url('usa-flag.png') no-repeat center center;
  display: inline-block;
  width:21px;
  height: 21px;
  background-size: contain;
}

/**
---------------------------------------------------------------
 * 2.0 - Header
---------------------------------------------------------------
**/
.header {
  position: relative;
  z-index: 10;
  box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.4);
}
.header .top {
  background-color: #292727;
  height: 27px;
  line-height: 27px;
}
.header .top .container > .left, .header .top .main-content:not(.homepage) > .left {
  /*width: 415px;*/
}
.header .top .container > .left .tagline, .header .top .main-content:not(.homepage) > .left .tagline {
  float: left;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  color: #c1c1c1;
}
.header .top .container > .left .tagline em, .header .top .main-content:not(.homepage) > .left .tagline em {
  color: #ffb912;
  text-transform: uppercase;
}
.header .top .container > .left .account-links, .header .top .main-content:not(.homepage) > .left .account-links {
  float: right;
  height: 27px;
  margin-left: 20px;
}
.header .top .container > .left .account-links #ys_superbar a, .header .top .main-content:not(.homepage) > .left .account-links #ys_superbar a {
  font-family: Lato, sans-serif;
  font-size: 11px;
  color: #DEDEDE;
  font-weight: normal;
}
.header .top .container > .right, .header .top .main-content:not(.homepage) > .right {
  width: 328px;
}
.header .top .container > .right .utility-links, .header .top .main-content:not(.homepage) > .right .utility-links {
  float: left;
}
.header .top .container > .right .utility-links li, .header .top .main-content:not(.homepage) > .right .utility-links li {
  text-transform: uppercase;
}
.header .top .container > .right .shopping-cart, .header .top .main-content:not(.homepage) > .right .shopping-cart {
  float: right;
}
.header .top .container > .right .shopping-cart img, .header .top .main-content:not(.homepage) > .right .shopping-cart img {
  display: block;
}
.header .bottom {
  background-image: url(ysw-header-bg.png);
  height: 115px;
  border-bottom: 1px solid #656464;
}
.header .bottom .logo {
  width: 321px;
  height: 92px;
  margin-top: 12px;
  float: left;
}
.header .bottom .logo a,
.header .bottom .logo img {
  display: block;
}
.header .bottom .main-nav {
  float: left;
}
.header .bottom .main-nav > ul > li:not(.separator) > a {
  display: block;
  height: 114px;
  padding: 43px 15px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #030303;
}
.header .bottom .main-nav > ul > li:not(.separator) > a em {
  text-transform: none;
  font-style: normal;
}
.header .bottom .main-nav > ul > li:not(.separator) > a strong {
  display: block;
  background: url(ysw-header-arrow.png) right center no-repeat;
  padding-right: 12px;
  font-size: 18px;
}
.header .bottom .main-nav > ul > li:not(.separator) > a .arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
}
.header .bottom .main-nav > ul > li:not(.separator) > a:hover {
  text-decoration: none;
}
.header .bottom .main-nav > ul > li:not(.separator):hover > a {
  background-image: url(ysw-header-nav-hover.png);
}
.header .bottom .main-nav > ul > li:not(.separator):hover > a strong {
  background-image: url(ysw-header-arrow-hover.png);
}
.header .bottom .main-nav > ul > li.separator {
  background: url(ysw-header-separator.png);
  width: 2px;
  height: 114px;
}
.header .bottom .main-nav > ul > li .megamenu {
  display: none;
  background-color: #e0e0e0;
  position: absolute;
  left: 15px;
  z-index: 500;
}
.header .bottom .main-nav > ul > li .megamenu .wrapper {
  padding: 10px;
}
.header .bottom .main-nav > ul > li .megamenu.supplements {
  width: 923px;
}
.header .bottom .main-nav > ul > li .megamenu.supplements .sections {
  width: 420px;
  margin-top: 15px;
  float: left;
}
.header .bottom .main-nav > ul > li .megamenu.supplements .sections ul {
  width: 50%;
  padding-left: 10px;
  float: left;
}
.header .bottom .main-nav > ul > li .megamenu.supplements .sections ul li {
  float: none;
}
.header .bottom .main-nav > ul > li .megamenu.supplements .sections ul li.heading {
  font-family: "Arial Black", sans-serif;
  font-size: 20px;
  color: #040408;
  text-transform: uppercase;
  line-height: 18px;
}
.header .bottom .main-nav > ul > li .megamenu.supplements .sections ul li:not(.heading) {
  background: url(ysw-mm-arrow-large.png) left center no-repeat;
  margin: 19px 0 6px 1px;
  padding-left: 10px;
  font-size: 17px;
  color: #040408;
  line-height: 19px;
}
.header .bottom .main-nav > ul > li .megamenu.supplements .sections .view-all {
  display: inline-block;
  /* background-image: url(ysw-mm-view-all.png); */
  width: auto;
  line-height: 41px;
  height: 41px;
  margin-top: 20px;
  background:#ffac1c;
  font-weight: bold;
  font-size: 16px;
  padding:0 10px;
  text-transform: uppercase;
  color:#000;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.header .bottom .main-nav > ul > li .megamenu.supplements .images {
  width: 480px;
  float: right;
}
.header .bottom .main-nav > ul > li .megamenu.supplements .images a {
  display: block;
}
.header .bottom .main-nav > ul > li .megamenu.supplements .images a img {
  display: block;
}
.header .bottom .main-nav > ul > li .megamenu.supplements .images a:first-child {
  margin-bottom: 10px;
}
.header .bottom .main-nav > ul > li .megamenu.potential {
  width: 982px;
}
.header .bottom .main-nav > ul > li .megamenu.potential .section {
  width: 236px;
  margin-right: 6px;
  float: left;
}
.header .bottom .main-nav > ul > li .megamenu.potential .section img {
  display: block;
  width: 100%;
}
.header .bottom .main-nav > ul > li .megamenu.potential .section .heading {
  margin-top: 10px;
  font-weight: bold;
  font-size: 17px;
  color: #101010;
  text-align: center;
}
.header .bottom .main-nav > ul > li .megamenu.potential .section .heading em {
  font-style: normal;
  color: #ed1c24;
}
.header .bottom .main-nav > ul > li .megamenu.potential .section ul {
  margin-top: 5px;
}
.header .bottom .main-nav > ul > li .megamenu.potential .section ul li {
  background: url(ysw-mm-arrow-small.png) left 6px no-repeat;
  margin-top: 5px;
  padding-left: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #040408;
  float: none;
}
.header .bottom .main-nav > ul > li .megamenu.potential .section:last-child {
  margin: 0;
}
.header .bottom .main-nav > ul > li .megamenu.potential .see-more {
  display: block;
  background-color: #ce0707;
  width: 100%;
  height: 28px;
  margin-top: 13px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 28px;
}
.header .bottom .search-container {
  width: 296px;
  margin: 13px 0 0 14px;
  float: left;
}
.header .bottom .search-container .top-text {
  font-size: 13px;
  color: #292727;
  text-align: center;
}
.header .bottom .search-container .top-text em {
  color: #ce0707;
  font-style: normal;
}
.header .bottom .search-container .top-text .read-more {
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
  font-size: 9px;
  color: #ce0707;
  text-transform: uppercase;
}
.header .bottom .search-container .search {
  margin-top: 3px;
  position: relative;
}
.header .bottom .search-container .search input {
  background-color: #ececec;
  width: 100%;
  height: 36px;
  padding: 0 35px 0 14px;
  font-style: italic;
  font-size: 14px;
  color: #464646;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.header .bottom .search-container .search .submit-button {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(ysw-header-search.png) left center no-repeat;
  width: 30px;
  height: 36px;
  text-indent: -9999px;
  padding: 0;
}

.header #ys_cpers .yscp_bold,
.header #yscp_signin_link{
  display:inline;
}

.header #yscp_welcome_msg{
  display: inline-block !important;
  color: #fff;
  padding:0 10px 0 0;
}


/**
---------------------------------------------------------------
 * 3.0 - Main Content
 *
 * 3.1 - Homepage
---------------------------------------------------------------
**/
.main-content.homepage {
  padding-bottom: 50px;
}
.main-content.homepage .rotator .slide {
  width: 1141px;
  height: 432px;
}
.main-content.homepage .rotator .slide img {
  display: block;
}
.main-content.homepage .rotator .slide .shop-now {
  display: block;
  height: 37px;
  position: absolute;
  z-index: 140;
}
.main-content.homepage .rotator .slide .shop-now:hover {
  background-position: 0 -37px;
}
.main-content.homepage .rotator .slide.train-slide .shop-now {
  background-image: url(ysw-home-train-button.png);
  width: 212px;
  top: 278px;
  left: 462px;
}
.main-content.homepage .rotator .slide.muscle-slide .shop-now {
  background-image: url(ysw-home-muscle-button.png);
  width: 254px;
  top: 256px;
  left: 237px;
}
.main-content.homepage .rotator .slide.raise-slide .shop-now {
  background-image: url(ysw-home-raise-button.png);
  width: 202px;
  top: 278px;
  left: 472px;
}
.main-content.homepage .rotator .arrow {
  display: none;
  background-image: url(ysw-home-rotator-arrows.png);
  width: 35px;
  height: 122px;
  position: absolute;
  top: 155px;
  z-index: 150;
  cursor: pointer;
}
.main-content.homepage .rotator .arrow.previous {
  background-position: 0 0;
  left: 0;
}
.main-content.homepage .rotator .arrow.next {
  background-position: 0 -122px;
  right: 0;
}
.main-content.homepage .rotator:hover .arrow {
  display: block;
}
.main-content.homepage .kickers {
  width: 981px;
  margin: -76px auto 0;
  position: relative;
  z-index: 160;
}
.main-content.homepage .kickers .kicker {
  margin-right: 12px;
  float: left;
}
.main-content.homepage .kickers .kicker a,
.main-content.homepage .kickers .kicker img {
  display: block;
}
.main-content.homepage .kickers .kicker:nth-child(3) {
  margin-right: 0;
}
.main-content.homepage .featured-items {
  width: 966px;
  margin: 45px auto 0;
}
.main-content.homepage .featured-items .heading {
  margin-bottom: 30px;
  font-weight: bold;
  font-style: italic;
  font-size: 28px;
  color: #131313;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.main-content.homepage .featured-items a.heading:hover {
  text-decoration: underline;
}
.main-content.homepage .featured-items .item-list li {
  width: 204px;
  margin-right: 50px;
}
.main-content.homepage .featured-items .item-list li .img {
  height: 205px;
}
.main-content.homepage .featured-items .item-list li:nth-child(4n) {
  margin-right: 0;
}
.main-content.homepage .resource-center {
  background-color: #efefef;
  margin-top: 32px;
  padding: 35px 0 20px;
}
.main-content.homepage .resource-center .container > .heading, .main-content.homepage .resource-center .main-content:not(.homepage) > .heading {
  font-weight: bold;
  font-style: italic;
  font-size: 28px;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.main-content.homepage .resource-center .container > a.heading:hover, .main-content.homepage .resource-center .main-content:not(.homepage) > a.heading:hover {
  text-decoration: underline;
}
.main-content.homepage .resource-center .container > .heading em, .main-content.homepage .resource-center .main-content:not(.homepage) > .heading em {
  color: #ed1c24;
}
.main-content.homepage .resource-center .content {
  width: 980px;
  margin: 40px auto 0;
}
.main-content.homepage .resource-center .content .featured-video {
  width: 497px;
  float: left;
}
.main-content.homepage .resource-center .content .featured-video .heading {
  font-size: 30px;
  color: #222;
  line-height: 26px;
}
.main-content.homepage .resource-center .content .featured-video .playable-video {
  height: 228px;
  margin-top: 13px;
  text-align: center;
}
.main-content.homepage .resource-center .content .featured-video .description {
  margin-top: 13px;
  line-height: 35px;
}
.main-content.homepage .resource-center .content .featured-video .description .title {
  width: 360px;
  float: left;
  font-weight: bold;
  font-size: 23px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-content.homepage .resource-center .content .featured-video .description .watch-now {
  display: block;
  background-image: url(ysw-home-resource-watchnow.png);
  width: 125px;
  height: 35px;
  float: right;
}
.main-content.homepage .resource-center .content .featured-posts {
  width: 464px;
  float: right;
}
.main-content.homepage .resource-center .content .featured-posts .section {
  width: 222px;
  margin-right: 20px;
  float: left;
}
.main-content.homepage .resource-center .content .featured-posts .section .heading {
  padding-bottom: 4px;
  border-bottom: 1px solid #bfbfbf;
  font-size: 20px;
  color: #222;
  line-height: 21px;
  text-decoration: none;
}
.main-content.homepage .resource-center .content .featured-posts .section .heading:hover {
  text-decoration: underline;
}
.main-content.homepage .resource-center .content .featured-posts .section .post {
  margin-top: 8px;
}
.main-content.homepage .resource-center .content .featured-posts .section .post .info {
  width: 105px;
  float: left;
}
.main-content.homepage .resource-center .content .featured-posts .section .post .info .title {
  font-weight: bold;
  font-size: 13px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content.homepage .resource-center .content .featured-posts .section .post .info .date {
  margin-top: 4px;
  font-weight: bold;
  font-size: 11px;
  color: #929292;
  text-transform: uppercase;
}
.main-content.homepage .resource-center .content .featured-posts .section .post .thumb {
  width: 113px;
  height: 70px;
  float: right;
  text-align: center;
}
.main-content.homepage .resource-center .content .featured-posts .section:nth-child(2) {
  margin-right: 0;
}
.main-content.homepage .resource-center .more-info {
  background-image: url(ysw-home-resource-morebg.png);
  width: 100%;
  height: 17px;
  margin-top: 42px;
  line-height: 17px;
  text-align: center;
}
.main-content.homepage .resource-center .more-info a {
  display: block;
  background: url(ysw-home-resource-arrow.png) 5px center no-repeat #efefef;
  width: 405px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
}
.main-content.homepage .featured-offer {
  height: 432px;
  padding: 50px 0 60px;
}
.main-content.homepage .featured-offer .img {
  width: 212px;
  height: 321px;
}
.main-content.homepage .featured-offer .info {
  width: 518px;
  padding-top: 45px;
}
.main-content.homepage .our-story {
  height: 445px;
  position: relative;
}
.main-content.homepage .our-story .graphic {
  display: block;
  width: 589px;
  height: 445px;
  margin-left: -40px;
  float: left;
}
.main-content.homepage .our-story .info {
  width: 418px;
  margin: 50px 30px 0 0;
  float: right;
  color: #101010;
}
.main-content.homepage .our-story .info .details {
  margin-top: 15px;
  font-size: 18px;
}
.main-content.homepage .our-story .info .details em {
  font-style: normal;
  color: #ed1c24;
}
.main-content.homepage .our-story .info .quote {
  margin-top: 15px;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
}
.main-content.homepage .our-story .info .read-more {
  display: block;
  background-image: url(ysw-read-more.png);
  width: 125px;
  height: 35px;
  margin-top: 15px;
}
.main-content.homepage .descriptive-text {
  margin-top: 60px;
}

/**
---------------------------------------------------------------
 * 3.2 - Section Page
---------------------------------------------------------------
**/
.main-content.section-one,
.main-content.section-two {
  padding: 25px 15px 35px;
}
.main-content.section-one .descriptive-text,
.main-content.section-two .descriptive-text {
  width: 865px;
  margin: 25px auto 0;
}

.main-content.section-one .view-all-items {
  display: inline-block;
  background-image: url(ysw-mm-view-all.png);
  width: 207px;
  height: 41px;
  margin-top: 20px;
  text-indent: -9999px;
}

.main-content.section-one .section {
  margin-top: 20px;
  padding-top: 40px;
  position: relative;
}
.main-content.section-one .heading {
  font-weight: bold;
  font-style: italic;
  font-size: 33px;
  color: #272727;
  text-align: center;
  text-transform: uppercase;
}
.main-content.section-one .section .item-list {
  padding: 0 35px;
}
.main-content.section-one .section .item-list li {
  width: 205px;
  margin: 35px 30px 0 0;
}
.main-content.section-one .section .item-list li .img {
  height: 188px;
  width: 206px;
  margin: 0 auto;
}
.main-content.section-one .section .item-list li:nth-child(4n) {
  margin-right: 0;
}
.main-content.section-one .descriptive-text {
  margin-top: 10px;
}
.main-content.section-one .descriptive-text a {
  color: #ca0404;
  text-decoration: underline;
}
.main-content.section-one .descriptive-text a:hover {
  text-decoration: none;
}

.main-content.section-two .content {
  margin-top: 20px;
}
.main-content.section-two .content .sidebar {
  width: 223px;
  float: left;
}
.main-content.section-two .content .sidebar .sections {
  background-color: #fff;
  padding-bottom: 1px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
}

.main-content.section-two .content .sidebar .sections .view-all {
  display: inline-block;
  /* background-image: url(ysw-mm-view-all.png); */
  /* width: 207px; */
  height: 41px;
  margin-bottom: 20px;
  margin-left: 8px;
  /* text-indent: -999px; */
  background: #ffac1c;
  font-weight: bold;
  font-size: 15px;
  line-height: 41px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.main-content.section-two .content .sidebar .sections .heading {
  background-color: #f1f1f1;
  height: 70px;
  padding: 20px 0 0 18px;
  font-weight: bold;
  font-size: 15px;
  color: #535353;
  text-transform: uppercase;
}
.main-content.section-two .content .sidebar .sections .heading em {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  color: #101010;
  line-height: 20px;
}
.main-content.section-two .content .sidebar .sections .heading:first-child {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.main-content.section-two .content .sidebar .sections ul {
  margin: 20px 0;
}
.main-content.section-two .content .sidebar .sections ul li {
  float: none;
  font-family: "Arial Black", sans-serif;
  font-size: 17px;
  color: #2a2a2a;
  text-transform: uppercase;
}
.main-content.section-two .content .sidebar .sections ul li a {
  display: block;
  background: url(ysw-section-sidebar-arrow.png) 9px 13px no-repeat;
  padding: 7px 5px 7px 19px;
  line-height: 17px;
}
.main-content.section-two .content .sidebar .sections ul li .shadow {
  display: none;
  background-image: url(ysw-section-sidebar-shadow.png);
  width: 9px;
  height: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}
.main-content.section-two .content .sidebar .sections ul li .indicator {
  display: none;
  background-image: url(ysw-section-sidebar-indicator.png);
  width: 8px;
  height: 18px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  left: 100%;
}
.main-content.section-two .content .sidebar .sections ul li.active {
  background-color: #ce0707;
  width: 232px;
  color: #fff;
  position: relative;
  left: -9px;
}
.main-content.section-two .content .sidebar .sections ul li.active a {
  background-image: none;
  text-decoration: none;
}
.main-content.section-two .content .sidebar .sections ul li.active .shadow,
.main-content.section-two .content .sidebar .sections ul li.active .indicator {
  display: block;
}
.main-content.section-two .content .sidebar .visit-gallery {
  display: block;
  background-image: url(ysw-sidebar-gallery.png);
  width: 161px;
  height: 54px;
  margin: 30px auto 0;
}
.main-content.section-two .content .sidebar .testimonials-container {
  margin-top: 25px;
}
.main-content.section-two .content .sidebar .testimonials-container .heading {
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  color: #101010;
  text-transform: uppercase;
}
.main-content.section-two .content .sidebar .testimonials-container .testimonials {
  margin-top: 15px;
}
.main-content.section-two .content .sidebar .testimonials-container .testimonials p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #2a2a2a;
  line-height: 20px;
}
.main-content.section-two .content .sidebar .testimonials-container .testimonials p .author {
  margin-top: 5px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  color: #121212;
}
.main-content.section-two .content .sidebar .testimonials-container .view-all {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  font-size: 11px;
  color: #ce0707;
  text-transform: uppercase;
}
.main-content.section-two .content .items {
  width: 722px;
  float: right;
}
.main-content.section-two .content .items .heading {
  font-weight: bold;
  font-style: italic;
  font-size: 28px;
  color: #272727;
  text-transform: uppercase;
}
.main-content.section-two .content .items .item-list li {
  width: 220px;
  margin: 20px 31px 0 0;
  min-height: 315px;
}
.main-content.section-two .content .items .item-list li .img {
  width: 204px;
  height: 206px;
  margin: 0 auto;
}
.main-content.section-two .content .items .item-list li:nth-child(3n) {
  margin-right: 0;
}
.main-content.section-two .descriptive-text {
  margin-top: 10px;
}
.main-content.section-two .descriptive-text a {
  color: #ca0404;
  text-decoration: underline;
}
.main-content.section-two .descriptive-text a:hover {
  text-decoration: none;
}

/**
---------------------------------------------------------------
 * 3.3 - Item Page
---------------------------------------------------------------
**/
.main-content.item {
  padding-bottom: 50px;
}
.main-content.item .item-main {
  width: 582px;
  padding-top: 28px;
  float: left;
}
.main-content.item .item-main .go-back {
  display: inline-block;
  margin-left: 15px;
  font-weight: bold;
  font-size: 12px;
  color: #4e4c4c;
  text-transform: uppercase;
}
.main-content.item .item-main .item-media {
  background: url(ysw-item-enlarge.png) 400px 382px no-repeat;
  width: 100%;
  height: 415px;
  margin-top: 35px;
  border-bottom: 5px solid #101010;
}
.main-content.item .item-main .item-media .img {
  width: 450px;
  height: 367px;
  margin: 0 auto;
}
.main-content.item .item-main .share-bar {
  margin-top: 15px;
  text-align: center;
}
.main-content.item .item-main .share-bar li {
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  float: none;
  overflow: hidden;
}
.main-content.item .item-main .share-bar li.facebook{
  /* width:110px; */
}

.main-content.item .item-main .share-bar li.twitter {
  width: 90px;
}
.main-content.item .item-main .share-bar li.pinterest {
  width: 42px;
}
.main-content.item .buy-box {
  background-color: #f1f1f1;
  width: 410px;
  min-height: 510px;
  padding: 40px 20px 30px;
  float: left;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
}
.main-content.item .buy-box h1 {
  font-family: "Arial Black", sans-serif;
  font-size: 30px;
  color: #292727;
}
.main-content.item .buy-box .short-desc {
  margin-top: 3px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #292727;
  line-height: 30px;
}
.main-content.item .buy-box .review-info {
  margin-top: 18px;
}
.main-content.item .buy-box .review-info .item-rating {
  background: url(non-framework-img/temp-rating-stars.png) left center no-repeat;
  height: 20px;
  padding-left: 118px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #292727;
  line-height: 20px;
}
.main-content.item .buy-box .review-info .review-links {
  margin-top: 3px;
}
.main-content.item .buy-box .review-info .review-links li {
  margin-right: 10px;
  font-size: 12px;
  color: #4e4c4c;
}
.main-content.item .buy-box > .price {
  margin-top: 35px;
}
.main-content.item .buy-box > .price:not(.sale) .regular-price {
  font-weight: bold;
  font-size: 13px;
  color: #5d5d5d;
  text-transform: uppercase;
}
.main-content.item .buy-box > .price:not(.sale) .regular-price em {
  font-style: normal;
  font-size: 28px;
  color: #292727;
}
.main-content.item .buy-box > .price.sale .regular-price {
  font-size: 14px;
  color: #4e4c4c;
}
.main-content.item .buy-box > .price.sale .sale-price {
  font-weight: bold;
  font-size: 13px;
  color: #5d5d5d;
  text-transform: uppercase;
}
.main-content.item .buy-box > .price.sale .sale-price span {
  display: inline-block;
  margin-left: 5px;
  font-style: normal;
  font-size: 28px;
  color: #292727;
}
.main-content.item .buy-box > .price.sale .sale-price small {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
  font-size: 20px;
  color: #e21111;
  text-transform: none;
}
.main-content.item .buy-box .price-table {
  width: 190px;
  margin-top: 40px;
}
.main-content.item .buy-box .price-table thead th,
.main-content.item .buy-box .price-table tbody td {
  padding-left: 10px;
  font-weight: bold;
  color: #3b3b3b;
  text-align: left;
}
.main-content.item .buy-box .price-table thead th {
  background-color: #e4e4e4;
  height: 20px;
  font-size: 11px;
  text-transform: uppercase;
}
.main-content.item .buy-box .price-table tbody td {
  background-color: #fafafa;
  height: 24px;
}
.main-content.item .buy-box .ysw-options {
  margin-top: 15px;
}
.main-content.item .buy-box .ysw-options select {
  padding: 5px;
}
.main-content.item .buy-box .atc-container {
  /*width: 340px;*/
  margin-top: 25px;
}
.main-content.item .buy-box .atc-container .qty {
  background-color: #fff;
  width: 86px;
  height: 50px;
  float: left;
  border: 1px solid #d7d7d7;
  font-size: 22px;
  color: #292727;
  text-align: center;
}
.main-content.item .buy-box .atc-container .atc {
  background-image: url(ysw-item-atc.png);
  width: 232px;
  height: 50px;
  float: right;
  text-indent: -99999px;
  cursor: pointer;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
}
.main-content.item .buy-box .shipping-text {
  margin-top: 25px;
  font-weight: bold;
  font-size: 14px;
  color: #4e4c4c;
}
.main-content.item .buy-box .works-well{ text-align: center; margin-top:20px; margin-bottom:10px; }
.main-content.item .buy-box .multi-add {
  margin-top: 0px;
}
.main-content.item .buy-box .multi-add .heading {
  background-color: #d7d7d7;
  height: 20px;
  padding-left: 9px;
  font-weight: bold;
  font-size: 11px;
  color: #3b3b3b;
  text-transform: uppercase;
  line-height: 20px;
}
.main-content.item .buy-box .multi-add .product {
  background-color: #fff;
  height: 101px;
  padding: 8px;
  border-top: 1px solid #d7d7d7;
}
.main-content.item .buy-box .multi-add .product .checkbox {
  width: 29px;
  margin-right: 10px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.main-content.item .buy-box .multi-add .product .checkbox .top-text {
  font-weight: bold;
  font-size: 9px;
  color: #3b3b3b;
  text-transform: uppercase;
}
.main-content.item .buy-box .multi-add .product .checkbox input {
  display: inline-block;
  margin-top: 15px;
}
.main-content.item .buy-box .multi-add .product .img {
  width: 63px;
  height: 84px;
  margin-right: 10px;
  float: left;
}
.main-content.item .buy-box .multi-add .product .product-details {
  width: 209px;
  float: left;
  font-weight: bold;
  font-size: 12px;
}
.main-content.item .buy-box .multi-add .product .product-details .title {
  height: 30px;
  overflow: hidden;
  color: #101010;
  text-transform: uppercase;
}
.main-content.item .buy-box .multi-add .product .product-details .price {
  margin-top: 3px;
  color: #c80303;
}
.main-content.item .buy-box .multi-add .product .product-details .qty {
  width: 65px;
  height: 24px;
  margin-top: 9px;
  line-height: 24px;
  float: left;
}
.main-content.item .buy-box .multi-add .product .product-details .qty .label {
  float: left;
  font-weight: bold;
  font-size: 9px;
  color: #3b3b3b;
  text-transform: uppercase;
}
.main-content.item .buy-box .multi-add .product .product-details .qty input {
  display: block;
  width: 40px;
  height: 24px;
  float: right;
  border: 1px solid #d7d7d7;
  font-size: 13px;
  color: #292727;
  text-align: center;
}
.main-content.item .buy-box .multi-add .product .product-details p {
  float: left;
  margin: 11px 0 0 10px;
}
.main-content.item .additional-info {
  padding: 0 25px;
}
.main-content.item .additional-info a {
  color: #ce0707;
}
.main-content.item .additional-info .item-description {
  width: 600px;
  float: left;
}
.main-content.item .additional-info .item-description .heading {
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  color: #101010;
}
.main-content.item .additional-info .item-description .heading strong {
  font-size: 28px;
}
.main-content.item .additional-info .item-description .subheading {
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  color: #101010;
}
.main-content.item .additional-info .item-description .text-chunk {
  margin-top: 20px;
  font-size: 14px;
  color: #131313;
  line-height: 20px;
}
.main-content.item .additional-info .item-description .text-chunk p {
  margin-bottom: 20px;
}
.main-content.item .additional-info .item-description .more-info {
  display: block;
  background-image: url(ysw-item-detailed-info.png);
  width: 358px;
  height: 34px;
  margin-top: 20px;
  text-indent: -99999px;
}
.main-content.item .additional-info .item-description.full-width {
  width: 100%;
}
.main-content.item .additional-info .item-description.full-width .heading {
  width: 48%;
}
.main-content.item .additional-info .item-description.full-width .heading {
  width: 48%;
}
.main-content.item .additional-info .item-details {
  width: 325px;
  margin-top: 47px;
  padding: 0 0 30px 35px;
  float: right;
  border-left: 1px solid #9f9f9f;
}
.main-content.item .additional-info .item-details .supplement-facts {
  padding: 16px;
  border: 1px solid #151515;
  font-size: 13px;
  color: #1a1a1a;
}
.main-content.item .additional-info .item-details .supplement-facts .heading {
  font-weight: bold;
  text-transform: uppercase;
}
.main-content.item .additional-info .item-details .supplement-facts .title {
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.main-content.item .additional-info .item-details .supplement-facts p {
  margin-top: 15px;
}
.main-content.item .additional-info .item-details .supplement-facts .bottom-spec {
  margin-top: 15px;
  font-size: 12px;
}
.main-content.item .additional-info .item-details .supplement-facts .info {
  font-size: 12px;
}
.main-content.item .additional-info .item-details .supplement-facts img {
  max-width: 100%;
  height: auto;
}
.main-content.item .additional-info .item-details .ysw-wrapper {
  padding: 0 26px;
}
.main-content.item .additional-info .item-details .ysw-wrapper .specs {
  margin: 15px 0 0 21px;
}
.main-content.item .additional-info .item-details .ysw-wrapper .specs .spec {
  font-size: 11px;
  color: #141414;
}
.main-content.item .additional-info .item-details .ysw-wrapper .suggested-use {
  margin-top: 15px;
}
.main-content.item .additional-info .item-details .ysw-wrapper .suggested-use .heading {
  font-weight: bold;
  font-size: 13px;
  color: #1a1a1a;
  text-transform: uppercase;
}
.main-content.item .additional-info .item-details .ysw-wrapper .suggested-use p {
  margin-top: 15px;
  font-size: 13px;
  color: #424242;
}
.main-content.item .additional-info .item-details .ysw-wrapper .action {
  margin-top: 15px;
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
  color: #1a1a1a;
}
.main-content.item .additional-info .item-details .ysw-wrapper .action em {
  color: #de0d0d;
  text-transform: uppercase;
}
.main-content.item .section {
  padding-top: 40px;
  position: relative;
}
.main-content.item .section .heading {
  font-weight: bold;
  font-style: italic;
  font-size: 33px;
  color: #272727;
  text-align: center;
  text-transform: uppercase;
}
.main-content.item .cross-sell {
  width: 950px;
  margin-top: 40px;
}
.main-content.item .cross-sell .item-list {
  margin-top: 40px;
}
.main-content.item .cross-sell .item-list li {
  width: 215px;
  margin-right: 30px;
}
.main-content.item .cross-sell .item-list li .img {
  width: 204px;
  height: 205px;
}
.main-content.item .cross-sell .item-list li .price-container .price {
  color: #ca0404;
}
.main-content.item .cross-sell .item-list li:nth-child(4) {
  margin-right: 0;
}

/**
---------------------------------------------------------------
 * 3.4 - About Page
---------------------------------------------------------------
**/
.main-content.about {
  padding: 19px 0 70px;
}
.main-content.about .wrapper {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.main-content.about .main-heading {
  display: block;
  margin-top: 40px;
}
.main-content.about .main-tagline {
  margin-top: 5px;
  font-size: 21px;
  color: #1f1e1e;
}
.main-content.about .stripe-section {
  margin-top: 25px;
  position: relative;
}
.main-content.about .stripe-section .stripe {
  background-color: #ececec;
  width: 100%;
  height: 202px;
  margin-top: -101px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
}
.main-content.about .stripe-section .wrapper {
  position: relative;
  z-index: 10;
}
.main-content.about .stripe-section .wrapper img {
  display: block;
  float: left;
}
.main-content.about .stripe-section .wrapper .quote {
  float: right;
  font-weight: bold;
  font-size: 19px;
  color: #0f050d;
}
.main-content.about .stripe-section .wrapper .quote em {
  font-style: normal;
  color: #d70c0c;
}
.main-content.about .semi img {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
}
.main-content.about .semi .quote {
  width: 595px;
  margin-top: 54px;
}
.main-content.about .info {
  margin-top: 30px;
}
.main-content.about .info p {
  width: 685px;
  font-size: 15px;
  color: #1f1e1e;
}
.main-content.about .info img {
  display: block;
  width: 230px;
  height: 324px;
  margin-top: -162px;
  position: absolute;
  top: 50%;
  right: 0;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
}
.main-content.about .nutrition img {
  margin-left: -45px;
}
.main-content.about .nutrition .quote {
  width: 720px;
  margin-top: 75px;
}
.main-content.about .about-products {
  margin-top: 20px;
}
.main-content.about .about-products p {
  font-size: 18px;
  color: #1f1e1e;
}
.main-content.about .bulleted-box {
  background-image: url(ysw-about-bulleted-box.png);
  width: 936px;
  height: 350px;
  margin-top: 30px;
  padding-top: 25px;
  color: #1f1e1e;
  text-align: center;
  box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
}
.main-content.about .bulleted-box em {
  font-style: normal;
  color: #ed1c24;
}
.main-content.about .bulleted-box .heading {
  font-weight: bold;
  font-size: 25px;
}
.main-content.about .bulleted-box .tagline {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
.main-content.about .bulleted-box ul li {
  margin-top: 15px;
  float: none;
}
.main-content.about .bulleted-box ul li span {
  display: inline-block;
  background: url(ysw-about-box-bullet.png) left center no-repeat;
  padding-left: 24px;
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
  color: #bc0b0b;
}

/**
---------------------------------------------------------------
 * 3.5 - Contact Page
---------------------------------------------------------------
**/
.main-content.contact {
  padding: 20px 0 200px;
}
.main-content.contact .breadcrumbs {
  margin-left: 15px;
}
.main-content.contact .wrapper {
  padding: 0 37px;
}
.main-content.contact .main-heading {
  display: block;
  margin: 45px 0 0 15px;
}
.main-content.contact .tagline {
  margin: 10px 0 0 15px;
  font-size: 18px;
  color: #292727;
}
.main-content.contact .tagline a {
  color: #ce0707;
}
.main-content.contact .contact-form {
  background-image: url(ysw-contact-form.png);
  width: 936px;
  height: 350px;
  margin-top: 30px;
  padding: 47px 68px 0;
  box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
}
.main-content.contact .contact-form .form-control {
  margin-bottom: 8px;
}
.main-content.contact .contact-form .form-control label {
  display: block;
  width: 125px;
  height: 36px;
  padding-right: 5px;
  float: left;
  font-size: 16px;
  color: #292727;
  line-height: 36px;
  text-align: right;
}
.main-content.contact .contact-form .form-control label em {
  color: #ed1c24;
}
.main-content.contact .contact-form .form-control.input {
  width: 380px;
  height: 36px;
  float: left;
}
.main-content.contact .contact-form .form-control.input input {
  display: block;
  background-color: #fff;
  width: 255px;
  height: 36px;
  padding: 0 5px;
  float: left;
  border: 1px solid #a8aaac;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.main-content.contact .contact-form .form-control.textarea {
  width: 100%;
  height: 106px;
}
.main-content.contact .contact-form .form-control.textarea textarea {
  width: 635px;
  height: 106px;
  padding: 5px;
  border: 1px solid #a8aaac;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
}
.main-content.contact .contact-form .submit {
  margin: 19px 0 0 125px;
}
.main-content.contact .contact-form .submit .submit-button {
  display: block;
  background-image: url(ysw-contact-submit.png);
  width: 116px;
  height: 47px;
  float: left;
  text-indent: -9999px;
  cursor: pointer;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
}
.main-content.contact .contact-form .submit .helper {
  margin-left: 15px;
  float: left;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  color: #292727;
  line-height: 47px;
}
.main-content.contact .contact-form .submit .helper em {
  font-style: normal;
  color: #ed1c24;
}
.main-content.contact .quick-info {
  margin-top: 25px;
  text-align: center;
}
.main-content.contact .quick-info li {
  display: inline-block;
  background: url(ysw-contact-quick-infos.png) left 0 no-repeat;
  height: 29px;
  margin-right: 32px;
  padding-left: 35px;
  float: none;
  font-size: 14px;
  color: #292727;
  line-height: 29px;
}
.main-content.contact .quick-info li.twitter {
  background-position: 0 -29px;
}
.main-content.contact .quick-info li.phone {
  background-position: 0 -58px;
}
.main-content.contact .quick-info li.address {
  background-position: 0 -87px;
}
.main-content.contact .quick-info li:last-child {
  margin-right: 0;
}

/**
---------------------------------------------------------------
 * 3.6 - Testimonials
---------------------------------------------------------------
**/
.main-content.testimonials {
  padding-bottom: 100px;
}
.main-content.testimonials .top {
  background-image: url(ysw-test-heading.png);
  width: 1010px;
  height: 351px;
  padding-top: 20px;
  position: relative;
}
.main-content.testimonials .top .breadcrumbs {
  margin-left: 15px;
}
.main-content.testimonials .top .breadcrumbs li, .main-content.testimonials .top .breadcrumbs li.separator {
  color: #fff;
}
.main-content.testimonials .top .breadcrumbs li a {
  color: #5c5c5c;
}
.main-content.testimonials .top .tagline {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 190px;
  left: 412px;
}
.main-content.testimonials .wrapper {
  padding: 0 15px;
}
.main-content.testimonials .heading {
  margin-top: 15px;
  font-weight: bold;
  font-size: 17px;
  color: #000101;
}
.main-content.testimonials .heading strong {
  display: block;
  font-style: italic;
  font-size: 26px;
  color: #ed1c24;
}
.main-content.testimonials .testimonials {
  margin-top: 30px;
}
.main-content.testimonials .testimonials li {
  width: 475px;
  float: none;
  display: inline-block;
  margin: 15px 10px 0 0;
  padding: 0 10px 15px;
  border-bottom: 1px solid #c4c4c4;
}
.main-content.testimonials .testimonials li .body {
  font-size: 15px;
  color: #0e0e0e;
}
.main-content.testimonials .testimonials li .author {
  margin-top: 8px;
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
  color: #ed1c24;
  text-transform: uppercase;
}
.main-content.testimonials .testimonials li:last-child {
  border: 0;
}

/**
---------------------------------------------------------------
 * 3.6 - Photo Gallery
---------------------------------------------------------------
**/
.main-content.photo-gallery {
  padding: 20px 0 50px;
}
.main-content.photo-gallery .breadcrumbs li {
  color: #ececec;
}
.main-content.photo-gallery .breadcrumbs li.separator,
.main-content.photo-gallery .breadcrumbs li a {
  color: #a5a5a5;
}
.main-content.photo-gallery .wrapper {
  width: 846px;
  margin: 0 auto;
}
.main-content.photo-gallery .rotator {
  background-color: #f5f5f5;
  width: 846px;
  height: 403px;
  padding: 13px;
  position: relative;
}
.main-content.photo-gallery .rotator .arrow {
  background-image: url(ysw-gallery-rotator-arrows.png);
  width: 37px;
  height: 165px;
  margin-top: -83px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.main-content.photo-gallery .rotator .arrow.previous {
  background-position: 0 0;
  left: -37px;
}
.main-content.photo-gallery .rotator .arrow.previous:hover {
  background-position: 37px 0;
}
.main-content.photo-gallery .rotator .arrow.next {
  background-position: 0 -165px;
  right: -37px;
}
.main-content.photo-gallery .rotator .arrow.next:hover {
  background-position: 37px -165px;
}
.main-content.photo-gallery .rotator .rotator-inner {
  position: relative;
  overflow: hidden;
}
.main-content.photo-gallery .rotator .rotator-inner .slide {
  width: 820px;
  height: 377px;
  position: relative;
  text-align: center;
}
.main-content.photo-gallery .rotator .rotator-inner .slide img {
  max-width: 100%;
  height: auto;
}
.main-content.photo-gallery .rotator .rotator-inner .slide .description {
  background-color: rgba(57, 57, 57, 0.68);
  width: 100%;
  min-height: 70px;
  padding: 10px 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-content.photo-gallery .rotator .rotator-inner .slide .description .title {
  font-family: "Arial Black", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 20px;
}
.main-content.photo-gallery .rotator .rotator-inner .slide .description .info {
  margin-top: 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.main-content.photo-gallery .insets {
  margin-top: 40px;
}
.main-content.photo-gallery .insets li {
  width: 162px;
  height: 103px;
  margin: 8px 9px 0 0;
  cursor: pointer;
  overflow: hidden;
}
.main-content.photo-gallery .insets li img {
  max-width: 100%;
  height: auto;
  display: block;
}
.main-content.photo-gallery .insets li:nth-child(5n+5) {
  margin-right: 0;
}
.main-content.photo-gallery .insets li.cycle-pager-active, .main-content.photo-gallery .insets li:hover {
  box-shadow: 0 0 0 1px #da0808;
  -webkit-box-shadow: 0 0 0 1px #da0808;
  -moz-box-shadow: 0 0 0 1px #da0808;
  -ms-box-shadow: 0 0 0 1px #da0808;
  -o-box-shadow: 0 0 0 1px #da0808;
}

/**
---------------------------------------------------------------
 * 3.6 - Resource Center
---------------------------------------------------------------
**/
/* General Resource Center Styles */
.main-content.resource-center .top-heading .heading {
  float: left;
  font-weight: bold;
  font-style: italic;
  font-size: 34px;
  color: #ce0707;
  line-height: 32px;
}
.main-content.resource-center .top-heading .see-more {
  display: block;
  float: right;
}
.main-content.resource-center hr {
  background-color: #d2d2d2;
  height: 7px;
  border: 0;
}
.main-content.resource-center .featured-sections {
  width: 707px;
  float: left;
}
.main-content.resource-center .featured-sections .main-heading {
  font-weight: bold;
  font-style: italic;
  font-size: 38px;
  color: #ce0707;
}
.main-content.resource-center .featured-sections .featured-section .featured {
  margin-top: 10px;
}
.main-content.resource-center .featured-sections .featured-section .featured > .thumb {
  background-color: #000;
  height: 310px;
  position: relative;
  display: block;
}
.main-content.resource-center .featured-sections .featured-section .featured > .thumb img {
  display: block;
}
.main-content.resource-center .featured-sections .featured-section .featured .video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.main-content.resource-center .featured-sections .featured-section .featured .video .video-container iframe, .main-content.resource-center .featured-sections .featured-section .featured .video .video-container object, .main-content.resource-center .featured-sections .featured-section .featured .video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-content.resource-center .featured-sections .featured-section .featured .info {
  padding: 20px 0;
  border-bottom: 1px solid #ababab;
}
.main-content.resource-center .featured-sections .featured-section .featured .info .title {
  font-weight: bold;
  font-size: 23px;
  color: #222;
  line-height: 20px;
}
.main-content.resource-center .featured-sections .featured-section .featured .info .heading .title {
  margin-top: 7px;
  float: left;
}
.main-content.resource-center .featured-sections .featured-section .featured .info .heading .read-more {
  display: block;
  background-image: url(ysw-read-more.png);
  width: 125px;
  height: 35px;
  float: right;
  text-indent: -99999px;
}
.main-content.resource-center .featured-sections .featured-section .featured .info .description {
  margin-top: 10px;
  font-size: 14px;
  color: #222;
  line-height: 14px;
}
.main-content.resource-center .featured-sections hr {
  margin: 30px 0;
}
.main-content.resource-center .featured-sections .section-description {
  padding: 0 20px;
  font-size: 16px;
  color: #1b1818;
  line-height: 23px;
}
.main-content.resource-center .featured-sections .section-description .signature {
  display: block;
  margin-top: 20px;
}
.main-content.resource-center .featured-sections .bottom-videos {
  text-align: right;
}
.main-content.resource-center .featured-sections .bottom-videos .heading {
  font-weight: bold;
  font-size: 24px;
  color: #222;
  text-align: left;
}
.main-content.resource-center .featured-sections .bottom-videos ul li {
  width: 225px;
  margin: 23px 16px 0 0;
  text-align: center;
}
.main-content.resource-center .featured-sections .bottom-videos ul li .thumb {
  height: 143px;
}
.main-content.resource-center .featured-sections .bottom-videos ul li .title {
  height: 38px;
  margin-top: 5px;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  color: #222;
}
.main-content.resource-center .featured-sections .bottom-videos ul li:nth-child(3n+3) {
  margin-right: 0;
}
.main-content.resource-center .view-all {
  display: inline-block;
  background: url(ysw-rc-featured-view-all.png) right center no-repeat;
  margin-top: 20px;
  padding-right: 15px;
  font-weight: bold;
  font-size: 13px;
  color: #ce0707;
  text-transform: uppercase;
}
.main-content.resource-center .insets {
  padding: 0 15px;
  text-align: right;
}
.main-content.resource-center .insets ul li {
  width: 146px;
  margin: 28px 31px 0 0;
  text-align: center;
  min-height: 125px;
}
.main-content.resource-center .insets ul li .thumb {
  display: block;
  width: 113px;
  height: 70px;
  margin: 0 auto;
}
.main-content.resource-center .insets ul li .thumb img {
  text-align: center;
}
.main-content.resource-center .insets ul li .title {
  margin-top: 5px;
  overflow: hidden;
  font-weight: bold;
  font-size: 13px;
  color: #222;
}
.main-content.resource-center .sidebar {
  width: 253px;
  padding: 8px;
  float: right;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.main-content.resource-center .sidebar .tabs {
  border-bottom: 2px solid #ce0707;
}
.main-content.resource-center .sidebar .tabs li {
  background-color: #eaeaea;
  width: 116px;
  height: 33px;
  float: left;
  font-size: 16px;
  color: #222;
  text-align: center;
  line-height: 33px;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
}
.main-content.resource-center .sidebar .tabs li:last-child {
  float: right;
}
.main-content.resource-center .sidebar .tabs li:not(.active) {
  cursor: pointer;
}
.main-content.resource-center .sidebar .tabs li.active {
  background-color: #ce0707;
  color: #fff;
  cursor: default;
}
.main-content.resource-center .sidebar hr {
  background-color: #c8c8c8;
  height: 1px;
  margin: 10px 0;
  border: 0;
}
.main-content.resource-center .sidebar .visit-gallery {
  display: block;
  background-image: url(ysw-sidebar-gallery.png);
  width: 161px;
  height: 54px;
  margin: 20px auto;
}
.main-content.resource-center .sidebar .products .heading {
  font-weight: bold;
  font-size: 13px;
  color: #575757;
  text-transform: uppercase;
  text-align: center;
}
.main-content.resource-center .sidebar .products .product {
  margin-top: 25px;
}
.main-content.resource-center .sidebar .products .product .img {
  width: 74px;
  height: 100px;
  float: left;
}
.main-content.resource-center .sidebar .products .product .info {
  width: 144px;
  float: right;
}
.main-content.resource-center .sidebar .products .product .info .title {
  margin-top: 5px;
  font-weight: bold;
  font-size: 15px;
  color: #222;
  line-height: 16px;
}
.main-content.resource-center .sidebar .products .product .info .shop-now {
  display: block;
  background-image: url(ysw-shop-now.png);
  width: 86px;
  height: 27px;
  margin-top: 12px;
  text-indent: -99999px;
}
.main-content.resource-center .posts {
  margin-bottom: 15px;
  padding: 0 5px;
  display: none;
}
.main-content.resource-center .posts .post {
  margin-top: 15px;
}
.main-content.resource-center .posts .post .info {
  width: 105px;
  margin-top: 5px;
  float: left;
}
.main-content.resource-center .posts .post .info .title {
  font-weight: bold;
  font-size: 13px;
  color: #222;
  line-height: 13px;
}
.main-content.resource-center .posts .post .info .date {
  margin-top: 5px;
  font-weight: bold;
  font-size: 10px;
  color: #929292;
  text-transform: uppercase;
}
.main-content.resource-center .posts .post .info.no-img {
  float: none;
  width: 100%;
}
.main-content.resource-center .posts .post .thumb {
  width: 113px;
  height: 70px;
  float: right;
  position: relative;
}
.main-content.resource-center .posts .post .thumb img {
  display: block;
}
.main-content.resource-center .posts .see-more {
  display: inline-block;
  background: url(ysw-rc-sidebar-arrow.png) right center no-repeat;
  height: 10px;
  margin-top: 15px;
  padding-right: 13px;
  font-weight: bold;
  font-size: 12px;
  color: #ce0707;
  text-transform: uppercase;
  line-height: 10px;
}

/* Landing Page Styles */
.main-content.resource-center.landing {
  padding-bottom: 50px;
}
.main-content.resource-center.landing .main-heading {
  display: block;
}
.main-content.resource-center.landing .wrapper {
  padding: 0 15px;
}
.main-content.resource-center.landing .articles {
  margin-top: 35px;
}
.main-content.resource-center.landing .articles .top-heading .see-more {
  color: #fff;
  display: block;
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 15px;
  background:  #ce0707;
  border-radius: 5px;
}
.main-content.resource-center.landing .articles ul {
  margin-top: 10px;
}
.main-content.resource-center.landing .articles ul li {
  width: 242px;
  margin-right: 4px;
  text-align: center;
}
.main-content.resource-center.landing .articles ul li .img {
  height: 130px;
}
.main-content.resource-center.landing .articles ul li .title {
  height: 36px;
  margin-top: 15px;
  overflow: hidden;
  font-weight: bold;
  font-size: 17px;
  color: #222;
  line-height: 18px;
}
.main-content.resource-center.landing .articles ul li .snippet {
  height: 68px;
  margin-top: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #222;
  line-height: 17px;
}
.main-content.resource-center.landing .articles ul li .read-more {
  display: block;
  background-image: url(ysw-read-more.png);
  width: 125px;
  height: 35px;
  margin: 10px auto 0;
  text-indent: -99999px;
}
.main-content.resource-center.landing .articles ul li:nth-child(4n+4) {
  margin-right: 0;
}
.main-content.resource-center.landing .bottom-content {

}
.main-content.resource-center.landing .bottom-content .featured-sections .featured-section .top-heading .see-more {
  background-image: url(ysw-see-more.png);
  width: 134px;
  height: 31px;
  margin-top: 1px;
  text-indent: -99999px;
}
.main-content.resource-center.landing .bottom-content .featured-sections .featured-section .insets li:nth-child(4n+4) {
  margin-right: 0;
}
.main-content.resource-center.landing .bottom-content .sidebar {
  margin-right: -5px;
}

/* Train Hard & Follow Page Styles */
.main-content.resource-center.train-hard,
.main-content.resource-center.follow,
.main-content.resource-center.archives {
  padding: 20px 15px 50px;
}

/* Various Page Styles */
.main-content.resource-center.train-hard .content,
.main-content.resource-center.follow .content,
.main-content.resource-center.articles .content,
.main-content.resource-center.videos .content,
.main-content.resource-center.article .content,
.main-content.resource-center.video .content,
.main-content.resource-center.archives .content {
  margin-top: 15px;
  padding-top: 40px;
  position: relative;
}
.main-content.resource-center.train-hard .content .featured-sections .featured .insets,
.main-content.resource-center.follow .content .featured-sections .featured .insets,
.main-content.resource-center.articles .content .featured-sections .featured .insets,
.main-content.resource-center.videos .content .featured-sections .featured .insets,
.main-content.resource-center.article .content .featured-sections .featured .insets,
.main-content.resource-center.video .content .featured-sections .featured .insets,
.main-content.resource-center.archives .content .featured-sections .featured .insets {
  text-align: right;
}
.main-content.resource-center.train-hard .content .featured-sections .featured .insets ul li:nth-child(4n+4),
.main-content.resource-center.follow .content .featured-sections .featured .insets ul li:nth-child(4n+4),
.main-content.resource-center.articles .content .featured-sections .featured .insets ul li:nth-child(4n+4),
.main-content.resource-center.videos .content .featured-sections .featured .insets ul li:nth-child(4n+4),
.main-content.resource-center.article .content .featured-sections .featured .insets ul li:nth-child(4n+4),
.main-content.resource-center.video .content .featured-sections .featured .insets ul li:nth-child(4n+4),
.main-content.resource-center.archives .content .featured-sections .featured .insets ul li:nth-child(4n+4) {
  margin-right: 0;
}

/* Articles & Videos Page Styles */
.main-content.resource-center.articles,
.main-content.resource-center.videos,
.main-content.resource-center.article,
.main-content.resource-center.video {
  padding: 20px 15px 35px;
}
.main-content.resource-center.articles .content .featured-sections .featured-section .featured .info,
.main-content.resource-center.videos .content .featured-sections .featured-section .featured .info,
.main-content.resource-center.article .content .featured-sections .featured-section .featured .info,
.main-content.resource-center.video .content .featured-sections .featured-section .featured .info {
  padding-bottom: 0;
  border: 0;
}
.main-content.resource-center.articles .content .insets .heading,
.main-content.resource-center.videos .content .insets .heading,
.main-content.resource-center.article .content .insets .heading,
.main-content.resource-center.video .content .insets .heading {
  margin-top: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  text-align: left;
}
.main-content.resource-center.articles .content .insets .heading em,
.main-content.resource-center.videos .content .insets .heading em,
.main-content.resource-center.article .content .insets .heading em,
.main-content.resource-center.video .content .insets .heading em {
  font-style: normal;
  color: #ce0707;
}

/* Articles Page Styles */
.main-content.resource-center.articles {
  padding: 20px 15px 35px;
}
.main-content.resource-center.articles .additional-posts {
  margin-top: 23px;
  padding: 0;
}
.main-content.resource-center.articles .additional-posts ul li {
  width: 145px;
  margin: 18px 22px 0 0;
}
.main-content.resource-center.articles .additional-posts ul li:nth-child(6n+6) {
  margin-right: 0;
}
.main-content.resource-center.articles .additional-posts .view-all {
  margin-top: 20px;
}

/* Videos Page Styles */
.main-content.resource-center.videos .content .featured-sections .featured-section .featured hr {
  margin: 15px 0;
}
.main-content.resource-center.videos .content .featured-sections .featured-section .featured .insets ul li {
  margin-top: 15px;
}

/* Article Page Styles */
.main-content.resource-center.article .content .featured-sections .featured-section .featured .article-body,
.main-content.resource-center.video .content .featured-sections .featured-section .featured .article-body {
  margin-top: 25px;
  font-size: 15px;
  color: #222;
  line-height: 20px;
}
.main-content.resource-center.article .content .featured-sections .featured-section .featured .article-body img,
.main-content.resource-center.video .content .featured-sections .featured-section .featured .article-body img {
  display: block;
  margin: 20px auto;
}
.main-content.resource-center.article .content .featured-sections .featured-section .featured .article-body .left,
.main-content.resource-center.video .content .featured-sections .featured-section .featured .article-body .left {
  float: left;
  margin-right: 10px;
}
.main-content.resource-center.article .content .featured-sections .featured-section .featured .article-body .right,
.main-content.resource-center.video .content .featured-sections .featured-section .featured .article-body .right {
  float: right;
  margin-left: 10px;
}
.main-content.resource-center.article .content .featured-sections .featured-section .featured a,
.main-content.resource-center.video .content .featured-sections .featured-section .featured a {
  color: red;
  text-decoration: underline;
}
.main-content.resource-center.article .content .featured-sections .featured-section .featured a:hover,
.main-content.resource-center.video .content .featured-sections .featured-section .featured a:hover {
  text-decoration: none;
}
.main-content.resource-center.article .content .featured-sections .featured-section .featured hr,
.main-content.resource-center.video .content .featured-sections .featured-section .featured hr {
  margin: 25px 0 15px;
}
.main-content.resource-center.article .content .featured-sections .featured-section .featured .additional-posts,
.main-content.resource-center.video .content .featured-sections .featured-section .featured .additional-posts {
  padding: 0;
}
.main-content.resource-center.article .content .featured-sections .featured-section .featured .additional-posts ul li,
.main-content.resource-center.video .content .featured-sections .featured-section .featured .additional-posts ul li {
  width: 115px;
  margin: 15px 33px 0 0;
}
.main-content.resource-center.article .content .featured-sections .featured-section .featured .additional-posts ul li .title,
.main-content.resource-center.video .content .featured-sections .featured-section .featured .additional-posts ul li .title {
  height: 32px;
}
.main-content.resource-center.article .content .featured-sections .featured-section .featured .additional-posts ul li:nth-child(5n+5),
.main-content.resource-center.video .content .featured-sections .featured-section .featured .additional-posts ul li:nth-child(5n+5) {
  margin-right: 0;
}
.main-content.resource-center.article .content .featured-sections .featured-section .featured .additional-posts a,
.main-content.resource-center.video .content .featured-sections .featured-section .featured .additional-posts a {
  color: #000;
  text-decoration: underline;
}
.main-content.resource-center.article .content .featured-sections .featured-section .featured .additional-posts a:hover,
.main-content.resource-center.video .content .featured-sections .featured-section .featured .additional-posts a:hover {
  text-decoration: none;
}
.main-content.resource-center.article .content .featured-sections .featured-section .featured .additional-posts a.view-all,
.main-content.resource-center.video .content .featured-sections .featured-section .featured .additional-posts a.view-all {
  color: #ce0707;
}

/* Archives Page Styles */
.main-content.resource-center.archives .sub-heading {
  position: relative;
  line-height: 16px;
}
.main-content.resource-center.archives .sub-heading span {
  display: inline-block;
  background-color: #fff;
  padding: 0 5px 0 20px;
  font-weight: bold;
  font-size: 14px;
  color: #1c1a16;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
.main-content.resource-center.archives .sub-heading .background-line {
  background-color: #1c1a16;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
}
.main-content.resource-center.archives .archives {
  width: 665px;
  margin: 0 auto;
  display: block;
}
.main-content.resource-center.archives .archives .post {
  margin-top: 35px;
}
.main-content.resource-center.archives .archives .post .thumb {
  background-color: #000;
  width: 52px;
  height: 59px;
  float: left;
}
.main-content.resource-center.archives .archives .post .info {
  width: 590px;
  margin-top: 0;
  float: right;
  color: #222;
}
.main-content.resource-center.archives .archives .post .info .title {
  height: 18px;
  font-weight: bold;
  font-size: 17px;
  line-height: 18px;
}
.main-content.resource-center.archives .archives .post .info .snippet {
  height: 39px;
  margin-top: 5px;
  overflow: hidden;
  font-size: 13px;
  line-height: 13px;
}

/**
---------------------------------------------------------------
 * 4.0 - Footer
---------------------------------------------------------------
**/
.footer {
  background-color: #292727;
  padding: 50px 0 25px;
}
.footer .top {
  padding: 0 15px;
}
.footer .top .newsletter-container {
  width: 397px;
  float: left;
}
.footer .top .newsletter-container .tagline {
  font-size: 18px;
  color: #ffa414;
}
.footer .top .newsletter-container .heading {
  font-weight: 300;
  font-size: 26px;
  color: #fff;
  line-height: 22px;
}
.footer .top .newsletter-container .info {
  margin-top: 13px;
  font-size: 16px;
  color: #cbcbcb;
}
.footer .top .newsletter-container .newsletter {
  margin-top: 20px;
}
.footer .top .newsletter-container .newsletter input {
  background-color: #ececec;
  width: 296px;
  height: 44px;
  padding: 0 14px;
  font-style: italic;
  font-size: 14px;
  color: #464646;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.footer .top .newsletter-container .newsletter .submit-button {
  background-color: #e60606;
  width: 93px;
  height: 44px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.footer .top .lists {
  width: 533px;
  float: right;
}
.footer .top .lists ul {
  width: 160px;
  float: left;
}
.footer .top .lists ul li {
  float: none;
}
.footer .top .lists ul li.heading {
  margin-bottom: 3px;
  font-size: 16px;
  color: #e5e5e5;
  text-transform: uppercase;
}
.footer .top .lists ul li:not(.heading) {
  margin-top: 6px;
  font-size: 13px;
  color: #b9b9b9;
  line-height: 13px;
}
.footer .top .lists ul.wide {
  width: 213px;
}
.footer .top .lists ul.social li.heading {
  margin-bottom: 7px;
}
.footer .top .lists ul.social li:not(.heading) {
  background: url(ysw-footer-social.png) no-repeat;
  margin-top: 5px;
}
.footer .top .lists ul.social li:not(.heading) a {
  display: block;
  height: 35px;
  padding-left: 43px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 35px;
}
.footer .top .lists ul.social li:not(.heading).facebook {
  background-position: 0 0;
}
.footer .top .lists ul.social li:not(.heading).facebook:hover {
  background-position: 0 -35px;
}
.footer .top .lists ul.social li:not(.heading).twitter {
  background-position: 0 -70px;
}
.footer .top .lists ul.social li:not(.heading).twitter:hover {
  background-position: 0 -105px;
}
.footer .top .lists ul.social li:not(.heading).youtube {
  background-position: 0 -140px;
}
.footer .top .lists ul.social li:not(.heading).youtube:hover {
  background-position: 0 -175px;
}
.footer .top .lists ul.social li:not(.heading).blog {
  background-position: 0 -210px;
}
.footer .top .lists ul.social li:not(.heading).blog:hover {
  background-position: 0 -245px;
}
.footer .top .lists ul.social li:not(.heading).instagram {
  background-position: 0 -280px;
}
.footer .top .lists ul.social li:not(.heading).instagram:hover {
  background-position: 0 -315px;
}
.footer .top .lists ul.social li:not(.heading).ticktock {
  background: url(ticktock.jpg) no-repeat;
}
.footer hr {
  display: block;
  background-color: #141414;
  height: 1px;
  margin: 25px 0;
  border: 0;
  border-top: 1px solid #3f3d3d;
}
.footer .bottom {
  padding: 0 15px;
}
.footer .bottom .copyright {
  float: left;
  font-size: 12px;
  color: #b9b9b9;
}
.footer .bottom .links {
  float: right;
}
.footer .bottom .links li:not(.separator) {
  color: #b9b9b9;
  text-transform: uppercase;
}
.footer .bottom .disclaimer {
  margin-top: 12px;
  font-size: 11px;
  color: #868686;
}

#ysw-inner-content .ysw-heading{
  margin-bottom:20px;
}
#ysw-inner-content input[type=text]{
  border:solid 1px #868686;
  padding:5px;
  display:inline-block;
}

#ysw-inner-content input[type=submit]{
  display:inline-block;
  background-color: #e60606;
  width: 93px;
  height: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#ysw-inner-content table td{
  padding:10px 0px;
}


/**
---------------------------------------------------------------
* 5.0 - Plugins
*
* 5.1 - Fancy Box
---------------------------------------------------------------
**/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}


/***
 * Layout 3:Image Right *
 ***/

.modalContent{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    background: #FFFFFF;
}
.modalContent__image{
    float: right;
    min-height: 400px;
    width:450px;

    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.modalContent__content{
    float:left;
    width: 530px;
    padding: 30px;
}
.content__titleDescription{
    margin-bottom: 20px;
}
.content__button{
    margin-bottom: 20px;
    height: 36px;
}
/* Media Queries */
@media only screen and (max-width:960px) {

    .modalContent,
    .modalContent__content,
    .modalContent__image{
        width: 100%;
    }
}

.see-more-videos{
  color: #fff;
  display: block;
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 15px;
  background:  #ce0707;
  border-radius: 5px;
}

.see-more-videos:hover{
  text-decoration: none;
}

.yui-skin-sam .yui-panel .bd{
  overflow: hidden;
}

#ys_searchiframe #schbx{
  border:solid 1px #000;
}

#ys_searchiframe #doc{
  width:100% !important;
}

#ys_searchiframe .side #main{
  width:761px !important;
}
#ys_searchiframe li.grd{
   min-height: 215px;
}