/*------COLOR PALETTE------*/
/*------SITE COLORS------*/
/*------OTHER VARS------*/
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
/* line 5, scss/partials/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 27, scss/partials/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div, img {
  display: block; }

/* line 32, scss/partials/_reset.scss */
body {
  line-height: 1; }

/* line 36, scss/partials/_reset.scss */
ol, ul {
  list-style: none; }

/* line 40, scss/partials/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 45, scss/partials/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

/* line 51, scss/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 56, scss/partials/_reset.scss */
form input, form textarea {
  outline: none; }

/* line 61, scss/partials/_reset.scss */
img {
  max-width: 100%;
  height: auto; }

/**************************************************
** STRUCTURE
**************************************************/
/* line 6, scss/partials/_structure.scss */
.container {
  width: 1170px;
  margin: 0px auto; }

/* line 11, scss/partials/_structure.scss */
#header {
  height: 142px;
  position: relative; }
  /* line 14, scss/partials/_structure.scss */
  #header .container {
    position: relative; }

/* line 19, scss/partials/_structure.scss */
#site_title {
  width: 258px;
  height: 61px;
  display: block;
  text-indent: -9999em;
  background: url(../images/logo.png) no-repeat;
  position: absolute;
  top: 37px;
  left: 0; }

/* line 30, scss/partials/_structure.scss */
#navigation {
  padding-left: 283px;
  padding-top: 60px; }
  /* line 33, scss/partials/_structure.scss */
  #navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    /* line 37, scss/partials/_structure.scss */
    #navigation ul li {
      display: inline-block;
      float: left;
      margin: 0;
      padding: 0 20px;
      background: none; }
      /* line 43, scss/partials/_structure.scss */
      #navigation ul li a {
        font-family: 'Hv', Helvetica, Arial, sans-serif;
        font-weight: bold;
        padding: 0;
        padding-bottom: 5px;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none; }
        /* line 52, scss/partials/_structure.scss */
        #navigation ul li a:hover {
          border-bottom: 4px solid #32abf0; }

/* line 60, scss/partials/_structure.scss */
#nav2 {
  position: absolute;
  top: 18px;
  right: 0;
  width: 255px; }
  /* line 65, scss/partials/_structure.scss */
  #nav2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0.55em; }
    /* line 70, scss/partials/_structure.scss */
    #nav2 ul#menu-1 {
      margin-top: 2px; }
    /* line 73, scss/partials/_structure.scss */
    #nav2 ul li {
      display: inline-block;
      float: left;
      border-right: 1px solid #2f2f2f;
      margin: 0;
      padding: 1px 6px;
      background: none; }
      /* line 80, scss/partials/_structure.scss */
      #nav2 ul li:last-child {
        border: 0;
        padding-right: 0; }
      /* line 81, scss/partials/_structure.scss */
      #nav2 ul li a {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #ccc;
        text-decoration: none;
        padding: 0; }
        /* line 87, scss/partials/_structure.scss */
        #nav2 ul li a:hover {
          color: #008ccd; }
        /* line 91, scss/partials/_structure.scss */
        #nav2 ul li a.cart-link.icon-cart {
          font-family: 'icomoon';
          font-size: 14px;
          margin-right: 5px; }
          /* line 95, scss/partials/_structure.scss */
          #nav2 ul li a.cart-link.icon-cart:before {
            vertical-align: middle;
            margin-right: 2px;
            font-size: 1.4em; }
        /* line 101, scss/partials/_structure.scss */
        #nav2 ul li a.cart-link.has-items {
          color: #ea8400; }

/* line 110, scss/partials/_structure.scss */
a.cart {
  padding-right: 1px !Important; }
  /* line 112, scss/partials/_structure.scss */
  a.cart.notifications {
    padding-right: 8px !Important; }
    /* line 114, scss/partials/_structure.scss */
    a.cart.notifications span {
      color: #ea8400; }
    /* line 117, scss/partials/_structure.scss */
    a.cart.notifications .cartimg {
      background-position: -26px -74px; }

/* line 123, scss/partials/_structure.scss */
.cartimg {
  float: left;
  width: 20px;
  height: 15px;
  background: url(../images/main_sprite.png) no-repeat;
  background-position: 0px -74px;
  text-indent: -9999em;
  display: block;
  margin: 0; }

/* line 134, scss/partials/_structure.scss */
#search {
  width: 38px;
  height: 38px;
  background: url(../images/main_sprite.png) no-repeat;
  background-position: 0px 0px;
  text-indent: -9999em;
  position: absolute;
  top: 52px;
  right: 0;
  cursor: pointer; }
  /* line 145, scss/partials/_structure.scss */
  #search:hover {
    background-position: -46px 0px; }
  /* line 148, scss/partials/_structure.scss */
  #search.open {
    background-position: -92px 0px; }

/* line 153, scss/partials/_structure.scss */
#search-box {
  display: none;
  width: 300px;
  background: #fff;
  position: absolute;
  top: 52px;
  right: 48px; }
  /* line 160, scss/partials/_structure.scss */
  #search-box form {
    display: block;
    height: 42px; }
  /* line 161, scss/partials/_structure.scss */
  #search-box input {
    background: none;
    border: 0 none;
    color: #767676;
    padding-top: 10px;
    padding-left: 17px;
    width: 150px;
    font-size: 16px; }
    /* line 169, scss/partials/_structure.scss */
    #search-box input.search-submit {
      padding: 11px 12px;
      background: #2a8fca;
      font-family: 'Md', Helvetica, Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 17px;
      color: #fff;
      display: inline-block;
      float: right;
      cursor: pointer;
      margin: 0;
      width: auto; }
      /* line 182, scss/partials/_structure.scss */
      #search-box input.search-submit:hover {
        background: #32abf0; }

/* line 189, scss/partials/_structure.scss */
#content {
  padding-bottom: 70px; }

/* line 191, scss/partials/_structure.scss */
#footer {
  background: #222222;
  padding: 65px 0;
  clear: both; }
  /* line 195, scss/partials/_structure.scss */
  #footer p {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 20px;
    font-weight: 200; }
  /* line 201, scss/partials/_structure.scss */
  #footer a {
    color: #ccc; }
    /* line 203, scss/partials/_structure.scss */
    #footer a:hover {
      color: #32abf0; }
  /* line 205, scss/partials/_structure.scss */
  #footer #site_title {
    max-width: 258px;
    height: 61px;
    width: 100%;
    display: block;
    text-indent: -9999em;
    background: url(../images/logo.png) no-repeat;
    background-size: 100%;
    position: static;
    margin: 0;
    padding: 0; }
  /* line 217, scss/partials/_structure.scss */
  #footer h2 {
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: white; }
  /* line 224, scss/partials/_structure.scss */
  #footer h3 {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: white; }

/* line 233, scss/partials/_structure.scss */
.col1 {
  width: 26%;
  padding-right: 4%;
  float: left; }

/* line 234, scss/partials/_structure.scss */
.col2 {
  width: 36%;
  padding-right: 4%;
  padding-top: 19px;
  float: left; }

/* line 235, scss/partials/_structure.scss */
.col3 {
  width: 30%;
  padding-top: 19px;
  float: left; }

/* line 237, scss/partials/_structure.scss */
#email-box {
  background: #191919;
  width: 100%;
  display: inline-block; }
  /* line 241, scss/partials/_structure.scss */
  #email-box form {
    height: 40px; }
  /* line 244, scss/partials/_structure.scss */
  #email-box input {
    background: none;
    border: 0 none;
    color: #777777;
    padding-top: 10px;
    padding-left: 17px;
    width: 60%;
    font-size: 16px; }
    /* line 252, scss/partials/_structure.scss */
    #email-box input.email-submit {
      padding: 11px 12px;
      background: #2a8fca;
      font-family: 'Md', Helvetica, Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 16px;
      color: #fff;
      display: inline-block;
      float: right;
      cursor: pointer;
      margin: 0;
      width: auto;
      line-height: 1em; }
      /* line 266, scss/partials/_structure.scss */
      #email-box input.email-submit:hover {
        background: #32abf0; }

/* line 273, scss/partials/_structure.scss */
#footernav {
  padding: 23px 0; }
  /* line 274, scss/partials/_structure.scss */
  #footernav #branding {
    float: right;
    width: 310px; }
  /* line 276, scss/partials/_structure.scss */
  #footernav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0.55em; }
    /* line 281, scss/partials/_structure.scss */
    #footernav ul li {
      display: inline-block;
      float: left;
      margin: 0;
      padding: 0px 12px;
      background: none; }
      /* line 287, scss/partials/_structure.scss */
      #footernav ul li:nth-child(1) {
        padding-left: 0; }
      /* line 290, scss/partials/_structure.scss */
      #footernav ul li a {
        font-family: 'Md', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        color: #666666;
        text-decoration: none;
        padding: 0; }
        /* line 298, scss/partials/_structure.scss */
        #footernav ul li a:hover {
          color: #008ccd; }

/* line 308, scss/partials/_structure.scss */
#siteby a {
  width: 23px;
  height: 23px;
  background: url(../images/main_sprite.png) top left no-repeat;
  background-position: -61px -69px;
  text-indent: -9999em;
  display: block;
  float: right;
  margin-top: 0px; }
  /* line 317, scss/partials/_structure.scss */
  #siteby a:hover {
    background-position: -92px -69px; }

/* line 324, scss/partials/_structure.scss */
#copyright p {
  float: right;
  margin-right: 13px;
  margin-bottom: 0;
  color: #666666;
  font-size: 13px; }

/* line 333, scss/partials/_structure.scss */
#alert-top {
  width: 100%;
  background: #222222;
  padding-top: 30px;
  margin-top: 28px;
  text-align: left;
  display: block;
  clear: both;
  position: relative; }
  /* line 344, scss/partials/_structure.scss */
  #alert-top a.button {
    background: #e38b00;
    font-size: 18px;
    padding: 16px 22px;
    font-weight: normal;
    line-height: 0.4em;
    position: absolute;
    top: 38%;
    right: 95px; }
    /* line 353, scss/partials/_structure.scss */
    #alert-top a.button:hover {
      background: #efa736; }

/* line 359, scss/partials/_structure.scss */
.sub #alert-top {
  margin-bottom: 35px; }

/* line 360, scss/partials/_structure.scss */
#alert-top-content {
  display: block;
  padding: 0 30px 30px 30px; }

/* line 364, scss/partials/_structure.scss */
#alert-top-close {
  width: 14px;
  height: 14px;
  background: url(../images/main_sprite.png) top left no-repeat;
  background-position: -116px -112px;
  text-indent: -9999em;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 18px; }
  /* line 375, scss/partials/_structure.scss */
  #alert-top-close:hover {
    background-position: -116px -126px; }

/**************************************************
** Text Styles
**************************************************/
/* line 4, scss/partials/_common.scss */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #ccc;
  line-height: 1.2em;
  background-color: #171717;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s; }

/* line 15, scss/partials/_common.scss */
#comments h3 {
  font-size: 32px; }

/* line 19, scss/partials/_common.scss */
div.hr {
  height: 6px;
  border: 0px none;
  background: url(../images/bg-hr.png);
  clear: both;
  margin: 35px 0px;
  clear: both; }

/* line 27, scss/partials/_common.scss */
.sub div.hr {
  margin: 48px 0; }

/* line 28, scss/partials/_common.scss */
div.hr:nth-child(1), .sub div.hr:nth-child(1) {
  margin-top: 0; }

/* line 30, scss/partials/_common.scss */
.center {
  text-align: center; }

/* line 33, scss/partials/_common.scss */
a.totop {
  display: none; }

/* line 34, scss/partials/_common.scss */
.clear {
  clear: both;
  display: block;
  float: none;
  height: 0px;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  width: 0px;
  line-height: 0px;
  font-size: 0px; }

/* line 47, scss/partials/_common.scss */
.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

/* line 48, scss/partials/_common.scss */
.alignright {
  float: right;
  margin: 0 0 20px 20px; }

/* line 49, scss/partials/_common.scss */
.rightmargin30 {
  margin-right: 30px; }

/* line 50, scss/partials/_common.scss */
.leftmargin30 {
  margin-left: 30px; }

/* line 52, scss/partials/_common.scss */
.bordered-button {
  font-size: 14px;
  padding: 16px 0px;
  text-align: center;
  width: 100%;
  display: block;
  text-transform: uppercase;
  border: 2px solid #333333;
  font-weight: 800;
  color: white; }
  /* line 62, scss/partials/_common.scss */
  .bordered-button:hover {
    border-color: #2a8fca;
    color: #2a8fca; }

/* line 70, scss/partials/_common.scss */
.content p, .mceContentBody p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 26px;
  line-height: 1.35em;
  color: #ccc; }
  /* line 76, scss/partials/_common.scss */
  .content p:last-child, .mceContentBody p:last-child {
    margin-bottom: 0; }
/* line 81, scss/partials/_common.scss */
.content a, .mceContentBody a {
  color: #2a8fca;
  text-decoration: none; }
  /* line 84, scss/partials/_common.scss */
  .content a:hover, .mceContentBody a:hover {
    color: white; }
/* line 89, scss/partials/_common.scss */
.content strong, .mceContentBody strong {
  font-weight: 700; }
/* line 93, scss/partials/_common.scss */
.content h1, .mceContentBody h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2em;
  color: white;
  margin-bottom: 10px; }
/* line 103, scss/partials/_common.scss */
.content h2, .mceContentBody h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.15em;
  color: white;
  margin-bottom: 30px; }
/* line 113, scss/partials/_common.scss */
.content h3, .mceContentBody h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: white;
  line-height: 1.3em;
  font-size: 24px;
  margin-bottom: 10px; }
/* line 123, scss/partials/_common.scss */
.content h4, .mceContentBody h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: white;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 1.3em; }
/* line 134, scss/partials/_common.scss */
.content h5, .mceContentBody h5 {
  color: white;
  font-weight: normal;
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 10px; }
/* line 141, scss/partials/_common.scss */
.content h6, .mceContentBody h6 {
  color: white;
  font-weight: normal;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600; }
/* line 150, scss/partials/_common.scss */
.content .cols2, .mceContentBody .cols2 {
  float: left;
  width: 45%;
  padding-right: 5%; }
/* line 156, scss/partials/_common.scss */
.content .cols3, .mceContentBody .cols3 {
  float: left;
  width: 29%;
  padding: 2%;
  text-align: center;
  font-size: 16px; }
