.clearfix:after, #wrapper:after, .two-items-across:after {
  content: "";
  display: table;
  clear: both; }

/* blockquote */
/*-----------------------------------------------------------------------------------*/
/*  MIXINS
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  COLORS
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  GLOBALS
/*-----------------------------------------------------------------------------------*/
h2 {
  color: black;
  font-family: myriad-pro-condensed, myriadpro-semiboldcond, myriad-pro, myriadpro-regular, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.10;
  margin: 0 0 10px 0; }

h3 {
  color: black;
  font-family: myriad-pro-condensed, myriadpro-semiboldcond, myriad-pro, myriadpro-regular, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  font-style: normal;
  font-size: 26px;
  line-height: 1.10;
  margin: 20px 0 5px 0; }
  h3:first-child {
    margin-top: 0px; }
  h3 a {
    color: black !important;
    font-style: normal !important;
    text-decoration: none !important; }
  h3 a:hover {
    color: #6d6e71 !important; }

h4 {
  color: black;
  font-family: myriad-pro-condensed, myriadpro-semiboldcond, myriad-pro, myriadpro-regular, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.60;
  margin: 0 0 5px 0; }

p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.60;
  margin: 5px 0 !important; }

a.button {
  background-color: #e48b92;
  background-image: -o-linear-gradient(bottom, #e48b92 0%, #e35e6a 100%);
  background-image: -moz-linear-gradient(bottom, #e48b92 0%, #e35e6a 100%);
  background-image: -webkit-linear-gradient(bottom, #e48b92 0%, #e35e6a 100%);
  background-image: -ms-linear-gradient(bottom, #e48b92 0%, #e35e6a 100%);
  background-image: linear, to bottom, #e48b92 0%, #e35e6a 100%;
  border: 1px solid #e48b92;
  border-top-color: #e48b92;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 #e35e6a;
  color: white;
  display: inline-block;
  font-family: myriad-pro, myriadpro-regular, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  height: auto;
  line-height: 1;
  margin: 9px 6px 9px 0;
  padding: 9px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  text-transform: uppercase; }

a.button:hover {
  background-color: #e35e6a;
  background-image: -o-linear-gradient(bottom, #e35e6a 0%, #e48b92 100%);
  background-image: -moz-linear-gradient(bottom, #e35e6a 0%, #e48b92 100%);
  background-image: -webkit-linear-gradient(bottom, #e35e6a 0%, #e48b92 100%);
  background-image: -ms-linear-gradient(bottom, #e35e6a 0%, #e48b92 100%);
  background-image: linear, to bottom, #e35e6a 0%, #e48b92 100%;
  border: 1px solid #e35e6a !important;
  border-top-color: #e35e6a !important;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 #e48b92;
  color: white; }

#footer h3 {
  font-family: myriad-pro, myriadpro-regular, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif; }
  #footer h3 a {
    color: #e4e4e4 !important;
    text-decoration: underline !important; }
  #footer h3 a:hover {
    text-decoration: none !important; }
#footer .network_header {
  color: #e4e4e4 !important;
  font-family: myriad-pro, myriadpro-regular, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif; }

.breadcrumbs {
  display: none; }

#primary_nav h4 {
  font-family: myriad-pro, myriadpro-regular, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif; }

/*-----------------------------------------------------------------------------------*/
/*  SUPER HERO
/*-----------------------------------------------------------------------------------*/
.super-hero {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  width: 936px; }
  .super-hero .inner {
    width: 936px; }
  .super-hero .banner {
    width: 100%; }
  .super-hero h1 {
    background: rgba(40, 44, 105, 0.9);
    border-bottom: 1px solid black;
    color: white;
    font-size: 28px;
    font-weight: 900;
    height: 43px;
    line-height: 45px;
    margin-top: -44px;
    padding-left: 12px;
    position: relative;
    width: 100%; }
  .super-hero ul {
    display: table;
    margin: auto;
    margin-top: 4px;
    text-align: justify;
    width: 100%; }
    .super-hero ul li {
      background: #6d6e71;
      border-right: 4px solid white;
      display: table-cell;
      line-height: 20px;
      margin-top: 0;
      margin-bottom: 0;
      text-align: center; }
      .super-hero ul li:last-child {
        border-right: none; }
      .super-hero ul li a {
        background: #6d6e71;
        background-image: linear, bottom, #6d6e71 25%, #818183 70%;
        background-image: -o-linear-gradient(bottom, #6d6e71 25%, #818183 70%);
        background-image: -moz-linear-gradient(bottom, #6d6e71 25%, #818183 70%);
        background-image: -webkit-linear-gradient(bottom, #6d6e71 25%, #818183 70%);
        background-image: -ms-linear-gradient(bottom, #6d6e71 25%, #818183 70%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #6d6e71), color-stop(0.7, #818183));
        color: white;
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 5px;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
      .super-hero ul li a:hover {
        background: #8b8b8d;
        background-image: linear, bottom, #8b8b8d 20%, #979797 60%;
        background-image: -o-linear-gradient(bottom, #8b8b8d 20%, #979797 60%);
        background-image: -moz-linear-gradient(bottom, #8b8b8d 20%, #979797 60%);
        background-image: -webkit-linear-gradient(bottom, #8b8b8d 20%, #979797 60%);
        background-image: -ms-linear-gradient(bottom, #8b8b8d 20%, #979797 60%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #8b8b8d), color-stop(0.6, #979797)); }

/*-----------------------------------------------------------------------------------*/
/*  3. SUBPAGE SUPER HERO
/*-----------------------------------------------------------------------------------*/
.subpage-super-hero {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  margin-top: 25px;
  overflow: hidden;
  position: relative;
  width: 936px; }
  .subpage-super-hero .inner {
    width: 936px; }
  .subpage-super-hero .banner {
    width: 100%; }
  .subpage-super-hero h1 {
    background: #6d6e71;
    color: white;
    clear: both;
    font-size: 28px;
    height: 45px;
    line-height: 45px;
    margin-top: 0px;
    padding-left: 12px;
    position: relative;
    width: 100%; }
    .subpage-super-hero h1 a.go-to-main {
      background: url(http://s3.amazonaws.com/LWbranding/vbs-2014/images/go-to-arrow.png) right no-repeat;
      color: white;
      float: right;
      font-family: myriad-pro, myriadpro-regular, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif !important;
      font-size: 18px;
      font-weight: normal;
      margin-right: 24px;
      padding-right: 30px;
      text-decoration: none; }
    .subpage-super-hero h1 a.go-to-main:hover {
      text-decoration: underline; }
  .subpage-super-hero ul {
    display: table;
    margin: auto;
    margin-top: 4px;
    text-align: justify;
    width: 100%; }
    .subpage-super-hero ul li {
      background: #27c4f0;
      border-right: 4px solid white;
      display: table-cell;
      line-height: 20px;
      margin-top: 0;
      margin-bottom: 0;
      text-align: center; }
      .subpage-super-hero ul li:last-child {
        border-right: none; }
      .subpage-super-hero ul li a {
        background: #27c4f0;
        background-image: linear, bottom, #27c4f0 25%, #59cce6 70%;
        background-image: -o-linear-gradient(bottom, #27c4f0 25%, #59cce6 70%);
        background-image: -moz-linear-gradient(bottom, #27c4f0 25%, #59cce6 70%);
        background-image: -webkit-linear-gradient(bottom, #27c4f0 25%, #59cce6 70%);
        background-image: -ms-linear-gradient(bottom, #27c4f0 25%, #59cce6 70%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #27c4f0), color-stop(0.7, #59cce6));
        color: white;
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 5px;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
      .subpage-super-hero ul li a:hover {
        background: #68d5ef;
        background-image: linear, bottom, #67d6ef 20%, #67d6ef 60%;
        background-image: -o-linear-gradient(bottom, #67d6ef 20%, #67d6ef 60%);
        background-image: -moz-linear-gradient(bottom, #67d6ef 20%, #67d6ef 60%);
        background-image: -webkit-linear-gradient(bottom, #67d6ef 20%, #67d6ef 60%);
        background-image: -ms-linear-gradient(bottom, #67d6ef 20%, #67d6ef 60%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #67d6ef), color-stop(0.6, #67d6ef)); }

/*-----------------------------------------------------------------------------------*/
/*  TEXT LEFT / MEDIA RIGHT
/*-----------------------------------------------------------------------------------*/
.text-left-media-right {
  float: left;
  padding: 15px 0; }
  .text-left-media-right .text {
    float: left;
    padding-right: 10px;
    width: 48%; }
    .text-left-media-right .text .vbs-2014-logo {
      max-width: 332px;
      padding-bottom: 10px; }
  .text-left-media-right .media {
    float: right;
    padding: 0;
    width: 50%; }
  .text-left-media-right ul {
    margin: 15px 0 0 0 !important;
    padding: 0 0 0 18px !important; }
    .text-left-media-right ul li {
      line-height: 1.30;
      list-style: disc;
      margin: 0 0 10px 0; }
      .text-left-media-right ul li a {
        color: #e35e6a;
        font-size: 18px; }
      .text-left-media-right ul li a:hover {
        color: #e48b92; }

/*-----------------------------------------------------------------------------------*/
/*  MEDIA LEFT / TEXT RIGHT
/*-----------------------------------------------------------------------------------*/
.media-left-text-right {
  float: left;
  padding: 25px 0; }
  .media-left-text-right .media {
    float: left;
    padding-right: 10px;
    width: 25%; }
    .media-left-text-right .media .vbs-2014-logo {
      max-width: 332px;
      padding-bottom: 10px; }
  .media-left-text-right .text {
    float: right;
    padding: 0;
    width: 70%; }

/*-----------------------------------------------------------------------------------*/
/*  4.3 MEDIA LEFT SKINNY / TEXT RIGHT
/*-----------------------------------------------------------------------------------*/
.media-left-skinny-text-right {
  float: left;
  width: 100%; }
  .media-left-skinny-text-right .media {
    float: left;
    padding-right: 10px;
    width: 18%; }
  .media-left-skinny-text-right .text {
    float: left;
    padding: 0;
    width: 80%; }

/*-----------------------------------------------------------------------------------*/
/*  4.4 THREE text ACROSS
/*-----------------------------------------------------------------------------------*/
.three-text-across {
  clear: both;
  padding: 15px 0; }
  .three-text-across .item {
    display: inline-block;
    padding: 20px 58px 0 0;
    width: 26%;
    min-height: 245px;
    vertical-align: top; }
    .three-text-across .item:nth-child(3n+3) {
      margin-right: 0; }
    .three-text-across .item:last-child {
      min-height: 150px; }
    .three-text-across .item a {
      color: #e35e6a;
      display: block;
      font-size: 18px;
      margin: 5px 25px 15px 0; }
    .three-text-across .item a:hover {
      color: #e48b92; }
    .three-text-across .item a:last-child {
      margin-bottom: 0px; }
    .three-text-across .item h2 {
      color: #4A4A4A;
      font-size: 24px;
      line-height: 1.60;
      margin: 5px 0 !important; }

/*-----------------------------------------------------------------------------------*/
/*  4.5 FOUR ITEMS ACROSS
/*-----------------------------------------------------------------------------------*/
.four-items-across {
  clear: both;
  float: left;
  padding: 15px 0;
  padding-bottom: 40px;
  width: 100%; }
  .four-items-across .item:last-child {
    margin-right: 0px; }
  .four-items-across .item {
    display: inline-block;
    margin: 20px 0 0 0;
    width: 25%;
    text-align: center; }
    .four-items-across .item img {
      max-height: 225px;
      margin: auto; }
    .four-items-across .item p {
      text-align: left;
      padding-left: 20px;
      padding-right: 20px; }

/*-----------------------------------------------------------------------------------*/
/*  4.5 TWO ITEMS ACROSS
/*-----------------------------------------------------------------------------------*/
.two-items-across {
  clear: both;
  float: left;
  padding: 15px 0;
  padding-top: 20px;
  width: 100%; }
  .two-items-across .item:last-child {
    margin-right: 0px; }
  .two-items-across .item {
    display: inline-block;
    float: left;
    margin: 20px 0 0 0;
    width: 50%;
    text-align: left; }
    .two-items-across .item img {
      float: left;
      max-height: 225px;
      margin: auto; }
    .two-items-across .item .text {
      float: right;
      text-align: left;
      width: 280px;
      padding-left: 30px;
      padding-right: 30px; }

/*-----------------------------------------------------------------------------------*/
/*  LINK LIST
/*-----------------------------------------------------------------------------------*/
.link-list {
  clear: both;
  float: left;
  padding: 25px 0;
  width: 100%; }
  .link-list .lists {
    margin: 0; }
  .link-list .list-column:last-child {
    padding-right: 0px; }
  .link-list .list-column {
    float: left;
    padding-right: 40px;
    width: 21%; }
  .link-list ul {
    margin: 15px 0 0 0 !important;
    padding: 0 0 0 18px !important; }
    .link-list ul li {
      line-height: 1.30;
      list-style: disc;
      margin: 0 0 10px 0; }
      .link-list ul li a {
        color: #6d6e71;
        font-size: 18px; }
      .link-list ul li a:hover {
        text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*  TEXT AND LINKS
/*-----------------------------------------------------------------------------------*/
.text-and-links {
  clear: both;
  float: left;
  padding: 20px 0;
  width: 100%; }
  .text-and-links a {
    color: #e35e6a;
    display: block;
    font-size: 18px;
    margin: 5px 25px 15px 0; }
  .text-and-links a:hover {
    color: #e48b92; }
  .text-and-links a:last-child {
    margin-bottom: 0px; }
  .text-and-links .year {
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    padding-top: 20px; }
    .text-and-links .year h3 {
      position: absolute; }
    .text-and-links .year p {
      display: inline-block;
      padding-left: 100px;
      padding-right: 100px;
      margin-top: 0px;
      margin-bottom: 25px; }
  .text-and-links .box {
    background: #FAFAFA;
    padding: 25px; }
  .text-and-links .seller {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    padding-top: 20px; }

/*-----------------------------------------------------------------------------------*/
/*  ARTICLES
/*-----------------------------------------------------------------------------------*/
.articles {
  clear: both;
  float: left;
  padding: 20px 0;
  width: 100%; }
  .articles .post {
    margin: 10px 0 20px 0; }
    .articles .post a {
      color: #6d6e71 !important;
      text-decoration: underline !important; }
    .articles .post a:hover {
      text-decoration: none !important; }
    .articles .post a.read-more {
      font-size: 14px; }
  .articles h3.article-title {
    font-family: myriad-pro, myriadpro-regular, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0; }

/*-----------------------------------------------------------------------------------*/
/*  SOCIAL CONNECTIONS
/*-----------------------------------------------------------------------------------*/
.social-connections {
  clear: both;
  float: left;
  padding: 20px 0;
  width: 100%; }
  .social-connections a {
    float: left;
    margin: 10px 18px 0 0; }

.promo {
  margin-top: 12px;
  margin-bottom: 12px; }

.second {
  margin-bottom: 20px; }

.playlist-vertical {
  padding-top: 237px; }

/*-----------------------------------------------------------------------------------*/
/*  4.7 PROMOS
/*-----------------------------------------------------------------------------------*/
.promo {
  margin-bottom: 40px; }
  .promo img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
