/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  /*border:0;*/
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html, body {
  height: 100%;
  font-size: 100%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style-type: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

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

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

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

.visually-hidden, .sr-only {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

.hide {
  display: none;
  visibility: hidden; }

.scr-responsive body {
  min-width: 0 !important; }

@media (max-width: 64em) {
  .scr-responsive .top-header {
    display: block; } }

.scr-responsive .top-header-nav {
  float: none !important; }
  .scr-responsive .top-header-nav-search-icon {
    margin-left: 5px; }
    .scr-responsive .top-header-nav-search-icon img {
      height: 12px;
      width: 12px; }
  .scr-responsive .top-header-nav #dWelcomeText {
    float: none !important; }

@media (max-width: 64em) {
  .scr-responsive .top-header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.scr-responsive .header-nav .RadMenu_mainnavigation {
  float: none; }
  @media (max-width: 40em) {
    .scr-responsive .header-nav .RadMenu_mainnavigation * {
      float: none; } }
  @media (max-width: 40em) {
    .scr-responsive .header-nav .RadMenu_mainnavigation {
      padding: 0;
      display: none; } }

.scr-responsive .header-nav:before, .scr-responsive .header-nav:after {
  display: none; }

.scr-responsive .header-nav > div {
  width: auto; }

.scr-responsive .header-nav #search {
  height: auto;
  margin-left: 1rem; }

.scr-responsive .mobile-nav-container {
  height: 0;
  overflow: hidden; }
  @media (min-width: 40.01em) {
    .scr-responsive .mobile-nav-container {
      display: none; } }
  .scr-responsive .mobile-nav-container li {
    float: none;
    font-weight: bold; }
    .scr-responsive .mobile-nav-container li a {
      color: #b21103; }

.scr-responsive .mobile-nav-trigger {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 1.5rem;
  height: 1.25rem;
  background: none;
  border-right: none;
  border-left: none;
  position: relative;
  overflow: hidden; }
  @media (min-width: 40.01em) {
    .scr-responsive .mobile-nav-trigger {
      display: none; } }
  .scr-responsive .mobile-nav-trigger:before, .scr-responsive .mobile-nav-trigger:after {
    content: ' ';
    display: block;
    width: 1.5rem;
    height: 0;
    border-style: solid;
    border-color: #333E48;
    border-width: 0 0 2px 0;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform; }

@media (max-width: 40em) {
  .scr-responsive .nav-open .mobile-nav-container {
    height: auto;
    overflow: visible; } }

.scr-responsive .nav-open .mobile-nav-trigger {
  border: 0; }
  .scr-responsive .nav-open .mobile-nav-trigger:after, .scr-responsive .nav-open .mobile-nav-trigger:before {
    left: 50%; }
  .scr-responsive .nav-open .mobile-nav-trigger:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }
  .scr-responsive .nav-open .mobile-nav-trigger:after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg); }

.scr-responsive .site-footer {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .scr-responsive .site-footer-social {
    margin-top: 1rem; }
    .scr-responsive .site-footer-social > a {
      margin-right: 0.5rem; }

.scr-responsive .hide {
  display: none !important; }

@media (max-width: 40em) {
  .scr-responsive .hide-in-mobile {
    display: none !important; } }

.scr-responsive .site-container, .scr-responsive .site-footer {
  max-width: 930px;
  width: auto !important; }

@media (max-width: 40em) {
  .scr-responsive .buybox1syos {
    display: none !important; } }

.scr-responsive #search {
  height: auto; }

