@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ruda:400,700);
@font-face{
  font-family:museo-slab;
  src:url(https://use.typekit.net/af/c225e2/000000000000000000011aff/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/c225e2/000000000000000000011aff/27/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/c225e2/000000000000000000011aff/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
  font-display:auto;
}
body {
  width: 100%;
  *zoom: 1;
}

body:before, body:after {
  content: "";
  display: table;
}

body:after {
  clear: both;
}

/* --------------------------
 * KEYFRAMES & ANIMATION
 * -------------------------- */
/* -----------------------------
 * SEMANTIC.GS
 * ----------------------------- */
/* -----------------------------
 * FONTS
 * ----------------------------- */
/* -----------------------------
 * COLORS
 * ----------------------------- */
/* Grays */
/* Reds */
/* Browns */
/* Golds */
@keyframes pistol-animate {
  0% {
    background-position: -65px 40px;
  }
  100% {
    background-position: 84px 40px;
  }
}

@-webkit-keyframes pistol-animate {
  0% {
    background-position: -65px 40px;
  }
  100% {
    background-position: 84px 40px;
  }
}

@keyframes rifle-animate {
  0% {
    background-position: -202px 38px;
  }
  100% {
    background-position: 16px 38px;
  }
}

@-webkit-keyframes rifle-animate {
  0% {
    background-position: -202px 38px;
  }
  100% {
    background-position: 16px 38px;
  }
}

@keyframes shotgun-animate {
  0% {
    background-position: -128px 29px;
  }
  100% {
    background-position: 52px 29px;
  }
}

@-webkit-keyframes shotgun-animate {
  0% {
    background-position: -128px 29px;
  }
  100% {
    background-position: 52px 29px;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

.mceContentBody strong, #colorbox strong {
  font-weight: bold;
}

.mceContentBody em, #colorbox em {
  font-style: italic;
}

.mceContentBody a, #colorbox a {
  color: #ee1c2e;
  text-decoration: none;
}

.mceContentBody a:hover, #colorbox a:hover {
  text-decoration: underline;
}

.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4, #colorbox h1,
#colorbox h2,
#colorbox h3,
#colorbox h4 {
  color: #414042;
  margin-bottom: 30px;
  line-height: 20px;
  margin-top: 0;
}

.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4, #colorbox h1,
#colorbox h2,
#colorbox h3,
#colorbox h4 {
  font-family: "museo-slab", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

html.ie7 .mceContentBody h1, html.ie7
.mceContentBody h2, html.ie7
.mceContentBody h3, html.ie7
.mceContentBody h4, html.ie7 #colorbox h1, html.ie7
#colorbox h2, html.ie7
#colorbox h3, html.ie7
#colorbox h4 {
  visibility: visible;
}

.mceContentBody h1, #colorbox h1 {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 34px;
  color: #ada390;
  margin-bottom: 16px;
}

.mceContentBody h2, #colorbox h2 {
  font-size: 20px;
}

.mceContentBody h3, #colorbox h3 {
  font-size: 17px;
}

.mceContentBody h4, #colorbox h4 {
  font-size: 15px;
}

.mceContentBody p,
.mceContentBody ul,
.mceContentBody ol, #colorbox p,
#colorbox ul,
#colorbox ol {
  margin-bottom: 23px;
  font-family: "Myriad Pro", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #6b6862;
}

.mceContentBody ul li, #colorbox ul li {
  list-style-type: disc;
  margin-left: 30px;
  margin-top: 10px;
}

.mceContentBody ul li ul, #colorbox ul li ul {
  margin-bottom: 0px;
}

.mceContentBody ul li ul li, #colorbox ul li ul li {
  list-style-type: square;
}

.mceContentBody ol li, #colorbox ol li {
  list-style-type: decimal;
  margin-left: 30px;
  margin-top: 10px;
}

.mceContentBody ol li ol, #colorbox ol li ol {
  margin-bottom: 0px;
}

.mceContentBody ol li ol li, #colorbox ol li ol li {
  list-style-type: square;
}

.mceContentBody img,
.mceContentBody .img-container, #colorbox img,
#colorbox .img-container {
  max-width: 100%;
}

.mceContentBody img.align-right,
.mceContentBody .img-container.align-right, #colorbox img.align-right,
#colorbox .img-container.align-right {
  float: right;
  margin: 0 0 30px 28px;
}

.mceContentBody img.align-left,
.mceContentBody .img-container.align-left, #colorbox img.align-left,
#colorbox .img-container.align-left {
  float: left;
  margin: 0 28px 30px 0;
}

.mceContentBody .img-container .caption, #colorbox .img-container .caption {
  background: #ada390;
  color: white;
  padding: 4px 6px 2px 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mceContentBody .img-container img.align-right,
.mceContentBody .img-container img.align-left, #colorbox .img-container img.align-right,
#colorbox .img-container img.align-left {
  float: none;
  margin: 0;
}

.mceContentBody blockquote, #colorbox blockquote {
  padding: 26px 30px;
  border-top: 1px solid #fecb3b;
  border-bottom: 1px solid #fecb3b;
  margin-bottom: 28px;
}

.mceContentBody blockquote p, #colorbox blockquote p {
  font-size: 27px;
  line-height: 35px;
  font-style: italic;
  color: #ed1c2e;
  margin-bottom: 0;
}

.mceContentBody table, #colorbox table {
  width: 100%;
  font-family: "Myriad Pro", Helvetica, sans-serif;
  text-align: center;
}

.mceContentBody table th,
.mceContentBody table thead td, #colorbox table th,
#colorbox table thead td {
  background: #6b6862;
  color: white;
  padding: 8px 0 6px 0;
  font-weight: bold;
  text-align: center;
}

.mceContentBody table tbody td, #colorbox table tbody td {
  background: white;
  padding: 8px 0 6px 0;
}

.mceContentBody table tbody tr:nth-child(even) td, #colorbox table tbody tr:nth-child(even) td {
  background: #eee;
}

.mceContentBody table h1,
.mceContentBody table h2,
.mceContentBody table h3,
.mceContentBody table h4,
.mceContentBody table p, #colorbox table h1,
#colorbox table h2,
#colorbox table h3,
#colorbox table h4,
#colorbox table p {
  margin: 0;
}

.mceContentBody .clear-block, #colorbox .clear-block {
  clear: both;
}

.mceContentBody .video-container, #colorbox .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.mceContentBody .video-container iframe, #colorbox .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body#tinymce.mceContentBody {
  padding: 15px;
}

body#tinymce.mceContentBody h1,
body#tinymce.mceContentBody h2,
body#tinymce.mceContentBody h3,
body#tinymce.mceContentBody h4 {
  visibility: visible;
}

.tooltip {
  position: relative;
  text-decoration: underline;
}

.tooltip:hover {
  cursor: help;
}

.tooltip:hover span.box {
  display: block;
}

.tooltip span.box {
  -webkit-box-shadow: inset 0px -4px 0px -2px #fecb3b;
  -moz-box-shadow: inset 0px -4px 0px -2px #fecb3b;
  -o-box-shadow: inset 0px -4px 0px -2px #fecb3b;
  -ms-box-shadow: inset 0px -4px 0px -2px #fecb3b;
  box-shadow: inset 0px -4px 0px -2px #fecb3b;
  display: none;
  position: absolute;
  bottom: 130%;
  left: 50%;
  margin-left: -85px;
  width: 150px;
  padding: 8px 10px;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  color: #414042;
  background: #f7f7f7;
  border: solid 1px #d5d5d5;
  border-bottom: solid 1px #414042;
}

.tooltip span.box:before {
  content: "";
  height: 25px;
  width: 100%;
  position: absolute;
  z-index: 0;
  bottom: -14px;
  left: 0;
  background: transparent;
  z-index: 0;
}

.tooltip span.box:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: inset -4px -4px 0px -2px #fecb3b;
  -moz-box-shadow: inset -4px -4px 0px -2px #fecb3b;
  -o-box-shadow: inset -4px -4px 0px -2px #fecb3b;
  -ms-box-shadow: inset -4px -4px 0px -2px #fecb3b;
  box-shadow: inset -4px -4px 0px -2px #fecb3b;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 79px;
  width: 10px;
  height: 10px;
  background: #f7f7f7;
  border-bottom: solid 1px #414042;
  border-right: solid 1px #414042;
}

html.ie7 .tooltip span.box:after,
html.ie8 .tooltip span.box:after {
  display: none;
}

.tooltip span.box a {
  position: relative;
  z-index: 1;
}

.link-icon img {
  vertical-align: middle;
  margin: -3px 3px 0 3px;
}

.print-only {
  display: none;
}

ul.tabs.primary {
  clear: both;
  margin: 0 0 10px;
  padding: 0px;
  height: 25px;
  border-bottom: 1px solid #bbb;
}

body.front ul.tabs.primary {
  width: 960px;
  margin: -34px auto 7px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch body.front ul.tabs.primary {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  body.front ul.tabs.primary {
    display: none;
  }
}

ul.tabs.primary li {
  float: left;
  margin: 0;
  border-top: 2px solid #bbb;
  border-bottom: 1px solid #bbb;
}

ul.tabs.primary li:first-child a {
  border-left: solid 1px #bbb;
}

ul.tabs.primary li.active {
  border-top: solid 2px #ed1c2e;
  border-bottom: none;
}

ul.tabs.primary li.active a {
  height: 21px;
  background: #F7F6F5;
}

ul.tabs.primary li a {
  display: block;
  height: 20px;
  font-size: 12px;
  margin-right: 0;
  padding-top: 3px;
  border: none;
  border-right: solid 1px #bbb;
  color: #6b6862;
}

ul.tabs.primary li a:hover {
  text-decoration: none;
}

form .label-container {
  margin-bottom: 10px;
}

form label {
  color: #6b6862;
  font-family: "museo-slab", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  display: block;
  margin-bottom: 10px;
}

html.wf-loading form label {
  visibility: hidden;
}

html.wf-active form label,
html.wf-inactive form label,
html.no-js form label {
  visibility: visible;
}

html.ie7 form label {
  visibility: visible;
}

form input[type=text],
form input[type=password],
form input[type=email],
form textarea {
  background: white;
  border: 1px solid #cfcfd0 !important;
  color: #6b6862;
  padding: 12px 12px 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Myriad Pro", Helvetica, sans-serif;
}

form textarea {
  resize: none;
  padding: 12px 12px 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.resizable-textarea .grippie {
  background: #eee url(../images/hodgdonlanding/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

form input[type=submit] {
  background: #ed1c2e;
  color: white;
  border: none;
  text-transform: uppercase;
  height: 35px;
  border: 1px solid #c30d1d;
  padding: 0 40px;
  cursor: pointer;
  margin: 10px 0;
}

#edit-captchaval {
  display: none;
}

form input[type=submit] {
  font-family: "museo-slab", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

html.wf-loading form input[type=submit] {
  visibility: hidden;
}

html.wf-active form input[type=submit],
html.wf-inactive form input[type=submit],
html.no-js form input[type=submit] {
  visibility: visible;
}

html.ie7 form input[type=submit] {
  visibility: visible;
}

form input[type=submit]:hover {
  background: #c30d1d;
}

form input.disabled,
form input[disabled] {
  cursor: default;
}

form .webform-layout-box.equal.child-width-2 div:first-child,
form .webform-layout-box.equal.child-width-2 div:last-child {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 20px;
}

form .webform-layout-box.equal.child-width-2 div:last-child {
  padding-left: 20px;
  padding-right: 0;
}

form .webform-layout-box.equal.child-width-2 input {
  width: 100%;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.5);
}

#colorbox {
  outline: 0;
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
}

#colorbox #cboxContent {
  background: #fff;
  overflow: hidden;
}

#colorbox .cboxIframe {
  background: #fff;
}

#colorbox #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#colorbox #cboxLoadedContent {
  margin-bottom: 17px;
  padding: 30px 30px 0 30px;
}

#colorbox #cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#colorbox #cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#colorbox #cboxLoadingGraphic {
  background: url(../img/global/ajax-loader.gif) no-repeat center center;
}

#colorbox #cboxPrevious, #colorbox #cboxNext, #colorbox #cboxSlideshow, #colorbox #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#colorbox #cboxPrevious:active,
#colorbox #cboxNext:active,
#colorbox #cboxSlideshow:active,
#colorbox #cboxClose:active {
  outline: 0;
}

#colorbox #cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#colorbox #cboxPrevious {
  display: none;
}

#colorbox #cboxNext {
  display: none;
}

#colorbox #cboxNext:hover {
  background-position: -50px -25px;
}

#colorbox #cboxClose {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 14px;
  width: 14px;
  background: url(../images/hodgdonlanding/sprite.svg) -91px -10px no-repeat;
  background-size: 447px 248px;
  opacity: 0.7;
  text-indent: -3000px;
}

#colorbox #cboxClose:hover {
  opacity: 1.0;
}

#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight {
  width: 0px !important;
  height: 0px !important;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#main.colorbox #center {
  min-height: 0px;
}

body {
  font-size: 16px;
  line-height: 20px;
  font-family: Arial, san-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 959px) {
  .container {
    max-width: 100%;
  }
}

#disclaimer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background: white;
  overflow: hidden;
  z-index: 99999;
  -moz-transform: translate3d(0, 0, 0);
  /* Firefox 4 */
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari and Chrome */
  -o-transform: translate3d(0, 0, 0);
  /* Opera */
  -ms-transform: translate3d(0, 0, 0);
  /* IExplorer 10 */
  transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -o-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

#disclaimer .content {
  color: #6b6862;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch #disclaimer .content {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

@media only screen and (max-width: 959px) {
  #disclaimer .content {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

#disclaimer .content h2 {
  color: #ed1c2e;
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}

#disclaimer .content h2 {
  font-family: "museo-slab", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

html.wf-loading #disclaimer .content h2 {
  visibility: hidden;
}

html.wf-active #disclaimer .content h2,
html.wf-inactive #disclaimer .content h2,
html.no-js #disclaimer .content h2 {
  visibility: visible;
}

html.ie7 #disclaimer .content h2 {
  visibility: visible;
}

#disclaimer .content h3,
#disclaimer .content p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 28px;
}

#disclaimer .content h3 {
  font-weight: bold;
  text-decoration: underline;
}

#disclaimer .content strong {
  font-weight: bold;
}

#disclaimer .content .button {
  width: 250px;
  margin: 0 auto;
}

#disclaimer .content .button a {
  font-size: 28px;
  line-height: 30px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: #ed1c2e;
  text-decoration: none;
  margin-bottom: 25px;
  padding: 8px 0 7px 0;
  border: 1px solid #e56a75;
}

#disclaimer .content .button a {
  font-family: "museo-slab", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

html.wf-loading #disclaimer .content .button a {
  visibility: hidden;
}

html.wf-active #disclaimer .content .button a,
html.wf-inactive #disclaimer .content .button a,
html.no-js #disclaimer .content .button a {
  visibility: visible;
}

html.ie7 #disclaimer .content .button a {
  visibility: visible;
}

#disclaimer .content .button a:hover {
  background: #c30d1d;
}

#disclaimer .description {
  background: #f4f4f4;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 28px;
  margin-bottom: 22px;
}

#disclaimer .description h3,
#disclaimer .description p {
  color: #414042;
}

header {
  z-index: 10;
  position: relative;
  background: white;
}

header .container {
  padding: 15px 0 30px 0;
}

@media only screen and (max-width: 640px) {
  header .container {
    padding: 10px 0 13px 0;
  }
}

header .logo {
  display: inline;
  float: left;
  width: 47.9166666667%;
  margin: 0 1.0416666667%;
}