/* line 164, scss/partials/_common.scss */
.content .button, .mceContentBody .button {
  text-align: center;
  padding: 24px 14px;
  background: #2a8fca;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  line-height: 1em; }
  /* line 177, scss/partials/_common.scss */
  .content .button:hover, .mceContentBody .button:hover {
    background: #31abef;
    text-decoration: none; }
/* line 183, scss/partials/_common.scss */
.content .orange-button, .mceContentBody .orange-button {
  text-align: center;
  padding: 24px 14px;
  background: #ea8400;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  line-height: 1em; }
  /* line 196, scss/partials/_common.scss */
  .content .orange-button:hover, .mceContentBody .orange-button:hover {
    background: #f5b06e;
    text-decoration: none; }
/* line 203, scss/partials/_common.scss */
.content ul, .content ol, .mceContentBody ul, .mceContentBody ol {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  color: white;
  line-height: 28px;
  padding-left: 0; }
/* line 213, scss/partials/_common.scss */
.content ol li, .mceContentBody ol li {
  margin-top: 7px 0px;
  font-size: 16px; }
/* line 220, scss/partials/_common.scss */
.content ul li, .mceContentBody ul li {
  font-size: 16px;
  color: white;
  line-height: 1em;
  padding: 6px 0 6px 22px;
  color: #ccc;
  background: url(../images/bullet.jpg) no-repeat 0px 9px; }
  /* line 227, scss/partials/_common.scss */
  .content ul li a, .mceContentBody ul li a {
    font-size: 16px;
    color: white;
    line-height: 1em;
    padding-right: 3px; }
    /* line 232, scss/partials/_common.scss */
    .content ul li a:hover, .mceContentBody ul li a:hover {
      color: #32abf0; }
/* line 239, scss/partials/_common.scss */
.content .buttonbk, .mceContentBody .buttonbk {
  text-align: center;
  padding: 13px 0 15px;
  width: 100%;
  border: 2px solid #414141;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  color: white;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  line-height: 1em; }
  /* line 253, scss/partials/_common.scss */
  .content .buttonbk:hover, .mceContentBody .buttonbk:hover {
    border: 2px solid #2a8fca;
    color: #2a8fca;
    text-decoration: none; }
  /* line 258, scss/partials/_common.scss */
  .content .buttonbk:after, .mceContentBody .buttonbk:after {
    font-family: icomoon;
    content: "\e600";
    margin-left: 10px; }
/* line 266, scss/partials/_common.scss */
.content .fancytable, .mceContentBody .fancytable {
  width: 100%;
  margin-bottom: 22px; }
  /* line 269, scss/partials/_common.scss */
  .content .fancytable th, .content .fancytable td, .mceContentBody .fancytable th, .mceContentBody .fancytable td {
    color: white;
    text-align: left;
    vertical-align: middle; }
  /* line 274, scss/partials/_common.scss */
  .content .fancytable th, .mceContentBody .fancytable th {
    background: #2a8fca;
    font-size: 14px;
    line-height: 0.6em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 24px; }
  /* line 282, scss/partials/_common.scss */
  .content .fancytable td, .mceContentBody .fancytable td {
    background: url(../images/table-border.jpg) repeat-x left bottom;
    font-size: 16px;
    padding: 17px 24px; }
    /* line 286, scss/partials/_common.scss */
    .content .fancytable td a, .mceContentBody .fancytable td a {
      font-size: 16px; }
    /* line 289, scss/partials/_common.scss */
    .content .fancytable td h4, .mceContentBody .fancytable td h4 {
      font-size: 18px;
      line-height: 1em;
      font-weight: bold;
      margin-bottom: 0; }
/* line 296, scss/partials/_common.scss */
.content blockquote, .mceContentBody blockquote {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.35em;
  padding: 0;
  padding-left: 43px;
  background: url(../images/quotes.png) no-repeat 0 0;
  margin: 50px 0;
  color: white; }
/* line 311, scss/partials/_common.scss */
.content .left, .mceContentBody .left {
  display: block;
  float: left;
  margin-right: 40px; }
/* line 317, scss/partials/_common.scss */
.content .right, .mceContentBody .right {
  display: block;
  float: right;
  margin-left: 40px; }
/* line 323, scss/partials/_common.scss */
.content table.invisible_table, .mceContentBody table.invisible_table {
  border: none;
  margin: 0;
  padding: 0; }

/* =Miscellaneous
---------------------------------------------------------------------------------------------------
*/
/* line 5, scss/partials/_misc.scss */
.arrowup {
  width: 11px;
  height: 12px;
  background: url(../images/main_sprite.png) top left no-repeat;
  background-position: -99px -101px;
  text-indent: -9999em;
  display: inline-block;
  margin-left: 4px; }

/* line 16, scss/partials/_misc.scss */
.sub a.button {
  padding: 13px 35px;
  text-decoration: none; }

/* line 22, scss/partials/_misc.scss */
a.arrow {
  text-align: left;
  background: #2a8fca url(../images/arrow-white.png) no-repeat 93% 50%; }
  /* line 26, scss/partials/_misc.scss */
  a.arrow:hover {
    text-align: left;
    background: #31abef url(../images/arrow-white.png) no-repeat 93% 50%; }

/* line 31, scss/partials/_misc.scss */
span.arrow2 {
  width: 11px;
  height: 14px;
  display: inline-block;
  background: url(../images/arrow-white2.png) no-repeat;
  margin-left: 8px; }

/* line 34, scss/partials/_misc.scss */
span.arrow-blue {
  width: 18px;
  height: 16px;
  display: inline-block;
  background: url(../images/arrow-blue.png) no-repeat;
  margin-left: 8px; }

/* line 37, scss/partials/_misc.scss */
span.arrow {
  width: 18px;
  height: 16px;
  display: inline-block;
  background: url(../images/arrow-white.png) no-repeat;
  margin-left: 8px; }

/* line 39, scss/partials/_misc.scss */
a.buttonload {
  text-align: center;
  padding: 13px 0;
  width: 100%;
  border: 2px solid #414141;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  color: white;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  line-height: 1em; }
  /* line 53, scss/partials/_misc.scss */
  a.buttonload:hover {
    border: 2px solid #2a8fca;
    color: #2a8fca;
    text-decoration: none; }
  /* line 58, scss/partials/_misc.scss */
  a.buttonload:after {
    font-family: icomoon;
    content: "\e608";
    margin-left: 10px; }

/* FORM */
/* line 3, scss/partials/_form.scss */
.form_builder {
  font-size: 14px;
  padding: 0;
  width: 100%; }
  /* line 6, scss/partials/_form.scss */
  .form_builder input, .form_builder textarea, .form_builder select {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    padding: 13px 18px;
    color: white;
    font-size: 14px;
    background: none;
    border: 1px solid #333333; }
    /* line 14, scss/partials/_form.scss */
    .form_builder input:focus, .form_builder textarea:focus, .form_builder select:focus {
      border-color: #32abf0; }
  /* line 18, scss/partials/_form.scss */
  .form_builder input {
    padding: 10px;
    width: 95%; }
  /* line 22, scss/partials/_form.scss */
  .form_builder input[type="submit"] {
    cursor: pointer;
    text-align: center;
    padding: 12px 14px;
    width: 130px;
    height: 42px;
    background: #2a8fca;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    line-height: 1em; }
    /* line 38, scss/partials/_form.scss */
    .form_builder input[type="submit"]:hover {
      background: #31abef;
      text-decoration: none; }
  /* line 43, scss/partials/_form.scss */
  .form_builder input[type="checkbox"], .form_builder input[type="radio"] {
    width: auto; }
  /* line 46, scss/partials/_form.scss */
  .form_builder textarea {
    width: 93%;
    margin-bottom: 16px; }
  /* line 50, scss/partials/_form.scss */
  .form_builder .subfield {
    margin-right: 2%;
    float: left;
    margin-bottom: 10px; }
    /* line 54, scss/partials/_form.scss */
    .form_builder .subfield.long {
      width: 100%; }
    /* line 57, scss/partials/_form.scss */
    .form_builder .subfield.medium {
      width: 47.7%; }
    /* line 60, scss/partials/_form.scss */
    .form_builder .subfield.short {
      width: 5%;
      margin-right: 4%; }
    /* line 64, scss/partials/_form.scss */
    .form_builder .subfield label {
      font-style: italic;
      color: #666666;
      font-weight: 200; }
  /* line 70, scss/partials/_form.scss */
  .form_builder .radio_item {
    display: inline-block; }
  /* line 73, scss/partials/_form.scss */
  .form_builder .checkbox_item {
    display: inline-block; }
  /* line 77, scss/partials/_form.scss */
  .form_builder .name_group .subfield.long {
    width: 43%; }
  /* line 80, scss/partials/_form.scss */
  .form_builder .name_group div:last-child {
    margin-right: 0; }
  /* line 87, scss/partials/_form.scss */
  .form_builder .success, .form_builder .error {
    width: 50%;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 5%;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    margin-bottom: 25px; }
    /* line 97, scss/partials/_form.scss */
    .form_builder .success li, .form_builder .error li {
      background: none; }
  /* line 101, scss/partials/_form.scss */
  .form_builder .error {
    color: #da0404;
    border: 8px solid #da0404;
    background: #f5b06e; }
    /* line 105, scss/partials/_form.scss */
    .form_builder .error li {
      color: #da0404; }
  /* line 110, scss/partials/_form.scss */
  .form_builder .success {
    background: #c0fbd8;
    border: 8px solid #03a343; }
    /* line 113, scss/partials/_form.scss */
    .form_builder .success li {
      color: #03a343; }

/* line 120, scss/partials/_form.scss */
.nomargin {
  margin-right: 0 !Important;
  width: 50% !Important; }

/* line 121, scss/partials/_form.scss */
.fifty.lname {
  padding-top: 25px; }

/* line 123, scss/partials/_form.scss */
.missing {
  border: 3px solid #da0404; }

/* line 1, scss/partials/_theme.scss */
#mobile-menu-button {
  display: none; }

/* line 2, scss/partials/_theme.scss */
.col-md-2 {
  width: 470px !important; }

/* line 4, scss/partials/_theme.scss */
#wrapper {
  padding-bottom: 30px; }

/* line 8, scss/partials/_theme.scss */
#browse_by {
  display: none; }

/* line 12, scss/partials/_theme.scss */
.browse-text {
  display: inline-block;
  padding: 16px 15px 0 0;
  font-size: 21px; }

/* line 18, scss/partials/_theme.scss */
.latest-flag {
  padding: 13.5px 22px;
  background: #bc1111;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  position: absolute;
  top: 0;
  left: 34px;
  z-index: 3; }

/* line 30, scss/partials/_theme.scss */
.module-search {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  display: inline-block;
  width: 100%;
  margin: 10px 0 20px 0; }
  /* line 36, scss/partials/_theme.scss */
  .module-search .search-field {
    margin-top: 5px;
    float: right;
    width: auto; }
  /* line 41, scss/partials/_theme.scss */
  .module-search .filters {
    display: inline-block;
    vertical-align: top; }
    /* line 44, scss/partials/_theme.scss */
    .module-search .filters .icon-arrow-down {
      color: #ea8400;
      vertical-align: middle; }
    /* line 48, scss/partials/_theme.scss */
    .module-search .filters .icon-narrow-menu {
      display: none; }
    /* line 51, scss/partials/_theme.scss */
    .module-search .filters ul {
      list-style: none; }
    /* line 54, scss/partials/_theme.scss */
    .module-search .filters .dropdown {
      display: inline-block;
      margin-bottom: 0;
      position: relative;
      vertical-align: top; }
      /* line 59, scss/partials/_theme.scss */
      .module-search .filters .dropdown .icon-arrow-down {
        color: #2a8fca;
        margin-left: 10px;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        -ms-transition: all 0.1s;
        transition: all 0.1s;
        font-size: 1.2em; }
      /* line 66, scss/partials/_theme.scss */
      .module-search .filters .dropdown:hover > li:first-child, .module-search .filters .dropdown:active > li:first-child {
        background-color: #2a8fca; }
        /* line 68, scss/partials/_theme.scss */
        .module-search .filters .dropdown:hover > li:first-child .icon-arrow-down, .module-search .filters .dropdown:active > li:first-child .icon-arrow-down {
          color: white; }
      /* line 73, scss/partials/_theme.scss */
      .module-search .filters .dropdown .filter-items {
        left: 0;
        top: 59px;
        z-index: 10;
        display: none;
        position: absolute;
        background-color: #222222;
        width: 250px;
        max-height: 500px;
        overflow-y: scroll;
        margin-bottom: 0; }
        /* line 84, scss/partials/_theme.scss */
        .module-search .filters .dropdown .filter-items li {
          border-bottom: 1px solid #333333; }
      /* line 88, scss/partials/_theme.scss */
      .module-search .filters .dropdown li {
        background: none;
        color: white;
        height: 39px;
        padding: 18px 15px 2px 22px;
        font-size: 21px;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        -ms-transition: all 0.1s;
        transition: all 0.1s; }
        /* line 95, scss/partials/_theme.scss */
        .module-search .filters .dropdown li:hover {
          background-color: #2a8fca; }
          /* line 97, scss/partials/_theme.scss */
          .module-search .filters .dropdown li:hover a {
            color: white; }
          /* line 100, scss/partials/_theme.scss */
          .module-search .filters .dropdown li:hover .icon-arrow-down {
            color: white; }
      /* line 105, scss/partials/_theme.scss */
      .module-search .filters .dropdown ul li {
        padding: 12px 15px 12px 22px;
        height: auto; }

/* line 113, scss/partials/_theme.scss */
.play-arrow {
  width: 24px;
  height: 19px;
  background: url(../images/main_sprite.png) no-repeat;
  background-position: -23px -44px;
  text-indent: -9999em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3; }

/* line 125, scss/partials/_theme.scss */
.copyright {
  color: #2a8fca;
  text-decoration: none; }

/*
	_   _________       _______
   / | / / ____/ |     / / ___/
  /  |/ / __/  | | /| / /\__ \ 
 / /|  / /___  | |/ |/ /___/ / 
/_/ |_/_____/  |__/|__//____/  
							   */
/* line 138, scss/partials/_theme.scss */
#subscribe-rss {
  padding-top: 26px;
  color: #f0f0f0;
  position: absolute;
  right: 0;
  font-size: 16px; }
  /* line 144, scss/partials/_theme.scss */
  #subscribe-rss a {
    color: #2a8fca;
    padding: 2px; }
    /* line 147, scss/partials/_theme.scss */
    #subscribe-rss a:hover {
      color: #39b0f2; }

/* line 151, scss/partials/_theme.scss */
a.rss {
  width: 20px;
  height: 20px;
  background: url(../images/main_sprite.png) no-repeat;
  background-position: -50px -44px;
  text-indent: -9999em;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 2px;
  padding: 0 !Important; }
  /* line 163, scss/partials/_theme.scss */
  a.rss:hover {
    background-position: -72px -44px; }

/* line 166, scss/partials/_theme.scss */
#news, #headlines {
  position: relative;
  padding-bottom: 24px; }

/* line 167, scss/partials/_theme.scss */
#news-2col-wrap {
  max-width: 800px;
  width: 100%;
  position: relative;
  float: left; }

/* line 174, scss/partials/_theme.scss */
#featured-news, #news-stories, #breaking-news {
  float: left; }

/* line 177, scss/partials/_theme.scss */
#featured-news {
  margin-right: 29px;
  max-width: 470px;
  position: relative; }
  /* line 181, scss/partials/_theme.scss */
  #featured-news img {
    margin-bottom: 25px; }
  /* line 182, scss/partials/_theme.scss */
  #featured-news p {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 300;
    color: #ffffff; }
  /* line 188, scss/partials/_theme.scss */
  #featured-news h2.post-title {
    margin-bottom: 0px;
    font-size: 1.6em; }

/* line 194, scss/partials/_theme.scss */
.meta {
  font-size: 16px;
  margin-bottom: 10px; }

/* line 195, scss/partials/_theme.scss */
span.divider {
  font-size: 8px;
  position: relative;
  top: -1px; }

/* line 197, scss/partials/_theme.scss */
.related-news {
  padding-top: 5px; }
  /* line 200, scss/partials/_theme.scss */
  .related-news h6 {
    position: relative;
    cursor: pointer;
    margin-bottom: 7px; }
  /* line 201, scss/partials/_theme.scss */
  .related-news.accordian h6:after {
    content: "";
    width: 16px;
    height: 14px;
    background: url(../images/main_sprite.png) no-repeat;
    background-position: -114px -44px;
    text-indent: -9999em;
    display: block;
    margin: 0;
    position: absolute;
    left: 111px;
    top: -2px; }
  /* line 214, scss/partials/_theme.scss */
  .related-news.accordian.collapsed h6:after {
    content: "";
    width: 16px;
    height: 14px;
    background: url(../images/main_sprite.png) no-repeat;
    background-position: -95px -44px;
    text-indent: -9999em;
    display: block;
    margin: 0;
    position: absolute;
    left: 111px;
    top: -2px; }
  /* line 227, scss/partials/_theme.scss */
  .related-news.collapsed ul {
    display: none; }
  /* line 228, scss/partials/_theme.scss */
  .related-news ul {
    padding: 0; }
    /* line 230, scss/partials/_theme.scss */
    .related-news ul li {
      border-top: 1px solid #333333;
      padding-top: 10px;
      padding-left: 0;
      color: #ccc;
      font-size: 16px;
      line-height: 1.4em;
      padding-right: 3px;
      background: none; }
      /* line 239, scss/partials/_theme.scss */
      .related-news ul li a {
        font-size: 16px;
        color: #2a8fca;
        line-height: 1em;
        padding-right: 3px; }
        /* line 244, scss/partials/_theme.scss */
        .related-news ul li a:hover {
          color: white; }

/* line 250, scss/partials/_theme.scss */
#news-stories, #news-stories img {
  width: 100%;
  max-width: 270px;
  height: auto; }

/* line 251, scss/partials/_theme.scss */
#news-stories img {
  margin-bottom: 20px; }

/* line 253, scss/partials/_theme.scss */
#news-stories h3.post-title {
  margin-bottom: 0; }
/* line 254, scss/partials/_theme.scss */
#news-stories p {
  font-size: 16px;
  line-height: 1.25em;
  margin-bottom: 15px;
  color: white; }
/* line 260, scss/partials/_theme.scss */
#news-stories .story {
  margin-bottom: 35px; }

/* line 270, scss/partials/_theme.scss */
#breaking-news {
  width: 100%;
  max-width: 370px;
  height: auto;
  padding-bottom: 10px;
  position: relative; }

/* line 277, scss/partials/_theme.scss */
#bn-menu, .dropdown-menu {
  width: 100%;
  background: #222222;
  cursor: pointer;
  text-align: right;
  margin-bottom: 12px; }
  /* line 283, scss/partials/_theme.scss */
  #bn-menu .button, .dropdown-menu .button {
    width: 48px;
    height: 46px;
    float: right;
    padding: 0;
    position: relative;
    background-color: #2a8fca; }
  /* line 291, scss/partials/_theme.scss */
  #bn-menu .arrow-down, .dropdown-menu .arrow-down {
    background: #2a8fca;
    display: inline-block;
    width: 12px;
    height: 6px;
    background: url(../images/main_sprite.png) top left no-repeat;
    background-position: -99px -122px;
    text-indent: -9999em;
    display: inline-block;
    position: absolute;
    left: 19px;
    top: 21px; }

/* line 306, scss/partials/_theme.scss */
h3.bn-title, h3.dropdown-title {
  color: white;
  padding-top: 14px;
  padding-left: 20px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  margin-bottom: 0; }

/* line 317, scss/partials/_theme.scss */
#bn-nav, .donations .dropdown {
  display: none;
  text-align: left;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  width: 100%; }
  /* line 325, scss/partials/_theme.scss */
  #bn-nav li, .donations .dropdown li {
    display: block;
    margin: 0;
    padding: 0 !important;
    border-bottom: 1px solid #333333; }
    /* line 330, scss/partials/_theme.scss */
    #bn-nav li:last-child, .donations .dropdown li:last-child {
      border-bottom: 0; }
    /* line 333, scss/partials/_theme.scss */
    #bn-nav li a, .donations .dropdown li a {
      color: #777777;
      background: #222222;
      padding: 17px;
      line-height: 1em;
      font-size: 14px;
      text-transform: uppercase;
      display: block; }
      /* line 340, scss/partials/_theme.scss */
      #bn-nav li a:hover, .donations .dropdown li a:hover {
        color: white;
        background: #2a8fca; }

/* line 347, scss/partials/_theme.scss */
#breaking-news .story {
  padding: 11px 0;
  border-top: 1px dashed #333333; }
  /* line 350, scss/partials/_theme.scss */
  #breaking-news .story:first-child {
    border-top: 0; }
  /* line 351, scss/partials/_theme.scss */
  #breaking-news .story img {
    float: left;
    margin-right: 24px; }
  /* line 352, scss/partials/_theme.scss */
  #breaking-news .story .post-title {
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 8px; }
  /* line 356, scss/partials/_theme.scss */
  #breaking-news .story .meta {
    margin: 0; }
/* line 358, scss/partials/_theme.scss */
#breaking-news a.buttonbk.news-more {
  bottom: auto;
  left: auto;
  margin-top: 30px; }

/* line 365, scss/partials/_theme.scss */
#mobile-menu-button {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  width: 83px;
  height: 18px;
  background: url(../images/main_sprite.png) top left no-repeat;
  background-position: 0px -98px;
  text-indent: -9999em;
  float: right;
  margin-top: 0px;
  cursor: pointer; }
  /* line 378, scss/partials/_theme.scss */
  #mobile-menu-button:hover {
    background-position: 0px -122px; }

/* line 383, scss/partials/_theme.scss */
.cart-count {
  color: white;
  background-color: #ea8400;
  font-size: 12px;
  border-radius: 50%;
  padding: 4px;
  line-height: .5;
  text-align: center; }

/* line 393, scss/partials/_theme.scss */
.cart-count-wrap {
  display: none;
  position: absolute;
  background-color: #171717;
  font-size: 12px;
  top: 35px;
  right: -10px;
  border-radius: 50%;
  padding: 3px;
  line-height: .5;
  text-align: center; }

/* line 406, scss/partials/_theme.scss */
.back-to-top {
  display: none; }

/* line 410, scss/partials/_theme.scss */
.flowplayer {
  background-image: none !important;
  background-color: black !important; }