@media (min-width: 40.01em) {
  .scr-responsive .page-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.scr-responsive .page-layout-content {
  width: 100% !important; }
  @media (min-width: 40.01em) {
    .scr-responsive .page-layout-content {
      width: calc(100% - 300px) !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 30px; } }

.scr-responsive .page-layout-calendar {
  width: 280px !important; }
  @media (max-width: 40em) {
    .scr-responsive .page-layout-calendar {
      width: 100% !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 25px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .scr-responsive .page-layout-calendar .button {
    width: 100%; }
  .scr-responsive .page-layout-calendar > div {
    max-width: 270px; }

.scr-responsive .page-layout .pdp-content {
  display: block; }
  .scr-responsive .page-layout .pdp-content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .scr-responsive .page-layout .pdp-content-title-image {
      width: 10px;
      margin-right: 5px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  @media (max-width: 40em) {
    .scr-responsive .page-layout .pdp-content .ui-tabs-nav > li {
      display: none; } }
  @media (max-width: 40em) {
    .scr-responsive .page-layout .pdp-content .ui-tabs-nav > li:first-child {
      display: list-item; } }

.scr-responsive .forminput, .scr-responsive .formdrop {
  padding: 5px; }

.scr-responsive .number-input {
  max-width: 80px; }

.scr-responsive .form-group {
  margin-bottom: 15px; }
  .scr-responsive .form-group label {
    display: block;
    font-weight: bold; }

@media (max-width: 47.9375em) {
  .scr-responsive .account-login > .loginTbl {
    float: none;
    width: 100%; } }

.scr-responsive .account-register {
  background-color: #f1f1f1;
  max-width: 620px; }
  .scr-responsive .account-register-inner {
    padding: 15px; }
  .scr-responsive .account-register-header {
    color: #ffffff;
    background-color: #6a6a6a;
    padding: 5px; }

.scr-responsive .payment-section {
  max-width: 550px;
  margin-bottom: 25px; }
  .scr-responsive .payment-section-header {
    background: #b21103;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 15px; }
  .scr-responsive .payment-section-inner {
    padding: 15px;
    background: #f1f1f1; }
    .scr-responsive .payment-section-inner textarea {
      width: 100%; }

.scr-responsive .payment-delivery {
  max-width: 550px;
  width: 100%; }
  .scr-responsive .payment-delivery input {
    width: 100%;
    max-width: 400px; }

@media (min-width: 40.01em) {
  .scr-responsive .payment-billing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .scr-responsive .payment-billing > div {
      width: calc(50% - 5px); }
      .scr-responsive .payment-billing > div:first-child {
        margin-right: 10px; } }

.scr-responsive .payment-billing-card td {
  padding-bottom: 10px; }

.scr-responsive .payment-billing-card label {
  display: block;
  font-weight: bold; }

.scr-responsive .cart-wrapper {
  overflow-x: auto; }
  @media (max-width: 40em) {
    .scr-responsive .cart-wrapper td {
      display: block; } }
  @media (max-width: 40em) {
    .scr-responsive .cart-wrapper .cartItemRowTitle {
      display: none; } }

.scr-responsive .cart-additional a {
  display: inline-block;
  margin-bottom: 5px; }
  @media (min-width: 40.01em) {
    .scr-responsive .cart-additional a {
      margin-right: 5px; } }
  .scr-responsive .cart-additional a img {
    margin-left: 0 !important; }

@media (max-width: 40em) {
  .scr-responsive .cart-additional {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }

.scr-responsive .donation-ask {
  width: auto;
  max-width: 620px; }

.scr-responsive .home-highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .scr-responsive .home-highlights > div {
    float: none;
    text-align: center;
    width: calc((100% / 5) - (60px / 5)) !important;
    margin-right: 15px;
    margin-bottom: 15px; }
    .scr-responsive .home-highlights > div:nth-child(5n) {
      margin-right: 0; }
    .scr-responsive .home-highlights > div > div {
      margin: 0 !important; }
    @media (max-width: 40em) {
      .scr-responsive .home-highlights > div {
        width: calc((100% / 2) - (15px / 2)) !important; }
        .scr-responsive .home-highlights > div:nth-child(2n) {
          margin-right: 0; } }
    .scr-responsive .home-highlights > div .sfContentBlock a {
      display: block; }
  .scr-responsive .home-highlights:after, .scr-responsive .home-highlights:before {
    display: none; }
  .scr-responsive .home-highlights img {
    display: block;
    width: 100%; }

.scr-responsive .home-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 40em) {
    .scr-responsive .home-feature {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .scr-responsive .home-feature-news {
    width: 100% !important; }
    @media (min-width: 40.01em) {
      .scr-responsive .home-feature-news {
        width: calc(100% - 300px) !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 20px; } }
  .scr-responsive .home-feature-calendar {
    width: 280px !important; }
    @media (max-width: 40em) {
      .scr-responsive .home-feature-calendar {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .scr-responsive .home-feature-calendar > div {
          margin: 0 !important;
          max-width: 270px; } }

.scr-responsive .home-story {
  margin-bottom: 20px; }
  @media (min-width: 47.9475em) {
    .scr-responsive .home-story {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .scr-responsive .home-story img {
    max-width: 300px;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
    float: none !important; }
    @media (min-width: 40.01em) and (max-width: 64em) {
      .scr-responsive .home-story img {
        max-width: 250px; } }

.scr-responsive .home-mobile-banner {
  display: none; }
  @media (max-width: 40em) {
    .scr-responsive .home-mobile-banner {
      display: block;
      margin-bottom: 25px;
      margin-left: -10px;
      width: calc(100% + 20px); } }

@media (max-width: 40em) {
  .scr-responsive .amazingSliderContainer {
    display: none !important; } }

.scr-responsive .sfPageEditor .home-mobile-banner {
  display: block; }

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