@media only screen and (max-width: 640px) {
  header .logo {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 0 1.0416666667%;
    padding-left: 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

header .logo h1 {
  width: 297px;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  header .logo h1 {
    width: 198px;
  }
}

header .logo h1 a {
  display: block;
  width: 100%;
  height: 76px;
  background: url("../images/hodgdonlanding/sprite.svg") -11px -186px no-repeat;
  background-size: 895px 496px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

html.ie8 header .logo h1 a,
html.ie7 header .logo h1 a {
  background: url("../images/hodgdonlanding/sprite.png") -11px -186px no-repeat;
}

@media only screen and (max-width: 640px) {
  header .logo h1 a {
    height: 51px;
    background-size: 300% auto;
    background-position: -7px -123px;
  }
}

header .menu-wrap {
  display: inline;
  float: left;
  width: 47.9166666667%;
  margin: 0 1.0416666667%;
}

@media only screen and (max-width: 640px) {
  header .menu-wrap {
    display: inline;
    float: left;
    width: 22.9166666667%;
    margin: 0 1.0416666667%;
    margin-left: 17.7083333333%;
  }
}

header .menu-wrap ul {
  float: right;
  margin-top: 42px;
}

header .menu-wrap ul li {
  list-style: none;
  float: left;
  margin-left: 34px;
  padding: 0;
}

header .menu-wrap ul li.first {
  margin-left: 0;
}

header .menu-wrap ul li a {
  text-decoration: none;
  color: #6b6862;
  font-family: "Ruda", Helvetica, sans-serif;
  font-weight: 700;
}

header .menu-wrap ul li a:hover {
  color: #414042;
}

@media only screen and (max-width: 640px) {
  header .menu-wrap #block-menu-menu-secondary-menu {
    display: none;
  }
}

header .menu-wrap .menu-controls {
  display: none;
  float: right;
  width: 38px;
  height: 25px;
  padding: 15px 5px 16px 5px;
  margin: 0 5% 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  text-indent: -99999px;
  background: white url("../images/hodgdonlanding/sprite.svg") -210px -5px no-repeat;
  background-size: 895px 496px;
}

@media only screen and (max-width: 640px) {
  header .menu-wrap .menu-controls {
    display: block;
  }
}

header .menu-wrap .menu-controls:hover {
  cursor: pointer;
}

header .menu-wrap .menu-controls.expanded {
  -webkit-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
  background-color: #dbdbdb;
}

header .mobile-menu {
  display: none;
  padding: 0 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  header .mobile-menu {
    display: block;
    height: 0;
    overflow: hidden;
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox 4 */
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari and Chrome */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    -ms-transform: translate3d(0, 0, 0);
    /* IExplorer 10 */
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -o-transition: height 0.8s;
    -ms-transition: height 0.8s;
    -moz-transition: height 0.8s;
    -webkit-transition: height 0.8s;
    transition: height 0.8s;
  }
  header .mobile-menu ul.menu {
    width: 100%;
    margin: 0;
    border-top: 2px solid #dbdbdb;
  }
  header .mobile-menu ul.menu li {
    list-style: none;
    background: none;
    margin: 0;
    padding: 0;
  }
  header .mobile-menu ul.menu li a {
    display: block;
    border-left: 5px solid #fecb3b;
    padding: 15px 15px 16px 15px;
    border-bottom: 2px solid #dbdbdb;
    font-family: "Ruda", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #414042;
    background: white;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  header .mobile-menu ul.menu li.expanded a {
    border-left-color: #ed1c2e;
    position: relative;
  }
  header .mobile-menu ul.menu li ul.menu {
    border-top: none;
  }
  header .mobile-menu ul.menu li ul.menu li a {
    font-weight: 400;
    border-left-color: #414042;
    padding-left: 35px;
    background: #f9f9f9;
  }
}

header .header-bottom {
  width: 100%;
  background: #c30d1d;
  overflow: hidden;
  position: relative;
}

html.ie8 header .header-bottom,
html.ie7 header .header-bottom {
  background: #ed1c2e;
}

header .header-bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/hodgdonlanding/header-tear-2x.png") top left repeat-x;
  background-size: 8px 11px;
  width: 100%;
  height: 11px;
  z-index: 10;
}

html.ie8 header .header-bottom:after,
html.ie7 header .header-bottom:after {
  background: url("../images/hodgdonlanding/header-tear.png") top left repeat-x;
}

header .header-bottom .container {
  max-width: 1210px;
  height: 15px;
  padding: 0;
  background: #c30d1d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c30d1d 0%, #ed1c2e 10%, #ed1c2e 930px, #c30d1d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c30d1d), color-stop(10%, #ed1c2e), color-stop(930px, #ed1c2e), color-stop(100%, #c30d1d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c30d1d 0%, #ed1c2e 10%, #ed1c2e 930px, #c30d1d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #c30d1d 0%, #ed1c2e 10%, #ed1c2e 930px, #c30d1d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #c30d1d 0%, #ed1c2e 10%, #ed1c2e 930px, #c30d1d 100%);
  /* IE10+ */
  background: linear-gradient(to right, #c30d1d 0%, #ed1c2e 10%, #ed1c2e 930px, #c30d1d 100%);
  /* W3C */
}

html.ie8 header .header-bottom .container,
html.ie7 header .header-bottom .container {
  background: #ed1c2e;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch header .header-bottom .container {
    background: #ed1c2e;
  }
}

@media only screen and (max-width: 959px) {
  header .header-bottom .container {
    background: #ed1c2e;
  }
}

#main {
  position: relative;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eceae7 0px, white 200px);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0px, #eceae7), color-stop(200px, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eceae7 0px, white 200px);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eceae7 0px, white 200px);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eceae7 0px, white 200px);
  /* IE10+ */
  background: linear-gradient(to bottom, #eceae7 0px, white 200px);
  /* W3C */
}

#main .main-menu {
  height: 34px;
  display: inline;
  float: left;
  width: 97.9166666667%;
  margin: 0 1.0416666667%;
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  #main .main-menu {
    display: none;
  }
}

html.ie7 #main .main-menu {
  height: 94px;
  margin-top: -2px;
}

#main .main-menu ul {
  float: left;
  margin-top: 0;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch #main .main-menu ul {
    margin-left: 42px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  #main .main-menu ul {
    margin-left: 42px;
  }
}

#main .main-menu ul li {
  float: left;
  list-style-type: none;
  margin: 0;
}

#main .main-menu ul li.first {
  margin-right: 30px;
}

html.ie8 #main .main-menu ul li.first,
html.ie7 #main .main-menu ul li.first {
  margin-right: 0;
}

#main .main-menu ul li a {
  display: block;
  font-size: 14px;
  font-family: "Ruda", Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #6b6862;
  padding: 7px 6px 8px 7px;
  text-transform: uppercase;
  background: white;
  position: relative;
}

html.ie8 #main .main-menu ul li a,
html.ie7 #main .main-menu ul li a {
  padding-left: 12px;
  padding-right: 14px;
}

#main .main-menu ul li a:before, #main .main-menu ul li a:after {
  content: "";
  position: absolute;
  top: -17px;
  width: 43px;
  height: 43px;
  background: white;
  transform: rotate(53deg);
  -ms-transform: rotate(53deg);
  -moz-transform: rotate(53deg);
  -webkit-transform: rotate(53deg);
}

html.ie8 #main .main-menu ul li a:before,
html.ie7 #main .main-menu ul li a:before, html.ie8 #main .main-menu ul li a:after,
html.ie7 #main .main-menu ul li a:after {
  background: none;
  display: none;
}

#main .main-menu ul li a:before {
  left: -17px;
}

#main .main-menu ul li a:after {
  right: -17px;
  transform: rotate(-53deg);
  -ms-transform: rotate(-53deg);
  /* IE 9 */
  -webkit-transform: rotate(-53deg);
  /* Safari and Chrome */
}

#main .main-menu ul li a:hover {
  color: #ed1c2e;
}

#main .main-menu ul li a span {
  position: relative;
  z-index: 50;
}

#main .main-menu ul li.active a {
  background: #ed1c2e;
  z-index: 5;
  color: white;
}

#main .main-menu ul li.active a:hover {
  color: white;
}

#main .main-menu ul li.active a:before, #main .main-menu ul li.active a:after {
  background: #ed1c2e;
}

#main #center {
  min-height: 400px;
  z-index: 5;
  position: relative;
  display: inline;
  float: left;
  width: 97.9166666667%;
  margin: 0 1.0416666667%;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch #main #center {
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin: 0 1.0416666667%;
    padding: 0 1.6282225%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

@media only screen and (max-width: 959px) {
  #main #center {
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin: 0 1.0416666667%;
    padding: 0 1.6282225%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

@media only screen and (max-width: 640px) {
  #main #center {
    padding: 20px 5%;
  }
}

body.one-sidebar #main #center {
  display: inline;
  float: left;
  width: 64.5833333333%;
  margin: 0 1.0416666667%;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch body.one-sidebar #main #center {
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin: 0 1.0416666667%;
    margin: 0;
    padding: 0 1.6282225%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

@media only screen and (max-width: 959px) {
  body.one-sidebar #main #center {
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin: 0 1.0416666667%;
    margin: 0;
    padding: 0 1.6282225%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

@media only screen and (max-width: 640px) {
  body.one-sidebar #main #center {
    padding: 20px 5%;
  }
}

#main #sidebar-left {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666667%;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch #main #sidebar-left {
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin: 0 1.0416666667%;
    margin: 0;
    width: 100%;
    padding: 0 1.6282225%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 959px) {
  #main #sidebar-left {
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin: 0 1.0416666667%;
    margin: 0;
    width: 100%;
    padding: 0 1.6282225%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 640px) {
  #main #sidebar-left {
    margin: 20px 0 0 0;
  }
}

#main #sidebar-left .menu-controls {
  display: none;
  font-family: "Ruda", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 46px;
  color: #414042;
  background: white;
  border: 2px solid #cfcfd0;
  border-bottom: 3px solid #ed1c2e;
  -webkit-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
  padding-left: 20px;
  position: relative;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch #main #sidebar-left .menu-controls {
    display: block;
  }
}

@media only screen and (max-width: 959px) {
  #main #sidebar-left .menu-controls {
    display: block;
  }
}

#main #sidebar-left .menu-controls:hover {
  cursor: pointer;
}

#main #sidebar-left .menu-controls:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 80px;
  width: 38px;
  height: 25px;
  background: url("../images/hodgdonlanding/sprite.svg") -216px -20px no-repeat;
  background-size: 895px 496px;
}

#main #sidebar-left .block-menu-block {
  padding-right: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch #main #sidebar-left .block-menu-block {
    height: 51px;
    overflow: hidden;
    padding-right: 0;
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox 4 */
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari and Chrome */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    -ms-transform: translate3d(0, 0, 0);
    /* IExplorer 10 */
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -o-transition: height 0.8s;
    -ms-transition: height 0.8s;
    -moz-transition: height 0.8s;
    -webkit-transition: height 0.8s;
    transition: height 0.8s;
  }
}

@media only screen and (max-width: 959px) {
  #main #sidebar-left .block-menu-block {
    height: 51px;
    overflow: hidden;
    padding-right: 0;
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox 4 */
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari and Chrome */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    -ms-transform: translate3d(0, 0, 0);
    /* IExplorer 10 */
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -o-transition: height 0.8s;
    -ms-transition: height 0.8s;
    -moz-transition: height 0.8s;
    -webkit-transition: height 0.8s;
    transition: height 0.8s;
  }
}

#main #sidebar-left .block-menu-block ul.menu {
  border: 2px solid #cfcfd0;
  -webkit-border-radius: 0px 15px 15px 0px;
  border-radius: 0px 15px 15px 0px;
  overflow: hidden;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch #main #sidebar-left .block-menu-block ul.menu {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-top: 0;
  }
}

@media only screen and (max-width: 959px) {
  #main #sidebar-left .block-menu-block ul.menu {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-top: 0;
  }
}

#main #sidebar-left .block-menu-block ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main #sidebar-left .block-menu-block ul.menu li a {
  font-family: "Ruda", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  display: block;
  color: #6b6862;
  text-decoration: none;
  padding: 12px 14px;
  background: #f4f2ee;
  border-bottom: 1px solid #cfcfd0;
}

#main #sidebar-left .block-menu-block ul.menu li a:hover, #main #sidebar-left .block-menu-block ul.menu li a.active {
  color: #414042;
}

#main #sidebar-left .block-menu-block ul.menu li.expanded a.active-trail {
  border-bottom: 3px solid #ed1c2e;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch #main #sidebar-left .block-menu-block ul.menu li.expanded a.active-trail {
    border-bottom: 1px solid #cfcfd0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  #main #sidebar-left .block-menu-block ul.menu li.expanded a.active-trail {
    border-bottom: 1px solid #cfcfd0;
  }
}

#main #sidebar-left .block-menu-block ul.menu li.first ul.menu a {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#main #sidebar-left .block-menu-block ul.menu li.last a {
  border-bottom: none;
}

#main #sidebar-left .block-menu-block ul.menu li.last ul.menu a {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#main #sidebar-left .block-menu-block ul.menu li ul.menu {
  border: none;
  overflow: visible;
}

#main #sidebar-left .block-menu-block ul.menu li ul.menu li a {
  font-size: 14px;
  background: white;
  color: #6b6862;
  -webkit-border-radius: 0px;
}

#main #sidebar-left .block-menu-block ul.menu li ul.menu li a.active-trail {
  border-bottom: 1px solid #cfcfd0;
}

#main #sidebar-left .block-menu-block ul.menu li ul.menu li a:hover, #main #sidebar-left .block-menu-block ul.menu li ul.menu li a.active {
  color: #ed1c2e;
}

#main #sidebar-left .block-menu-block ul.menu li ul.menu li.last a {
  border-bottom: 1px solid #cfcfd0;
}