/* line 10, scss/styles.scss */
body.products {
  /**************************************************
  ** STORE
  **************************************************/
  /*  Temp   */ }
  /* line 5, scss/partials/_store.scss */
  body.products #product-list {
    margin-left: -1%;
    margin-right: -1%; }
  /* line 10, scss/partials/_store.scss */
  body.products .product-item {
    float: left;
    width: 23%;
    margin: 1%; }
    /* line 14, scss/partials/_store.scss */
    body.products .product-item .icon-arrow-right {
      position: absolute;
      top: 0;
      right: 0;
      background: #ea8400;
      color: white;
      padding: 5px 7px; }
    /* line 22, scss/partials/_store.scss */
    body.products .product-item .price {
      margin-bottom: 15px;
      font-weight: 600; }
    /* line 26, scss/partials/_store.scss */
    body.products .product-item .image {
      width: 100%;
      max-width: 300px;
      background: white;
      padding: 20px 0;
      margin-bottom: 15px;
      position: relative;
      display: inline-block; }
      /* line 34, scss/partials/_store.scss */
      body.products .product-item .image .item-image {
        background-size: contain;
        min-height: 200px;
        background-position: center;
        background-repeat: no-repeat; }
    /* line 41, scss/partials/_store.scss */
    body.products .product-item .info {
      width: 100%;
      max-width: 300px;
      color: white;
      max-height: 50px;
      overflow: hidden; }
    /* line 48, scss/partials/_store.scss */
    body.products .product-item .title {
      font-weight: 700; }
    /* line 51, scss/partials/_store.scss */
    body.products .product-item p {
      margin-bottom: 0;
      color: #ea8400; }
  /* line 57, scss/partials/_store.scss */
  body.products .featured {
    background-color: #2a8fca;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 15px;
    font-size: 14px;
    font-weight: 600; }
  /* line 69, scss/partials/_store.scss */
  body.products .content-menu .bbsmall {
    display: none; }
  /* line 75, scss/partials/_store.scss */
  body.products .search-field input {
    font-size: 16px;
    padding: 7px 7px 7.5px;
    margin: 7px 0;
    border: none; }
  /* line 81, scss/partials/_store.scss */
  body.products .search-field a {
    padding: 7px 15px;
    vertical-align: middle;
    background: #333333;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600; }
  /* line 93, scss/partials/_store.scss */
  body.products .info a {
    color: white; }
  /* line 99, scss/partials/_store.scss */
  body.products .content .top {
    padding: 5px 0 15px 0;
    margin-top: -20px; }
    /* line 102, scss/partials/_store.scss */
    body.products .content .top h1 {
      display: inline; }
  /* line 106, scss/partials/_store.scss */
  body.products .content a.back-to {
    float: right;
    display: inline;
    padding: 18px 0;
    color: white;
    text-transform: uppercase; }
    /* line 112, scss/partials/_store.scss */
    body.products .content a.back-to .text {
      font-size: 60%;
      vertical-align: text-bottom;
      padding-left: 10px;
      font-weight: 700; }
  /* line 121, scss/partials/_store.scss */
  body.products .details {
    padding-bottom: 50px; }
    /* line 122, scss/partials/_store.scss */
    body.products .details .right {
      width: 609px; }
      /* line 124, scss/partials/_store.scss */
      body.products .details .right .option {
        background: url(../images/table-border.jpg) repeat-x left top;
        padding: 10px 0; }
        /* line 127, scss/partials/_store.scss */
        body.products .details .right .option:last-child {
          background: url(../images/table-border.jpg) repeat-x left bottom, url(../images/table-border.jpg) repeat-x left top; }
      /* line 133, scss/partials/_store.scss */
      body.products .details .right .price {
        width: 295px;
        color: #ea8400;
        font-weight: 700;
        font-size: 18px;
        display: inline-block;
        margin-right: 15px; }
        /* line 140, scss/partials/_store.scss */
        body.products .details .right .price .amount {
          color: white; }
      /* line 145, scss/partials/_store.scss */
      body.products .details .right form label {
        text-transform: uppercase; }
      /* line 148, scss/partials/_store.scss */
      body.products .details .right form a {
        padding: 14px 39px;
        vertical-align: middle;
        background-color: #333333;
        color: white;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        margin-left: 15px;
        float: right;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        -ms-transition: all 0.1s;
        transition: all 0.1s; }
        /* line 159, scss/partials/_store.scss */
        body.products .details .right form a:hover {
          background-color: #666666; }
    /* line 166, scss/partials/_store.scss */
    body.products .details .image {
      float: left; }
      /* line 168, scss/partials/_store.scss */
      body.products .details .image .img-wrap {
        width: 421px;
        background: white;
        padding: 25px; }
        /* line 172, scss/partials/_store.scss */
        body.products .details .image .img-wrap img {
          margin: 0 auto; }
  /* line 179, scss/partials/_store.scss */
  body.products .checkout-button {
    padding: 14px 48px;
    background-color: #ea8400;
    color: white;
    margin: 10px 4px 0 0;
    float: right;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s; }
    /* line 186, scss/partials/_store.scss */
    body.products .checkout-button:hover {
      background-color: #f5b06e; }
  /* line 191, scss/partials/_store.scss */
  body.products .add-to-cart {
    display: inline-block;
    vertical-align: middle;
    width: 289px; }
    /* line 195, scss/partials/_store.scss */
    body.products .add-to-cart form {
      color: white; }
      /* line 197, scss/partials/_store.scss */
      body.products .add-to-cart form label {
        font-size: 16px;
        font-weight: 500; }
      /* line 201, scss/partials/_store.scss */
      body.products .add-to-cart form .quantity {
        vertical-align: middle;
        background: none;
        border: 1px solid #333333;
        color: white;
        font-size: 14px;
        padding: 12px 6px;
        width: 25px;
        text-align: center; }
  /* line 214, scss/partials/_store.scss */
  body.products .filter-title {
    font-size: 28px; }
  /* line 218, scss/partials/_store.scss */
  body.products .load-more {
    display: none; }
  /* line 222, scss/partials/_store.scss */
  body.products .details-title {
    color: white;
    font-weight: 400;
    margin-bottom: 5px; }
  /* line 230, scss/partials/_store.scss */
  body.products .hide {
    display: none !important; }
  /* line 234, scss/partials/_store.scss */
  body.products .backlink {
    float: right;
    margin-top: 15px;
    color: white; }
    /* line 238, scss/partials/_store.scss */
    body.products .backlink:hover {
      color: #2a8fca; }
    /* line 241, scss/partials/_store.scss */
    body.products .backlink .icon {
      margin-right: .5em; }

/* line 14, scss/styles.scss */
body.cart {
  /*
     _________    ____  ______   _________    ____  __    ______
    / ____/   |  / __ \/_  __/  /_  __/   |  / __ )/ /   / ____/
   / /   / /| | / /_/ / / /      / / / /| | / __  / /   / __/   
  / /___/ ___ |/ _, _/ / /      / / / ___ |/ /_/ / /___/ /___   
  \____/_/  |_/_/ |_| /_/      /_/ /_/  |_/_____/_____/_____/   
                                                                */ }
  /* line 1, scss/partials/_cart.scss */
  body.cart .remove-link {
    width: 48px;
    height: 40px;
    border: 2px solid #333333;
    display: block; }
    /* line 6, scss/partials/_cart.scss */
    body.cart .remove-link .plus {
      color: white;
      fill: white;
      width: 40%;
      margin-top: 10px; }
      /* line 11, scss/partials/_cart.scss */
      body.cart .remove-link .plus .bar-ver, body.cart .remove-link .plus .bar-hor {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
    /* line 17, scss/partials/_cart.scss */
    body.cart .remove-link:hover, body.cart .remove-link:active {
      border-color: #2a8fca; }
      /* line 20, scss/partials/_cart.scss */
      body.cart .remove-link:hover .plus .bar-ver, body.cart .remove-link:hover .plus .bar-hor, body.cart .remove-link:active .plus .bar-ver, body.cart .remove-link:active .plus .bar-hor {
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        transform-origin: 50% 50%; }
  /* line 28, scss/partials/_cart.scss */
  body.cart input, body.cart textarea, body.cart select {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    padding: 10px;
    width: 95%;
    color: white;
    font-size: 14px;
    background: none;
    border: 1px solid #333333; }
    /* line 37, scss/partials/_cart.scss */
    body.cart input:focus, body.cart textarea:focus, body.cart select:focus {
      border-color: #32abf0; }
  /* line 43, scss/partials/_cart.scss */
  body.cart .quantity input {
    width: 7%;
    text-align: center; }
  /* line 49, scss/partials/_cart.scss */
  body.cart .apply-discount {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
    /* line 53, scss/partials/_cart.scss */
    body.cart .apply-discount input {
      width: 200px;
      margin-bottom: 15px; }
    /* line 57, scss/partials/_cart.scss */
    body.cart .apply-discount .button {
      padding: 11px 15px; }
    /* line 60, scss/partials/_cart.scss */
    body.cart .apply-discount .info {
      font-size: 15px;
      font-style: italic; }
  /* line 66, scss/partials/_cart.scss */
  body.cart .remove-discount {
    margin: 15px 0; }
  /* line 70, scss/partials/_cart.scss */
  body.cart .button {
    background-color: #ea8400;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
    padding: 15px 30px; }
    /* line 74, scss/partials/_cart.scss */
    body.cart .button:hover {
      background-color: #f5b06e; }
  /* line 79, scss/partials/_cart.scss */
  body.cart .top-buttons {
    float: right;
    margin-bottom: 70px; }
    /* line 82, scss/partials/_cart.scss */
    body.cart .top-buttons .button {
      margin-left: 25px; }
  /* line 87, scss/partials/_cart.scss */
  body.cart .buttons {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
  /* line 113, scss/partials/_cart.scss */
  body.cart .fancytable tr th {
    background-color: #ea8400; }
    /* line 115, scss/partials/_cart.scss */
    body.cart .fancytable tr th.price {
      text-align: center; }
  /* line 119, scss/partials/_cart.scss */
  body.cart .fancytable tr td {
    vertical-align: middle; }
    /* line 121, scss/partials/_cart.scss */
    body.cart .fancytable tr td.thumb, body.cart .fancytable tr td.label, body.cart .fancytable tr td.quantity, body.cart .fancytable tr td.price {
      font-family: Helvetica, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      color: white; }
    /* line 126, scss/partials/_cart.scss */
    body.cart .fancytable tr td.thumb img {
      display: inline; }
    /* line 133, scss/partials/_cart.scss */
    body.cart .fancytable tr td.quantity, body.cart .fancytable tr td.price, body.cart .fancytable tr td .remove-link {
      text-align: center; }
    /* line 136, scss/partials/_cart.scss */
    body.cart .fancytable tr td.tfoot-price {
      text-align: right; }
    /* line 139, scss/partials/_cart.scss */
    body.cart .fancytable tr td .price-text {
      font-size: 24px;
      font-weight: 700; }

/* line 18, scss/styles.scss */
body.home {
  /*******************************
  ** Home Page
  ********************************/
  /***********************
  LOWER HOME SLIDESHOW */
  /*********************************/ }
  /* line 7, scss/partials/_home.scss */
  body.home #videos {
    position: relative;
    width: 100%;
    height: 510px;
    display: block;
    padding-bottom: 5px; }
  /* line 14, scss/partials/_home.scss */
  body.home #featured-video {
    width: 882px;
    height: 510px;
    overflow: hidden;
    position: relative; }
    /* line 19, scss/partials/_home.scss */
    body.home #featured-video img {
      cursor: pointer; }
    /* line 20, scss/partials/_home.scss */
    body.home #featured-video .date {
      font-size: 18px; }
    /* line 21, scss/partials/_home.scss */
    body.home #featured-video .post-title {
      font-size: 52px; }
    /* line 22, scss/partials/_home.scss */
    body.home #featured-video .post-meta {
      position: absolute;
      left: 54px;
      bottom: 42px; }
  /* line 29, scss/partials/_home.scss */
  body.home .mobile-wrap {
    display: none; }
  /* line 33, scss/partials/_home.scss */
  body.home .no-desktop {
    display: none; }
  /* line 37, scss/partials/_home.scss */
  body.home .play-vid {
    display: none;
    width: 90px;
    height: 90px;
    background: url(../images/play-vid.png) no-repeat;
    position: absolute;
    top: 44%;
    left: 46%;
    cursor: pointer;
    z-index: 4; }
  /* line 48, scss/partials/_home.scss */
  body.home #featured-videos {
    position: absolute;
    top: 0;
    right: 0;
    width: 288px; }
  /* line 55, scss/partials/_home.scss */
  body.home .video-single-wrap {
    height: 134px;
    position: relative;
    width: 235px;
    margin-left: 26px;
    margin-bottom: 14px;
    cursor: pointer; }
  /* line 64, scss/partials/_home.scss */
  body.home .video-single {
    width: 90%;
    height: 62.4%;
    padding: 25px;
    background: #222222;
    position: relative; }
    /* line 70, scss/partials/_home.scss */
    body.home .video-single .video-hover-arrow {
      display: none; }
    /* line 73, scss/partials/_home.scss */
    body.home .video-single:hover {
      background: url(../images/bg-video.jpg); }
      /* line 77, scss/partials/_home.scss */
      body.home .video-single:hover .video-hover-arrow {
        display: block;
        width: 13px;
        height: 25px;
        position: absolute;
        left: -13px;
        top: 52px;
        background-image: url(../images/video-hover-arrow.png); }
  /* line 89, scss/partials/_home.scss */
  body.home .more-videos {
    margin-left: 26px !Important;
    padding: 21px 46px 20px 23px !Important;
    width: auto;
    text-align: left;
    line-height: 1em;
    color: white;
    background-color: #2a8fca;
    display: block;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative; }
    /* line 102, scss/partials/_home.scss */
    body.home .more-videos .icon-arrow-right {
      position: absolute;
      right: 23px; }
    /* line 106, scss/partials/_home.scss */
    body.home .more-videos:hover {
      background-color: #31abef; }
  /* line 111, scss/partials/_home.scss */
  body.home .date {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #32abf0;
    font-size: 14px;
    line-height: 1.3em; }
  /* line 119, scss/partials/_home.scss */
  body.home .month-day {
    color: white; }
  /* line 120, scss/partials/_home.scss */
  body.home .post-title {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: white;
    line-height: 1.3em; }
  /* line 127, scss/partials/_home.scss */
  body.home .post-title a {
    color: white; }
    /* line 128, scss/partials/_home.scss */
    body.home .post-title a:hover {
      color: #32abf0; }
  /* line 131, scss/partials/_home.scss */
  body.home #news .month-day {
    color: inherit; }
  /* line 138, scss/partials/_home.scss */
  body.home #cycle-container, body.home #cycle-container .slideshow, body.home #cycle-container .slideshow .cycle-banner {
    width: 100%;
    height: 220px; }
  /* line 140, scss/partials/_home.scss */
  body.home #cycle-container .slideshow {
    top: 0;
    left: 0;
    z-index: 0;
    text-align: center; }
  /* line 148, scss/partials/_home.scss */
  body.home #rotator-selectors {
    padding-top: 25px;
    width: 100%;
    text-align: center;
    color: white; }
  /* line 155, scss/partials/_home.scss */
  body.home .cycle-banner {
    background-position: center center !Important;
    background-repeat: no-repeat !Important;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important; }
    /* line 162, scss/partials/_home.scss */
    body.home .cycle-banner .slideshow-item-wrap {
      padding-top: 20px; }
    /* line 165, scss/partials/_home.scss */
    body.home .cycle-banner img, body.home .cycle-banner .slideshow-item-details-wrap {
      display: inline-block;
      margin: 0 auto; }
    /* line 168, scss/partials/_home.scss */
    body.home .cycle-banner img {
      vertical-align: middle; }
    /* line 171, scss/partials/_home.scss */
    body.home .cycle-banner .slideshow-item-details-wrap {
      margin-left: 15px;
      width: 380px;
      text-align: left;
      text-transform: uppercase;
      vertical-align: middle; }
    /* line 178, scss/partials/_home.scss */
    body.home .cycle-banner .slideshow-item-title {
      color: white;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px; }
    /* line 184, scss/partials/_home.scss */
    body.home .cycle-banner .slideshow-item-desc {
      font-weight: 700;
      color: white;
      font-size: 55px; }
    /* line 189, scss/partials/_home.scss */
    body.home .cycle-banner .slideshow-button {
      color: white;
      width: 268px;
      height: 38px;
      display: block;
      padding: 5px;
      line-height: 1.7;
      text-align: center;
      font-size: 20px;
      margin-top: 20px;
      background-color: #ea8400; }
      /* line 200, scss/partials/_home.scss */
      body.home .cycle-banner .slideshow-button:after {
        font-family: icomoon;
        content: "\e604";
        font-size: 20px;
        margin-left: 10px; }
      /* line 206, scss/partials/_home.scss */
      body.home .cycle-banner .slideshow-button:hover {
        background: #f39501; }
  /* line 214, scss/partials/_home.scss */
  body.home #rotator-selectors a {
    color: white;
    background: white;
    text-decoration: none;
    margin-right: 15px;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    font-size: 4px;
    line-height: 14px; }
    /* line 229, scss/partials/_home.scss */
    body.home #rotator-selectors a.activeSlide {
      color: #32abf0;
      background: #32abf0; }
    /* line 230, scss/partials/_home.scss */
    body.home #rotator-selectors a:focus {
      outline: none; }
  /* line 237, scss/partials/_home.scss */
  body.home #schedule h6 {
    color: #32abf0;
    margin-bottom: 8px;
    padding-top: 7px; }
  /* line 238, scss/partials/_home.scss */
  body.home #schedule h2 {
    margin-bottom: 28px; }
  /* line 241, scss/partials/_home.scss */
  body.home .schedule-item {
    float: left;
    width: 20.7%;
    min-height: 44px;
    border-left: 2px solid white;
    padding: 3px 0;
    font-size: 15px;
    color: white;
    text-align: center; }
    /* line 249, scss/partials/_home.scss */
    body.home .schedule-item:first-of-type {
      width: 16%;
      text-align: left;
      border-left: 0; }
    /* line 250, scss/partials/_home.scss */
    body.home .schedule-item:last-of-type {
      text-align: right;
      padding-top: 9px; }
    /* line 251, scss/partials/_home.scss */
    body.home .schedule-item .date {
      font-size: 20px;
      text-transform: none; }
  /* line 254, scss/partials/_home.scss */
  body.home .schedule-item-wrap {
    display: inline-block;
    margin: 0 auto;
    text-align: left; }
  /* line 260, scss/partials/_home.scss */
  body.home .view-schedule {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: white;
    font-weight: 800; }
    /* line 265, scss/partials/_home.scss */
    body.home .view-schedule:hover {
      color: #32abf0; }
  /* line 268, scss/partials/_home.scss */
  body.home .schedule-item span.arrow-blue {
    position: relative;
    top: 2px; }

/* line 22, scss/styles.scss */
body.member {
  /*
      ____  ___   _____ __  ______  ____  ___    ____  ____ 
     / __ \/   | / ___// / / / __ )/ __ \/   |  / __ \/ __ \
    / / / / /| | \__ \/ /_/ / __  / / / / /| | / /_/ / / / /
   / /_/ / ___ |___/ / __  / /_/ / /_/ / ___ |/ _, _/ /_/ / 
  /_____/_/  |_/____/_/ /_/_____/\____/_/  |_/_/ |_/_____/  */
  /*
      ____  ____ _       ___   ____    ____  ___    ____  _____
     / __ \/ __ \ |     / / | / / /   / __ \/   |  / __ \/ ___/
    / / / / / / / | /| / /  |/ / /   / / / / /| | / / / /\__ \ 
   / /_/ / /_/ /| |/ |/ / /|  / /___/ /_/ / ___ |/ /_/ /___/ / 
  /_____/\____/ |__/|__/_/ |_/_____/\____/_/  |_/_____//____/  */
  /*
      ____  __________  _____ ____  _   _____    __       _____   ____________ 
     / __ \/ ____/ __ \/ ___// __ \/ | / /   |  / /      /  _/ | / / ____/ __ \
    / /_/ / __/ / /_/ /\__ \/ / / /  |/ / /| | / /       / //  |/ / /_  / / / /
   / ____/ /___/ _, _/___/ / /_/ / /|  / ___ |/ /___   _/ // /|  / __/ / /_/ / 
  /_/   /_____/_/ |_|/____/\____/_/ |_/_/  |_/_____/  /___/_/ |_/_/    \____/  */
  /*
      ____  _______________________________  ___  ______________  _   __
     / __ \/ ____/ ____/  _/ ___/_  __/ __ \/   |/_  __/  _/ __ \/ | / /
    / /_/ / __/ / / __ / / \__ \ / / / /_/ / /| | / /  / // / / /  |/ / 
   / _, _/ /___/ /_/ // / ___/ // / / _, _/ ___ |/ / _/ // /_/ / /|  /  
  /_/ |_/_____/\____/___//____//_/ /_/ |_/_/  |_/_/ /___/\____/_/ |_/   
                                                                        */
  /*
      __    ____  ___________   __      __   __    ____  __________  __  ________
     / /   / __ \/ ____/  _/ | / /    _/_/  / /   / __ \/ ____/ __ \/ / / /_  __/
    / /   / / / / / __ / //  |/ /   _/_/   / /   / / / / / __/ / / / / / / / /   
   / /___/ /_/ / /_/ // // /|  /  _/_/    / /___/ /_/ / /_/ / /_/ / /_/ / / /    
  /_____/\____/\____/___/_/ |_/  /_/     /_____/\____/\____/\____/\____/ /_/     
                                                                                 */ }
  /* line 1, scss/partials/_member.scss */
  body.member .account-settings, body.member #my-orders, body.member .personal-info, body.member .billing-address, body.member .shipping-address, body.member #my-donations, body.member .registration {
    display: inline-block;
    vertical-align: top; }
  /* line 6, scss/partials/_member.scss */
  body.member #mobile-member-menu {
    display: none; }
  /* line 10, scss/partials/_member.scss */
  body.member .account-settings {
    width: 30%;
    margin-right: 5%;
    background: url(../images/bg-sidenav.jpg); }
  /* line 16, scss/partials/_member.scss */
  body.member .account-settings-title {
    color: #2a8fca;
    border-bottom: 2px solid #333333;
    padding: 19px 0 20px 27px; }
  /* line 22, scss/partials/_member.scss */
  body.member .my-account-menu {
    margin-bottom: 0; }
    /* line 24, scss/partials/_member.scss */
    body.member .my-account-menu li {
      background-image: none;
      border-bottom: 2px solid #333333;
      position: relative;
      padding: 12px 0 12px 47px; }
      /* line 29, scss/partials/_member.scss */
      body.member .my-account-menu li.active {
        background-color: #2a8fca;
        color: white;
        position: relative; }
      /* line 34, scss/partials/_member.scss */
      body.member .my-account-menu li .active-arrow {
        position: absolute;
        right: -17px;
        top: 0;
        width: 17px;
        height: 40px;
        background-image: url(../images/my-account-bg-arrow.png);
        background-repeat: no-repeat; }
  /* line 46, scss/partials/_member.scss */
  body.member .buttons {
    margin-top: 20px; }
  /* line 50, scss/partials/_member.scss */
  body.member .button {
    padding: 14px 24px; }
  /* line 62, scss/partials/_member.scss */
  body.member #my-orders, body.member #my-donations {
    width: 65%; }
  /* line 66, scss/partials/_member.scss */
  body.member .order, body.member .donation {
    background: url(../images/table-border.jpg) repeat-x left bottom;
    padding: 15px 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    /* line 70, scss/partials/_member.scss */
    body.member .order.active, body.member .donation.active {
      background-color: #222222; }
  /* line 75, scss/partials/_member.scss */
  body.member .order-left, body.member .donation-left {
    display: inline-block;
    width: 90%; }
  /* line 80, scss/partials/_member.scss */
  body.member .order-date, body.member .order-specifics, body.member .expand-details, body.member .donation-date, body.member .donation-specifics, body.member .donation-frequency {
    display: inline-block;
    vertical-align: middle;
    color: white; }
  /* line 86, scss/partials/_member.scss */
  body.member .donation-frequency {
    width: 30%;
    font-weight: 300;
    font-size: 14px; }
  /* line 92, scss/partials/_member.scss */
  body.member .order-total, body.member .donation-total {
    font-weight: 700;
    font-size: 24px; }
  /* line 97, scss/partials/_member.scss */
  body.member .order-number, body.member .donation-number {
    font-weight: 500;
    color: #2a8fca;
    font-size: 14px; }
  /* line 103, scss/partials/_member.scss */
  body.member .order-date, body.member .donation-date {
    font-weight: 700;
    font-size: 14px;
    width: 52%; }
  /* line 109, scss/partials/_member.scss */
  body.member .donation-date {
    width: 28%; }
  /* line 113, scss/partials/_member.scss */
  body.member .order-specifics, body.member .donation-specifics {
    width: 40%; }
  /* line 117, scss/partials/_member.scss */
  body.member .order-details, body.member .donation-details {
    display: none; }
  /* line 121, scss/partials/_member.scss */
  body.member .expand-details {
    width: 48px;
    height: 40px;
    border: 2px solid #333333;
    text-align: center; }
    /* line 126, scss/partials/_member.scss */
    body.member .expand-details .plus {
      color: white;
      fill: white;
      width: 40%;
      margin-top: 10px; }
      /* line 131, scss/partials/_member.scss */
      body.member .expand-details .plus .bar-ver {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
    /* line 138, scss/partials/_member.scss */
    body.member .expand-details.active .bar-ver {
      -webkit-transform: rotateX(90deg);
      -moz-transform: rotateX(90deg);
      transform: rotateX(90deg);
      transform-origin: 50% 50%; }
    /* line 143, scss/partials/_member.scss */
    body.member .expand-details:hover, body.member .expand-details:active {
      border-color: #2a8fca; }
  /* line 148, scss/partials/_member.scss */
  body.member .purchased-items {
    margin-top: 33px; }
  /* line 152, scss/partials/_member.scss */
  body.member .items-section-title, body.member .order-item, body.member .donation-item {
    font-size: 14px;
    font-weight: 700;
    background: url(../images/table-border.jpg) repeat-x left bottom; }
  /* line 159, scss/partials/_member.scss */
  body.member .order-item, body.member .donation-item {
    color: white;
    padding: 10px 0; }
  /* line 165, scss/partials/_member.scss */
  body.member .donation-item .item-price {
    width: 32%;
    text-align: right;
    vertical-align: top;
    font-weight: 300; }
    /* line 170, scss/partials/_member.scss */
    body.member .donation-item .item-price span {
      color: #2a8fca; }
  /* line 174, scss/partials/_member.scss */
  body.member .donation-item .item-details {
    width: 64%; }
    /* line 176, scss/partials/_member.scss */
    body.member .donation-item .item-details .customer-details, body.member .donation-item .item-details #cancel_donation {
      font-weight: 300; }
  /* line 182, scss/partials/_member.scss */
  body.member .item-name, body.member .item-price, body.member .item-details {
    display: inline-block; }
  /* line 186, scss/partials/_member.scss */
  body.member .item-name {
    width: 90%; }
  /* line 190, scss/partials/_member.scss */
  body.member .item-price {
    width: 10px; }
  /* line 194, scss/partials/_member.scss */
  body.member .links-status {
    margin: 15px 0; }
    /* line 196, scss/partials/_member.scss */
    body.member .links-status a {
      font-weight: 700;
      font-size: 14px;
      display: inline-block; }
      /* line 200, scss/partials/_member.scss */
      body.member .links-status a:before {
        font-size: 20px;
        vertical-align: middle;
        margin-right: 5px; }
      /* line 205, scss/partials/_member.scss */
      body.member .links-status a:nth-child(2) {
        margin-left: 65px; }
  /* line 211, scss/partials/_member.scss */
  body.member .status, body.member .links {
    display: inline-block; }
  /* line 215, scss/partials/_member.scss */
  body.member .status {
    font-weight: 500;
    font-size: 14px;
    float: right; }
  /* line 230, scss/partials/_member.scss */
  body.member #my-downloads {
    display: inline-block;
    width: 65%; }
  /* line 235, scss/partials/_member.scss */
  body.member .download-item {
    background: url(../images/table-border.jpg) repeat-x left bottom;
    padding: 20px 0 15px 25px; }
    /* line 238, scss/partials/_member.scss */
    body.member .download-item .description {
      display: inline-block;
      vertical-align: middle;
      width: 83%; }
      /* line 242, scss/partials/_member.scss */
      body.member .download-item .description .title {
        font-weight: 700;
        font-size: 24px;
        color: white; }
      /* line 247, scss/partials/_member.scss */
      body.member .download-item .description .subtitle {
        font-weight: 500;
        font-size: 16px;
        color: #2a8fca; }
    /* line 253, scss/partials/_member.scss */
    body.member .download-item a {
      font-weight: 700;
      font-size: 14px;
      display: inline-block; }
      /* line 257, scss/partials/_member.scss */
      body.member .download-item a:before {
        font-size: 20px;
        vertical-align: middle;
        margin-right: 5px; }
  /* line 273, scss/partials/_member.scss */
  body.member .personal-info, body.member .billing-address, body.member .shipping-address {
    width: 64%; }
    /* line 277, scss/partials/_member.scss */
    body.member .personal-info .form_builder .form-message.error, body.member .personal-info .form_builder .form-message.success, body.member .billing-address .form_builder .form-message.error, body.member .billing-address .form_builder .form-message.success, body.member .shipping-address .form_builder .form-message.error, body.member .shipping-address .form_builder .form-message.success {
      width: 88%;
      margin-bottom: 15px; }
    /* line 282, scss/partials/_member.scss */
    body.member .personal-info .form_builder label, body.member .billing-address .form_builder label, body.member .shipping-address .form_builder label {
      width: 27%;
      display: inline-block; }
    /* line 286, scss/partials/_member.scss */
    body.member .personal-info .form_builder input, body.member .billing-address .form_builder input, body.member .shipping-address .form_builder input {
      width: 70%; }
    /* line 289, scss/partials/_member.scss */
    body.member .personal-info .form_builder select, body.member .billing-address .form_builder select, body.member .shipping-address .form_builder select {
      width: 73%; }
    /* line 292, scss/partials/_member.scss */
    body.member .personal-info .form_builder .textfield, body.member .personal-info .form_builder .password, body.member .personal-info .form_builder .select, body.member .billing-address .form_builder .textfield, body.member .billing-address .form_builder .password, body.member .billing-address .form_builder .select, body.member .shipping-address .form_builder .textfield, body.member .shipping-address .form_builder .password, body.member .shipping-address .form_builder .select {
      margin-bottom: 19px; }
    /* line 297, scss/partials/_member.scss */
    body.member .personal-info .button, body.member .billing-address .button, body.member .shipping-address .button {
      padding: 14px 24px;
      float: right; }
  /* line 312, scss/partials/_member.scss */
  body.member .registration h3 {
    font-size: 32px;
    font-weight: 300; }
  /* line 316, scss/partials/_member.scss */
  body.member .registration h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 23px 0;
    color: #2a8fca; }
  /* line 324, scss/partials/_member.scss */
  body.member .registration .form_builder .extras span {
    margin: 5px 0;
    display: block; }
  /* line 330, scss/partials/_member.scss */
  body.member .registration .form_builder .form-message.error, body.member .registration .form_builder .form-message.success {
    width: 88%;
    margin-bottom: 15px; }
  /* line 335, scss/partials/_member.scss */
  body.member .registration .form_builder label {
    display: block; }
  /* line 338, scss/partials/_member.scss */
  body.member .registration .form_builder input {
    width: 93%; }
  /* line 341, scss/partials/_member.scss */
  body.member .registration .form_builder .textfield, body.member .registration .form_builder .password {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 19px;
    width: 50%; }
    /* line 345, scss/partials/_member.scss */
    body.member .registration .form_builder .textfield.email, body.member .registration .form_builder .password.email {
      display: block; }
  /* line 351, scss/partials/_member.scss */
  body.member .registration .button {
    padding: 14px 24px; }
  /* line 364, scss/partials/_member.scss */
  body.member .login, body.member .forgot-pw {
    margin-top: 35px; }
    /* line 366, scss/partials/_member.scss */
    body.member .login h3, body.member .forgot-pw h3 {
      font-size: 32px; }
    /* line 369, scss/partials/_member.scss */
    body.member .login h5, body.member .forgot-pw h5 {
      color: #2a8fca; }
    /* line 372, scss/partials/_member.scss */
    body.member .login p, body.member .forgot-pw p {
      font-size: 14px;
      margin-bottom: 10px; }
    /* line 376, scss/partials/_member.scss */
    body.member .login .left, body.member .login .right, body.member .forgot-pw .left, body.member .forgot-pw .right {
      width: 44%; }
    /* line 381, scss/partials/_member.scss */
    body.member .login .form_builder .form-message.error, body.member .login .form_builder .form-message.success, body.member .forgot-pw .form_builder .form-message.error, body.member .forgot-pw .form_builder .form-message.success {
      width: 88%;
      margin-bottom: 15px; }
    /* line 386, scss/partials/_member.scss */
    body.member .login .form_builder .button, body.member .forgot-pw .form_builder .button {
      padding: 14px 24px;
      margin: 15px 1.2% 0 0; }

/* line 1, scss/partials/_news.scss */
body.news #content {
  position: relative; }
/* line 5, scss/partials/_news.scss */
body.news #subscribe-rss {
  padding-top: 12px;
  top: 15px; }
/* line 9, scss/partials/_news.scss */
body.news .dropdown-section {
  display: inline-block;
  font-weight: 500;
  margin-left: 35px; }
/* line 15, scss/partials/_news.scss */
body.news #news-stories {
  width: auto;
  max-width: 670px; }
  /* line 18, scss/partials/_news.scss */
  body.news #news-stories .story {
    border-bottom: 2px solid #333333; }
    /* line 20, scss/partials/_news.scss */
    body.news #news-stories .story:nth-child(n+8) {
      border-bottom: none; }
/* line 27, scss/partials/_news.scss */
body.news .post-title a {
  color: white; }
/* line 32, scss/partials/_news.scss */
body.news .post-image, body.news .post-details, body.news .archive-story, body.news .archive-image, body.news .archive-details {
  display: inline-block;
  vertical-align: top; }
/* line 37, scss/partials/_news.scss */
body.news .post-details {
  max-width: 349px;
  margin-left: 22px;
  margin-bottom: 27px; }
/* line 43, scss/partials/_news.scss */
body.news .toggles {
  display: inline-block;
  vertical-align: top; }
/* line 48, scss/partials/_news.scss */
body.news .headline-toggle, body.news .archive-toggle {
  display: inline-block;
  height: 36px;
  padding: 20px 15px 0 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer; }
  /* line 57, scss/partials/_news.scss */
  body.news .headline-toggle.current, body.news .archive-toggle.current {
    color: white;
    border-bottom: solid 3px #2a8fca; }
  /* line 61, scss/partials/_news.scss */
  body.news .headline-toggle:before, body.news .archive-toggle:before {
    display: inline-block;
    margin-left: 15px; }
  /* line 65, scss/partials/_news.scss */
  body.news .headline-toggle:hover, body.news .archive-toggle:hover {
    color: white; }
/* line 71, scss/partials/_news.scss */
body.news .archive-story {
  width: 47%;
  height: 83px;
  margin-right: 3%;
  margin-top: 10px;
  border-bottom: 1px dashed #333333; }
  /* line 77, scss/partials/_news.scss */
  body.news .archive-story:nth-child(n+27) {
    border-bottom: none; }
/* line 82, scss/partials/_news.scss */
body.news .archive-image {
  margin-right: 20px; }
/* line 86, scss/partials/_news.scss */
body.news .archive-details {
  width: 77%; }
  /* line 88, scss/partials/_news.scss */
  body.news .archive-details .archive-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0; }
    /* line 92, scss/partials/_news.scss */
    body.news .archive-details .archive-title a {
      color: white;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -o-transition: all 0.1s;
      -ms-transition: all 0.1s;
      transition: all 0.1s; }
      /* line 95, scss/partials/_news.scss */
      body.news .archive-details .archive-title a:hover {
        color: #2a8fca; }
  /* line 100, scss/partials/_news.scss */
  body.news .archive-details .meta {
    line-height: 1.4em; }
/* line 105, scss/partials/_news.scss */
body.news .load-more {
  display: none; }

/* line 30, scss/styles.scss */
body.sub {
  /*******************************
  ** Sub Page
  ********************************/
  /*******************************
  ** Sub Page Sidebar
  ********************************/ }
  /* line 6, scss/partials/_sub.scss */
  body.sub .cols3 .resource-image {
    height: 165px;
    width: 100%;
    margin: 10px auto 20px;
    text-align: center; }
    /* line 11, scss/partials/_sub.scss */
    body.sub .cols3 .resource-image img {
      display: block;
      text-align: center;
      margin: 0 auto; }
  /* line 18, scss/partials/_sub.scss */
  body.sub .resource-onlinestore img {
    position: relative;
    top: 29px; }
  /* line 19, scss/partials/_sub.scss */
  body.sub .resource-headlinenews img {
    position: relative;
    top: 38px; }
  /* line 22, scss/partials/_sub.scss */
  body.sub .cols2:nth-child(2) {
    padding-right: 0; }
  /* line 25, scss/partials/_sub.scss */
  body.sub #ad-bottom {
    display: none;
    width: 100%;
    text-align: center; }
  /* line 26, scss/partials/_sub.scss */
  body.sub #ad-bottom img {
    display: block;
    margin: 0 auto;
    text-align: center; }
  /* line 32, scss/partials/_sub.scss */
  body.sub.sidebar #content {
    float: left;
    width: 74.5%;
    padding-right: 2.5%; }
  /* line 33, scss/partials/_sub.scss */
  body.sub.sidebar #sidebar {
    width: 23%;
    float: right; }
    /* line 36, scss/partials/_sub.scss */
    body.sub.sidebar #sidebar img {
      max-width: 270px; }
  /* line 38, scss/partials/_sub.scss */
  body.sub.sidebar #sidenav {
    background: url(../images/bg-sidenav.jpg);
    padding: 30px 18px 30px 28px;
    margin-bottom: 25px; }
    /* line 42, scss/partials/_sub.scss */
    body.sub.sidebar #sidenav img {
      margin-bottom: 25px;
      width: 100%;
      height: auto; }
    /* line 43, scss/partials/_sub.scss */
    body.sub.sidebar #sidenav a {
      color: white;
      text-decoration: none;
      font-size: 16px;
      font-weight: 500; }
      /* line 48, scss/partials/_sub.scss */
      body.sub.sidebar #sidenav a:hover {
        color: #2a8fca; }
    /* line 52, scss/partials/_sub.scss */
    body.sub.sidebar #sidenav h6 {
      color: #2a8fca;
      font-size: 16px;
      line-height: 1.3em;
      margin-bottom: 5px;
      font-weight: bold;
      text-transform: uppercase; }
    /* line 60, scss/partials/_sub.scss */
    body.sub.sidebar #sidenav ul {
      margin: 0;
      display: block; }
      /* line 63, scss/partials/_sub.scss */
      body.sub.sidebar #sidenav ul li {
        background: 0;
        padding-left: 20px; }
        /* line 66, scss/partials/_sub.scss */
        body.sub.sidebar #sidenav ul li ul {
          padding-top: 6px; }
          /* line 69, scss/partials/_sub.scss */
          body.sub.sidebar #sidenav ul li ul li a {
            color: #ccc;
            font-weight: 400; }
            /* line 72, scss/partials/_sub.scss */
            body.sub.sidebar #sidenav ul li ul li a:hover {
              color: #2a8fca; }