#main .main-bottom {
  height: 230px;
  margin-top: -160px;
  background: white;
  background: url("../images/hodgdonlanding/increments.svg") left 207px repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -moz-linear-gradient(top, white 0%, #cecfcc 100%);
  background: url("../images/hodgdonlanding/increments.svg") left 207px repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #cecfcc));
  background: url("../images/hodgdonlanding/increments.svg") left 207px repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -webkit-linear-gradient(top, white 0%, #cecfcc 100%);
  background: url("../images/hodgdonlanding/increments.svg") left 207px repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -o-linear-gradient(top, white 0%, #cecfcc 100%);
  background: url("../images/hodgdonlanding/increments.svg") left 207px repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -ms-linear-gradient(top, white 0%, #cecfcc 100%);
  background: url("../images/hodgdonlanding/increments.svg") left 207px repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, linear-gradient(to bottom, white 0%, #cecfcc 100%) 0 0;
  background-size: 25px 25px, 50px 50px, 100%;
}

html.ie8 #main .main-bottom,
html.ie7 #main .main-bottom {
  background: url("../images/hodgdonlanding/main-bottom.jpg") bottom center repeat-x;
}

footer {
  font-family: "Ruda", Helvetica, sans-serif;
  font-weight: 700;
  color: #414042;
  font-size: 13px;
  line-height: 18px;
}

footer .container {
  padding: 40px 0;
  position: relative;
}

@media only screen and (max-width: 640px) {
  footer .container {
    padding-top: 0;
  }
}

footer .gray-column {
  position: absolute;
  top: 0;
  right: 0;
  width: 39.5833%;
  margin-right: 1.04167%;
  margin-left: 59.375%;
  height: 100%;
  background: #f3f3f3;
  z-index: -1;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch footer .gray-column {
    width: 40.62497%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  footer .gray-column {
    width: 40.62497%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  footer .gray-column {
    display: none;
  }
}

footer .disclaimer {
  display: inline;
  float: left;
  width: 97.9166666667%;
  margin: 0 1.0416666667%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 3.7037037%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  footer .disclaimer {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 0 1.0416666667%;
    margin-left: 9.375%;
    margin-right: 9.375%;
    margin-top: 20px;
    text-align: center;
    padding-left: 0;
  }
}

footer .column.left {
  display: inline;
  float: left;
  width: 56.25%;
  margin: 0 1.0416666667%;
}

@media only screen and (max-width: 640px) {
  footer .column.left {
    display: none;
  }
}

footer .column.left .menu-wrapper {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3.7037037%;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  footer .column.left .menu-wrapper {
    padding: 0;
  }
}

html.ie7 footer .column.left .menu-wrapper {
  padding: 0;
}

footer .column.left ul.menu {
  border: 2px solid #cfcfd0;
  overflow: hidden;
}

footer .column.left ul.menu ul.links {
  margin: 0;
  padding: 0;
}

footer .column.left ul.menu#data-center {
  -webkit-border-radius: 15px 0px 0px 15px;
  border-radius: 15px 0px 0px 15px;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  footer .column.left ul.menu#data-center {
    margin-right: -2px;
  }
}

html.ie7 footer .column.left ul.menu#data-center {
  margin-right: -2px;
}

footer .column.left ul.menu#data-center li li {
  border-left: none;
  position: relative;
}

footer .column.left ul.menu#data-center li li:before {
  position: absolute;
  top: 50%;
  left: 11px;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  background: #cfcfd0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

footer .column.left ul.menu#data-center li li a {
  color: #6b6862;
}

footer .column.left ul.menu#data-center li li a:hover {
  color: #414042;
}

footer .column.left ul.menu#education {
  -webkit-border-radius: 0px 15px 15px 0px;
  border-radius: 0px 15px 15px 0px;
}

footer .column.left ul.menu#education li.first a {
  -webkit-border-radius: 0px 15px 0px 0px;
  border-radius: 0px 15px 0px 0px;
}

footer .column.left ul.menu#education li.last a {
  -webkit-border-radius: 0px 0px 15px 0px;
  border-radius: 0px 0px 15px 0px;
}

footer .column.left ul.menu#education ul.links li.first a {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

footer .column.left ul.menu li {
  margin: 0;
}

footer .column.left ul.menu li a {
  display: block;
  color: #414042;
  text-decoration: none;
  padding: 12px 14px;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfd0;
}

footer .column.left ul.menu li a:hover {
  color: #6b6862;
}

footer .column.left ul.menu li.last a {
  border-bottom: none;
}

footer .column.left ul.menu li ul {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

footer .column.left ul.menu li ul li {
  list-style: none;
  color: #cfcfd0;
  margin-left: 0;
  padding: 0 0 0 28px;
  border-bottom: 1px solid #cfcfd0;
}

footer .column.left ul.menu li ul li.last {
  border-bottom: none;
}

footer .column.left ul.menu li ul li a {
  color: #6b6862;
  background: white;
  border-bottom: none;
  border-left: 1px solid #cfcfd0;
  padding-left: 8px;
}

footer .column.right {
  display: inline;
  float: left;
  width: 39.5833333333%;
  margin: 0 1.0416666667%;
  float: right;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch footer .column.right {
    width: 40.62497%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  footer .column.right {
    width: 40.62497%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  footer .column.right {
    width: 100%;
    margin: 0;
    background: #f3f3f3;
    padding-top: 40px;
  }
}

footer .column.right .partners {
  margin-bottom: 30px;
}

footer .column.right .partners .brand {
  float: left;
  width: 33%;
}

footer .column.right .partners .brand.hodgdon a {
  width: 71px;
  height: 58px;
  background: url("../images/hodgdonlanding/sprite.svg") -288px -62px no-repeat;
  background-size: 895px 496px;
}

html.ie8 footer .column.right .partners .brand.hodgdon a,
html.ie7 footer .column.right .partners .brand.hodgdon a {
  background: url("../images/hodgdonlanding/sprite.png") -288px -62px no-repeat;
}

footer .column.right .partners .brand.imr a {
  width: 69px;
  height: 58px;
  background: url("../images/hodgdonlanding/sprite.svg") -112px -62px no-repeat;
  background-size: 895px 496px;
}

html.ie8 footer .column.right .partners .brand.imr a,
html.ie7 footer .column.right .partners .brand.imr a {
  background: url("../images/hodgdonlanding/sprite.png") -112px -62px no-repeat;
}

footer .column.right .partners .brand.winchester a {
  width: 81px;
  height: 58px;
  background: url("../images/hodgdonlanding/sprite.svg") -193px -62px no-repeat;
  background-size: 895px 496px;
}

html.ie8 footer .column.right .partners .brand.winchester a,
html.ie7 footer .column.right .partners .brand.winchester a {
  background: url("../images/hodgdonlanding/sprite.png") -193px -62px no-repeat;
}

footer .column.right .partners .brand a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
}

footer .column.right .social-media {
  background: #e7e7e7;
  padding: 20px 5.625%;
}

footer .column.right .social-media p {
  float: left;
  margin-right: 20px;
  line-height: 42px;
}

footer .column.right .social-media a {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 42px;
  height: 42px;
}

footer .column.right .social-media a.facebook {
  background: url("../images/hodgdonlanding/sprite.svg") -8px -70px no-repeat;
  background-size: 895px 496px;
}

html.ie8 footer .column.right .social-media a.facebook,
html.ie7 footer .column.right .social-media a.facebook {
  background: url("../images/hodgdonlanding/sprite.png") -8px -70px no-repeat;
}

footer .column.right .social-media a.facebook:hover {
  background-position: -8px -131px;
}

footer .column.right .social-media a.youtube {
  background: url("../images/hodgdonlanding/sprite.svg") -57px -70px no-repeat;
  background-size: 895px 496px;
}

html.ie8 footer .column.right .social-media a.youtube,
html.ie7 footer .column.right .social-media a.youtube {
  background: url("../images/hodgdonlanding/sprite.png") -57px -70px no-repeat;
}

footer .column.right .social-media a.youtube:hover {
  background-position: -57px -131px;
}

.hodgdon-landing-main#main {
  background: #888888 url("../images/hodgdonlanding/hero-bg.jpg") top center no-repeat;
}

.hodgdon-landing-main#main #center {
  width: 100%;
  margin: 0;
  float: none;
  display: block;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html .hodgdon-landing-main#main #center {
    padding: 0;
  }
}

@media only screen and (max-width: 959px) {
  .hodgdon-landing-main#main #center {
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main #center {
    padding-top: 20px;
  }
}

.hodgdon-landing-main#main .data-center-menu {
  height: 182px;
  margin-bottom: 62px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .data-center-menu {
    padding: 0;
    margin-bottom: 20px;
    height: auto;
  }
}

.hodgdon-landing-main#main .data-center-menu:before, .hodgdon-landing-main#main .data-center-menu:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  border-top: 1px solid #5c5b5c;
  border-bottom: 1px solid #5c5b5c;
  top: 50%;
  margin-top: -2px;
}

.hodgdon-landing-main#main .data-center-menu:before {
  left: -356px;
}

.hodgdon-landing-main#main .data-center-menu:after {
  right: -355px;
}

.hodgdon-landing-main#main .data-center-menu .shell-options {
  -webkit-transform: translateZ(2001px);
  -moz-transform: translateZ(2001px);
  -o-transform: translateZ(2001px);
  -ms-transform: translateZ(2001px);
  transform: translateZ(2001px);
  display: block;
  width: 712px;
  height: 180px;
  padding-left: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  margin-left: -357px;
  perspective: 1000;
}

html.ie7 .hodgdon-landing-main#main .data-center-menu .shell-options,
html.ie8 .hodgdon-landing-main#main .data-center-menu .shell-options {
  display: none;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html .hodgdon-landing-main#main .data-center-menu .shell-options {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .hodgdon-landing-main#main .data-center-menu .shell-options {
    display: none;
  }
}

.hodgdon-landing-main#main .data-center-menu .shell-options .shell-type {
  float: left;
  text-align: center;
  width: 234px;
  height: 174px;
  list-style: none;
  margin: 3px 0 3px 2px;
  padding: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
}

html.ie9 .hodgdon-landing-main#main .data-center-menu .shell-options .shell-type {
  background: white;
  opacity: 0.01;
}

.hodgdon-landing-main#main .data-center-menu .shell-graphics {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 712px;
  border: 1px solid #5c5b5c;
  float: left;
  padding: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -357px;
  perspective: 1000;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .data-center-menu .shell-graphics {
    margin: 0;
    width: 100%;
    position: relative;
    left: 0;
    padding: 0;
    border: none;
  }
}

html.ie7 .hodgdon-landing-main#main .data-center-menu .shell-graphics {
  padding: 1px 0 2px 1px;
  width: 709px;
}

.hodgdon-landing-main#main .data-center-menu .shell-container {
  position: relative;
  display: block;
  /* Fallback support for IE */
}

@media only screen and (min-width: 1025px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch .hodgdon-landing-main#main .data-center-menu .shell-container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-top: 1px solid #5c5b5c;
    border-bottom: 1px solid #5c5b5c;
    top: 50%;
    margin-top: -2px;
  }
}

@media only screen and (min-width: 1025px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container.hover .shell-type {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    text-decoration: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch .hodgdon-landing-main#main .data-center-menu .shell-container.hover .shell-type {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    text-decoration: none;
  }
}

.hodgdon-landing-main#main .data-center-menu .shell-container.hover .shell-type .front {
  display: none;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type:hover .front {
  /* Use opacity because IE10 will rerun animate if display is set to none then back to block */
  opacity: 0;
  /* Old IE doesn't do opacity */
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type:hover .front {
    opacity: 1;
  }
}

@media only screen and (max-width: 959px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type:hover .front {
    opacity: 1;
  }
}

html.ie7 .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type:hover .front,
html.ie8 .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type:hover .front {
  display: none;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type:hover .back {
  /* On newer IE we need to reset the rotateX so that the backface visiblity doesn't get in the way */
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type:hover .back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type {
  float: left;
  text-align: center;
  width: 234px;
  height: 174px;
  list-style: none;
  margin: 1px;
  padding: 0;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    width: 60%;
    position: relative;
    left: 50%;
    height: auto;
    text-align: left;
    margin: 0 0 16px -30%;
    padding: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 100% 87px;
    -moz-transform-origin: 100% 87px;
    -o-transform-origin: 100% 87px;
    -ms-transform-origin: 100% 87px;
    transform-origin: 100% 87px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 100% 87px;
    -moz-transform-origin: 100% 87px;
    -o-transform-origin: 100% 87px;
    -ms-transform-origin: 100% 87px;
    transform-origin: 100% 87px;
  }
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type:hover {
  text-decoration: none;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 959px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type:hover {
    text-decoration: underline;
  }
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front,
.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 234px;
  height: 174px;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front,
.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front,
  .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .back {
    position: relative;
    width: 100%;
    height: auto;
  }
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front {
  z-index: 2;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front div {
  font-size: 34px;
  border: 1px solid #5c5b5c;
  padding: 103px 0 49px 0;
  display: block;
  background: white;
  text-transform: uppercase;
  color: #ada390;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front div {
  font-family: "museo-slab", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

html.wf-loading .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front div {
  visibility: hidden;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front div {
  visibility: visible;
}

html.ie7 .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front div {
  visibility: visible;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: white;
    font-size: 24px;
    text-align: center;
  }
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front div:hover {
  text-decoration: none;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front div span {
  display: none;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front div span {
    display: inline;
  }
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .back {
  color: white;
  background: #a70917;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a70917 0%, #fb2336 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a70917), color-stop(100%, #fb2336));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a70917 0%, #fb2336 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a70917 0%, #fb2336 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a70917 0%, #fb2336 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a70917 0%, #fb2336 100%);
  /* W3C */
  font-family: "Ruda", Helvetica, sans-serif;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  z-index: 2;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .back {
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .back {
    display: none;
    background: none;
  }
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .back div {
  padding: 32px;
  display: block;
  color: white;
  text-decoration: none;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.pistol .front div {
  -webkit-animation: pistol-animate 0.25s linear 2s 1 forwards;
  -moz-animation: pistol-animate 0.25s linear 2s 1 forwards;
  -o-animation: pistol-animate 0.25s linear 2s 1 forwards;
  -ms-animation: pistol-animate 0.25s linear 2s 1 forwards;
  animation: pistol-animate 0.25s linear 2s 1 forwards;
  background: white url("../images/hodgdonlanding/pistol-icon.svg") -65px 40px no-repeat;
  background-size: 65px 26px;
}

@media only screen and (max-width: 640px) {
  body .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type .front div {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    padding: 60px 0 13px 0;
  }
  body .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.pistol .front div {
    background: white url("../images/hodgdonlanding/pistol-icon-1x.png") 50% 17px no-repeat;
  }
  body .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.rifle .front div {
    background: white url("../images/hodgdonlanding/rifle-icon-1x.png") 50% 17px no-repeat;
  }
  body .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.shotgun .front div {
    background: white url("../images/hodgdonlanding/shotgun-icon-1x.png") 50% 9px no-repeat;
  }
}

@media only screen and (max-width: 480px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.pistol .front div {
    background: white url("../images/hodgdonlanding/pistol-icon.svg") 50% 40px no-repeat;
    background-size: 65px 26px;
  }
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.pistol .front div {
  background: white url("../images/hodgdonlanding/pistol-icon-1x.png") 84px 40px no-repeat;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.pistol .back div {
  padding: 27px 32px;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.rifle .front div {
  -webkit-animation: rifle-animate 0.25s linear 2.25s 1 forwards;
  -moz-animation: rifle-animate 0.25s linear 2.25s 1 forwards;
  -o-animation: rifle-animate 0.25s linear 2.25s 1 forwards;
  -ms-animation: rifle-animate 0.25s linear 2.25s 1 forwards;
  animation: rifle-animate 0.25s linear 2.25s 1 forwards;
  background: white url("../images/hodgdonlanding/rifle-icon.svg") -202px 40px no-repeat;
  background-size: 202px 31px;
}

@media only screen and (max-width: 480px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.rifle .front div {
    background-size: 80% auto;
  }
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.rifle .front div {
  background: white url("../images/hodgdonlanding/rifle-icon.svg") 50% 40px no-repeat;
  background-size: 202px 31px;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.rifle .front div {
  background: white url("../images/hodgdonlanding/rifle-icon-1x.png") 16px 40px no-repeat;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.rifle .back div {
  padding: 39px 28px;
}

html.ie9 .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.rifle .back div {
  padding: 27px 32px;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.shotgun .front div {
  -webkit-animation: shotgun-animate 0.25s linear 2.5s 1 forwards;
  -moz-animation: shotgun-animate 0.25s linear 2.5s 1 forwards;
  -o-animation: shotgun-animate 0.25s linear 2.5s 1 forwards;
  -ms-animation: shotgun-animate 0.25s linear 2.5s 1 forwards;
  animation: shotgun-animate 0.25s linear 2.5s 1 forwards;
  background: white url("../images/hodgdonlanding/shotgun-icon.svg") -128px 30px no-repeat;
  background-size: 128px 47px;
}

@media only screen and (max-width: 480px) {
  .hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.shotgun .front div {
    background-size: 50% auto;
  }
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.shotgun .front div {
  background: white url("../images/hodgdonlanding/shotgun-icon.svg") 50% 37px no-repeat;
  background-size: 128px 47px;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.shotgun .front div {
  background: white url("../images/hodgdonlanding/shotgun-icon-1x.png") 52px 37px no-repeat;
}

.hodgdon-landing-main#main .data-center-menu .shell-container .shell-type.shotgun .back div {
  padding: 27px 32px;
}

.hodgdon-landing-main#main .mainfeature {
  /* HIDE For No Content */
  /*padding: 0 !important;
            height: 0 !important;*/
  /* END HIDE */
  margin-top: -2px !important;
  background: #232323 url("../images/hodgdonlanding/bg-video-carousel.jpg") top center no-repeat;
  padding: 40px 0 36px 0;
  border-top: 2px solid #ed1c2e;
  border-bottom: 2px solid #ed1c2e;
  overflow: hidden;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature {
    background: black;
  }
}

@media only screen and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature {
    background: black;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .mainfeature {
    padding: 22px 0 15px 0;
  }
}

html.ie8 .hodgdon-landing-main#main .mainfeature,
html.ie7 .hodgdon-landing-main#main .mainfeature {
  padding-bottom: 30px;
}

.hodgdon-landing-main#main .mainfeature .container {
  position: relative;
}

.hodgdon-landing-main#main .mainfeature a {
  display: block;
  position: relative;
}

.hodgdon-landing-main#main .mainfeature a:hover h2,
.hodgdon-landing-main#main .mainfeature a:hover p {
  text-decoration: none;
}

.hodgdon-landing-main#main .mainfeature .content {
  position: relative;
  text-align: center;
}

.hodgdon-landing-main#main .mainfeature .content:after {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  width: 132px;
  height: 150px;
  margin-left: -66px;
  background: url("../images/hodgdonlanding/sprite.svg") -627px -90px no-repeat;
  background-size: 895px 496px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature .content:after {
    top: 50%;
    margin-top: -75px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature .content:after {
    top: 50%;
    margin-top: -75px;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .mainfeature .content:after {
    width: 74px;
    height: 84px;
    margin-left: -37px;
    margin-top: -42px;
    top: 50%;
    background-position: -364px -53px;
    background-size: 700% auto;
  }
}

@media only screen and (max-width: 480px) {
  .hodgdon-landing-main#main .mainfeature .content:after {
    height: 64px;
    background-position: -250px -35px;
    background-size: 500% auto;
  }
}

.hodgdon-landing-main#main .mainfeature .content.headline.subheadline:after {
  top: 34%;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature .content.headline.subheadline:after {
    top: 31%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature .content.headline.subheadline:after {
    top: 31%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .mainfeature .content.headline.subheadline:after {
    top: 47%;
    margin-top: 0;
  }
}

.hodgdon-landing-main#main .mainfeature .content.headline:after {
  top: 28%;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature .content.headline:after {
    top: 31%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature .content.headline:after {
    top: 31%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .mainfeature .content.headline:after {
    top: 40%;
    margin-top: 0;
  }
}

.hodgdon-landing-main#main .mainfeature .content.playing:after {
  background: none;
  display: none;
}

.hodgdon-landing-main#main .mainfeature .content h2,
.hodgdon-landing-main#main .mainfeature .content p {
  width: 100%;
  position: absolute;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.hodgdon-landing-main#main .mainfeature .content h2 {
  top: 10%;
  left: 0;
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature .content h2 {
    font-size: 40px;
    line-height: 44px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature .content h2 {
    font-size: 40px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .mainfeature .content h2 {
    top: 14%;
    font-size: 23px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 480px) {
  .hodgdon-landing-main#main .mainfeature .content h2 {
    top: 14%;
    font-size: 21px;
    line-height: 25px;
  }
}

.hodgdon-landing-main#main .mainfeature .content p {
  top: 21%;
  left: 0;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}

.hodgdon-landing-main#main .mainfeature .content p {
  font-family: "museo-slab", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

html.wf-loading .hodgdon-landing-main#main .mainfeature .content p {
  visibility: hidden;
}

html.wf-active .hodgdon-landing-main#main .mainfeature .content p,
html.wf-inactive .hodgdon-landing-main#main .mainfeature .content p,
html.no-js .hodgdon-landing-main#main .mainfeature .content p {
  visibility: visible;
}

html.ie7 .hodgdon-landing-main#main .mainfeature .content p {
  visibility: visible;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature .content p {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature .content p {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .mainfeature .content p {
    top: 31%;
    font-size: 9px;
    line-height: 13px;
  }
}

.hodgdon-landing-main#main .mainfeature .content .video-overlay {
  position: absolute;
  width: 800px;
  height: 443px;
  background: rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature .content .video-overlay {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature .content .video-overlay {
    width: 100%;
    height: 100%;
  }
}

.hodgdon-landing-main#main .mainfeature .content img {
  width: 100%;
  height: auto !important;
  display: block;
}

.hodgdon-landing-main#main .mainfeature .content .videourl {
  display: none;
}

.hodgdon-landing-main#main .mainfeature .bx-wrapper {
  display: none;
  position: relative;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature .bx-wrapper {
    display: block;
    margin: 0 60px;
  }
}

@media only screen and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature .bx-wrapper {
    display: block;
    margin: 0 60px;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .mainfeature .bx-wrapper {
    margin: 0 40px;
  }
}

html.ie .hodgdon-landing-main#main .mainfeature .bx-wrapper {
  width: 800px;
  display: block;
  margin: 0 auto;
}

.hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-viewport {
  overflow: visible !important;
}

html.ie .hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-viewport {
  overflow: hidden !important;
}

.hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-viewport ul {
  float: left;
  margin: 0;
}

.hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-viewport li {
  margin: 0;
  position: relative;
}

.hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls {
  text-align: center;
  margin-top: 15px;
}

.hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-controls-direction a {
  position: absolute;
  top: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 60px;
  height: 100%;
  background-size: 31px 62px;
  -moz-transform: translate3d(0, 0, 0);
  /* Firefox 4 */
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari and Chrome */
  -o-transform: translate3d(0, 0, 0);
  /* Opera */
  -ms-transform: translate3d(0, 0, 0);
  /* IExplorer 10 */
  transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -o-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 40px;
  }
}

.hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-controls-direction a.disabled {
  display: none;
}

.hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  left: -60px;
  background: #333 url("../images/hodgdonlanding/video-carousel-left.svg") 50% 50% no-repeat;
  background: rgba(255, 255, 255, 0.3) url("../images/hodgdonlanding/video-carousel-left.svg") 50% 50% no-repeat;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    background-size: 50% auto;
  }
}

@media only screen and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    background-size: 50% auto;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    left: -40px;
  }
}

.hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  right: -60px;
  background: #333 url("../images/hodgdonlanding/video-carousel-right.svg") 50% 50% no-repeat;
  background: rgba(255, 255, 255, 0.3) url("../images/hodgdonlanding/video-carousel-right.svg") 50% 50% no-repeat;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    background-size: 50% auto;
  }
}

@media only screen and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    background-size: 50% auto;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    right: -40px;
  }
}

.hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-controls-direction a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

html.ie8 .hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-pager {
  position: relative;
  bottom: -20px;
}

.hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 10px;
}

html.ie8 .hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-pager .bx-pager-item,
html.ie7 .hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  float: left;
  display: block;
}

.hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 4px solid #414042;
}

.hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  width: 22px;
  height: 22px;
  border: none;
  background: #414042;
}

html.safari .hodgdon-landing-main#main .mainfeature .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  top: -4px;
  position: relative;
}

.hodgdon-landing-main#main .mainfeature .dg-container {
  width: 100%;
  height: 0;
  padding-bottom: 45.25%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .mainfeature .dg-container {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature .dg-container {
    padding-bottom: 43.75%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature .dg-container {
    padding-bottom: 43.75%;
  }
}

.hodgdon-landing-main#main .mainfeature .dg-container .dg-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  width: 83.333333%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature .dg-container .dg-wrapper {
    width: 80.71066%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature .dg-container .dg-wrapper {
    width: 80.71066%;
  }
}

.hodgdon-landing-main#main .mainfeature .dg-container .dg-wrapper a {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  background: black;
}

.hodgdon-landing-main#main .mainfeature .dg-container .dg-wrapper a.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hodgdon-landing-main#main .mainfeature .dg-container .dg-wrapper a.dg-center {
  z-index: 50;
}

.hodgdon-landing-main#main .mainfeature #marquee-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  z-index: 100;
  background: black;
}

.hodgdon-landing-main#main .mainfeature #marquee-video-container #marquee-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.hodgdon-landing-main#main .mainfeature nav {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1001px;
  -moz-perspective: 1001px;
  -o-perspective: 1001px;
  -ms-perspective: 1001px;
  perspective: 1001px;
  -webkit-transform: translateZ(2001px);
  -moz-transform: translateZ(2001px);
  -o-transform: translateZ(2001px);
  -ms-transform: translateZ(2001px);
  transform: translateZ(2001px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hodgdon-landing-main#main .mainfeature nav span {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 100;
  width: 95px;
  height: 100%;
  text-indent: -2000px;
}

html.no-csstransforms3d .hodgdon-landing-main#main .mainfeature nav span {
  width: 170px;
}

.hodgdon-landing-main#main .mainfeature nav span.dg-next {
  left: 880px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature nav span.dg-next {
    right: -905%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature nav span.dg-next {
    right: -905%;
  }
}

.hodgdon-landing-main#main .mainfeature nav span.dg-prev {
  left: -15px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .mainfeature nav span.dg-prev {
    left: -3px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .mainfeature nav span.dg-prev {
    left: -3px;
  }
}

html.no-csstransforms3d .hodgdon-landing-main#main .mainfeature nav span.dg-prev {
  left: -90px;
}

.hodgdon-landing-main#main .title {
  width: 100%;
  margin-bottom: 75px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .title {
    margin-bottom: 55px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .title {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .title {
    margin-bottom: 21px;
  }
}

.hodgdon-landing-main#main .title h1 {
  width: 860px;
  height: 222px;
  margin: 0 auto;
  background: url("../images/hodgdonlanding/sprite.svg") -23px -265px no-repeat;
  background-size: 895px 496px;
}

html.ie8 .hodgdon-landing-main#main .title h1,
html.ie7 .hodgdon-landing-main#main .title h1 {
  background: url("../images/hodgdonlanding/sprite.png") -23px -265px no-repeat;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .title h1 {
    width: 730px;
    height: 192px;
    background-size: 104% auto;
    background-position: -19px -226px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .title h1 {
    width: 730px;
    height: 192px;
    background-size: 104% auto;
    background-position: -19px -226px;
  }
}

@media only screen and (max-width: 730px) {
  .hodgdon-landing-main#main .title h1 {
    width: 640px;
    height: 168px;
    background-size: 104% auto;
    background-position: -19px -196px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .title h1 {
    width: 227px;
    height: 143px;
    background-size: 895px 496px;
    background-position: -377px -93px;
  }
}

.hodgdon-landing-main#main .title h1,
.hodgdon-landing-main#main .title p {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.hodgdon-landing-main#main .title p {
  display: none;
}

.hodgdon-landing-main#main .callouts {
  padding: 70px 0;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .callouts {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .callouts {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts {
    padding: 14px 0;
    background: #d1d0cb;
    background: url("../images/hodgdonlanding/increments.svg") bottom left repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -moz-linear-gradient(top, #d1d0cb 0%, #9f9d9c 100%);
    background: url("../images/hodgdonlanding/increments.svg") bottom left repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d0cb), color-stop(100%, #9f9d9c));
    background: url("../images/hodgdonlanding/increments.svg") bottom left repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -webkit-linear-gradient(top, #d1d0cb 0%, #9f9d9c 100%);
    background: url("../images/hodgdonlanding/increments.svg") bottom left repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -o-linear-gradient(top, #d1d0cb 0%, #9f9d9c 100%);
    background: url("../images/hodgdonlanding/increments.svg") bottom left repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -ms-linear-gradient(top, #d1d0cb 0%, #9f9d9c 100%);
    background: url("../images/hodgdonlanding/increments.svg") bottom left repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, linear-gradient(to bottom, #d1d0cb 0%, #9f9d9c 100%);
    background-size: 26px 25px, 50px 50px, 100%;
  }
}

.hodgdon-landing-main#main .callouts .callout h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 31px;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  font-family: "Ruda", Helvetica, sans-serif;
  padding-left: 24px;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts .callout h2 {
    font-size: 12px;
    line-height: 25px;
    padding-left: 10px;
  }
}

.hodgdon-landing-main#main .callouts .callout h3 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts .callout h3 {
    font-size: 17px;
    line-height: 20px;
  }
}

.hodgdon-landing-main#main .callouts .callout h3:first-line {
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .callouts .callout h3:first-line {
    font-size: 40px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .callouts .callout h3:first-line {
    font-size: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts .callout h3:first-line {
    font-size: 32px;
    line-height: 32px;
  }
}

.hodgdon-landing-main#main .callouts .callout a {
  font-size: 15px;
  line-height: 18px;
  color: white;
  font-family: "Ruda", Helvetica, sans-serif;
  font-weight: 700;
  text-shadow: 2px 2px 2px black;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.hodgdon-landing-main#main .callouts .callout a:hover {
  color: #ed1c2e;
  text-decoration: none;
}

.hodgdon-landing-main#main .callouts .callout.featured-product {
  display: inline;
  float: left;
  width: 56.25%;
  margin: 0 1.0416666667%;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts .callout.featured-product {
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin: 0 1.0416666667%;
    padding: 0 6.25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts .callout.featured-product .wrapper {
    padding: 0 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

.hodgdon-landing-main#main .callouts .callout.featured-product h2 {
  outline: 3px double #5c5b5c;
  margin-top: 0;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .callouts .callout.featured-product h2 {
    padding-left: 71px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .callouts .callout.featured-product h2 {
    padding-left: 71px;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts .callout.featured-product h2 {
    padding-left: 10px;
  }
}

.hodgdon-landing-main#main .callouts .callout.featured-product img {
  float: left;
  margin: 0 15px 0 0;
  z-index: 5;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts .callout.featured-product img {
    width: 35%;
    max-width: 110px;
  }
}

.hodgdon-landing-main#main .callouts .callout.featured-product .text {
  float: left;
  margin: 27px 0 0 0;
  width: 75%;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .hodgdon-landing-main#main .callouts .callout.featured-product .text {
    margin: 11px 0 0 0;
    width: 65%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hodgdon-landing-main#main .callouts .callout.featured-product .text {
    margin: 11px 0 0 0;
    width: 65%;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts .callout.featured-product .text {
    width: 56%;
  }
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts .callout.featured-product .text h3 {
    margin: 0 0 5px 0;
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts .callout.featured-product .text h3 {
    font-size: 24px;
    line-height: 26px;
  }
}

.hodgdon-landing-main#main .callouts .callout.featured-product .text h3:first-line {
  font-weight: 900;
  font-size: 32px;
  line-height: 32px;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts .callout.featured-product .text h3:first-line {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts .callout.featured-product .text h3:first-line {
    font-size: 24px;
    line-height: 26px;
  }
}

.hodgdon-landing-main#main .callouts .callout.whats-new {
  display: inline;
  float: left;
  width: 39.5833333333%;
  margin: 0 1.0416666667%;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 1.04167%;
  margin-top: -3px;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .callouts .callout.whats-new {
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin: 0 1.0416666667%;
    padding: 0 6.25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 40px;
  }
}

html.ie7 .hodgdon-landing-main#main .callouts .callout.whats-new {
  padding-left: 0;
}

.hodgdon-landing-main#main .callouts .callout.whats-new .wrapper {
  border: 1px solid #5c5b5c;
  -webkit-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
  padding: 2px;
  overflow: hidden;
}

.hodgdon-landing-main#main .callouts .callout.whats-new .content {
  padding: 30px 24px 42px 24px;
  -webkit-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html.ie8 .hodgdon-landing-main#main .callouts .callout.whats-new .content,
html.ie7 .hodgdon-landing-main#main .callouts .callout.whats-new .content {
  padding-bottom: 22px;
}

.hodgdon-landing-main#main .callouts .callout.whats-new h2 {
  border: 1px solid #5c5b5c;
  margin-top: 0;
  margin-bottom: 2px;
}