/* line 34, scss/styles.scss */
body.checkout {
  /*
      ____  _____  ____  __________   ________
     / __ \/   \ \/ /  |/  / ____/ | / /_  __/
    / /_/ / /| |\  / /|_/ / __/ /  |/ / / /   
   / ____/ ___ |/ / /  / / /___/ /|  / / /    
  /_/   /_/  |_/_/_/  /_/_____/_/ |_/ /_/     
                                              */
  /*
      ____  ____  ____  ____________    ______
     / __ \/ __ \/ __ \/ ____/  _/ /   / ____/
    / /_/ / /_/ / / / / /_   / // /   / __/   
   / ____/ _, _/ /_/ / __/ _/ // /___/ /___   
  /_/   /_/ |_|\____/_/   /___/_____/_____/   
                                              */
  /*
    _________    ____  __    ______   ___        __________  ____  __  ________
   /_  __/   |  / __ )/ /   / ____/  ( _ )      / ____/ __ \/ __ \/  |/  / ___/
    / / / /| | / __  / /   / __/    / __ \/|   / /_  / / / / /_/ / /|_/ /\__ \ 
   / / / ___ |/ /_/ / /___/ /___   / /_/  <   / __/ / /_/ / _, _/ /  / /___/ / 
  /_/ /_/  |_/_____/_____/_____/   \____/\/  /_/    \____/_/ |_/_/  /_//____/  
                                                                               */ }
  /* line 1, scss/partials/_checkout.scss */
  body.checkout #billing-fields, body.checkout #shipping-fields {
    display: inline-block;
    width: 45%;
    vertical-align: top; }
    /* line 5, scss/partials/_checkout.scss */
    body.checkout #billing-fields div, body.checkout #shipping-fields div {
      margin-top: 7px; }
  /* line 10, scss/partials/_checkout.scss */
  body.checkout #billing-fields {
    margin-right: 7%; }
  /* line 14, scss/partials/_checkout.scss */
  body.checkout .orange-button {
    padding: 11px 20px; }
  /* line 25, scss/partials/_checkout.scss */
  body.checkout .shipping {
    margin-bottom: 35px; }
  /* line 29, scss/partials/_checkout.scss */
  body.checkout .payment {
    margin-bottom: 50px; }
  /* line 33, scss/partials/_checkout.scss */
  body.checkout .shipping-address, body.checkout .payment-address {
    background-color: #222222;
    padding: 20px;
    display: inline-block;
    width: 45%;
    vertical-align: top; }
  /* line 41, scss/partials/_checkout.scss */
  body.checkout .input {
    margin-bottom: 5px; }
    /* line 43, scss/partials/_checkout.scss */
    body.checkout .input label {
      font-weight: 600; }
  /* line 48, scss/partials/_checkout.scss */
  body.checkout .info {
    font-style: italic; }
  /* line 52, scss/partials/_checkout.scss */
  body.checkout .fields {
    display: inline-block;
    width: 45%;
    margin-right: 4%; }
  /* line 58, scss/partials/_checkout.scss */
  body.checkout .receipt {
    margin-top: 15px;
    font-style: italic;
    font-weight: 600; }
  /* line 72, scss/partials/_checkout.scss */
  body.checkout #customer-login, body.checkout .customer-logged-in {
    background-color: #222222;
    padding: 30px;
    width: 50%;
    margin-bottom: 55px; }
    /* line 77, scss/partials/_checkout.scss */
    body.checkout #customer-login .orange-button, body.checkout .customer-logged-in .orange-button {
      margin-top: 20px; }
  /* line 82, scss/partials/_checkout.scss */
  body.checkout .customer-logged-in {
    width: 90%; }
  /* line 86, scss/partials/_checkout.scss */
  body.checkout .form-message {
    margin-bottom: 25px; }
  /* line 91, scss/partials/_checkout.scss */
  body.checkout .info p {
    font-size: 15px;
    font-style: italic; }
  /* line 109, scss/partials/_checkout.scss */
  body.checkout .form_builder .extras .error {
    padding: 1px 5%;
    font-size: 17px;
    border-width: 3px; }
  /* line 119, scss/partials/_checkout.scss */
  body.checkout .fancytable tr th {
    background-color: #ea8400; }
    /* line 121, scss/partials/_checkout.scss */
    body.checkout .fancytable tr th.price {
      text-align: center; }
    /* line 124, scss/partials/_checkout.scss */
    body.checkout .fancytable tr th.quantity, body.checkout .fancytable tr th.price, body.checkout .fancytable tr th.total {
      text-align: center; }
  /* line 128, scss/partials/_checkout.scss */
  body.checkout .fancytable tr td {
    vertical-align: middle; }
    /* line 130, scss/partials/_checkout.scss */
    body.checkout .fancytable tr td a {
      color: #ea8400; }
      /* line 132, scss/partials/_checkout.scss */
      body.checkout .fancytable tr td a:hover {
        color: #f5b06e; }
    /* line 136, scss/partials/_checkout.scss */
    body.checkout .fancytable tr td.quantity, body.checkout .fancytable tr td.price, body.checkout .fancytable tr td.total, body.checkout .fancytable tr td .remove-link {
      text-align: center; }
    /* line 139, scss/partials/_checkout.scss */
    body.checkout .fancytable tr td.tfoot-price {
      text-align: right; }
    /* line 142, scss/partials/_checkout.scss */
    body.checkout .fancytable tr td .price-text {
      font-size: 24px;
      font-weight: 700; }
  /* line 148, scss/partials/_checkout.scss */
  body.checkout .fancytable tr.go-back td {
    text-align: right; }
  /* line 156, scss/partials/_checkout.scss */
  body.checkout .fancytable tfoot tr td a {
    margin-left: 0;
    width: 100%;
    text-align: center; }
  /* line 161, scss/partials/_checkout.scss */
  body.checkout .fancytable tfoot tr td:before {
    display: initial;
    width: 0; }
  /* line 167, scss/partials/_checkout.scss */
  body.checkout .fancytable tfoot tr.amounts td {
    text-align: right; }
    /* line 169, scss/partials/_checkout.scss */
    body.checkout .fancytable tfoot tr.amounts td#cart-review-totals {
      text-align: left; }

/* line 38, scss/styles.scss */
body.videos {
  /*
      _______________  ________  ______  __________ 
     / ____/ ____/   |/_  __/ / / / __ \/ ____/ __ \
    / /_  / __/ / /| | / / / / / / /_/ / __/ / / / /
   / __/ / /___/ ___ |/ / / /_/ / _, _/ /___/ /_/ / 
  /_/   /_____/_/  |_/_/  \____/_/ |_/_____/_____/  
                                                    */
  /*
      __    _______________
     / /   /  _/ ___/_  __/
    / /    / / \__ \ / /   
   / /____/ / ___/ // /    
  /_____/___//____//_/     
                           */
  /*
      ____  _______________    ______   _____
     / __ \/ ____/_  __/   |  /  _/ /  / ___/
    / / / / __/   / / / /| |  / // /   \__ \ 
   / /_/ / /___  / / / ___ |_/ // /______/ / 
  /_____/_____/ /_/ /_/  |_/___/_____/____/  */
  /*
     ______       __________  __________ 
    / ___/ |     / /  _/ __ \/ ____/ __ \
    \__ \| | /| / // // /_/ / __/ / /_/ /
   ___/ /| |/ |/ // // ____/ /___/ _, _/ 
  /____/ |__/|__/___/_/   /_____/_/ |_|  
                                         */
  /* ===============================================================
  Basic Swiper Styles 
  ================================================================*/
  /* IE10 Windows Phone 8 Fixes */
  /* ===============================================================
  Your custom styles, here you need to specify container's and slide's
  sizes, pagination, etc.
  ================================================================*/
  /* ===============================================================
  Pagination Styles
  ================================================================*/
  /*
      __  ____________ ______
     /  |/  /  _/ ___// ____/
    / /|_/ // / \__ \/ /     
   / /  / // / ___/ / /___   
  /_/  /_/___//____/\____/   */ }
  /* line 1, scss/partials/_videos.scss */
  body.videos .videoitem {
    width: 216px;
    height: 236px;
    display: inline-block;
    margin: 0 22px 15px 0;
    vertical-align: top; }
    /* line 7, scss/partials/_videos.scss */
    body.videos .videoitem .photo, body.videos .videoitem .photo img {
      width: 216px;
      height: 132px; }
    /* line 11, scss/partials/_videos.scss */
    body.videos .videoitem:nth-child(5n) {
      margin-right: 0; }
  /* line 16, scss/partials/_videos.scss */
  body.videos .video-details {
    width: 216px;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: white; }
    /* line 21, scss/partials/_videos.scss */
    body.videos .video-details .name {
      font-weight: 700; }
  /* line 26, scss/partials/_videos.scss */
  body.videos .pub-date {
    font-weight: 600;
    text-transform: uppercase; }
    /* line 29, scss/partials/_videos.scss */
    body.videos .pub-date .day {
      color: #2a8fca; }
  /* line 42, scss/partials/_videos.scss */
  body.videos #the_featured_video {
    display: none;
    background-color: #171717;
    position: absolute;
    z-index: 5;
    width: 100%; }
    /* line 48, scss/partials/_videos.scss */
    body.videos #the_featured_video .video_wrap {
      padding-bottom: 54.45%; }
  /* line 55, scss/partials/_videos.scss */
  body.videos .featured-video {
    width: 882px;
    height: 510px;
    margin-left: 19px;
    overflow: hidden;
    position: relative;
    display: inline-block; }
    /* line 62, scss/partials/_videos.scss */
    body.videos .featured-video img {
      cursor: pointer; }
    /* line 63, scss/partials/_videos.scss */
    body.videos .featured-video .date {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 1em; }
      /* line 68, scss/partials/_videos.scss */
      body.videos .featured-video .date .month-day {
        color: white; }
    /* line 72, scss/partials/_videos.scss */
    body.videos .featured-video .post-title {
      font-weight: 700;
      font-size: 52px;
      line-height: 1.2em; }
    /* line 77, scss/partials/_videos.scss */
    body.videos .featured-video .post-meta {
      position: absolute;
      left: 54px;
      bottom: 42px; }
  /* line 84, scss/partials/_videos.scss */
  body.videos .left-menu {
    background-image: url(../images/bg-sidenav.jpg);
    width: 262px;
    height: 510px;
    display: inline-block;
    vertical-align: top; }
    /* line 90, scss/partials/_videos.scss */
    body.videos .left-menu .left-menu-title {
      color: #2a8fca;
      border-bottom: 2px solid #3d3d3d;
      font-weight: 600;
      font-size: 16px;
      padding: 16px 0 17px 27px;
      text-transform: uppercase; }
    /* line 98, scss/partials/_videos.scss */
    body.videos .left-menu .playlists, body.videos .left-menu .categories {
      margin-bottom: 0; }
      /* line 100, scss/partials/_videos.scss */
      body.videos .left-menu .playlists li, body.videos .left-menu .categories li {
        background-image: none;
        border-bottom: 2px solid #3d3d3d;
        position: relative;
        padding: 12px 0 12px 47px; }
        /* line 105, scss/partials/_videos.scss */
        body.videos .left-menu .playlists li.active, body.videos .left-menu .categories li.active {
          background-color: #2a8fca;
          color: white;
          position: relative; }
        /* line 110, scss/partials/_videos.scss */
        body.videos .left-menu .playlists li .active-arrow, body.videos .left-menu .categories li .active-arrow {
          position: absolute;
          right: -17px;
          top: 0;
          width: 17px;
          height: 40px;
          background-image: url(../images/my-account-bg-arrow.png);
          background-repeat: no-repeat; }
  /* line 133, scss/partials/_videos.scss */
  body.videos .list-head {
    position: relative; }
  /* line 137, scss/partials/_videos.scss */
  body.videos #subscribe-rss {
    padding-top: 28px; }
  /* line 141, scss/partials/_videos.scss */
  body.videos .icon-rss {
    vertical-align: middle;
    margin-left: 8px; }
  /* line 146, scss/partials/_videos.scss */
  body.videos .photo {
    position: relative; }
  /* line 150, scss/partials/_videos.scss */
  body.videos .duration {
    font-weight: 400;
    font-weight: 18px;
    color: #666666; }
  /* line 156, scss/partials/_videos.scss */
  body.videos .page-title {
    font-size: 36px; }
  /* line 160, scss/partials/_videos.scss */
  body.videos .group-title {
    font-size: 28px; }
  /* line 172, scss/partials/_videos.scss */
  body.videos .video_wrap {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    /* line 181, scss/partials/_videos.scss */
    body.videos .video_wrap iframe, body.videos .video_wrap object, body.videos .video_wrap embed {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  /* line 193, scss/partials/_videos.scss */
  body.videos .share-download {
    margin-top: 30px;
    float: right; }
    /* line 196, scss/partials/_videos.scss */
    body.videos .share-download a, body.videos .share-download .icon-share, body.videos .share-download .icon-download {
      color: white;
      padding: 15px;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -o-transition: all 0.1s;
      -ms-transition: all 0.1s;
      transition: all 0.1s;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase; }
      /* line 203, scss/partials/_videos.scss */
      body.videos .share-download a:before, body.videos .share-download .icon-share:before, body.videos .share-download .icon-download:before {
        color: #2a8fca;
        margin-right: 10px;
        font-size: 20px; }
      /* line 208, scss/partials/_videos.scss */
      body.videos .share-download a:hover, body.videos .share-download a:active, body.videos .share-download .icon-share:hover, body.videos .share-download .icon-share:active, body.videos .share-download .icon-download:hover, body.videos .share-download .icon-download:active {
        color: #2a8fca; }
      /* line 211, scss/partials/_videos.scss */
      body.videos .share-download a.active, body.videos .share-download .icon-share.active, body.videos .share-download .icon-download.active {
        background-color: #2a8fca;
        color: white; }
        /* line 214, scss/partials/_videos.scss */
        body.videos .share-download a.active:before, body.videos .share-download .icon-share.active:before, body.videos .share-download .icon-download.active:before {
          color: white; }
  /* line 221, scss/partials/_videos.scss */
  body.videos .download-share-dropdowns {
    float: right;
    position: relative; }
  /* line 226, scss/partials/_videos.scss */
  body.videos .download-list {
    width: 220px;
    padding: 10px 15px 15px 15px;
    margin: 11px 8px;
    position: absolute;
    right: 32px;
    background-color: #222222; }
    /* line 233, scss/partials/_videos.scss */
    body.videos .download-list li {
      background-image: none;
      border-bottom: 1px solid #333333;
      width: 198px; }
  /* line 240, scss/partials/_videos.scss */
  body.videos .addthis_sharing_toolbox {
    display: none;
    margin: 15px 0 15px; }
  /* line 245, scss/partials/_videos.scss */
  body.videos .download-list {
    display: none; }
  /* line 249, scss/partials/_videos.scss */
  body.videos .details-pub-date {
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    font-size: 16px; }
    /* line 254, scss/partials/_videos.scss */
    body.videos .details-pub-date .day {
      color: #2a8fca; }
  /* line 260, scss/partials/_videos.scss */
  body.videos .video-content p {
    font-size: 16px; }
  /* line 265, scss/partials/_videos.scss */
  body.videos .feat-title {
    font-weight: 600;
    color: white;
    font-size: 21px;
    margin: 15px 0; }
  /* line 272, scss/partials/_videos.scss */
  body.videos .video_details {
    width: 85%;
    margin: 0 auto; }
  /* line 286, scss/partials/_videos.scss */
  body.videos .swiper-container-wrap {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    height: 134px; }
    /* line 292, scss/partials/_videos.scss */
    body.videos .swiper-container-wrap .arrow-left, body.videos .swiper-container-wrap .arrow-right {
      position: absolute;
      height: 80px;
      padding-top: 54px;
      background-color: #2a8fca;
      color: white;
      filter: alpha(opacity=30);
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $level * 100 );
      opacity: 0.3;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 5; }
      /* line 301, scss/partials/_videos.scss */
      body.videos .swiper-container-wrap .arrow-left:hover, body.videos .swiper-container-wrap .arrow-left:active, body.videos .swiper-container-wrap .arrow-right:hover, body.videos .swiper-container-wrap .arrow-right:active {
        filter: alpha(opacity=100);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $level * 100 );
        opacity: 1; }
    /* line 306, scss/partials/_videos.scss */
    body.videos .swiper-container-wrap .arrow-left {
      left: 0; }
    /* line 310, scss/partials/_videos.scss */
    body.videos .swiper-container-wrap .arrow-right {
      right: 0; }
  /* line 315, scss/partials/_videos.scss */
  body.videos .video-single {
    display: inline-block;
    position: relative;
    padding: 20px 34px 28px;
    background-color: #2f2f2f; }
    /* line 320, scss/partials/_videos.scss */
    body.videos .video-single .date {
      font-weight: 600;
      font-size: 14px;
      color: #2a8fca;
      text-transform: uppercase; }
      /* line 325, scss/partials/_videos.scss */
      body.videos .video-single .date .month-day {
        color: white; }
    /* line 330, scss/partials/_videos.scss */
    body.videos .video-single .post-title {
      display: inline-block;
      height: 61px;
      width: 215px;
      color: white;
      font-weight: 700;
      font-size: 20px; }
  /* line 343, scss/partials/_videos.scss */
  body.videos .swiper-container {
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1; }
  /* line 353, scss/partials/_videos.scss */
  body.videos .swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  /* line 386, scss/partials/_videos.scss */
  body.videos .swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto; }
  /* line 394, scss/partials/_videos.scss */
  body.videos .swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  /* line 402, scss/partials/_videos.scss */
  body.videos .swiper-wp8-horizontal {
    -ms-touch-action: pan-y; }
  /* line 405, scss/partials/_videos.scss */
  body.videos .swiper-wp8-vertical {
    -ms-touch-action: pan-x; }
  /* line 413, scss/partials/_videos.scss */
  body.videos .swiper-container {
    /* Specify Swiper's Size: */
    width: 297px;
    height: 134px; }
  /* line 419, scss/partials/_videos.scss */
  body.videos .swiper-slide {
    /* Specify Slides's Size: */
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  /* line 426, scss/partials/_videos.scss */
  body.videos .swiper-slide-active {
    /* Specific active slide styling: */ }
  /* line 430, scss/partials/_videos.scss */
  body.videos .swiper-slide-visible {
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $level * 100 );
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  /* line 438, scss/partials/_videos.scss */
  body.videos .swiper-pagination-switch {
    /* Stylize pagination button: */ }
  /* line 442, scss/partials/_videos.scss */
  body.videos .swiper-active-switch {
    /* Specific active button style: */ }
  /* line 446, scss/partials/_videos.scss */
  body.videos .swiper-visible-switch {
    /* Specific visible button style: */ }
  /* line 458, scss/partials/_videos.scss */
  body.videos .mobile {
    display: none; }
  /* line 462, scss/partials/_videos.scss */
  body.videos .load-more {
    display: none; }

/* line 1, scss/partials/_donate.scss */
body.donations h2 {
  font-weight: 300;
  font-size: 32px; }
/* line 6, scss/partials/_donate.scss */
body.donations h4 {
  font-weight: 300;
  color: #2a8fca;
  font-size: 16px;
  text-transform: uppercase;
  margin: 50px 0 0; }
/* line 15, scss/partials/_donate.scss */
body.donations .form_message.success {
  margin-bottom: 25px; }
/* line 20, scss/partials/_donate.scss */
body.donations .info {
  margin-top: 10px;
  font-size: 13px; }
/* line 25, scss/partials/_donate.scss */
body.donations .element.radio label {
  margin-left: 4px; }
/* line 29, scss/partials/_donate.scss */
body.donations label {
  font-weight: 600; }
/* line 33, scss/partials/_donate.scss */
body.donations .hr {
  margin: 0 auto 35px; }
/* line 37, scss/partials/_donate.scss */
body.donations #donate_form {
  max-width: 960px; }
/* line 43, scss/partials/_donate.scss */
body.donations .element.select label {
  display: block; }
/* line 49, scss/partials/_donate.scss */
body.donations .dropdown {
  max-height: 350px;
  overflow: scroll;
  max-width: 458px; }
/* line 56, scss/partials/_donate.scss */
body.donations .dropdown-menu.exp-date {
  width: 48%;
  display: inline-block; }
  /* line 59, scss/partials/_donate.scss */
  body.donations .dropdown-menu.exp-date.year {
    margin-left: 3%; }
  /* line 62, scss/partials/_donate.scss */
  body.donations .dropdown-menu.exp-date .dropdown {
    width: 48%;
    max-width: 221px; }
/* line 69, scss/partials/_donate.scss */
body.donations .element {
  width: 100%;
  max-width: 458px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 0 0; }
/* line 78, scss/partials/_donate.scss */
body.donations .form_builder input {
  padding: 14px 10px; }
  /* line 80, scss/partials/_donate.scss */
  body.donations .form_builder input[type=text] {
    width: 95%; }
  /* line 83, scss/partials/_donate.scss */
  body.donations .form_builder input[type=submit] {
    width: initial;
    font-weight: 900;
    padding: 12px 25px;
    margin-top: 40px; }
/* line 92, scss/partials/_donate.scss */
body.donations #cc_payment > div {
  display: block; }

@media only screen and (max-width: 1080px) {
  /* 960 view */
  /* line 2, scss/partials/960-large/_theme.scss */
  h2, h2.post-title {
    margin-bottom: 20px; }

  /* line 3, scss/partials/960-large/_theme.scss */
  .container {
    width: 960px; }

  /* line 5, scss/partials/960-large/_theme.scss */
  #navigation ul li {
    padding: 0 15px; }

  /* FOOTER */
  /* line 8, scss/partials/960-large/_theme.scss */
  .col1 {
    width: 100%;
    padding: 0;
    float: none;
    text-align: center; }

  /* line 9, scss/partials/960-large/_theme.scss */
  .col2 {
    width: 27%;
    padding-right: 7%;
    padding-left: 4%;
    padding-top: 19px;
    float: left; }

  /* line 10, scss/partials/960-large/_theme.scss */
  .col3 {
    width: 56%;
    padding-top: 19px;
    padding-right: 4%;
    float: left; }

  /* line 12, scss/partials/960-large/_theme.scss */
  #footer #site_title {
    margin: 0 auto 30px; }

  /* line 14, scss/partials/960-large/_theme.scss */
  .slashes {
    font-size: 0; }

  /* line 15, scss/partials/960-large/_theme.scss */
  .line {
    display: block; }

  /* line 49, scss/styles.scss */
  body.sub {
    /* SUB PAGE */ }
    /* line 4, scss/partials/960-large/_sub.scss */
    body.sub.sidebar .cols3 p {
      font-size: 14px; }
    /* line 5, scss/partials/960-large/_sub.scss */
    body.sub.sidebar .cols3 .resource-image {
      height: 125px;
      width: 100%;
      margin: 0 auto 15px;
      text-align: center;
      position: relative; }
    /* line 6, scss/partials/960-large/_sub.scss */
    body.sub.sidebar .cols3 .resource-image img {
      display: block;
      text-align: center;
      margin: 0 auto; }
    /* line 8, scss/partials/960-large/_sub.scss */
    body.sub.sidebar .resource-onlinestore img {
      width: 44%;
      height: auto;
      position: relative;
      top: 19px; }
    /* line 9, scss/partials/960-large/_sub.scss */
    body.sub.sidebar .resource-videos img {
      width: 94%;
      height: auto; }
    /* line 10, scss/partials/960-large/_sub.scss */
    body.sub.sidebar .resource-headlinenews img {
      width: 40%;
      height: auto;
      position: relative;
      top: 28px; }
    /* line 11, scss/partials/960-large/_sub.scss */
    body.sub.sidebar #sidenav-content {
      display: block; }

  /* line 52, scss/styles.scss */
  body.home {
    /*******************************
    ** Home Page
    ********************************/ }
    /* line 5, scss/partials/960-large/_home.scss */
    body.home #videos {
      height: 418px; }
    /* line 8, scss/partials/960-large/_home.scss */
    body.home #featured-video, body.home #featured-video img {
      width: 725px;
      height: 418px; }
    /* line 13, scss/partials/960-large/_home.scss */
    body.home #featured-videos {
      width: 236px; }
    /* line 18, scss/partials/960-large/_home.scss */
    body.home #rotator-selectors {
      padding-top: 8px; }
    /* line 22, scss/partials/960-large/_home.scss */
    body.home .video-single-wrap {
      height: 110px;
      width: 215px;
      margin-left: 20px;
      margin-bottom: 10px; }
    /* line 29, scss/partials/960-large/_home.scss */
    body.home .video-single {
      padding: 13px 13px 26px;
      position: relative; }
      /* line 33, scss/partials/960-large/_home.scss */
      body.home .video-single:hover .video-hover-arrow {
        top: 34px; }
    /* line 39, scss/partials/960-large/_home.scss */
    body.home a.more-videos {
      margin-left: 21px !Important;
      padding: 18px 0 18px 18px !Important;
      width: 197px; }
    /* line 41, scss/partials/960-large/_home.scss */
    body.home #featured-video .post-meta {
      bottom: 20px;
      left: 35px; }
    /* line 48, scss/partials/960-large/_home.scss */
    body.home #news-2col-wrap {
      max-width: 650px; }
    /* line 49, scss/partials/960-large/_home.scss */
    body.home #featured-news, body.home #featured-news img, body.home a.news-more {
      max-width: 320px; }
    /* line 50, scss/partials/960-large/_home.scss */
    body.home #breaking-news {
      max-width: 310px; }
    /* line 52, scss/partials/960-large/_home.scss */
    body.home #cycle-container, body.home #cycle-container .slideshow, body.home #cycle-container .slideshow .cycle-banner {
      height: 180px; }
    /* line 55, scss/partials/960-large/_home.scss */
    body.home .cycle-banner img, body.home .cycle-banner div {
      zoom: 81%; }
    /* line 56, scss/partials/960-large/_home.scss */
    body.home .cycle-banner .slideshow-item-wrap {
      padding-top: 40px; }
  @-moz-document url-prefix() {
    /* line 62, scss/partials/960-large/_home.scss */
    body.home .cycle-banner img, body.home .cycle-banner div {
      -moz-transform: scale(0.81);
      position: relative;
      top: -25px; } }
    /* line 65, scss/partials/960-large/_home.scss */
    body.home .schedule-item:nth-child(4) {
      display: none; }
    /* line 66, scss/partials/960-large/_home.scss */
    body.home .schedule-item {
      width: 25%; }
    /* line 67, scss/partials/960-large/_home.scss */
    body.home .schedule-item:first-of-type {
      width: 21%;
      text-align: left;
      border-left: 0; }
    /* line 68, scss/partials/960-large/_home.scss */
    body.home .schedule-item:last-of-type {
      width: 28%;
      text-align: right;
      padding-top: 9px; }

  /* line 3, scss/partials/960-large/_store.scss */
  body.products .product-item .info .title {
    font-size: 90%; }
  /* line 8, scss/partials/960-large/_store.scss */
  body.products .product-item .image .item-image {
    min-height: 150px; }
  /* line 16, scss/partials/960-large/_store.scss */
  body.products .details .image .img-wrap {
    width: 340px;
    height: 270px;
    padding: 30px; }
  /* line 22, scss/partials/960-large/_store.scss */
  body.products .details .right {
    width: 520px; }
    /* line 24, scss/partials/960-large/_store.scss */
    body.products .details .right .price {
      width: 205px; }

  /* line 1, scss/partials/960-large/_news.scss */
  body.news #featured-news {
    max-width: 380px; }
    /* line 3, scss/partials/960-large/_news.scss */
    body.news #featured-news img {
      width: 100%; }
  /* line 8, scss/partials/960-large/_news.scss */
  body.news #news-stories {
    max-width: 540px; }
  /* line 12, scss/partials/960-large/_news.scss */
  body.news .post-image {
    width: 260px; }
  /* line 16, scss/partials/960-large/_news.scss */
  body.news .post-details {
    max-width: 249px; }
  /* line 20, scss/partials/960-large/_news.scss */
  body.news .archive-details {
    width: 70%; }

  /* line 61, scss/styles.scss */
  body.member {
    /*
        ____  __________  _____ ____  _   _____    __       _____   ____________ 
       / __ \/ ____/ __ \/ ___// __ \/ | / /   |  / /      /  _/ | / / ____/ __ \
      / /_/ / __/ / /_/ /\__ \/ / / /  |/ / /| | / /       / //  |/ / /_  / / / /
     / ____/ /___/ _, _/___/ / /_/ / /|  / ___ |/ /___   _/ // /|  / __/ / /_/ / 
    /_/   /_____/_/ |_|/____/\____/_/ |_/_/  |_/_____/  /___/_/ |_/_/    \____/  */ }
    /* line 11, scss/partials/960-large/_member.scss */
    body.member .personal-info .form_builder label, body.member .billing-address .form_builder label, body.member .shipping-address .form_builder label {
      width: 26%; }

  /* line 64, scss/styles.scss */
  body.videos {
    /*
        _______________  ________  ______  __________ 
       / ____/ ____/   |/_  __/ / / / __ \/ ____/ __ \
      / /_  / __/ / /| | / / / / / / /_/ / __/ / / / /
     / __/ / /___/ ___ |/ / / /_/ / _, _/ /___/ /_/ / 
    /_/   /_____/_/  |_/_/  \____/_/ |_/_____/_____/  
                                                      */ }
    /* line 1, scss/partials/960-large/_videos.scss */
    body.videos .videoitem {
      width: 184px;
      height: 180px;
      margin-right: 9px; }
      /* line 5, scss/partials/960-large/_videos.scss */
      body.videos .videoitem .photo, body.videos .videoitem .photo img {
        width: 184px;
        height: 117px; }
    /* line 11, scss/partials/960-large/_videos.scss */
    body.videos .video-details {
      width: 184px;
      font-size: 10px; }
      /* line 14, scss/partials/960-large/_videos.scss */
      body.videos .video-details .name {
        font-size: 13px;
        line-height: 1.3; }
    /* line 20, scss/partials/960-large/_videos.scss */
    body.videos .group-title {
      font-size: 35px; }
    /* line 32, scss/partials/960-large/_videos.scss */
    body.videos .featured-video, body.videos .featured-video img {
      width: 725px;
      height: 418px; }
    /* line 37, scss/partials/960-large/_videos.scss */
    body.videos .left-menu {
      width: 208px;
      height: 410px; }
      /* line 40, scss/partials/960-large/_videos.scss */
      body.videos .left-menu .left-menu-title {
        padding: 16px 0 15px 17px; }
      /* line 44, scss/partials/960-large/_videos.scss */
      body.videos .left-menu .playlists li, body.videos .left-menu .categories li {
        padding: 12px 0 12px 27px; }
      /* line 50, scss/partials/960-large/_videos.scss */
      body.videos .left-menu .categories li:nth-child(n+5) {
        display: none; } }