.hodgdon-landing-main#main .callouts .callout.whats-new h3 {
  color: #ada390;
}

.hodgdon-landing-main#main .main-bottom {
  /* ALTER for no video content */
  margin-top: -425px !important;
  /* END ALTER */
  height: 430px;
  margin-top: -400px;
  background: #d1d0cb;
  background: url("../images/hodgdonlanding/increments.svg") left 406px repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -moz-linear-gradient(top, #d1d0cb 0%, #9f9d9c 100%);
  background: url("../images/hodgdonlanding/increments.svg") bottom left repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") left 406px repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d0cb), color-stop(100%, #9f9d9c));
  background: url("../images/hodgdonlanding/increments.svg") left 406px repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -webkit-linear-gradient(top, #d1d0cb 0%, #9f9d9c 100%);
  background: url("../images/hodgdonlanding/increments.svg") left 406px repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -o-linear-gradient(top, #d1d0cb 0%, #9f9d9c 100%);
  background: url("../images/hodgdonlanding/increments.svg") left 406px repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, -ms-linear-gradient(top, #d1d0cb 0%, #9f9d9c 100%);
  background: url("../images/hodgdonlanding/increments.svg") left 406px repeat-x, url("../images/hodgdonlanding/grid-pattern.svg") top left repeat, linear-gradient(to bottom, #d1d0cb 0%, #9f9d9c 100%);
  background-size: 26px 25px, 50px 50px, 100%;
}

html.ie8 .hodgdon-landing-main#main .main-bottom,
html.ie7 .hodgdon-landing-main#main .main-bottom {
  background: #cecfcc url("../images/hodgdonlanding/grid-pattern.png") top left repeat;
}

@media only screen and (max-width: 640px) {
  .hodgdon-landing-main#main .main-bottom {
    display: none;
    background: none;
  }
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .views-row {
  margin-bottom: 50px;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .views-row .views-field-field-tips-author-name {
  margin-bottom: 10px;
  border-bottom: 4px double #414042;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .views-row h2 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #ada390;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .views-row h2 a {
  color: #ada390;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .views-row p.author {
  font-family: "Ruda", Helvetica, sans-serif;
  color: #6b6862;
  margin-bottom: 5px;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .views-row .views-field-created {
  display: none;
  font-family: "Ruda", Helvetica, sans-serif;
  text-align: right;
  color: #414042;
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 10px;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .views-row .views-field-view-node {
  font-family: "Ruda", Helvetica, sans-serif;
  height: 25px;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .views-row .views-field-view-node a {
  float: left;
  font-size: 14px;
  line-height: 25px;
  padding: 0 15px;
  text-transform: uppercase;
  display: block;
  color: white;
  background: #8e8b84;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8e8b84 0%, #6c6963 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8e8b84), color-stop(100%, #6c6963));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8e8b84 0%, #6c6963 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8e8b84 0%, #6c6963 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8e8b84 0%, #6c6963 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #8e8b84 0%, #6c6963 100%);
  /* W3C */
  position: relative;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .views-row .views-field-view-node a:before {
  content: "";
  position: absolute;
  top: 4px;
  right: -9px;
  width: 17px;
  height: 17px;
  background: aqua;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #8e8b84;
  background: -moz-linear-gradient(-45deg, #8e8b84 0%, #6c6963 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #8e8b84), color-stop(100%, #6c6963));
  background: -webkit-linear-gradient(-45deg, #8e8b84 0%, #6c6963 100%);
  background: -o-linear-gradient(-45deg, #8e8b84 0%, #6c6963 100%);
  background: -ms-linear-gradient(-45deg, #8e8b84 0%, #6c6963 100%);
  background: linear-gradient(135deg, #8e8b84 0%, #6c6963 100%);
}

html.ie8 body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .views-row .views-field-view-node a:before {
  background: none;
  display: none;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .views-row .views-field-view-node a:hover {
  background: #414042;
  text-decoration: none;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .views-row .views-field-view-node a:hover:before {
  background: #414042;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .item-list ul.pager {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, white), color-stop(90%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 90%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 90%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 10%, white 90%, rgba(255, 255, 255, 0) 100%);
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .item-list ul.pager li {
  line-height: 34px;
  font-family: "Ruda", Helvetica, sans-serif;
  color: #ed1c2e;
  padding: 0;
  margin: 0 6px;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .item-list ul.pager li a {
  color: #6b6862;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .item-list ul.pager li.pager-previous,
body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .item-list ul.pager li.pager-next {
  text-transform: uppercase;
  margin: 0;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .item-list ul.pager li.pager-previous {
  margin-right: 32px;
}

body.page-reloading-education-tips-and-tricks #main.mceContentBody .view-tips-and-tricks .item-list ul.pager li.pager-next {
  margin-left: 32px;
}

body.node-type-tips-and-tricks #main.mceContentBody h1 {
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 4px double #414042;
}

body.node-type-tips-and-tricks #main.mceContentBody p.author {
  font-family: "Ruda", Helvetica, sans-serif;
  color: #6b6862;
  margin-bottom: 0;
  padding-bottom: 10px;
}

body.node-type-tips-and-tricks #main.mceContentBody p.date {
  display: none;
  font-family: "Ruda", Helvetica, sans-serif;
  text-align: right;
  color: #414042;
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 10px;
}

body.one-sidebar #page #main #center.rdc {
  display: inline;
  float: left;
  width: 97.9166666667%;
  margin: 0 1.0416666667%;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch #main #center.rdc {
    min-height: 400px;
    /*@include prefix(transition, height .4s);
        @include prefix(transform, translate3d(0,0,0));
        -webkit-transform-style: preserve-3d;*/
  }
}

@media only screen and (max-width: 959px) {
  #main #center.rdc {
    min-height: 400px;
    /*@include prefix(transition, height .4s);
        @include prefix(transform, translate3d(0,0,0));
        -webkit-transform-style: preserve-3d;*/
  }
}

#main #center.rdc .rdc-menu {
  display: block;
  padding-left: 45px;
  margin: 0 0 33px -22px;
  overflow: hidden;
  border-bottom: solid 1px #cfcfd0;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .rdc-menu {
    display: none;
  }
}

#main #center.rdc .rdc-menu li {
  float: left;
  list-style-type: none;
  margin: 0 28px 0 0;
}

#main #center.rdc .rdc-menu li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-family: "Ruda", Helvetica, sans-serif;
  text-decoration: none;
  color: #6b6862;
  padding: 6px 6px 3px 7px;
  text-transform: uppercase;
  background: white;
}

#main #center.rdc .rdc-menu li a:hover {
  background: #ababab;
  color: #fff;
}

#main #center.rdc .rdc-menu li a:hover:before, #main #center.rdc .rdc-menu li a:hover:after {
  background: #ababab;
}

#main #center.rdc .rdc-menu li a:before, #main #center.rdc .rdc-menu li a:after {
  -webkit-transform: rotate(37deg);
  -moz-transform: rotate(37deg);
  -o-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
  content: "";
  position: absolute;
  top: 9px;
  width: 43px;
  height: 43px;
  background: white;
}

html.no-csstransforms #main #center.rdc .rdc-menu li a:before, html.no-csstransforms #main #center.rdc .rdc-menu li a:after {
  display: none !important;
}

#main #center.rdc .rdc-menu li a:before {
  left: -17px;
}

#main #center.rdc .rdc-menu li a:after {
  -webkit-transform: rotate(-37deg);
  -moz-transform: rotate(-37deg);
  -o-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
  right: -17px;
}

#main #center.rdc .rdc-menu li a span {
  position: relative;
  z-index: 50;
}

#main #center.rdc .rdc-menu li.active a {
  background: #6b6862;
  z-index: 5;
  color: white;
}

#main #center.rdc .rdc-menu li.active a:hover {
  color: white;
}

#main #center.rdc .rdc-menu li.active a:before, #main #center.rdc .rdc-menu li.active a:after {
  background: #6b6862;
}

#main #center.rdc .main-content h1 {
  position: relative;
  z-index: 5;
  margin-bottom: 32px;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content h1 {
    padding-top: 0;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-content {
    display: block;
    position: absolute;
    margin-left: -6.0916666667%;
    overflow: hidden;
  }
}

#main #center.rdc .main-content .rdc-tabs {
  width: 102.083333333%;
  margin: 0 0 0 -2.0833333333%;
  height: 52px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs {
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -o-transition: left 0.4s;
    -ms-transition: left 0.4s;
    transition: left 0.4s;
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    position: absolute;
    width: 100%;
    margin: 0;
    left: 0;
    height: auto;
  }
  #main #center.rdc .main-content .rdc-tabs.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#main #center.rdc .main-content .rdc-tabs li {
  float: left;
  max-width: 218px;
  margin: 0 13px 0 0;
  list-style-type: none;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs li {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 0 20px;
  }
}

#main #center.rdc .main-content .rdc-tabs li a {
  float: left;
  position: relative;
  max-width: 200px;
  padding: 8px 8px 1px;
  background: white;
  border: solid 1px #dbdbdb;
  border-bottom: none;
  font-family: "Myriad Pro", Helvetica, sans-serif;
  font-weight: 600;
  color: rgba(107, 104, 98, 0.7);
  text-transform: uppercase;
  font-size: 15px;
  -webkit-tap-highlight-color: transparent;
}

html.no-rgba #main #center.rdc .main-content .rdc-tabs li a {
  color: #979591;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs li a {
    display: block;
    float: none;
    max-width: none;
    padding: 16px 18px 8px 18px;
    padding: 0;
    border: solid 2px #fecb3b;
    border-left: none;
    border-right: none;
    color: #6b6862;
  }
}

#main #center.rdc .main-content .rdc-tabs li a:hover {
  text-decoration: none;
  background: #fdfdfd;
  color: #414042;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs li a:hover {
    color: #6b6862;
  }
}

#main #center.rdc .main-content .rdc-tabs li a:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: " ";
  position: absolute;
  width: 14px;
  height: 14px;
  top: -8px;
  left: -8px;
  border-right: solid 1px #dbdbdb;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs li a:after {
    display: none;
  }
}

html.no-csstransforms #main #center.rdc .main-content .rdc-tabs li a:after {
  display: none !important;
}

#main #center.rdc .main-content .rdc-tabs li a .label {
  position: relative;
  display: block;
  max-width: 200px;
  padding-right: 20px;
  font-size: 10px;
  line-height: 15px;
  border-bottom: 1px solid #dbdbdb;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs li a .label {
    max-width: none;
    margin: 16px 20px 2px 18px;
    padding: 0 0 2px 0;
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
    border-bottom: 2px solid #e6e6e6;
  }
  #main #center.rdc .main-content .rdc-tabs li a .label:after {
    content: "";
    position: absolute;
    top: -7px;
    right: -2px;
    width: 37px;
    height: 61px;
    background: #fff url(../images/hodgdonlanding/sprite.svg) 0 0 no-repeat;
    background-size: 895px 496px;
  }
}

#main #center.rdc .main-content .rdc-tabs li a .label .close {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  height: 14px;
  width: 14px;
  background: url(../images/hodgdonlanding/sprite.svg) -91px -10px no-repeat;
  background-size: 447px 248px;
  opacity: 0.7;
}

#main #center.rdc .main-content .rdc-tabs li a .label .close:hover {
  opacity: 1.0;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch #main #center.rdc .main-content .rdc-tabs li a .label .close {
    padding: 3px;
    background-position: -73px -7px;
    top: -3px;
    right: -5px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  #main #center.rdc .main-content .rdc-tabs li a .label .close {
    padding: 3px;
    background-position: -73px -7px;
    top: -3px;
    right: -5px;
  }
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs li a .label .close {
    display: none !important;
  }
}

#main #center.rdc .main-content .rdc-tabs li a .name {
  display: block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch #main #center.rdc .main-content .rdc-tabs li a .name {
    max-width: 150px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  #main #center.rdc .main-content .rdc-tabs li a .name {
    max-width: 150px;
  }
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs li a .name {
    margin: 6px 55px 12px 18px;
    padding: 0;
    font-size: 22px;
    line-height: 24px;
    max-width: inherit;
  }
}

@media only screen and (min-width: 1025px) {
  #main #center.rdc .main-content .rdc-tabs li a .close-group {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch #main #center.rdc .main-content .rdc-tabs li a .close-group {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch #main #center.rdc .main-content .rdc-tabs li a .close-group {
    display: none;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  #main #center.rdc .main-content .rdc-tabs li a .close-group {
    display: none;
  }
}

html.ie7 #main #center.rdc .main-content .rdc-tabs li a .close-group,
html.ie8 #main #center.rdc .main-content .rdc-tabs li a .close-group {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs li a .close-group {
    padding: 8px 0 4px;
    text-align: center;
    background: #f3f3f3;
    border-top: solid 1px #e6e6e6;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    text-transform: none;
  }
  #main #center.rdc .main-content .rdc-tabs li a .close-group:before {
    content: "";
    display: inline-block;
    margin: -4px 4px 0 0;
    height: 21px;
    width: 21px;
    vertical-align: middle;
    background: url(../images/hodgdonlanding/sprite.svg) -136px -15px no-repeat;
    background-size: 672px 371px;
  }
}

#main #center.rdc .main-content .rdc-tabs li.active a {
  color: #414042 !important;
  border: solid 1px #fecb3b;
  border-bottom: solid 1px #dbdbdb;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs li.active a {
    color: #6b6862;
    border: solid 2px #fecb3b;
    border-left: none;
    border-right: none;
  }
}

#main #center.rdc .main-content .rdc-tabs li.active a:after {
  border-right: solid 1px #fecb3b;
}

#main #center.rdc .main-content .rdc-tabs li.active a .label {
  border-bottom: 1px solid #414042;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs li.active a .label {
    border-bottom: 2px solid #e6e6e6;
  }
}

#main #center.rdc .main-content .rdc-tabs li.inactive a {
  padding: 18px 8px 13px;
  background: #c5c5c5;
  border: solid 1px #ababab;
  border-bottom: none;
  color: white;
  font-weight: 700;
  font-size: 15px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs li.inactive a {
    padding: 12px 8px 15px;
    margin-bottom: 50px;
    border: solid 2px #ababab;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 22px;
  }
}

#main #center.rdc .main-content .rdc-tabs li.inactive a:hover {
  background: #ababab;
}

#main #center.rdc .main-content .rdc-tabs li.inactive a:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  margin-left: 6px;
  width: 13px;
  height: 13px;
  background: url(../images/hodgdonlanding/sprite.svg) -178px -10px no-repeat;
  background-size: 447px 248px;
  border: none;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs li.inactive a:after {
    top: 4px;
    margin-left: 16px;
    width: 27px;
    height: 27px;
    background-size: 895px 496px;
    background-position: -356px -20px;
  }
}

#main #center.rdc .main-content .rdc-tabs li.inactive a.loading:after {
  -webkit-animation-name: spin, spin2;
  -webkit-animation-duration: 1000ms, 500ms;
  -webkit-animation-iteration-count: 1, infinite;
  -webkit-animation-timing-function: ease-in, linear;
  -moz-animation-name: spin, spin2;
  -moz-animation-duration: 1000ms, 500ms;
  -moz-animation-iteration-count: 1, infinite;
  -moz-animation-timing-function: ease-in, linear;
  -ms-animation-name: spin, spin2;
  -ms-animation-duration: 1000ms, 500ms;
  -ms-animation-iteration-count: 1, infinite;
  -ms-animation-timing-function: ease-in, linear;
  animation-name: spin, spin2;
  animation-duration: 1000ms, 500ms;
  animation-iteration-count: 1, infinite;
  animation-timing-function: ease-in, linear;
}

#main #center.rdc .main-content .rdc-tabs li.inactive a:before {
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 1px #ababab;
  border-right: none;
  top: -8px;
  left: inherit;
  right: -8px;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-tabs li.inactive a:before {
    display: none;
  }
}

html.no-csstransforms #main #center.rdc .main-content .rdc-tabs li.inactive a:before {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-data {
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    -o-transition: right 0.4s;
    -ms-transition: right 0.4s;
    transition: right 0.4s;
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    width: 100%;
    position: absolute;
    right: 0;
    top: 0px;
  }
  #main #center.rdc .main-content .rdc-data.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#main #center.rdc .main-content .rdc-data .view {
  width: 102.083333333%;
  padding: 2.0833333333% 1.0416666667%;
  margin-left: -2.0833333333%;
  border: solid 1px #fecb3b;
  background: #f7f7f7 url(../img/global/diamond-pattern.gif) top center repeat-x;
}

@media only screen and (min-width: 1025px) {
  #main #center.rdc .main-content .rdc-data .view {
    height: auto;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch #main #center.rdc .main-content .rdc-data .view {
    height: auto;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch #main #center.rdc .main-content .rdc-data .view {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 959px) {
  #main #center.rdc .main-content .rdc-data .view {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 640px) {
  #main #center.rdc .main-content .rdc-data .view {
    padding: 2.0833333333% 0;
    margin: 0;
    padding: 0 0 25px 0;
    border: none;
    background: none;
  }
}

#colorbox #webform-client-form-19 .messages {
  display: none;
}

#colorbox #webform-client-form-19 #edit-submitted-send-e-mail-to {
  width: 100%;
}

#colorbox #webform-client-form-19 #edit-actions {
  position: relative;
  display: inline-block;
  margin-top: 0;
}

#colorbox #webform-client-form-19 #edit-actions.loading input {
  padding-right: 50px;
}

#colorbox #webform-client-form-19 #edit-actions input {
  -webkit-appearance: none;
  border-radius: 0;
}

#colorbox #webform-client-form-19 #edit-actions .ajax-progress {
  position: absolute;
  bottom: 12px;
  right: 35px;
}

#colorbox #webform-client-form-19 #edit-actions .ajax-progress .throbber {
  background: none;
  color: white;
  font-size: 20px;
}

#main #block-webform-client-block-19 {
  display: none;
}

.rdc-data .view-filters {
  clear: both;
}