@media only screen and (max-width: 959px) {
  /* 768 view */
  /* UNIVERSAL / HEADER */
  /* line 4, scss/partials/768-medium/_theme.scss */
  .content h1 {
    font-size: 36px;
    font-weight: bold; }

  /* line 5, scss/partials/768-medium/_theme.scss */
  .content h4 {
    font-size: 21px; }

  /* line 6, scss/partials/768-medium/_theme.scss */
  .content p {
    font-size: 20px; }

  /* line 8, scss/partials/768-medium/_theme.scss */
  .container {
    width: 768px; }

  /* line 9, scss/partials/768-medium/_theme.scss */
  #header {
    height: auto; }

  /* line 10, scss/partials/768-medium/_theme.scss */
  #header .container {
    padding-top: 106px; }

  /* line 11, scss/partials/768-medium/_theme.scss */
  #content {
    padding-bottom: 45px; }

  /* line 12, scss/partials/768-medium/_theme.scss */
  div.hr, .sub div.hr {
    margin: 27px 0; }

  /* line 13, scss/partials/768-medium/_theme.scss */
  .sub div.hr:nth-child(1) {
    margin-bottom: 15px; }

  /* line 14, scss/partials/768-medium/_theme.scss */
  .sub #ad-top {
    margin-bottom: 27px;
    margin-top: 0; }

  /* line 15, scss/partials/768-medium/_theme.scss */
  #site_title {
    top: 25px;
    background-size: 86%; }

  /* line 20, scss/partials/768-medium/_theme.scss */
  #mobile-menu-button, .cart-count-wrap {
    display: block; }

  /* line 22, scss/partials/768-medium/_theme.scss */
  #navigation {
    padding-left: 0px;
    padding-top: 0px; }

  /* line 26, scss/partials/768-medium/_theme.scss */
  #navigation ul li {
    float: none;
    display: block;
    border-top: 1px solid #333333;
    text-align: center; }

  /* line 27, scss/partials/768-medium/_theme.scss */
  #navigation ul li.last {
    border-bottom: 1px solid #333333; }

  /* line 29, scss/partials/768-medium/_theme.scss */
  #navigation ul li a {
    display: block;
    width: auto;
    line-height: 2.4em; }

  /* line 37, scss/partials/768-medium/_theme.scss */
  #navigation ul li a:hover {
    color: #32abf0;
    border: 0; }

  /* line 42, scss/partials/768-medium/_theme.scss */
  .navs {
    display: none; }

  /* line 47, scss/partials/768-medium/_theme.scss */
  #nav2 {
    position: static;
    padding: 30px 0 20px 0; }

  /* line 53, scss/partials/768-medium/_theme.scss */
  #search {
    display: none; }

  /* line 55, scss/partials/768-medium/_theme.scss */
  #search-box {
    height: 35px;
    display: block;
    width: 100%;
    background: #222222;
    /*position: absolute;
    top: auto;
    bottom: 20px;
    right: 0;*/
    position: static;
    float: right;
    margin-top: 23px; }

  /* line 71, scss/partials/768-medium/_theme.scss */
  #search-box input {
    width: 150px;
    color: #777777;
    font-size: 15px;
    padding-top: 7px; }

  /* line 79, scss/partials/768-medium/_theme.scss */
  #search-box input.search-submit {
    padding: 8px 10px;
    font-size: 15px; }

  /* line 85, scss/partials/768-medium/_theme.scss */
  #email-box input {
    width: 50%;
    text-align: center; }

  /* line 90, scss/partials/768-medium/_theme.scss */
  .latest-flag {
    padding: 9px 15px;
    font-size: 13px; }

  /* line 95, scss/partials/768-medium/_theme.scss */
  .related-news ul li {
    padding-left: 0;
    background: none; }

  /*
  	    __  _______  ____  __  ____    ___________
  	   /  |/  / __ \/ __ \/ / / / /   / ____/ ___/
  	  / /|_/ / / / / / / / / / / /   / __/  \__ \ 
  	 / /  / / /_/ / /_/ / /_/ / /___/ /___ ___/ / 
  	/_/  /_/\____/_____/\____/_____/_____//____/  
  	                                              */
  /* line 108, scss/partials/768-medium/_theme.scss */
  .browse-text {
    font-size: 17px; }

  /* line 115, scss/partials/768-medium/_theme.scss */
  .module-search .filters .dropdown li {
    padding: 20px 5px 0px 12px;
    font-size: 17px; }
  /* line 119, scss/partials/768-medium/_theme.scss */
  .module-search .filters .dropdown .filter-items {
    left: auto;
    right: 0; }

  /* line 72, scss/styles.scss */
  body.sub {
    /* SUB */
    /*******************************
    ** Sub Page Sidebar
    ********************************/ }
    /* line 3, scss/partials/768-medium/_sub.scss */
    body.sub #sidebar {
      display: block;
      width: 100%; }
    /* line 4, scss/partials/768-medium/_sub.scss */
    body.sub .sub a.button {
      padding: 13px 25px; }
    /* line 6, scss/partials/768-medium/_sub.scss */
    body.sub .cols3 {
      float: left;
      width: 29%;
      padding: 2%;
      text-align: center; }
    /* line 14, scss/partials/768-medium/_sub.scss */
    body.sub .cols3 p {
      font-size: 14px; }
    /* line 15, scss/partials/768-medium/_sub.scss */
    body.sub .cols3 .resource-image {
      height: 125px;
      width: 100%;
      margin: 0 auto 15px;
      text-align: center;
      position: relative; }
    /* line 16, scss/partials/768-medium/_sub.scss */
    body.sub .cols3 .resource-image img {
      display: block;
      text-align: center;
      margin: 0 auto; }
    /* line 17, scss/partials/768-medium/_sub.scss */
    body.sub .resource-onlinestore img {
      width: 44%;
      height: auto;
      position: relative;
      top: 19px; }
    /* line 18, scss/partials/768-medium/_sub.scss */
    body.sub .resource-videos img {
      width: 94%;
      height: auto; }
    /* line 19, scss/partials/768-medium/_sub.scss */
    body.sub .resource-headlinenews img {
      width: 40%;
      height: auto;
      position: relative;
      top: 28px; }
    /* line 21, scss/partials/768-medium/_sub.scss */
    body.sub #ad-bottom {
      display: block; }
    /* line 28, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #content {
      float: none;
      width: 100%;
      padding-right: 0; }
    /* line 29, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidebar {
      float: none;
      display: block;
      background: none;
      text-align: left;
      width: 100%;
      border: 1px solid #414141;
      display: inline-block;
      cursor: pointer;
      margin: 0;
      margin-bottom: 16px;
      line-height: 1em; }
    /* line 42, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidenav {
      background: url(../images/arrow-down.png) no-repeat 97% 21px;
      padding: 13px 18px;
      display: block;
      width: auto;
      margin-bottom: 0; }
    /* line 49, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidenav h6 {
      font-family: 'Md', Helvetica, Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 15px;
      color: #fff;
      margin: 0;
      padding: 0; }
    /* line 58, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidenav ul {
      margin: 0;
      padding-top: 15px; }
    /* line 63, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidenav-content {
      display: none; }
    /* line 67, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidenav ul li, body.sub.sidebar #sidenav ul li ul li {
      background: 0;
      float: none;
      display: block;
      border-top: 1px solid #333333;
      text-align: center;
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    /* line 74, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidenav ul li:last-of-type {
      border-bottom: 1px solid #333333; }
    /* line 75, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidenav ul li ul li:last-of-type {
      border-bottom: 0; }
    /* line 76, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidenav ul li ul {
      padding-top: 6px; }
    /* line 77, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidenav ul li a {
      display: block;
      width: auto;
      font-weight: 700;
      line-height: 2.4em; }
    /* line 84, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidenav ul li ul li a {
      color: #999999; }
    /* line 88, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidenav ul li a:hover {
      color: #32abf0;
      border: 0; }
    /* line 92, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidenav ul li ul li a:hover {
      color: #2a8fca; }
    /* line 96, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidebar img {
      width: auto; }
    /* line 98, scss/partials/768-medium/_sub.scss */
    body.sub.sidebar #sidebar-content {
      display: none; }

  /* line 75, scss/styles.scss */
  body.home {
    /********************
    ** HOME
    *********************/ }
    /* line 5, scss/partials/768-medium/_home.scss */
    body.home #videos {
      position: relative;
      width: 100%;
      height: 335px;
      display: block; }
    /* line 12, scss/partials/768-medium/_home.scss */
    body.home #featured-video, body.home #featured-video img {
      width: 580px;
      height: 335px; }
    /* line 18, scss/partials/768-medium/_home.scss */
    body.home #featured-videos {
      width: 188px; }
    /* line 23, scss/partials/768-medium/_home.scss */
    body.home .video-single-wrap {
      height: 100px;
      width: 170px;
      margin-left: 20px;
      margin-bottom: 0px; }
    /* line 30, scss/partials/768-medium/_home.scss */
    body.home .video-single {
      padding: 10px 10px 17px;
      position: relative; }
      /* line 34, scss/partials/768-medium/_home.scss */
      body.home .video-single:hover .video-hover-arrow {
        top: 28px; }
    /* line 40, scss/partials/768-medium/_home.scss */
    body.home a.more-videos {
      margin-left: 20px !Important;
      padding: 8px 0 8px 15px !Important;
      width: 154px;
      font-size: 13px; }
    /* line 42, scss/partials/768-medium/_home.scss */
    body.home #featured-video .date {
      font-size: 14px; }
    /* line 43, scss/partials/768-medium/_home.scss */
    body.home #featured-video .post-title {
      font-size: 40px; }
    /* line 45, scss/partials/768-medium/_home.scss */
    body.home #featured-videos .date {
      font-size: 10px; }
    /* line 46, scss/partials/768-medium/_home.scss */
    body.home #featured-videos .post-title {
      font-size: 16px; }
    /* line 48, scss/partials/768-medium/_home.scss */
    body.home #featured-video .post-meta {
      bottom: 12px;
      left: 35px; }
    /* line 55, scss/partials/768-medium/_home.scss */
    body.home #alert-top-content {
      text-align: left;
      height: auto; }
  @-moz-document url-prefix() {
    /* line 58, scss/partials/768-medium/_home.scss */
    body.home .cycle-banner .slideshow-item-title {
      line-height: 1.5; }
    /* line 61, scss/partials/768-medium/_home.scss */
    body.home .cycle-banner img, body.home .cycle-banner div {
      -moz-transform: scale(0.81);
      position: relative;
      top: -25px; } }
    /* line 68, scss/partials/768-medium/_home.scss */
    body.home #news-2col-wrap {
      max-width: 768px;
      float: none; }
    /* line 69, scss/partials/768-medium/_home.scss */
    body.home #featured-news, body.home #featured-news img, body.home a.news-more {
      max-width: 469px; }
    /* line 70, scss/partials/768-medium/_home.scss */
    body.home #breaking-news {
      max-width: 100%;
      padding-bottom: 0; }
    /* line 74, scss/partials/768-medium/_home.scss */
    body.home #bn-menu {
      margin-top: 40px;
      margin-bottom: 0; }
    /* line 75, scss/partials/768-medium/_home.scss */
    body.home #breaking-news a.buttonbk.news-more {
      position: static;
      margin-top: 11px;
      max-width: 100%; }
    /* line 77, scss/partials/768-medium/_home.scss */
    body.home .schedule-item:nth-child(4) {
      display: none; }
    /* line 78, scss/partials/768-medium/_home.scss */
    body.home .schedule-item:nth-child(3) {
      border-right: 2px solid #fff; }
    /* line 79, scss/partials/768-medium/_home.scss */
    body.home .schedule-item {
      width: 31%; }
    /* line 80, scss/partials/768-medium/_home.scss */
    body.home .schedule-item:first-of-type {
      width: 24%;
      text-align: left;
      border-left: 0; }
    /* line 81, scss/partials/768-medium/_home.scss */
    body.home .schedule-item:last-of-type {
      display: block;
      float: none;
      clear: both;
      text-align: left;
      min-height: 0;
      padding: 32px 0 0 0;
      border: 0; }

  /* line 3, scss/partials/768-medium/_store.scss */
  body.products .product-item .image .item-image {
    min-height: 130px; }
  /* line 9, scss/partials/768-medium/_store.scss */
  body.products .details .right {
    width: 398px; }
    /* line 11, scss/partials/768-medium/_store.scss */
    body.products .details .right .price {
      width: 145px;
      font-size: 16px; }
    /* line 15, scss/partials/768-medium/_store.scss */
    body.products .details .right form {
      font-size: 80%; }
      /* line 17, scss/partials/768-medium/_store.scss */
      body.products .details .right form a {
        padding: 14px 17px;
        font-size: 14px;
        margin-left: 10px; }
  /* line 25, scss/partials/768-medium/_store.scss */
  body.products .details .image .img-wrap {
    width: 300px;
    height: 250px;
    padding: 15px; }
  /* line 33, scss/partials/768-medium/_store.scss */
  body.products .checkout-button {
    padding: 14px 26px;
    background-color: #ea8400;
    color: white;
    font-size: 14px;
    margin: 10px 7px 0 0;
    float: right;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s; }
    /* line 41, scss/partials/768-medium/_store.scss */
    body.products .checkout-button:hover {
      background-color: #f5b06e; }
  /* line 46, scss/partials/768-medium/_store.scss */
  body.products .add-to-cart {
    width: 230px; }

  /* line 1, scss/partials/768-medium/_news.scss */
  body.news #news-stories {
    max-width: 350px; }
    /* line 3, scss/partials/768-medium/_news.scss */
    body.news #news-stories p {
      font-size: 12px; }
  /* line 8, scss/partials/768-medium/_news.scss */
  body.news .post-image {
    width: 270px; }
  /* line 12, scss/partials/768-medium/_news.scss */
  body.news .post-details {
    max-width: 350px;
    margin-left: 0; }

  /* line 84, scss/styles.scss */
  body.member {
    /*
        ____  ___   _____ __  ______  ____  ___    ____  ____ 
       / __ \/   | / ___// / / / __ )/ __ \/   |  / __ \/ __ \
      / / / / /| | \__ \/ /_/ / __  / / / / /| | / /_/ / / / /
     / /_/ / ___ |___/ / __  / /_/ / /_/ / ___ |/ _, _/ /_/ / 
    /_____/_/  |_/____/_/ /_/_____/\____/_/  |_/_/ |_/_____/  */
    /*
        ____  ____ _       ___   ____    ____  ___    ____  _____
       / __ \/ __ \ |     / / | / / /   / __ \/   |  / __ \/ ___/
      / / / / / / / | /| / /  |/ / /   / / / / /| | / / / /\__ \ 
     / /_/ / /_/ /| |/ |/ / /|  / /___/ /_/ / ___ |/ /_/ /___/ / 
    /_____/\____/ |__/|__/_/ |_/_____/\____/_/  |_/_____//____/  */
    /*
        ____  __________  _____ ____  _   _____    __       _____   ____________ 
       / __ \/ ____/ __ \/ ___// __ \/ | / /   |  / /      /  _/ | / / ____/ __ \
      / /_/ / __/ / /_/ /\__ \/ / / /  |/ / /| | / /       / //  |/ / /_  / / / /
     / ____/ /___/ _, _/___/ / /_/ / /|  / ___ |/ /___   _/ // /|  / __/ / /_/ / 
    /_/   /_____/_/ |_|/____/\____/_/ |_/_/  |_/_____/  /___/_/ |_/_/    \____/  */
    /*
        __    ____  ___________   __      __   __    ____  __________  __  ________
       / /   / __ \/ ____/  _/ | / /    _/_/  / /   / __ \/ ____/ __ \/ / / /_  __/
      / /   / / / / / __ / //  |/ /   _/_/   / /   / / / / / __/ / / / / / / / /   
     / /___/ /_/ / /_/ // // /|  /  _/_/    / /___/ /_/ / /_/ / /_/ / /_/ / / /    
    /_____/\____/\____/___/_/ |_/  /_/     /_____/\____/\____/\____/\____/ /_/     
                                                                                   */
    /*
        ____  _______________________________  ___  ______________  _   __
       / __ \/ ____/ ____/  _/ ___/_  __/ __ \/   |/_  __/  _/ __ \/ | / /
      / /_/ / __/ / / __ / / \__ \ / / / /_/ / /| | / /  / // / / /  |/ / 
     / _, _/ /___/ /_/ // / ___/ // / / _, _/ ___ |/ / _/ // /_/ / /|  /  
    /_/ |_/_____/\____/___//____//_/ /_/ |_/_/  |_/_/ /___/\____/_/ |_/   
                                                                          */ }
    /* line 1, scss/partials/768-medium/_member.scss */
    body.member .form_builder .textfield {
      width: auto; }
    /* line 12, scss/partials/768-medium/_member.scss */
    body.member #my-orders, body.member #my-donations {
      width: 64%; }
    /* line 16, scss/partials/768-medium/_member.scss */
    body.member .order, body.member .donation {
      background: url(../images/table-border.jpg) repeat-x left bottom;
      padding: 13px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      /* line 20, scss/partials/768-medium/_member.scss */
      body.member .order.active, body.member .donation.active {
        background-color: #222222; }
    /* line 25, scss/partials/768-medium/_member.scss */
    body.member .order-left, body.member .donation-left {
      display: inline-block;
      width: 80%;
      vertical-align: middle; }
    /* line 31, scss/partials/768-medium/_member.scss */
    body.member .order-date, body.member .order-specifics, body.member .donation-date, body.member .donation-specifics {
      display: block;
      width: auto; }
    /* line 36, scss/partials/768-medium/_member.scss */
    body.member .item-name {
      width: 80%; }
    /* line 40, scss/partials/768-medium/_member.scss */
    body.member .links-status {
      margin-top: 0; }
    /* line 44, scss/partials/768-medium/_member.scss */
    body.member .links {
      display: none; }
    /* line 48, scss/partials/768-medium/_member.scss */
    body.member .status {
      float: none; }
    /* line 60, scss/partials/768-medium/_member.scss */
    body.member .download-item {
      background: url(../images/table-border.jpg) repeat-x left bottom;
      padding: 20px 0 15px 25px; }
      /* line 63, scss/partials/768-medium/_member.scss */
      body.member .download-item .description {
        display: inline-block;
        vertical-align: middle;
        width: 83%; }
        /* line 67, scss/partials/768-medium/_member.scss */
        body.member .download-item .description .title {
          font-size: 18px; }
        /* line 70, scss/partials/768-medium/_member.scss */
        body.member .download-item .description .subtitle {
          font-size: 14px; }
      /* line 75, scss/partials/768-medium/_member.scss */
      body.member .download-item a:before {
        margin-right: 0; }
      /* line 78, scss/partials/768-medium/_member.scss */
      body.member .download-item a span {
        display: none; }
    /* line 94, scss/partials/768-medium/_member.scss */
    body.member .personal-info .form_builder label, body.member .billing-address .form_builder label, body.member .shipping-address .form_builder label {
      width: 25%; }
    /* line 110, scss/partials/768-medium/_member.scss */
    body.member .login .form_builder .button, body.member .forgot-pw .form_builder .button {
      margin-right: 0; }
    /* line 126, scss/partials/768-medium/_member.scss */
    body.member .registration .form_builder .textfield, body.member .registration .form_builder .password {
      width: 100%; }

  /* line 87, scss/styles.scss */
  body.videos {
    /*
        _______________  ________  ______  __________ 
       / ____/ ____/   |/_  __/ / / / __ \/ ____/ __ \
      / /_  / __/ / /| | / / / / / / /_/ / __/ / / / /
     / __/ / /___/ ___ |/ / / /_/ / _, _/ /___/ /_/ / 
    /_/   /_____/_/  |_/_/  \____/_/ |_/_____/_____/  
                                                      */ }
    /* line 1, scss/partials/768-medium/_videos.scss */
    body.videos .videoitem {
      width: 146px;
      height: 162px;
      margin-right: 9px; }
      /* line 5, scss/partials/768-medium/_videos.scss */
      body.videos .videoitem .photo, body.videos .videoitem .photo img {
        width: 146px;
        height: 92px; }
    /* line 11, scss/partials/768-medium/_videos.scss */
    body.videos .video-details {
      width: 146px;
      font-size: 10px; }
      /* line 14, scss/partials/768-medium/_videos.scss */
      body.videos .video-details .name {
        font-size: 13px;
        line-height: 1.3; }
    /* line 20, scss/partials/768-medium/_videos.scss */
    body.videos .group-title {
      font-size: 32px; }
    /* line 33, scss/partials/768-medium/_videos.scss */
    body.videos .featured-video .date {
      font-size: 16px; }
    /* line 36, scss/partials/768-medium/_videos.scss */
    body.videos .featured-video .post-title {
      font-size: 42px; }
    /* line 41, scss/partials/768-medium/_videos.scss */
    body.videos .featured-video, body.videos .featured-video img {
      width: 580px;
      height: 335px; }
    /* line 46, scss/partials/768-medium/_videos.scss */
    body.videos .left-menu {
      width: 158px;
      height: 334px; }
      /* line 49, scss/partials/768-medium/_videos.scss */
      body.videos .left-menu .left-menu-title {
        padding: 18px 0 17px 17px;
        font-size: 14px; }
      /* line 54, scss/partials/768-medium/_videos.scss */
      body.videos .left-menu .playlists li, body.videos .left-menu .categories li {
        padding: 12px 0 12px 17px; }
        /* line 56, scss/partials/768-medium/_videos.scss */
        body.videos .left-menu .playlists li a, body.videos .left-menu .categories li a {
          font-size: 14px; }
      /* line 63, scss/partials/768-medium/_videos.scss */
      body.videos .left-menu .categories li:nth-child(n+3) {
        display: none; }

  /* line 2, scss/partials/768-medium/_cart.scss */
  body.cart .top-buttons .button {
    margin-left: 0px; } }
@media only screen and (max-width: 769px) {
  /*
     __ __  ____  ____     _    _____________       __
    / // / ( __ )/ __ \   | |  / /  _/ ____/ |     / /
   / // /_/ __  / / / /   | | / // // __/  | | /| / / 
  /__  __/ /_/ / /_/ /    | |/ // // /___  | |/ |/ /  
    /_/  \____/\____/     |___/___/_____/  |__/|__/   
                                                      
  */
  /* line 10, scss/partials/480-small/_theme.scss */
  .page-title {
    display: inline-block;
    vertical-align: middle; }

  /* line 15, scss/partials/480-small/_theme.scss */
  h2 {
    margin-bottom: 8px; }

  /* line 16, scss/partials/480-small/_theme.scss */
  h2, h2.post-title {
    font-size: 28px; }

  /* line 20, scss/partials/480-small/_theme.scss */
  .sub h2, .sub h2.post-title {
    font-size: 23px;
    margin-bottom: 12px; }

  /* line 25, scss/partials/480-small/_theme.scss */
  .latest-flag {
    display: none; }

  /* line 27, scss/partials/480-small/_theme.scss */
  h4 {
    font-weight: normal;
    color: #ccc; }

  /* line 32, scss/partials/480-small/_theme.scss */
  .module-search {
    display: none; }
    /* line 34, scss/partials/480-small/_theme.scss */
    .module-search .filters {
      width: 100%; }
      /* line 36, scss/partials/480-small/_theme.scss */
      .module-search .filters .toggles {
        width: 100%; }
      /* line 39, scss/partials/480-small/_theme.scss */
      .module-search .filters .headline-toggle, .module-search .filters .archive-toggle {
        width: 49%;
        padding-right: 0;
        text-align: center; }
      /* line 44, scss/partials/480-small/_theme.scss */
      .module-search .filters .dropdown-section, .module-search .filters .dropdown {
        display: block; }
      /* line 47, scss/partials/480-small/_theme.scss */
      .module-search .filters .dropdown-section {
        margin-left: 0; }
      /* line 51, scss/partials/480-small/_theme.scss */
      .module-search .filters .dropdown .filter-items {
        position: initial;
        background-color: #222222;
        width: auto;
        max-height: initial;
        overflow-y: initial;
        margin-bottom: 0; }
      /* line 59, scss/partials/480-small/_theme.scss */
      .module-search .filters .dropdown li {
        padding: 15px;
        height: auto; }
      /* line 64, scss/partials/480-small/_theme.scss */
      .module-search .filters .icon-narrow-menu {
        vertical-align: middle;
        display: inline; }

  /* line 72, scss/partials/480-small/_theme.scss */
  #browse_by {
    display: inline-block;
    color: #ccc;
    margin-top: 10px;
    float: right;
    font-size: 16px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s; }
    /* line 79, scss/partials/480-small/_theme.scss */
    #browse_by .icon-narrow-menu {
      margin-left: 16px;
      vertical-align: middle;
      font-size: 1.5em; }
    /* line 84, scss/partials/480-small/_theme.scss */
    #browse_by:hover {
      color: white; }

  /* line 89, scss/partials/480-small/_theme.scss */
  .browse-text {
    display: none; }

  /* line 93, scss/partials/480-small/_theme.scss */
  blockquote {
    font-size: 17px;
    font-weight: normal; }

  /* line 95, scss/partials/480-small/_theme.scss */
  .container {
    width: 95%; }

  /* line 96, scss/partials/480-small/_theme.scss */
  #header {
    height: auto; }

  /* line 97, scss/partials/480-small/_theme.scss */
  #header .container {
    padding-top: 86px; }

  /* line 98, scss/partials/480-small/_theme.scss */
  #content {
    padding-bottom: 30px; }

  /* line 99, scss/partials/480-small/_theme.scss */
  div.hr {
    margin: 22px 0; }

  /* line 100, scss/partials/480-small/_theme.scss */
  .sub div.hr {
    margin: 32px 0; }

  /* line 101, scss/partials/480-small/_theme.scss */
  div.hr:nth-child(1) {
    margin: 0 0 16px 0; }

  /* line 103, scss/partials/480-small/_theme.scss */
  #site_title {
    top: 18px;
    left: 17px;
    background-size: 80%; }

  /* line 109, scss/partials/480-small/_theme.scss */
  #mobile-menu-button {
    display: block;
    top: 32px;
    right: 17px;
    width: 23px;
    height: 18px;
    background: url(../images/main_sprite.png) top left no-repeat;
    background-position: -60px -98px; }

  /* line 120, scss/partials/480-small/_theme.scss */
  #mobile-menu-button:hover {
    background-position: -60px -122px; }

  /* line 125, scss/partials/480-small/_theme.scss */
  #navigation {
    padding-left: 0px;
    padding-top: 0px; }

  /* line 129, scss/partials/480-small/_theme.scss */
  #navigation ul li {
    float: none;
    display: block;
    border-top: 1px solid #333333;
    text-align: center; }

  /* line 130, scss/partials/480-small/_theme.scss */
  #navigation ul li.last {
    border-bottom: 1px solid #333333; }

  /* line 132, scss/partials/480-small/_theme.scss */
  #navigation ul li a {
    display: block;
    width: auto;
    line-height: 2.4em; }

  /* line 140, scss/partials/480-small/_theme.scss */
  #navigation ul li a:hover {
    color: #32abf0;
    border: 0; }

  /* line 145, scss/partials/480-small/_theme.scss */
  .navs {
    display: none; }

  /* line 150, scss/partials/480-small/_theme.scss */
  #nav2 {
    position: relative;
    top: -43px;
    left: 0;
    padding: 0;
    padding-bottom: 30px; }

  /* line 159, scss/partials/480-small/_theme.scss */
  #search {
    display: none; }

  /* line 161, scss/partials/480-small/_theme.scss */
  #search-box {
    background: #222222;
    /*position: absolute;
    top: auto;
    bottom: 21px;
    right: 0;;*/
    position: relative;
    float: none;
    top: 27px;
    right: 0; }

  /* line 176, scss/partials/480-small/_theme.scss */
  #search-box input {
    width: 150px;
    color: #777777;
    font-size: 15px;
    padding-top: 7px; }

  /* line 184, scss/partials/480-small/_theme.scss */
  #search-box input.search-submit {
    padding: 8px 10px;
    font-size: 15px; }

  /* line 190, scss/partials/480-small/_theme.scss */
  .cart-count-wrap {
    top: 22px;
    right: 6px; }

  /*
      _   _________       _______
     / | / / ____/ |     / / ___/
    /  |/ / __/  | | /| / /\__ \ 
   / /|  / /___  | |/ |/ /___/ / 
  /_/ |_/_____/  |__/|__//____/  */
  /* line 202, scss/partials/480-small/_theme.scss */
  #subscribe-rss {
    padding-top: 30px; }

  /* line 203, scss/partials/480-small/_theme.scss */
  #subscribe-rss .subscribe-msg {
    display: none; }

  /* 
      __________  ____  ________________ 
     / ____/ __ \/ __ \/_  __/ ____/ __ \
    / /_  / / / / / / / / / / __/ / /_/ /
   / __/ / /_/ / /_/ / / / / /___/ _, _/ 
  /_/    \____/\____/ /_/ /_____/_/ |_|  
                                          
  */
  /* line 214, scss/partials/480-small/_theme.scss */
  .col2 {
    width: 100%;
    padding: 0;
    padding-top: 30px;
    float: none;
    text-align: center; }

  /* line 215, scss/partials/480-small/_theme.scss */
  .col3 {
    width: 100%;
    padding: 0;
    float: none;
    text-align: center; }

  /* line 216, scss/partials/480-small/_theme.scss */
  #footer {
    padding-bottom: 20px;
    padding-top: 30px; }

  /* line 217, scss/partials/480-small/_theme.scss */
  #footer p {
    line-height: 1.5em; }

  /* line 218, scss/partials/480-small/_theme.scss */
  #footer, #footernav {
    width: 100%;
    margin: 0 auto; }

  /* line 219, scss/partials/480-small/_theme.scss */
  #footernav {
    padding: 18px 0; }

  /* line 220, scss/partials/480-small/_theme.scss */
  #footernav ul {
    line-height: 0.45em; }

  /* line 221, scss/partials/480-small/_theme.scss */
  #footernav ul li {
    padding: 8px 0;
    width: 50%;
    text-align: center; }

  /* line 222, scss/partials/480-small/_theme.scss */
  #footernav .container {
    position: relative;
    height: 150px; }

  /* line 223, scss/partials/480-small/_theme.scss */
  #footernav #branding {
    position: absolute;
    bottom: 20px;
    left: 8px;
    width: 260px; }

  /* line 224, scss/partials/480-small/_theme.scss */
  a.totop {
    display: block;
    padding: 13px 0;
    font-size: 14px; }

  /* line 226, scss/partials/480-small/_theme.scss */
  .back-to-top {
    display: block;
    background: #2a8fca;
    color: white;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 1em;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none; }
    /* line 237, scss/partials/480-small/_theme.scss */
    .back-to-top span {
      font-size: .8em;
      margin-left: .5em; }
    /* line 241, scss/partials/480-small/_theme.scss */
    .back-to-top:hover {
      background: #2f2f2f; }

  /* line 246, scss/partials/480-small/_theme.scss */
  #email-box input {
    padding-left: 0; }

  /* line 2, scss/partials/480-small/_typography.scss */
  .content .fancytable {
    width: 100%; }
    /* line 4, scss/partials/480-small/_typography.scss */
    .content .fancytable caption {
      text-align: left;
      color: #2a8fca; }
    /* line 5, scss/partials/480-small/_typography.scss */
    .content .fancytable th {
      text-align: left;
      color: #2a8fca;
      display: none; }
    /* line 6, scss/partials/480-small/_typography.scss */
    .content .fancytable td {
      display: block;
      background: none; }
      /* line 9, scss/partials/480-small/_typography.scss */
      .content .fancytable td a {
        display: block;
        margin-left: 40%;
        word-wrap: break-word;
        width: 160px; }
      /* line 15, scss/partials/480-small/_typography.scss */
      .content .fancytable td:before {
        content: attr(data-th);
        float: left;
        width: 40%;
        color: white;
        font-weight: bold; }
      /* line 22, scss/partials/480-small/_typography.scss */
      .content .fancytable td:after {
        content: "";
        display: block;
        clear: both; }
      /* line 27, scss/partials/480-small/_typography.scss */
      .content .fancytable td:first-child {
        padding-top: 1.14286em; }
      /* line 28, scss/partials/480-small/_typography.scss */
      .content .fancytable td:last-child {
        padding-bottom: 1.5em;
        border-bottom: 2px solid white; }
    /* line 31, scss/partials/480-small/_typography.scss */
    .content .fancytable tr:last-child td, .content .fancytable tr:last-child th {
      border-bottom: 0; }

  /* line 2, scss/partials/480-small/_form.scss */
  .form_builder input {
    width: 90%; }
  /* line 6, scss/partials/480-small/_form.scss */
  .form_builder textarea {
    width: 79%; }
  /* line 9, scss/partials/480-small/_form.scss */
  .form_builder .textfield {
    width: 95%; }
  /* line 12, scss/partials/480-small/_form.scss */
  .form_builder .email {
    width: 95%; }
  /* line 16, scss/partials/480-small/_form.scss */
  .form_builder .subfield.long {
    width: 95%; }
  /* line 19, scss/partials/480-small/_form.scss */
  .form_builder .subfield.medium {
    width: 39.7%;
    margin-right: 10%; }
  /* line 26, scss/partials/480-small/_form.scss */
  .form_builder .name_group .subfield.long {
    width: 95%; }
  /* line 29, scss/partials/480-small/_form.scss */
  .form_builder .name_group .subfield.short {
    width: 10%;
    margin-right: 1.5%; }

  /* line 101, scss/styles.scss */
  body.sub {
    /* SUB */ }
    /* line 3, scss/partials/480-small/_sub.scss */
    body.sub .cols3 {
      float: none;
      display: block;
      width: 100%; }
    /* line 8, scss/partials/480-small/_sub.scss */
    body.sub .cols3 .resource-image, body.sub.sidebar .cols3 .resource-image {
      height: auto;
      width: 100%;
      margin: 20px auto 25px;
      text-align: center; }
    /* line 9, scss/partials/480-small/_sub.scss */
    body.sub .cols3 .resource-image img, body.sub.sidebar .cols3 .resource-image img {
      display: block;
      text-align: center;
      margin: 0 auto; }
    /* line 10, scss/partials/480-small/_sub.scss */
    body.sub .resource-onlinestore img, body.sub.sidebar .resource-onlinestore img {
      position: static; }
    /* line 11, scss/partials/480-small/_sub.scss */
    body.sub .resource-headlinenews img, body.sub.sidebar .resource-headlinenews img {
      position: static; }
    /* line 12, scss/partials/480-small/_sub.scss */
    body.sub .cols3 h3, body.sub.sidebar .cols3 h3 {
      font-size: 22px;
      line-height: 1em;
      margin-bottom: 5px; }
    /* line 13, scss/partials/480-small/_sub.scss */
    body.sub .cols3 p, body.sub.sidebar .cols3 p {
      margin-bottom: 10px !important; }
    /* line 14, scss/partials/480-small/_sub.scss */
    body.sub .cols3 a.button, body.sub.sidebar .cols3 a.button {
      margin-bottom: 15px; }
    /* line 16, scss/partials/480-small/_sub.scss */
    body.sub .cols2 {
      float: none;
      width: 100%;
      padding-right: 0; }
    /* line 21, scss/partials/480-small/_sub.scss */
    body.sub ul.cols2 {
      margin-bottom: 0 !important; }
    /* line 23, scss/partials/480-small/_sub.scss */
    body.sub #mobile-appearances {
      display: block;
      background: url(../images/table-border.jpg) repeat-x left top;
      margin-bottom: 18px; }
    /* line 24, scss/partials/480-small/_sub.scss */
    body.sub #mobile-appearances .row {
      background: url(../images/table-border.jpg) repeat-x left bottom;
      padding: 15px 0;
      color: #fff;
      font-size: 13px;
      line-height: 22px; }
    /* line 29, scss/partials/480-small/_sub.scss */
    body.sub #mobile-appearances .col1 {
      float: left;
      width: 33%;
      padding: 0;
      padding-left: 2%;
      text-align: left;
      text-transform: uppercase; }
    /* line 30, scss/partials/480-small/_sub.scss */
    body.sub #mobile-appearances .col2 {
      float: left;
      width: 64%;
      padding: 0;
      padding-left: 1%;
      text-align: left; }
    /* line 31, scss/partials/480-small/_sub.scss */
    body.sub #mobile-appearances h4 {
      font-size: 13px;
      line-height: 23px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 0; }
    /* line 32, scss/partials/480-small/_sub.scss */
    body.sub #mobile-appearances a {
      display: block; }
    /* line 33, scss/partials/480-small/_sub.scss */
    body.sub #mobile-appearances .program {
      padding-bottom: 24px;
      display: block; }
    /* line 37, scss/partials/480-small/_sub.scss */
    body.sub a.buttonbk {
      font-size: 14px; }
    /* line 38, scss/partials/480-small/_sub.scss */
    body.sub span.arrow {
      position: relative;
      top: 3px; }
    /* line 41, scss/partials/480-small/_sub.scss */
    body.sub #sidebar {
      display: block;
      width: 100%; }
    /* line 42, scss/partials/480-small/_sub.scss */
    body.sub #sidebar_text {
      width: auto; }
    /* line 43, scss/partials/480-small/_sub.scss */
    body.sub #sidenav {
      background: url(../images/arrow-down.png) no-repeat 93% 21px; }
    /* line 48, scss/partials/480-small/_sub.scss */
    body.sub .left {
      float: none;
      margin: 12px auto; }
    /* line 49, scss/partials/480-small/_sub.scss */
    body.sub .right {
      float: none;
      margin: 12px auto; }
    /* line 50, scss/partials/480-small/_sub.scss */
    body.sub .alignleft {
      float: none;
      margin: 12px auto; }
    /* line 51, scss/partials/480-small/_sub.scss */
    body.sub .alignright {
      float: none;
      margin: 12px auto; }
    /* line 52, scss/partials/480-small/_sub.scss */
    body.sub div.alignleft, body.sub ul.alignleft {
      float: none;
      margin-top: inherit;
      margin-bottom: inherit; }

  /* line 104, scss/styles.scss */
  body.home {
    /********************
    ** HOME
    *********************/
    /* NEWS */
    /*
       ______       __________  __________ 
      / ___/ |     / /  _/ __ \/ ____/ __ \
      \__ \| | /| / // // /_/ / __/ / /_/ /
     ___/ /| |/ |/ // // ____/ /___/ _, _/ 
    /____/ |__/|__/___/_/   /_____/_/ |_|  
                                           */
    /* ===============================================================
    Basic Swiper Styles 
    ================================================================*/
    /* IE10 Windows Phone 8 Fixes */
    /* ===============================================================
    Your custom styles, here you need to specify container's and slide's
    sizes, pagination, etc.
    ================================================================*/
    /* ===============================================================
    Pagination Styles
    ================================================================*/ }
    /* line 5, scss/partials/480-small/_home.scss */
    body.home #videos {
      position: relative;
      width: 100%;
      height: auto;
      display: block; }
    /* line 12, scss/partials/480-small/_home.scss */
    body.home #featured-video, body.home #featured-video img {
      width: 100%;
      height: auto; }
    /* line 16, scss/partials/480-small/_home.scss */
    body.home .no-mobile {
      display: none; }
    /* line 20, scss/partials/480-small/_home.scss */
    body.home .play-vid {
      display: none;
      width: 17%;
      height: auto;
      background: url(../images/play-vid.png) no-repeat;
      background-size: 70%;
      position: absolute;
      top: 35%;
      left: 45%;
      cursor: pointer;
      z-index: 4; }
    /* line 32, scss/partials/480-small/_home.scss */
    body.home #featured-videos {
      width: 100%;
      overflow: hidden;
      display: block;
      position: relative;
      margin-top: 4px;
      height: 170px; }
    /* line 41, scss/partials/480-small/_home.scss */
    body.home .video-single-wrap {
      position: relative; }
    /* line 45, scss/partials/480-small/_home.scss */
    body.home .video-single {
      opacity: 0.5;
      float: left; }
      /* line 49, scss/partials/480-small/_home.scss */
      body.home .video-single:hover {
        background: #414141; }
      /* line 53, scss/partials/480-small/_home.scss */
      body.home .video-single:nth-child(1) {
        opacity: 1; }
    /* line 58, scss/partials/480-small/_home.scss */
    body.home .mobile-wrap {
      display: block; }
    /* line 62, scss/partials/480-small/_home.scss */
    body.home a.more-videos {
      margin-left: 0 !Important;
      margin-top: 4px;
      padding: 15px 0 15px 17px !Important;
      width: 100%;
      font-size: 14px;
      position: absolute;
      bottom: 0; }
    /* line 72, scss/partials/480-small/_home.scss */
    body.home #featured-video .date {
      font-size: 14px; }
    /* line 73, scss/partials/480-small/_home.scss */
    body.home #featured-video .post-title {
      font-size: 28px; }
    /* line 77, scss/partials/480-small/_home.scss */
    body.home #featured-videos .date {
      font-size: 14px; }
    /* line 78, scss/partials/480-small/_home.scss */
    body.home #featured-videos .post-title {
      font-size: 19px; }
    /* line 79, scss/partials/480-small/_home.scss */
    body.home #featured-videos .post-meta {
      bottom: 3px;
      left: 20px; }
    /* line 86, scss/partials/480-small/_home.scss */
    body.home #news-2col-wrap, body.home #featured-news {
      float: none;
      padding-bottom: 0;
      margin-right: 0;
      margin-bottom: 20px; }
    /* line 93, scss/partials/480-small/_home.scss */
    body.home #featured-news {
      max-width: none; }
      /* line 95, scss/partials/480-small/_home.scss */
      body.home #featured-news img {
        margin-bottom: 19px;
        width: 100%;
        max-width: none;
        margin-right: 0; }
      /* line 101, scss/partials/480-small/_home.scss */
      body.home #featured-news p {
        font-size: 14px;
        line-height: 1.25em; }
    /* line 104, scss/partials/480-small/_home.scss */
    body.home .related-news {
      margin-right: 29px;
      max-width: none; }
    /* line 109, scss/partials/480-small/_home.scss */
    body.home #news-stories {
      width: 100%;
      max-width: none;
      height: auto; }
      /* line 113, scss/partials/480-small/_home.scss */
      body.home #news-stories img {
        width: 100%;
        max-width: none;
        height: auto;
        margin-bottom: 16px; }
      /* line 119, scss/partials/480-small/_home.scss */
      body.home #news-stories .story {
        margin-bottom: 17px; }
    /* line 122, scss/partials/480-small/_home.scss */
    body.home #breaking-news {
      padding-bottom: 0;
      clear: both; }
    /* line 123, scss/partials/480-small/_home.scss */
    body.home #breaking-news .story .meta {
      padding-left: 107px;
      line-height: 1.2em; }
    /* line 124, scss/partials/480-small/_home.scss */
    body.home #bn-menu {
      margin-top: 30px; }
    /* line 125, scss/partials/480-small/_home.scss */
    body.home a.buttonbk.news-more {
      max-width: none;
      position: static; }
      /* line 128, scss/partials/480-small/_home.scss */
      body.home a.buttonbk.news-more.no-desktop {
        display: inline-block; }
    /* line 133, scss/partials/480-small/_home.scss */
    body.home #cycle-container {
      width: 100%;
      height: 110px; }
      /* line 136, scss/partials/480-small/_home.scss */
      body.home #cycle-container .slideshow {
        height: 110px; }
        /* line 138, scss/partials/480-small/_home.scss */
        body.home #cycle-container .slideshow .cycle-banner {
          width: 100%;
          height: 100%; }
          /* line 141, scss/partials/480-small/_home.scss */
          body.home #cycle-container .slideshow .cycle-banner img, body.home #cycle-container .slideshow .cycle-banner div {
            zoom: 1;
            -moz-transform: none; }
          /* line 146, scss/partials/480-small/_home.scss */
          body.home #cycle-container .slideshow .cycle-banner img {
            display: inline-block;
            height: 60%; }
          /* line 151, scss/partials/480-small/_home.scss */
          body.home #cycle-container .slideshow .cycle-banner .slideshow-item-wrap {
            height: 81%;
            padding-top: 20px;
            margin-left: 15px; }
          /* line 157, scss/partials/480-small/_home.scss */
          body.home #cycle-container .slideshow .cycle-banner .slideshow-item-details-wrap {
            display: inline-block;
            width: 179px; }
          /* line 162, scss/partials/480-small/_home.scss */
          body.home #cycle-container .slideshow .cycle-banner .slideshow-item-title {
            font-size: 10px;
            line-height: 1;
            margin-bottom: 0; }
          /* line 168, scss/partials/480-small/_home.scss */
          body.home #cycle-container .slideshow .cycle-banner .slideshow-item-desc {
            font-size: 25px; }
          /* line 172, scss/partials/480-small/_home.scss */
          body.home #cycle-container .slideshow .cycle-banner .slideshow-button {
            width: 132px;
            height: 23px;
            font-size: 8px;
            padding: 0;
            margin-top: 5px;
            line-height: 2.8; }
            /* line 179, scss/partials/480-small/_home.scss */
            body.home #cycle-container .slideshow .cycle-banner .slideshow-button:after {
              font-size: 8px; }
    /* line 187, scss/partials/480-small/_home.scss */
    body.home #alert-top {
      text-align: center;
      height: auto;
      margin-top: 20px; }
    /* line 192, scss/partials/480-small/_home.scss */
    body.home #alert-top-content {
      margin: 0 auto;
      height: auto; }
  @-moz-document url-prefix() {
    /* line 198, scss/partials/480-small/_home.scss */
    body.home .cycle-banner img, body.home .cycle-banner div {
      top: 0px; } }
    /* line 202, scss/partials/480-small/_home.scss */
    body.home #alert-top .button {
      right: auto;
      position: static;
      display: block;
      margin-bottom: 0px; }
    /* line 210, scss/partials/480-small/_home.scss */
    body.home #rotator-selectors {
      display: none; }
    /* line 215, scss/partials/480-small/_home.scss */
    body.home #schedule h6 {
      margin-bottom: 8px;
      padding: 0px;
      letter-spacing: -.5px; }
    /* line 220, scss/partials/480-small/_home.scss */
    body.home #schedule h2 {
      margin-bottom: 15px;
      text-align: center; }
    /* line 226, scss/partials/480-small/_home.scss */
    body.home .schedule-item {
      width: 100%;
      display: block;
      float: none;
      text-align: center !Important;
      border: 0 !Important;
      background: url(../images/mobile-border-bottom.jpg) no-repeat bottom center;
      padding: 18px 0; }
      /* line 234, scss/partials/480-small/_home.scss */
      body.home .schedule-item:nth-child(4) {
        display: none; }
      /* line 235, scss/partials/480-small/_home.scss */
      body.home .schedule-item:first-of-type {
        width: 100%;
        padding-top: 0; }
      /* line 239, scss/partials/480-small/_home.scss */
      body.home .schedule-item:last-of-type {
        min-height: 0;
        width: 100%;
        padding: 18px 0 0 0 !Important;
        background: none; }
    /* line 246, scss/partials/480-small/_home.scss */
    body.home .schedule-item-wrap {
      text-align: center; }
    /* line 259, scss/partials/480-small/_home.scss */
    body.home .swiper-container {
      position: relative;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      /* Fix of Webkit flickering */
      z-index: 1; }
    /* line 270, scss/partials/480-small/_home.scss */
    body.home .swiper-wrapper {
      position: relative;
      width: 100%;
      -webkit-transition-property: -webkit-transform, left, top;
      -webkit-transition-duration: 0s;
      -webkit-transform: translate3d(0px, 0, 0);
      -webkit-transition-timing-function: ease;
      -moz-transition-property: -moz-transform, left, top;
      -moz-transition-duration: 0s;
      -moz-transform: translate3d(0px, 0, 0);
      -moz-transition-timing-function: ease;
      -o-transition-property: -o-transform, left, top;
      -o-transition-duration: 0s;
      -o-transform: translate3d(0px, 0, 0);
      -o-transition-timing-function: ease;
      -o-transform: translate(0px, 0px);
      -ms-transition-property: -ms-transform, left, top;
      -ms-transition-duration: 0s;
      -ms-transform: translate3d(0px, 0, 0);
      -ms-transition-timing-function: ease;
      transition-property: transform, left, top;
      transition-duration: 0s;
      transform: translate3d(0px, 0, 0);
      transition-timing-function: ease;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
    /* line 303, scss/partials/480-small/_home.scss */
    body.home .swiper-free-mode > .swiper-wrapper {
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -ms-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      margin: 0 auto; }
    /* line 311, scss/partials/480-small/_home.scss */
    body.home .swiper-slide {
      float: left;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
    /* line 319, scss/partials/480-small/_home.scss */
    body.home .swiper-wp8-horizontal {
      -ms-touch-action: pan-y; }
    /* line 322, scss/partials/480-small/_home.scss */
    body.home .swiper-wp8-vertical {
      -ms-touch-action: pan-x; }
    /* line 330, scss/partials/480-small/_home.scss */
    body.home .swiper-container {
      /* Specify Swiper's Size: */
      width: 215px;
      height: 117px; }
    /* line 336, scss/partials/480-small/_home.scss */
    body.home .swiper-slide {
      /* Specify Slides's Size: */
      width: 100%;
      height: 100%;
      filter: alpha(opacity=30);
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $level * 100 );
      opacity: 0.3;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    /* line 344, scss/partials/480-small/_home.scss */
    body.home .swiper-slide-active {
      /* Specific active slide styling: */ }
    /* line 348, scss/partials/480-small/_home.scss */
    body.home .swiper-slide-visible {
      filter: alpha(opacity=100);
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $level * 100 );
      opacity: 1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    /* line 356, scss/partials/480-small/_home.scss */
    body.home .swiper-pagination-switch {
      /* Stylize pagination button: */ }
    /* line 360, scss/partials/480-small/_home.scss */
    body.home .swiper-active-switch {
      /* Specific active button style: */ }
    /* line 364, scss/partials/480-small/_home.scss */
    body.home .swiper-visible-switch {
      /* Specific visible button style: */ }

  /* line 1, scss/partials/480-small/_store.scss */
  body.products .product-item {
    width: 48%; }
    /* line 4, scss/partials/480-small/_store.scss */
    body.products .product-item .image .item-image {
      min-height: 170px; }
    /* line 8, scss/partials/480-small/_store.scss */
    body.products .product-item .price {
      width: 100%;
      max-width: 300px;
      margin-bottom: 35px; }
  /* line 15, scss/partials/480-small/_store.scss */
  body.products .module-search .filters {
    display: block; }
  /* line 18, scss/partials/480-small/_store.scss */
  body.products .module-search .search-field {
    float: none; }
    /* line 20, scss/partials/480-small/_store.scss */
    body.products .module-search .search-field input {
      width: 164px; }
  /* line 24, scss/partials/480-small/_store.scss */
  body.products .module-search .sort-td {
    position: absolute;
    top: 110px;
    margin-left: 150px; }
  /* line 31, scss/partials/480-small/_store.scss */
  body.products .content .bbsmall {
    float: right;
    width: 50%;
    padding: 14px 0 0 0;
    text-align: right;
    font-size: 18px;
    display: block;
    position: absolute; }
  /* line 40, scss/partials/480-small/_store.scss */
  body.products .content h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    margin: 0 20px 15px 0;
    font-weight: 600; }
  /* line 49, scss/partials/480-small/_store.scss */
  body.products .details .image {
    width: 100%; }
    /* line 51, scss/partials/480-small/_store.scss */
    body.products .details .image .img-wrap {
      padding: 20px 0;
      width: auto;
      height: auto; }
  /* line 57, scss/partials/480-small/_store.scss */
  body.products .details .right {
    width: 100%; }
    /* line 59, scss/partials/480-small/_store.scss */
    body.products .details .right .info {
      margin: 30px 0 0 0; }
    /* line 62, scss/partials/480-small/_store.scss */
    body.products .details .right .price {
      width: 100%; }
    /* line 65, scss/partials/480-small/_store.scss */
    body.products .details .right form {
      width: 100%; }
      /* line 67, scss/partials/480-small/_store.scss */
      body.products .details .right form a {
        padding: 14px 67px; }
  /* line 74, scss/partials/480-small/_store.scss */
  body.products .checkout-button {
    padding: 14px 0px;
    width: 100%;
    margin-right: 0; }
  /* line 80, scss/partials/480-small/_store.scss */
  body.products .add-to-cart {
    width: 100%;
    margin-top: 22px; }
  /* line 85, scss/partials/480-small/_store.scss */
  body.products .backlink {
    display: none; }

  /* line 1, scss/partials/480-small/_news.scss */
  body.news .archive-story {
    width: 100%;
    height: auto; }
    /* line 4, scss/partials/480-small/_news.scss */
    body.news .archive-story .archive-details {
      width: 71%; }
    /* line 7, scss/partials/480-small/_news.scss */
    body.news .archive-story:nth-child(n+28) {
      border-bottom: none; }
  /* line 12, scss/partials/480-small/_news.scss */
  body.news #featured-news {
    margin-right: 0;
    max-width: 370px;
    width: 45%;
    margin-right: 7%; }
  /* line 19, scss/partials/480-small/_news.scss */
  body.news #news-stories {
    width: 45%; }
    /* line 21, scss/partials/480-small/_news.scss */
    body.news #news-stories .story {
      width: 100%; }
    /* line 24, scss/partials/480-small/_news.scss */
    body.news #news-stories img {
      width: 100%;
      max-width: none; }
  /* line 30, scss/partials/480-small/_news.scss */
  body.news .headline-toggle, body.news .archive-toggle {
    padding: 20px 11px 0 0; }
    /* line 32, scss/partials/480-small/_news.scss */
    body.news .headline-toggle:before, body.news .archive-toggle:before {
      margin-left: 11px; }
  /* line 37, scss/partials/480-small/_news.scss */
  body.news .toggles {
    border-bottom: 1px solid; }
  /* line 41, scss/partials/480-small/_news.scss */
  body.news #subscribe-rss {
    display: none; }
  /* line 45, scss/partials/480-small/_news.scss */
  body.news .post-image {
    width: 100%; }

  /* line 1, scss/partials/480-small/_cart.scss */
  body.cart .apply-discount {
    display: block;
    width: 100%; }
    /* line 4, scss/partials/480-small/_cart.scss */
    body.cart .apply-discount input {
      width: 60%; }
    /* line 7, scss/partials/480-small/_cart.scss */
    body.cart .apply-discount .button {
      padding: 11px 11px;
      width: 18%; }
  /* line 13, scss/partials/480-small/_cart.scss */
  body.cart .buttons {
    margin-top: 35px;
    display: block;
    width: 100%; }
    /* line 17, scss/partials/480-small/_cart.scss */
    body.cart .buttons .top-buttons {
      float: none;
      margin-bottom: 35px; }
    /* line 21, scss/partials/480-small/_cart.scss */
    body.cart .buttons .button {
      padding: 24px 0;
      width: 100%;
      margin: 0 0 15px 0; }
  /* line 31, scss/partials/480-small/_cart.scss */
  body.cart .content .fancytable td .subtitle {
    display: block;
    margin-left: 40%;
    word-wrap: break-word;
    width: 160px; }
  /* line 37, scss/partials/480-small/_cart.scss */
  body.cart .content .fancytable td.quantity, body.cart .content .fancytable td.price {
    text-align: left; }
  /* line 41, scss/partials/480-small/_cart.scss */
  body.cart .content .fancytable td.quantity div {
    text-align: left !important; }
  /* line 45, scss/partials/480-small/_cart.scss */
  body.cart .content .fancytable td:before {
    color: #ea8400; }
  /* line 49, scss/partials/480-small/_cart.scss */
  body.cart .content .fancytable .remove-link {
    margin: 0 auto;
    width: 100%; }
    /* line 52, scss/partials/480-small/_cart.scss */
    body.cart .content .fancytable .remove-link .plus {
      width: 25px;
      margin-top: 8px;
      position: absolute;
      left: 48%;
      right: 50%; }

  /* line 116, scss/styles.scss */
  body.checkout {
    /*
        ____  ____  ____  ____________    ______
       / __ \/ __ \/ __ \/ ____/  _/ /   / ____/
      / /_/ / /_/ / / / / /_   / // /   / __/   
     / ____/ _, _/ /_/ / __/ _/ // /___/ /___   
    /_/   /_/ |_|\____/_/   /___/_____/_____/   
                                                */ }
    /* line 1, scss/partials/480-small/_checkout.scss */
    body.checkout .shipping-address, body.checkout .payment-address, body.checkout .fields {
      width: 100%; }
    /* line 8, scss/partials/480-small/_checkout.scss */
    body.checkout .fancytable tr td .subtitle {
      display: block;
      margin-left: 40%;
      word-wrap: break-word;
      width: 160px; }
    /* line 14, scss/partials/480-small/_checkout.scss */
    body.checkout .fancytable tr td .description-text {
      display: inline-block;
      width: 60%; }
    /* line 18, scss/partials/480-small/_checkout.scss */
    body.checkout .fancytable tr td.quantity, body.checkout .fancytable tr td.price, body.checkout .fancytable tr td.total {
      text-align: left; }
    /* line 21, scss/partials/480-small/_checkout.scss */
    body.checkout .fancytable tr td:before {
      color: #ea8400;
      height: 30px;
      display: inline-block; }
    /* line 28, scss/partials/480-small/_checkout.scss */
    body.checkout .fancytable tr.amounts td {
      display: inline-block; }
    /* line 33, scss/partials/480-small/_checkout.scss */
    body.checkout .fancytable .remove-link {
      margin: 0 auto;
      width: 100%; }
      /* line 36, scss/partials/480-small/_checkout.scss */
      body.checkout .fancytable .remove-link .plus {
        width: 25px;
        margin-top: 8px;
        position: absolute;
        left: 48%;
        right: 50%; }
    /* line 47, scss/partials/480-small/_checkout.scss */
    body.checkout .fancytable tfoot tr td a {
      margin-left: 0;
      width: 100%;
      text-align: center; }
    /* line 52, scss/partials/480-small/_checkout.scss */
    body.checkout .fancytable tfoot tr td:before {
      display: initial;
      width: 0; }
    /* line 69, scss/partials/480-small/_checkout.scss */
    body.checkout .customer-logged-in {
      width: 80%; }
    /* line 73, scss/partials/480-small/_checkout.scss */
    body.checkout #customer-login, body.checkout .customer-logged-in {
      width: auto; }
    /* line 77, scss/partials/480-small/_checkout.scss */
    body.checkout #billing-fields, body.checkout #shipping-fields {
      width: 100%;
      margin-right: 0; }
    /* line 82, scss/partials/480-small/_checkout.scss */
    body.checkout .buttons {
      margin-top: 26px; }

  /* line 119, scss/styles.scss */
  body.member {
    /*
        ____  ____ _       ___   ____    ____  ___    ____  _____
       / __ \/ __ \ |     / / | / / /   / __ \/   |  / __ \/ ___/
      / / / / / / / | /| / /  |/ / /   / / / / /| | / / / /\__ \ 
     / /_/ / /_/ /| |/ |/ / /|  / /___/ /_/ / ___ |/ /_/ /___/ / 
    /_____/\____/ |__/|__/_/ |_/_____/\____/_/  |_/_____//____/  */
    /*
        ____  __________  _____ ____  _   _____    __       _____   ____________ 
       / __ \/ ____/ __ \/ ___// __ \/ | / /   |  / /      /  _/ | / / ____/ __ \
      / /_/ / __/ / /_/ /\__ \/ / / /  |/ / /| | / /       / //  |/ / /_  / / / /
     / ____/ /___/ _, _/___/ / /_/ / /|  / ___ |/ /___   _/ // /|  / __/ / /_/ / 
    /_/   /_____/_/ |_|/____/\____/_/ |_/_/  |_/_____/  /___/_/ |_/_/    \____/  */
    /*
        __    ____  ___________   __      __   __    ____  __________  __  ________
       / /   / __ \/ ____/  _/ | / /    _/_/  / /   / __ \/ ____/ __ \/ / / /_  __/
      / /   / / / / / __ / //  |/ /   _/_/   / /   / / / / / __/ / / / / / / / /   
     / /___/ /_/ / /_/ // // /|  /  _/_/    / /___/ /_/ / /_/ / /_/ / /_/ / / /    
    /_____/\____/\____/___/_/ |_/  /_/     /_____/\____/\____/\____/\____/ /_/     
                                                                                   */ }
    /* line 1, scss/partials/480-small/_member.scss */
    body.member #my-orders, body.member #my-donations {
      width: 100%; }
    /* line 5, scss/partials/480-small/_member.scss */
    body.member #mobile-member-menu {
      display: block; }
    /* line 9, scss/partials/480-small/_member.scss */
    body.member #desktop-member-menu {
      display: none; }
    /* line 13, scss/partials/480-small/_member.scss */
    body.member .page-title {
      display: none; }
    /* line 17, scss/partials/480-small/_member.scss */
    body.member .account-settings, body.member #my-orders, body.member #my-donations {
      display: block; }
    /* line 21, scss/partials/480-small/_member.scss */
    body.member .order-left, body.member .donation-left {
      display: inline-block;
      width: 85%;
      vertical-align: middle; }
    /* line 27, scss/partials/480-small/_member.scss */
    body.member .donation-frequency {
      width: 45%; }
    /* line 31, scss/partials/480-small/_member.scss */
    body.member .account-settings {
      width: 99%;
      background: none;
      border: none;
      padding: 0;
      margin-bottom: 25px; }
    /* line 39, scss/partials/480-small/_member.scss */
    body.member .account-settings-title {
      border-bottom: none;
      padding: 0;
      font-size: 14px;
      font-weight: 600; }
    /* line 46, scss/partials/480-small/_member.scss */
    body.member .my-account-menu {
      margin-bottom: 0;
      border: 2px solid #333333; }
      /* line 49, scss/partials/480-small/_member.scss */
      body.member .my-account-menu li {
        background-image: none;
        padding-left: 27px; }
        /* line 52, scss/partials/480-small/_member.scss */
        body.member .my-account-menu li.active {
          background-color: transparent;
          border-bottom: none;
          background: url(../images/arrow-down.png) no-repeat 93% 17px; }
        /* line 57, scss/partials/480-small/_member.scss */
        body.member .my-account-menu li:last-child {
          border-bottom: none; }
        /* line 60, scss/partials/480-small/_member.scss */
        body.member .my-account-menu li .active-arrow {
          display: none; }
      /* line 64, scss/partials/480-small/_member.scss */
      body.member .my-account-menu ul {
        padding: 12px 27px 0 0;
        margin-bottom: 0;
        display: none; }
        /* line 66, scss/partials/480-small/_member.scss */
        body.member .my-account-menu ul li {
          padding: 12px 20px 12px 17px; }
          /* line 68, scss/partials/480-small/_member.scss */
          body.member .my-account-menu ul li:first-child {
            border-top: 2px solid #333333; }
          /* line 71, scss/partials/480-small/_member.scss */
          body.member .my-account-menu ul li:last-child {
            padding-bottom: 0; }
    /* line 81, scss/partials/480-small/_member.scss */
    body.member .buttons .button {
      padding: 14px 0;
      width: 100%; }
    /* line 94, scss/partials/480-small/_member.scss */
    body.member #my-downloads {
      display: block;
      width: 100%; }
    /* line 99, scss/partials/480-small/_member.scss */
    body.member .download-item {
      background: url(../images/table-border.jpg) repeat-x left bottom;
      padding: 20px 0 15px 25px; }
      /* line 102, scss/partials/480-small/_member.scss */
      body.member .download-item .description {
        display: inline-block;
        vertical-align: middle;
        width: 83%; }
        /* line 106, scss/partials/480-small/_member.scss */
        body.member .download-item .description .title {
          font-size: 18px; }
        /* line 109, scss/partials/480-small/_member.scss */
        body.member .download-item .description .subtitle {
          font-size: 14px; }
      /* line 114, scss/partials/480-small/_member.scss */
      body.member .download-item a:before {
        margin-right: 0; }
      /* line 117, scss/partials/480-small/_member.scss */
      body.member .download-item a span {
        display: none; }
    /* line 131, scss/partials/480-small/_member.scss */
    body.member .personal-info, body.member .billing-address, body.member .shipping-address {
      width: 100%; }
      /* line 135, scss/partials/480-small/_member.scss */
      body.member .personal-info .form_builder .form-message.error, body.member .personal-info .form_builder .form-message.success, body.member .billing-address .form_builder .form-message.error, body.member .billing-address .form_builder .form-message.success, body.member .shipping-address .form_builder .form-message.error, body.member .shipping-address .form_builder .form-message.success {
        width: 82%; }
      /* line 139, scss/partials/480-small/_member.scss */
      body.member .personal-info .form_builder label, body.member .billing-address .form_builder label, body.member .shipping-address .form_builder label {
        width: 50%; }
      /* line 142, scss/partials/480-small/_member.scss */
      body.member .personal-info .form_builder input, body.member .billing-address .form_builder input, body.member .shipping-address .form_builder input {
        width: 90%; }
      /* line 145, scss/partials/480-small/_member.scss */
      body.member .personal-info .form_builder select, body.member .billing-address .form_builder select, body.member .shipping-address .form_builder select {
        width: 98%; }
      /* line 148, scss/partials/480-small/_member.scss */
      body.member .personal-info .form_builder .button, body.member .billing-address .form_builder .button, body.member .shipping-address .form_builder .button {
        width: 98%;
        float: left; }
    /* line 164, scss/partials/480-small/_member.scss */
    body.member .login, body.member .forgot-pw {
      width: 100%; }
      /* line 168, scss/partials/480-small/_member.scss */
      body.member .login .form_builder .form-message.error, body.member .login .form_builder .form-message.success, body.member .forgot-pw .form_builder .form-message.error, body.member .forgot-pw .form_builder .form-message.success {
        width: 82%; }
      /* line 172, scss/partials/480-small/_member.scss */
      body.member .login .form_builder .button, body.member .forgot-pw .form_builder .button {
        width: 80%;
        float: left; }

  /* line 122, scss/styles.scss */
  body.videos {
    /*
        _______________  ________  ______  __________ 
       / ____/ ____/   |/_  __/ / / / __ \/ ____/ __ \
      / /_  / __/ / /| | / / / / / / /_/ / __/ / / / /
     / __/ / /___/ ___ |/ / / /_/ / _, _/ /___/ /_/ / 
    /_/   /_____/_/  |_/_/  \____/_/ |_/_____/_____/  
                                                      */
    /*
        __    _______________
       / /   /  _/ ___/_  __/
      / /    / / \__ \ / /   
     / /____/ / ___/ // /    
    /_____/___//____//_/     
                             */
    /*
        ____  _______________    ______   _____
       / __ \/ ____/_  __/   |  /  _/ /  / ___/
      / / / / __/   / / / /| |  / // /   \__ \ 
     / /_/ / /___  / / / ___ |_/ // /______/ / 
    /_____/_____/ /_/ /_/  |_/___/_____/____/  */
    /*
       ______       __________  __________ 
      / ___/ |     / /  _/ __ \/ ____/ __ \
      \__ \| | /| / // // /_/ / __/ / /_/ /
     ___/ /| |/ |/ // // ____/ /___/ _, _/ 
    /____/ |__/|__/___/_/   /_____/_/ |_|  
                                           */
    /*
        __  ____________ ______
       /  |/  /  _/ ___// ____/
      / /|_/ // / \__ \/ /     
     / /  / // / ___/ / /___   
    /_/  /_/___//____/\____/   */ }
    /* line 1, scss/partials/480-small/_videos.scss */
    body.videos .videoitem {
      width: 48%;
      min-width: 215px;
      height: 234px; }
      /* line 5, scss/partials/480-small/_videos.scss */
      body.videos .videoitem .photo, body.videos .videoitem .photo img {
        width: 100%;
        max-width: 280px;
        height: auto;
        margin: 0 auto; }
    /* line 13, scss/partials/480-small/_videos.scss */
    body.videos .video-details {
      width: 100%;
      min-width: 215px;
      max-width: 280px;
      margin: 0 auto;
      font-family: Helvetica, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 14px;
      color: white; }
      /* line 21, scss/partials/480-small/_videos.scss */
      body.videos .video-details .name {
        font-weight: 700; }
    /* line 33, scss/partials/480-small/_videos.scss */
    body.videos .not-mobile {
      display: none; }
    /* line 37, scss/partials/480-small/_videos.scss */
    body.videos .playlist-title {
      font-size: 14px;
      color: #2a8fca;
      font-weight: 600;
      margin-top: 10px;
      text-transform: uppercase; }
    /* line 45, scss/partials/480-small/_videos.scss */
    body.videos .left-menu {
      background-image: none;
      height: auto;
      width: 100%;
      overflow: hidden;
      border: 2px solid #333333; }
      /* line 51, scss/partials/480-small/_videos.scss */
      body.videos .left-menu .left-menu-title {
        padding: 8px 0 8px 17px;
        font-size: 14px;
        color: white;
        border-bottom: 0;
        position: relative;
        font-weight: 700; }
        /* line 58, scss/partials/480-small/_videos.scss */
        body.videos .left-menu .left-menu-title .icon-triangle-down {
          font-size: 12px;
          right: 15px;
          top: 16px;
          position: absolute; }
      /* line 65, scss/partials/480-small/_videos.scss */
      body.videos .left-menu .categories, body.videos .left-menu .category-title, body.videos .left-menu .playlists {
        display: none; }
      /* line 68, scss/partials/480-small/_videos.scss */
      body.videos .left-menu .playlists {
        padding: 0 15px 15px 15px; }
        /* line 70, scss/partials/480-small/_videos.scss */
        body.videos .left-menu .playlists li {
          border-bottom: 1px solid #3d3d3d;
          overflow: hidden; }
          /* line 73, scss/partials/480-small/_videos.scss */
          body.videos .left-menu .playlists li:first-child {
            border-top: 1px solid #3d3d3d; }
    /* line 80, scss/partials/480-small/_videos.scss */
    body.videos .featured-video, body.videos .featured-video img {
      width: 100%;
      height: auto; }
    /* line 85, scss/partials/480-small/_videos.scss */
    body.videos .featured-video {
      margin-left: 0; }
      /* line 87, scss/partials/480-small/_videos.scss */
      body.videos .featured-video .post-meta {
        left: 14px;
        bottom: 0; }
        /* line 90, scss/partials/480-small/_videos.scss */
        body.videos .featured-video .post-meta .date {
          font-size: 14px;
          text-transform: uppercase; }
        /* line 94, scss/partials/480-small/_videos.scss */
        body.videos .featured-video .post-meta .post-title {
          font-size: 28px; }
    /* line 100, scss/partials/480-small/_videos.scss */
    body.videos .video-single {
      padding: 10px;
      min-width: 195px; }
      /* line 103, scss/partials/480-small/_videos.scss */
      body.videos .video-single .date {
        font-weight: 600;
        font-size: 14px;
        color: #2a8fca;
        text-transform: uppercase; }
        /* line 108, scss/partials/480-small/_videos.scss */
        body.videos .video-single .date .month-day {
          color: white; }
      /* line 113, scss/partials/480-small/_videos.scss */
      body.videos .video-single .post-title {
        width: auto; }
    /* line 127, scss/partials/480-small/_videos.scss */
    body.videos .page-title, body.videos .group-title {
      font-size: 28px; }
    /* line 131, scss/partials/480-small/_videos.scss */
    body.videos .filters {
      width: 100%; }
    /* line 135, scss/partials/480-small/_videos.scss */
    body.videos .browse-text {
      display: inline-block;
      font-size: 16px; }
    /* line 140, scss/partials/480-small/_videos.scss */
    body.videos .module-search {
      display: inline-block;
      border-bottom: none; }
    /* line 145, scss/partials/480-small/_videos.scss */
    body.videos .dropdown {
      border-bottom: 1px solid #3d3d3d; }
    /* line 156, scss/partials/480-small/_videos.scss */
    body.videos .icon-download, body.videos .icon-audio {
      display: none; }
    /* line 160, scss/partials/480-small/_videos.scss */
    body.videos .addthis_sharing_toolbox {
      position: absolute;
      right: 0;
      background-color: #333333;
      width: 180px;
      padding: 15px; }
    /* line 168, scss/partials/480-small/_videos.scss */
    body.videos .video-title {
      font-size: 28px; }
    /* line 172, scss/partials/480-small/_videos.scss */
    body.videos .video_details {
      width: 100%; }
    /* line 176, scss/partials/480-small/_videos.scss */
    body.videos .share-download {
      margin-top: 13px; }
      /* line 178, scss/partials/480-small/_videos.scss */
      body.videos .share-download .icon-share {
        font-size: 14px; }
        /* line 180, scss/partials/480-small/_videos.scss */
        body.videos .share-download .icon-share:before {
          font-size: 15px; }
    /* line 186, scss/partials/480-small/_videos.scss */
    body.videos .details-pub-date {
      font-size: 14px; }
    /* line 199, scss/partials/480-small/_videos.scss */
    body.videos .swiper-container-wrap {
      height: 111px;
      margin-bottom: 15px; }
      /* line 202, scss/partials/480-small/_videos.scss */
      body.videos .swiper-container-wrap .arrow-left, body.videos .swiper-container-wrap .arrow-right {
        display: none; }
    /* line 207, scss/partials/480-small/_videos.scss */
    body.videos .swiper-container {
      /* Specify Swiper's Size: */
      width: 215px;
      height: 111px; }
    /* line 213, scss/partials/480-small/_videos.scss */
    body.videos .swiper-slide {
      /* Specify Slides's Size: */
      filter: alpha(opacity=30);
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $level * 100 );
      opacity: 0.3;
      margin-right: 5px; }
    /* line 219, scss/partials/480-small/_videos.scss */
    body.videos .swiper-slide-active {
      /* Specific active slide styling: */
      filter: alpha(opacity=100);
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $level * 100 );
      opacity: 1; }
    /* line 232, scss/partials/480-small/_videos.scss */
    body.videos .mobile {
      display: block; }

  /* line 2, scss/partials/480-small/_donate.scss */
  body.donations .dropdown-menu.exp-date {
    width: 100%;
    display: inline-block; }
    /* line 5, scss/partials/480-small/_donate.scss */
    body.donations .dropdown-menu.exp-date.year {
      margin-left: 0; }
    /* line 8, scss/partials/480-small/_donate.scss */
    body.donations .dropdown-menu.exp-date .dropdown {
      width: 100%;
      max-width: 458px; } }
@media only screen and (max-width: 481px) {
  /* line 1, scss/partials/320-xsmall/_videos.scss */
  body.videos .videoitem {
    width: 100%;
    min-width: none; }

  /* line 1, scss/partials/320-xsmall/_store.scss */
  body.products .product-item {
    width: 100%; }
    /* line 3, scss/partials/320-xsmall/_store.scss */
    body.products .product-item .image {
      max-width: none; }
    /* line 6, scss/partials/320-xsmall/_store.scss */
    body.products .product-item .price {
      max-width: none; }

  /* line 1, scss/partials/320-xsmall/_news.scss */
  body.news #featured-news, body.news #news-stories {
    width: 100%;
    max-width: none; }
  /* line 6, scss/partials/320-xsmall/_news.scss */
  body.news .post-details {
    max-width: none; }
  /* line 10, scss/partials/320-xsmall/_news.scss */
  body.news .related-news {
    max-width: none; }

  /* line 1, scss/partials/320-xsmall/_cart.scss */
  body.cart .order-left {
    width: 80%; } }

/*# sourceMappingURL=styles.css.map */