.rdc-data .view-filters .views-exposed-widget {
  display: inline;
  float: left;
  width: 22.9166666667%;
  margin: 0 1.0416666667%;
  padding: 0px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-filters .views-exposed-widget {
    display: inline;
    float: left;
    width: 47.9166666667%;
    margin: 0 1.0416666667%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .rdc-data .view-filters .views-exposed-widget {
    display: inline;
    float: left;
    width: 47.9166666667%;
    margin: 0 1.0416666667%;
  }
}

@media only screen and (max-width: 640px) {
  .rdc-data .view-filters .views-exposed-widget {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.rdc-data .view-filters .views-exposed-widget .filter-contain {
  position: relative;
  height: 270px;
  padding: 15px;
  border: solid 1px #dbdbdb;
  border-top: solid 2px #fecb3b;
  background: white;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .rdc-data .view-filters .views-exposed-widget .filter-contain {
    border-left: none;
    border-right: none;
  }
}

html.touch .rdc-data .view-filters .views-exposed-widget .filter-contain {
  height: 90px;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .form-item {
  position: relative;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .overlay {
  position: absolute;
  top: -2px;
  left: -1px;
  z-index: 2;
  height: 100%;
  width: 100%;
  padding: 2px 1px 1px;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ccffffff', endColorstr='#ccffffff');
  /* IE */
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .overlay.hide {
  display: none;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .overlay span {
  display: block;
  width: 100px;
  margin: 115px auto 0;
  font-size: 17px;
  color: #6b6862;
  text-align: center;
  font-family: "Ruda", Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .overlay span.hide {
  display: none;
}

html.touch .rdc-data .view-filters .views-exposed-widget .filter-contain .overlay span {
  margin-top: 30px;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .description {
  display: block;
  padding-bottom: 6px;
  margin-bottom: 9px;
  font-family: "Myriad Pro", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #414042;
  text-transform: uppercase;
  border-bottom: solid 1px #dbdbdb;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain label {
  margin-bottom: 8px;
  font-family: "Ruda", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #414042;
  font-size: 15px;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain select {
  width: 100%;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain select#edit-orderbw, .rdc-data .view-filters .views-exposed-widget .filter-contain select#edit-manufacturer, .rdc-data .view-filters .views-exposed-widget .filter-contain select#edit-powder, .rdc-data .view-filters .views-exposed-widget .filter-contain select#edit-loadtype, .rdc-data .view-filters .views-exposed-widget .filter-contain select#edit-shotweight {
  display: none;
}

html.touch .rdc-data .view-filters .views-exposed-widget .filter-contain select#edit-orderbw, html.touch .rdc-data .view-filters .views-exposed-widget .filter-contain select#edit-manufacturer, html.touch .rdc-data .view-filters .views-exposed-widget .filter-contain select#edit-powder, html.touch .rdc-data .view-filters .views-exposed-widget .filter-contain select#edit-loadtype, html.touch .rdc-data .view-filters .views-exposed-widget .filter-contain select#edit-shotweight {
  display: block;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .checkbox-overlay {
  display: none;
  position: absolute;
  top: -2px;
  left: -1px;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 2px 1px 1px;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ccffffff', endColorstr='#ccffffff');
  /* IE */
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .checkbox-overlay.hide {
  display: none;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .checkbox-overlay.show {
  display: block;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .checkbox-array {
  position: relative;
  padding: 16px;
  height: 152px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: solid 1px #e6e6e6;
}

html.touch .rdc-data .view-filters .views-exposed-widget .filter-contain .checkbox-array {
  display: none;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .checkbox-array .option {
  padding-left: 27px;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .checkbox-array .option input {
  float: left;
  margin: 0 6px 0 -21px;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .checkbox-array .option label {
  font: normal 14px "Myriad Pro", Helvetica, sans-serif;
  text-transform: none;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .filter-links {
  display: block;
  margin-top: 10px;
  overflow: hidden;
}

html.touch .rdc-data .view-filters .views-exposed-widget .filter-contain .filter-links {
  display: none;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .filter-links a {
  font-size: 11px;
  color: #414042;
  text-decoration: underline;
  font-family: "Myriad Pro", Helvetica, sans-serif;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .filter-links a:hover {
  text-decoration: none;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .filter-links a.select-all {
  float: left;
}

.rdc-data .view-filters .views-exposed-widget .filter-contain .filter-links a.clear {
  float: right;
}

.rdc-data .view-filters #edit-shell-wrapper {
  display: inline;
  float: left;
  width: 72.9166666667%;
  margin: 0 1.0416666667%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-filters #edit-shell-wrapper {
    display: inline;
    float: left;
    width: 47.9166666667%;
    margin: 0 1.0416666667%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .rdc-data .view-filters #edit-shell-wrapper {
    display: inline;
    float: left;
    width: 47.9166666667%;
    margin: 0 1.0416666667%;
  }
}

@media only screen and (max-width: 640px) {
  .rdc-data .view-filters #edit-shell-wrapper {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .rdc-data .view-filters #edit-gauge-wrapper,
  .rdc-data .view-filters #edit-shell-wrapper {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch .rdc-data .view-filters #edit-gauge-wrapper, html.no-touch
  .rdc-data .view-filters #edit-shell-wrapper {
    margin-bottom: 0;
  }
}

.rdc-data .view-filters #edit-gauge-wrapper .filter-contain,
.rdc-data .view-filters #edit-shell-wrapper .filter-contain {
  height: 90px;
}

html.ie7 .rdc-data .view-filters #edit-gauge-wrapper .filter-contain,
html.ie8 .rdc-data .view-filters #edit-gauge-wrapper .filter-contain, html.ie7
.rdc-data .view-filters #edit-shell-wrapper .filter-contain,
html.ie8
.rdc-data .view-filters #edit-shell-wrapper .filter-contain {
  margin-bottom: 0;
}

.rdc-data .view-filters #edit-cartridgename-wrapper .filter-links,
.rdc-data .view-filters #edit-cartridgename-wrapper .overlay,
.rdc-data .view-filters #edit-gauge-wrapper .filter-links,
.rdc-data .view-filters #edit-gauge-wrapper .overlay,
.rdc-data .view-filters #edit-shell-wrapper .filter-links,
.rdc-data .view-filters #edit-shell-wrapper .overlay {
  display: none;
}

.rdc-data .view-filters #edit-cartridgename-wrapper .description:after,
.rdc-data .view-filters #edit-gauge-wrapper .description:after,
.rdc-data .view-filters #edit-shell-wrapper .description:after {
  content: "(REQUIRED)";
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  line-height: 9px;
  color: #666666;
}

.rdc-data .view-filters .view-filters-steps {
  overflow: hidden;
}

.rdc-data .view-filters .collapseExpand {
  display: inline;
  float: left;
  width: 97.9166666667%;
  margin: 0 1.0416666667%;
  position: relative;
  z-index: 2;
  margin-top: -21px;
}

@media only screen and (min-width: 1025px) {
  .rdc-data .view-filters .collapseExpand {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch .rdc-data .view-filters .collapseExpand {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .rdc-data .view-filters .collapseExpand {
    width: 100%;
    margin-left: 0;
  }
}

html.ie7 .rdc-data .view-filters .collapseExpand,
html.ie8 .rdc-data .view-filters .collapseExpand {
  display: none;
}

.rdc-data .view-filters .collapseExpand a {
  display: block;
  padding: 8px 10px 6px;
  background: #f3f3f3;
  border: solid 1px #e6e6e6;
  text-align: center;
  font-size: 16px;
  font-family: "Myriad Pro", Helvetica, sans-serif;
  text-decoration: none;
  color: #6b6862;
}

.rdc-data .view-filters .collapseExpand a:before, .rdc-data .view-filters .collapseExpand a:after {
  content: '';
  display: inline-block;
  height: 16px;
  width: 18px;
  vertical-align: top;
  background: url("../images/hodgdonlanding/sprite.svg") -100px -25px no-repeat;
  background-size: 895px 496px;
}

.rdc-data .view-filters .collapseExpand a:before {
  margin-right: 14px;
}

.rdc-data .view-filters .collapseExpand a:after {
  margin-left: 14px;
}

.rdc-data .view-filters .collapseExpand a.collapsed:before, .rdc-data .view-filters .collapseExpand a.collapsed:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button {
  position: relative;
  clear: both;
  display: block;
  float: none;
  margin: 0 auto;
  width: 180px;
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button.update {
  width: 213px;
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button.update input {
  width: 213px;
}

html.ie7 .rdc-data .view-filters div.views-exposed-form .views-submit-button.update input {
  width: 213px;
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button.loading {
  width: 252px;
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button.loading input {
  width: 252px;
  background: #ed1c2e;
  padding: 0 55px 0 40px;
}

html.ie7 .rdc-data .view-filters div.views-exposed-form .views-submit-button.loading input,
html.ie8 .rdc-data .view-filters div.views-exposed-form .views-submit-button.loading input,
html.ie9 .rdc-data .view-filters div.views-exposed-form .views-submit-button.loading input {
  width: 252px;
  background: #cfcfd0;
  border: solid 1px #cfcfd0;
  color: #e2e2e2;
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button .conversion-buttons {
  margin-top: 15px;
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button .conversion-buttons button {
  width: 50%;
  border: 0;
  background: rgb(197,197,197);
  color: white;
  text-transform: uppercase;
  padding: 8px 0;
  font-weight: 600;
  cursor: pointer;
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button .conversion-buttons button:hover {
  background: #d5d5d5;
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button .conversion-buttons button.selected {
  background: #ed1c2e;
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button .conversion-buttons button.selected:hover {
  background: #c30d1d;
}

.cartridge-warning-box .inside-box {
  margin-left: 10%;
  margin-right: 10%;
  background: rgba(255,0, 0,.35);
  padding: 10px;
  border: 1px solid red;
}
.cartridge-warning-box ul {
  margin-bottom: 7px;
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button input {
  height: 35px;
  width: 180px;
  margin: 10px 0 3px;
  -webkit-appearance: none;
  border-radius: 0;
  color: white;
}

html.ie7 .rdc-data .view-filters div.views-exposed-form .views-submit-button input {
  width: 180px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-filters div.views-exposed-form .views-submit-button input {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-filters div.views-exposed-form .views-submit-button input {
    margin-top: 30px;
  }
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button input.active {
  color: white;
}

html.touch .rdc-data .view-filters div.views-exposed-form .views-submit-button input:hover {
  background: #ed1c2e;
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button input.disabled {
  background: #cfcfd0;
  border: solid 1px #cfcfd0;
  color: #e2e2e2;
}

html.touch .rdc-data .view-filters div.views-exposed-form .views-submit-button input.disabled:hover {
  background: #cfcfd0;
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button .ajax-progress {
  position: absolute;
  bottom: 15px;
  right: 42px;
}

html.ie7 .rdc-data .view-filters div.views-exposed-form .views-submit-button .ajax-progress {
  bottom: 18px;
  right: 54px;
}

html.ie8 .rdc-data .view-filters div.views-exposed-form .views-submit-button .ajax-progress {
  bottom: 15px;
  right: 40px;
}

.rdc-data .view-filters div.views-exposed-form .views-submit-button .ajax-progress .throbber {
  background: none;
  color: white;
  font-size: 20px;
}

html.ie7 .rdc-data .view-filters div.views-exposed-form .views-submit-button .ajax-progress .throbber,
html.ie8 .rdc-data .view-filters div.views-exposed-form .views-submit-button .ajax-progress .throbber {
  color: #a0a0a0;
}

html.no-js .rdc-data .view-filters div.views-exposed-form .views-submit-button {
  display: none;
}

.rdc-data .view-shotshell-load .view-filters .filter-contain .overlay span {
  width: 140px;
}

.rdc-data .number-of-results {
  display: block;
  text-align: center;
  font-family: "Myriad Pro", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 20px 0 20px;
}

@media only screen and (min-width: 1025px) {
  .rdc-data .number-of-results {
    padding-top: 0;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch .rdc-data .number-of-results {
    padding-top: 0;
  }
}

.rdc-data .email-print-links {
  display: inline;
  float: left;
  width: 47.9166666667%;
  margin: 0 1.0416666667%;
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: -10px;
  font-family: "Myriad Pro", Helvetica, sans-serif;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .email-print-links {
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin: 0 1.0416666667%;
    position: absolute;
    bottom: 46px;
    margin: 0;
    text-align: center;
  }
  html.touch .rdc-data .email-print-links .print {
    display: none;
  }
  html.touch .rdc-data .email-print-links .email {
    font-size: 20px;
    padding: 12px 12px 11px 15px;
    background: #f3f3f3;
    background: rgba(244, 244, 244, 0.6);
    border: solid 1px #6b6862;
    -webkit-tap-highlight-color: transparent;
  }
  html.touch .rdc-data .email-print-links .email:after {
    content: '»';
    display: inline-block;
    margin-left: 5px;
  }
  html.touch .rdc-data .email-print-links .email:hover {
    text-decoration: none;
    background: #f4f4f4;
  }
  html.touch .rdc-data .email-print-links .email:active {
    background: #f4f4f4;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .email-print-links {
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin: 0 1.0416666667%;
    position: absolute;
    bottom: 15px;
    margin: 0;
    text-align: center;
  }
  .rdc-data .email-print-links .print {
    display: none;
  }
  .rdc-data .email-print-links .email {
    font-size: 20px;
    padding: 12px 12px 11px 15px;
    background: #f3f3f3;
    background: rgba(244, 244, 244, 0.6);
    border: solid 1px #6b6862;
    -webkit-tap-highlight-color: transparent;
  }
  .rdc-data .email-print-links .email:after {
    content: '»';
    display: inline-block;
    margin-left: 5px;
  }
  .rdc-data .email-print-links .email:hover {
    text-decoration: none;
    background: #f4f4f4;
  }
  .rdc-data .email-print-links .email:active {
    background: #f4f4f4;
  }
}

.rdc-data .email-print-links .email,
.rdc-data .email-print-links .print,
.rdc-data .email-print-links .download {
  font-size: 14px;
  font-weight: 700;
  color: #414042;
}

@media only screen and (min-width: 1025px) {
  .rdc-data .email-print-links .email,
  .rdc-data .email-print-links .print {
    padding-right: 5px;
    margin-right: 2px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch .rdc-data .email-print-links .email, html.no-touch
  .rdc-data .email-print-links .print {
    padding-right: 5px;
    margin-right: 2px;
  }
}

html.ie7 .rdc-data .email-print-links .email,
html.ie8 .rdc-data .email-print-links .email,
html.ie9 .rdc-data .email-print-links .email, html.ie7
.rdc-data .email-print-links .print,
html.ie8
.rdc-data .email-print-links .print,
html.ie9
.rdc-data .email-print-links .print {
  margin-right: 10px;
}

.rdc-data .email-print-links .email {
  border-right: solid 1px #6b6862;
}

.rdc-data .expand-collapse-links {
  display: inline;
  float: left;
  width: 47.9166666667%;
  margin: 0 1.0416666667%;
  position: relative;
  z-index: 2;
  text-align: right;
  font-family: "Myriad Pro", Helvetica, sans-serif;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .expand-collapse-links {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .expand-collapse-links {
    display: none;
  }
}

html.ie8 .rdc-data .expand-collapse-links,
html.ie7 .rdc-data .expand-collapse-links {
  display: none;
}

.rdc-data .expand-collapse-links .expand-all,
.rdc-data .expand-collapse-links .collapse-all {
  font-size: 14px;
  font-weight: 700;
  color: #414042;
}

.rdc-data .expand-collapse-links .expand-all {
  padding-right: 5px;
  margin-right: 2px;
  border-right: solid 1px #6b6862;
}

.rdc-data .view-intro-copy {
  display: inline;
  float: left;
  width: 97.9166666667%;
  margin: 0 1.0416666667%;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-intro-copy {
    display: block;
    float: none;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-intro-copy {
    display: block;
    float: none;
  }
}

@media only screen and (max-width: 640px) {
  .rdc-data .view-intro-copy {
    margin: 0;
  }
}

.rdc-data .view-intro-copy .testing-details {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 7px 14px 5px;
  font-family: "Myriad Pro", Helvetica, sans-serif;
  border: solid 1px #e6e6e6;
  background: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .rdc-data .view-intro-copy .testing-details {
    background: #f3f3f3;
    border-right: none;
    border-left: none;
  }
}

.rdc-data .view-intro-copy .testing-details .views-field {
  float: left;
  white-space: nowrap;
  font-size: 14px;
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  .rdc-data .view-intro-copy .testing-details .views-field {
    clear: both;
  }
}

.rdc-data .view-intro-copy .testing-details .views-field .views-label {
  font-weight: 700;
}

.rdc-data .view-content {
  clear: both;
  font-family: "Myriad Pro", Helvetica, sans-serif;
}

@media only screen and (min-width: 1025px) {
  .rdc-data .view-content {
    width: auto !important;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch .rdc-data .view-content {
    width: auto !important;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-content {
    position: absolute;
    left: 0;
    margin-top: 20px;
    padding: 0 0 10px 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-content {
    position: absolute;
    left: 0;
    margin-top: 20px;
    padding: 0 0 10px 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-content {
    margin-left: -1.0833333333%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 959px) {
  .rdc-data .view-content {
    margin-left: -1.0833333333%;
  }
}

.rdc-data .view-content .view-grouping-header {
  display: none;
}

.rdc-data .view-content .group-wrapper {
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  transition: transform 1s;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform-style: preserve-3d;
  clear: both;
  height: 10px;
}

@media only screen and (min-width: 1025px) {
  .rdc-data .view-content .group-wrapper {
    width: auto !important;
    height: auto;
    padding: 0 !important;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch .rdc-data .view-content .group-wrapper {
    width: auto !important;
    height: auto;
    padding: 0 !important;
  }
}

.rdc-data .view-content .group {
  display: inline;
  float: left;
  width: 97.9166666667%;
  margin: 0 1.0416666667%;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-content .group {
    float: none;
    margin: 0;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-content .group {
    float: none;
    margin: 0;
  }
}

.rdc-data .view-content .group .group-header {
  position: relative;
  padding: 7px 14px 2px;
  margin-top: 20px;
  margin-bottom: 0;
  background: #6b6862;
  border: solid 1px #625e56;
  color: white;
  font-family: "Myriad Pro", Helvetica, sans-serif;
  cursor: pointer;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-content .group .group-header {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-content .group .group-header {
    display: none;
  }
}

.rdc-data .view-content .group .group-header:hover {
  background: #414042;
}

.rdc-data .view-content .group .group-header:first-child {
  margin-top: 15px;
}

.rdc-data .view-content .group .group-header:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 27px;
  height: 26px;
  width: 26px;
  background: url(../images/hodgdonlanding/sprite.svg) -357px -20px no-repeat;
  background-size: 895px 496px;
}

.rdc-data .view-content .group .group-header.open:after {
  background-position: -320px -20px;
}

.rdc-data .view-content .group .group-header .label {
  display: block;
  padding-bottom: 1px;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}

.rdc-data .view-content .group .group-header .name {
  display: inline-block;
  padding-top: 3px;
  border-top: 1px solid #777777;
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-content .group .group-header .name {
    font-size: 30px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-content .group .group-header .name {
    font-size: 30px;
    line-height: 32px;
  }
}

.rdc-data .view-content .group .group-content {
  padding: 14px;
  border-right: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6;
  border-bottom: solid 2px #fecb3b;
  background: white;
}

html.ie7 .rdc-data .view-content .group .group-content {
  height: auto !important;
  margin: 0 !important;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .rdc-data .view-content .group .group-content.collapsed {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch .rdc-data .view-content .group .group-content.collapsed {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-content .group .group-content {
    display: inline;
    padding: 0;
    border: none;
    background: none;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-content .group .group-content {
    display: inline;
    padding: 0;
    border: none;
    background: none;
  }
}

.rdc-data .view-content .group .group-content .load-labels {
  color: #ed1c2e;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-content .group .group-content .load-labels {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-content .group .group-content .load-labels {
    display: none;
  }
}

.rdc-data .view-content .group .group-content .views-table {
  clear: both;
}

html.ie7 .rdc-data .view-content .group .group-content .views-table {
  display: block;
  height: auto;
  font-size: 14px;
  line-height: 18px;
  margin: -12px 0 0 0 !important;
}

html.ie8 .rdc-data .view-content .group .group-content .views-table,
html.ie9 .rdc-data .view-content .group .group-content .views-table {
  font-size: 14px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-content .group .group-content .views-table {
    display: inline;
    clear: none;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-content .group .group-content .views-table {
    display: inline;
    clear: none;
  }
}

.rdc-data .view-content .group .group-content .views-row {
  display: table-row;
  overflow: hidden;
}

html.ie7 .rdc-data .view-content .group .group-content .views-row {
  display: block;
  overflow: visible;
  clear: both;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-content .group .group-content .views-row {
    float: left;
    width: 41.497%;
    padding: 0 1.269%;
    border-right: solid 1px #6b6862;
  }
  html.touch .rdc-data .view-content .group .group-content .views-row.views-row-results-last {
    border-right: none;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-content .group .group-content .views-row {
    float: left;
    width: 41.497%;
    padding: 0 1.269%;
    border-right: solid 1px #6b6862;
  }
  .rdc-data .view-content .group .group-content .views-row.views-row-results-last {
    border-right: none;
  }
}

.rdc-data .view-content .group .group-content .views-row.views-row-even:hover .views-field, .rdc-data .view-content .group .group-content .views-row:hover .views-field {
  background: #e2e2e2;
  background: #b1b1b1;
}

.rdc-data .view-content .group .group-content .views-row.views-row-even:hover .views-field.views-field-nothing, .rdc-data .view-content .group .group-content .views-row.views-row-even:hover .views-field.views-field-nothing-1, .rdc-data .view-content .group .group-content .views-row:hover .views-field.views-field-nothing, .rdc-data .view-content .group .group-content .views-row:hover .views-field.views-field-nothing-1 {
  background: white;
}

.rdc-data .view-content .group .group-content .views-row.views-row-header {
  font-weight: 600;
}

html.ie7 .rdc-data .view-content .group .group-content .views-row.views-row-header {
  background: #d5d5d5;
  overflow: hidden;
}

.rdc-data .view-content .group .group-content .views-row.views-row-header .views-field {
  background: #d5d5d5;
}

.rdc-data .view-content .group .group-content .views-row.views-row-header .views-field.views-field-StartingCharge, .rdc-data .view-content .group .group-content .views-row.views-row-header .views-field.views-field-StartingVelocity, .rdc-data .view-content .group .group-content .views-row.views-row-header .views-field.views-field-StartingPressure, .rdc-data .view-content .group .group-content .views-row.views-row-header .views-field.views-field-MaxCharge, .rdc-data .view-content .group .group-content .views-row.views-row-header .views-field.views-field-MaxVelocity, .rdc-data .view-content .group .group-content .views-row.views-row-header .views-field.views-field-MaxPressure {
  background: #6b6862;
  color: white;
}

.rdc-data .view-content .group .group-content .views-row.views-row-header .views-field.views-field-nothing, .rdc-data .view-content .group .group-content .views-row.views-row-header .views-field.views-field-nothing-1 {
  background: white;
}

html.ie7 .rdc-data .view-content .group .group-content .views-row.views-row-even {
  background: #eeeeee;
  overflow: hidden;
}

.rdc-data .view-content .group .group-content .views-row.views-row-even .views-field {
  background: #eeeeee;
}

.rdc-data .view-content .group .group-content .views-row.views-row-even .views-field.views-field-nothing, .rdc-data .view-content .group .group-content .views-row.views-row-even .views-field.views-field-nothing-1 {
  background: white;
}

.rdc-data .view-content .group .group-content .views-row.views-row-last .views-field {
  border-bottom: solid 1px #e6e6e6;
}

.rdc-data .view-content .group .group-content .views-row.views-row-last .views-field.views-field-nothing, .rdc-data .view-content .group .group-content .views-row.views-row-last .views-field.views-field-nothing-1 {
  border-bottom: none;
}

.rdc-data .view-content .group .group-content .views-row .views-label {
  display: none;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-content .group .group-content .views-row.views-row-header {
    display: none;
  }
  html.touch .rdc-data .view-content .group .group-content .views-row .views-field {
    display: block;
    padding: 8px 8px 7px;
    margin: 0;
    width: auto;
    height: auto;
    text-align: left;
    overflow: hidden;
    border-top: none;
  }
  html.touch .rdc-data .view-content .group .group-content .views-row .views-field .views-label {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    font-size: 16px;
    line-height: 16px;
  }
  html.touch .rdc-data .view-content .group .group-content .views-row .views-field .views-label:after {
    content: ':';
  }
  html.touch .rdc-data .view-content .group .group-content .views-row .views-field .field-content {
    float: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-content .group .group-content .views-row.views-row-header {
    display: none;
  }
  .rdc-data .view-content .group .group-content .views-row .views-field {
    display: block;
    padding: 8px 8px 7px;
    margin: 0;
    width: auto;
    height: auto;
    text-align: left;
    overflow: hidden;
    border-top: none;
  }
  .rdc-data .view-content .group .group-content .views-row .views-field .views-label {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    font-size: 16px;
    line-height: 16px;
  }
  .rdc-data .view-content .group .group-content .views-row .views-field .views-label:after {
    content: ':';
  }
  .rdc-data .view-content .group .group-content .views-row .views-field .field-content {
    float: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
  }
}

.rdc-data .view-cartridge-load .group-content .starting-label {
  float: left;
  margin: 0 0 5px 471px;
}

.rdc-data .view-cartridge-load .group-content .starting-label span.box {
  bottom: 130%;
}

.rdc-data .view-cartridge-load .group-content .maximum-label {
  float: right;
  margin: 0 57px 5px 0;
}

html.ie7 .rdc-data .view-cartridge-load .group-content .maximum-label,
html.ie8 .rdc-data .view-cartridge-load .group-content .maximum-label,
html.ie9 .rdc-data .view-cartridge-load .group-content .maximum-label {
  margin-left: 110px;
}

.rdc-data .view-cartridge-load .group-content .views-field {
  display: table-cell;
  height: 20px;
  padding: 6px 12px 4px;
  vertical-align: middle;
}

html.ie7 .rdc-data .view-cartridge-load .group-content .views-field {
  float: left;
  display: inline-block;
  height: auto;
  min-height: 20px;
  border: none;
  background: none;
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing, .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing-1 {
  width: 16px;
  background: white;
  padding: 0;
  border-bottom: none;
}

html.ie7 .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing, html.ie7 .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing-1 {
  display: none;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing, html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing-1 {
    background: white;
    border: solid 2px #6b6862;
    border-top: solid 1px #6b6862 !important;
    border-bottom: solid 2px #6b6862 !important;
    padding: 4px 8px !important;
  }
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing .views-label, html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing-1 .views-label {
    display: block;
    float: none !important;
    margin: 0px 0 0 !important;
    font-size: 14px !important;
    line-height: 14px;
    text-align: left;
    color: #ed1c2e;
    font-weight: bold;
    border-bottom: none !important;
  }
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing .views-label:after, html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing-1 .views-label:after {
    content: '' !important;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing, .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing-1 {
    background: white;
    border: solid 2px #6b6862;
    border-top: solid 1px #6b6862 !important;
    border-bottom: solid 2px #6b6862 !important;
    padding: 4px 8px !important;
  }
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing .views-label, .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing-1 .views-label {
    display: block;
    float: none !important;
    margin: 0px 0 0 !important;
    font-size: 14px !important;
    line-height: 14px;
    text-align: left;
    color: #ed1c2e;
    font-weight: bold;
    border-bottom: none !important;
  }
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing .views-label:after, .rdc-data .view-cartridge-load .group-content .views-field.views-field-nothing-1 .views-label:after {
    content: '' !important;
  }
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-BulletWeight {
  display: none;
}

html.ie7 .rdc-data .view-cartridge-load .group-content .views-field.views-field-BulletWeight,
html.ie8 .rdc-data .view-cartridge-load .group-content .views-field.views-field-BulletWeight {
  display: none !important;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-BulletWeight {
    background: #6b6862 !important;
    color: white;
    padding: 5px 10px 5px !important;
  }
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-BulletWeight .views-label {
    font-size: 12px !important;
    line-height: 12px;
    text-transform: uppercase;
    border-bottom: none !important;
  }
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-BulletWeight .field-content {
    clear: both;
    border-top: solid 1px #777777;
    margin-top: 0 !important;
    padding-top: 2px;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-BulletWeight {
    background: #6b6862 !important;
    color: white;
    padding: 5px 10px 5px !important;
  }
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-BulletWeight .views-label {
    font-size: 12px !important;
    line-height: 12px;
    text-transform: uppercase;
    border-bottom: none !important;
  }
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-BulletWeight .field-content {
    clear: both;
    border-top: solid 1px #777777;
    margin-top: 0 !important;
    padding-top: 2px;
  }
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-Manufacturer {
  width: 95px;
  border-left: solid 1px #e6e6e6;
  text-align: left;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-Manufacturer {
    background: white !important;
    border: solid 1px #e6e6e6;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-Manufacturer {
    background: white !important;
    border: solid 1px #e6e6e6;
  }
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-Powder {
  width: 74px;
  text-align: center;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-Powder {
    background: #f3f3f3 !important;
    border: solid 1px #e6e6e6;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-Powder {
    background: #f3f3f3 !important;
    border: solid 1px #e6e6e6;
  }
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-Bullet-Diameter {
  width: 90px;
  padding: 6px 10px 4px;
  text-align: center;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-Bullet-Diameter {
    background: white !important;
    border: solid 1px #e6e6e6;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-Bullet-Diameter {
    background: white !important;
    border: solid 1px #e6e6e6;
  }
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-COL {
  width: 52px;
  padding: 6px 12px 4px 2px;
  margin-right: 16px;
  border-right: solid 1px #e6e6e6;
  text-align: right;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-COL {
    background: #f3f3f3 !important;
    border: solid 1px #e6e6e6;
    border-bottom: solid 1px #6b6862 !important;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-COL {
    background: #f3f3f3 !important;
    border: solid 1px #e6e6e6;
    border-bottom: solid 1px #6b6862 !important;
  }
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-COL .tooltip .box {
  margin-left: -79px;
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-StartingCharge {
  width: 30px;
  border-left: solid 1px #e6e6e6;
  text-align: left;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-StartingCharge {
    background: #d5d5d5 !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-StartingCharge {
    background: #d5d5d5 !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-StartingVelocity {
  width: 80px;
  padding: 6px 3px 4px;
  text-align: center;
}

html.ie7 .rdc-data .view-cartridge-load .group-content .views-field.views-field-StartingVelocity {
  width: 70px;
  padding: 6px 8px 4px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-StartingVelocity {
    background: white !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-StartingVelocity {
    background: white !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-StartingPressure {
  width: 79px;
  padding: 6px 10px 4px;
  margin-right: 16px;
  border-right: solid 1px #e6e6e6;
  text-align: center;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-StartingPressure {
    background: #d5d5d5 !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-StartingPressure {
    background: #d5d5d5 !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-MaxCharge {
  width: 30px;
  border-left: solid 1px #e6e6e6;
  text-align: left;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-MaxCharge {
    background: #d5d5d5 !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-MaxCharge {
    background: #d5d5d5 !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-MaxVelocity {
  width: 80px;
  padding: 6px 3px 4px;
  text-align: center;
}

html.ie7 .rdc-data .view-cartridge-load .group-content .views-field.views-field-MaxVelocity {
  width: 75px;
  padding: 6px 3px 4px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-MaxVelocity {
    background: white !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-MaxVelocity {
    background: white !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-MaxPressure {
  width: 79px;
  padding: 6px 10px 4px;
  border-right: solid 1px #e6e6e6;
  text-align: center;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-cartridge-load .group-content .views-field.views-field-MaxPressure {
    background: #d5d5d5 !important;
    border: solid 2px #6b6862;
    border-bottom: solid 2px #6b6862 !important;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-cartridge-load .group-content .views-field.views-field-MaxPressure {
    background: #d5d5d5 !important;
    border: solid 2px #6b6862;
    border-bottom: solid 2px #6b6862 !important;
  }
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-MaxPressure .tooltip .box {
  margin-left: -115px;
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-MaxPressure .tooltip .box:after {
  left: 109px;
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-MaxPressure .tooltip .box:before {
  left: 102px;
}

.rdc-data .view-cartridge-load .group-content .views-field.views-field-Primer, .rdc-data .view-cartridge-load .group-content .views-field.views-field-Trim-Length, .rdc-data .view-cartridge-load .group-content .views-field.views-field-Twist, .rdc-data .view-cartridge-load .group-content .views-field.views-field-Barrel-Length, .rdc-data .view-cartridge-load .group-content .views-field.views-field-Cartridge-Case {
  display: none !important;
}

.rdc-data .view-cartridge-load .group-content .views-table .views-row .views-field-nothing-2 {
  display: none;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-cartridge-load .group-content .views-table .views-row .views-field-nothing-2 {
    display: block;
    padding: 0;
    background: white !important;
    height: 14px;
    border-right: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 2px #fecb3b !important;
    background: white;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-cartridge-load .group-content .views-table .views-row .views-field-nothing-2 {
    display: block;
    padding: 0;
    background: white !important;
    height: 14px;
    border-right: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 2px #fecb3b !important;
    background: white;
  }
}

.rdc-data .view-shotshell-load .group-content .maximum-label {
  float: left;
  margin: 0 0 5px 685px;
}

.rdc-data .view-shotshell-load .views-row .group-header {
  display: block;
  margin-top: 0;
  padding-top: 9px;
}

.rdc-data .view-shotshell-load .views-row .group-header:after {
  display: none;
}

.rdc-data .view-shotshell-load .views-row .group-header:hover {
  background: #6b6862;
  cursor: default;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-shotshell-load .views-row .group-header {
    display: block;
    padding: 5px 8px 2px !important;
  }
  html.touch .rdc-data .view-shotshell-load .views-row .group-header:first-child {
    margin-top: 0;
  }
  html.touch .rdc-data .view-shotshell-load .views-row .group-header .label {
    font-size: 12px !important;
    line-height: 12px !important;
    font-weight: normal;
  }
  html.touch .rdc-data .view-shotshell-load .views-row .group-header .name {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    padding-top: 2px;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-shotshell-load .views-row .group-header {
    display: block;
    padding: 5px 8px 2px !important;
  }
  .rdc-data .view-shotshell-load .views-row .group-header:first-child {
    margin-top: 0;
  }
  .rdc-data .view-shotshell-load .views-row .group-header .label {
    font-size: 12px !important;
    line-height: 12px !important;
    font-weight: normal;
  }
  .rdc-data .view-shotshell-load .views-row .group-header .name {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    padding-top: 2px;
  }
}

@media only screen and (min-width: 1025px) {
  .rdc-data .view-shotshell-load .views-row .group-header {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch .rdc-data .view-shotshell-load .views-row .group-header {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.no-touch .rdc-data .view-shotshell-load .views-row .group-header {
    display: none;
  }
}

html.ie7 .rdc-data .view-shotshell-load .views-row .group-header,
html.ie8 .rdc-data .view-shotshell-load .views-row .group-header {
  display: none;
}

.rdc-data .view-shotshell-load .views-row .group-header .label {
  font-size: 15px;
  line-height: 17px;
}

.rdc-data .view-shotshell-load .views-field {
  display: table-cell;
  height: 20px;
  padding: 6px 12px 4px;
  vertical-align: middle;
  text-align: center;
}

html.ie7 .rdc-data .view-shotshell-load .views-field {
  float: left;
  display: inline-block;
  height: auto;
  min-height: 20px;
  border: none;
  background: none;
}

.rdc-data .view-shotshell-load .views-field.views-field-nothing, .rdc-data .view-shotshell-load .views-field.views-field-nothing-1 {
  width: 16px;
  background: white;
  padding: 0;
  border-bottom: none;
}

html.ie7 .rdc-data .view-shotshell-load .views-field.views-field-nothing, html.ie7 .rdc-data .view-shotshell-load .views-field.views-field-nothing-1 {
  display: none;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-shotshell-load .views-field.views-field-nothing, html.touch .rdc-data .view-shotshell-load .views-field.views-field-nothing-1 {
    background: white !important;
    border: solid 2px #6b6862;
    border-top: solid 1px #6b6862 !important;
    border-bottom: solid 2px #6b6862 !important;
    padding: 4px 8px !important;
  }
  html.touch .rdc-data .view-shotshell-load .views-field.views-field-nothing .views-label, html.touch .rdc-data .view-shotshell-load .views-field.views-field-nothing-1 .views-label {
    display: block;
    float: none !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 14px;
    text-align: left;
    color: #ed1c2e;
    font-weight: bold;
    border-bottom: none !important;
  }
  html.touch .rdc-data .view-shotshell-load .views-field.views-field-nothing .views-label:after, html.touch .rdc-data .view-shotshell-load .views-field.views-field-nothing-1 .views-label:after {
    content: '' !important;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-shotshell-load .views-field.views-field-nothing, .rdc-data .view-shotshell-load .views-field.views-field-nothing-1 {
    background: white !important;
    border: solid 2px #6b6862;
    border-top: solid 1px #6b6862 !important;
    border-bottom: solid 2px #6b6862 !important;
    padding: 4px 8px !important;
  }
  .rdc-data .view-shotshell-load .views-field.views-field-nothing .views-label, .rdc-data .view-shotshell-load .views-field.views-field-nothing-1 .views-label {
    display: block;
    float: none !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 14px;
    text-align: left;
    color: #ed1c2e;
    font-weight: bold;
    border-bottom: none !important;
  }
  .rdc-data .view-shotshell-load .views-field.views-field-nothing .views-label:after, .rdc-data .view-shotshell-load .views-field.views-field-nothing-1 .views-label:after {
    content: '' !important;
  }
}

.rdc-data .view-shotshell-load .views-field.views-field-Manufacturer {
  width: 120px;
  border-left: solid 1px #e6e6e6;
  text-align: left;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-shotshell-load .views-field.views-field-Manufacturer {
    background: white !important;
    border: solid 1px #e6e6e6;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-shotshell-load .views-field.views-field-Manufacturer {
    background: white !important;
    border: solid 1px #e6e6e6;
  }
}

.rdc-data .view-shotshell-load .views-field.views-field-Powder {
  width: 120px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-shotshell-load .views-field.views-field-Powder {
    background: #f3f3f3 !important;
    border: solid 1px #e6e6e6;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-shotshell-load .views-field.views-field-Powder {
    background: #f3f3f3 !important;
    border: solid 1px #e6e6e6;
  }
}

.rdc-data .view-shotshell-load .views-field.views-field-Primer {
  width: 120px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-shotshell-load .views-field.views-field-Primer {
    background: white !important;
    border: solid 1px #e6e6e6;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-shotshell-load .views-field.views-field-Primer {
    background: white !important;
    border: solid 1px #e6e6e6;
  }
}

.rdc-data .view-shotshell-load .views-field.views-field-Wad {
  width: 120px;
  border-right: solid 1px #e6e6e6;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-shotshell-load .views-field.views-field-Wad {
    background: #f3f3f3 !important;
    border: solid 1px #e6e6e6;
    border-bottom: solid 1px #6b6862 !important;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-shotshell-load .views-field.views-field-Wad {
    background: #f3f3f3 !important;
    border: solid 1px #e6e6e6;
    border-bottom: solid 1px #6b6862 !important;
  }
}

.rdc-data .view-shotshell-load .views-field.views-field-Charge {
  width: 80px;
  border-left: solid 1px #e6e6e6;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-shotshell-load .views-field.views-field-Charge {
    background: #d5d5d5 !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-shotshell-load .views-field.views-field-Charge {
    background: #d5d5d5 !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

.rdc-data .view-shotshell-load .views-field.views-field-Pressure {
  width: 80px;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-shotshell-load .views-field.views-field-Pressure {
    background: white !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-shotshell-load .views-field.views-field-Pressure {
    background: white !important;
    border: solid 2px #6b6862;
    border-bottom: solid 1px #6b6862 !important;
  }
}

.rdc-data .view-shotshell-load .views-field.views-field-Velocity {
  width: 80px;
  border-right: solid 1px #e6e6e6;
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html.touch .rdc-data .view-shotshell-load .views-field.views-field-Velocity {
    background: #d5d5d5 !important;
    border: solid 2px #6b6862;
    border-bottom: solid 2px #6b6862 !important;
  }
}

@media only screen and (max-width: 959px) {
  .rdc-data .view-shotshell-load .views-field.views-field-Velocity {
    background: #d5d5d5 !important;
    border: solid 2px #6b6862;
    border-bottom: solid 2px #6b6862 !important;
  }
}

.rdc-data .view-shotshell-load .views-field.views-field-Velocity .tooltip .box {
  margin-left: -115px;
}

.rdc-data .view-shotshell-load .views-field.views-field-Velocity .tooltip .box:after {
  left: 109px;
}

.rdc-data .view-shotshell-load .views-field.views-field-Velocity .tooltip .box:before {
  left: 102px;
}

.rdc-data .feed-icon {
  display: none;
}

.rdc-data .view-empty h3 {
  margin-top: 47px;
  font-size: 40px;
  line-height: 52px;
  color: #cfcfd0;
  text-align: center;
  text-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  .rdc-data .view-empty h3 {
    padding: 0 15px;
    font-size: 36px;
    line-height: 48px;
  }
}

.rdc-data a.back {
  float: none;
  display: block;
  position: relative;
  padding: 0;
  margin-bottom: 44px;
  background: white;
  border: solid 2px #fecb3b;
  border-left: none;
  border-right: none;
  font-family: "Myriad Pro", Helvetica, sans-serif;
  font-weight: 600;
  color: #6b6862;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.rdc-data a.back .label {
  position: relative;
  display: block;
  margin: 16px 20px 2px 50px;
  padding: 0 0 2px 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  border-bottom: 2px solid #e6e6e6;
}

.rdc-data a.back .label:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -38px;
  width: 37px;
  height: 61px;
  background: #fff url(../images/hodgdonlanding/sprite.svg) -51px 0 no-repeat;
  background-size: 895px 496px;
}

.rdc-data a.back .label .close {
  display: none !important;
}

.rdc-data a.back .name {
  display: block;
  margin: 6px 18px 9px 48px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 24px;
}

.rdc-data a.back .close {
  display: none !important;
  padding: 8px 0 4px;
  text-align: center;
  background: #f3f3f3;
  border-top: solid 1px #e6e6e6;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-transform: none;
}

.rdc-data a.back .close:before {
  content: "";
  display: inline-block;
  margin: -4px 4px 0 0;
  height: 21px;
  width: 21px;
  vertical-align: middle;
  background: url(../images/hodgdonlanding/sprite.svg) -136px -15px no-repeat;
  background-size: 672px 371px;
}

.clear {
  clear: both;
}

.link-icons-icon-image {
  margin-left: 3px;
}
