* {
  position: relative;
}
html.browser-is-flawed .flawed-z-correct {
  z-index: 1;
}
html.browser-is-flawed footer {
  z-index: 2;
}
html.browser-is-flawed .flawed-hidden {
  display: none;
}
no-br {
  white-space: nowrap;
}
html, body {
  position: relative;
  height: 100%;
  width: 100%;
}
a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}
.container {
  margin: 0 auto;
  padding: 0 25px;
}
.full-screen, html:not(.mobile-browser) .full-screen-desktop {
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.video-full-screen:not(.unfix) {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-full-screen.unfix {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}
.checkered.right .video-full-screen.unfix {
  left: auto;
  right: 0;
}
.block {
  display: block;
  width: 100%;
}
.inline {
  display: inline;
}
.hidden {
  display: none;
}
html.mobile-browser .mobile-hide {
  display: none;
  opacity: 0;
}
html:not(.mobile-browser) .desktop-hide {
  display: none;
  opacity: 0;
}
.relative {
  position: relative;
}
.fixed, html:not(.mobile-browser) .fixed-desktop {
  position: fixed;
  top: 0;
  left: 0;
}
.absolute, html:not(.mobile-browser) .absolute-desktop {
  position: absolute;
}
.absolute.fill, html:not(.mobile-browser) .absolute-desktop.fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.absolute.top, html:not(.mobile-browser) .absolute-desktop.top {
  top: 0;
}
.absolute.right, html:not(.mobile-browser) .absolute-desktop.right {
  right: 0;
}
.absolute.bottom, html:not(.mobile-browser) .absolute-desktop.bottom {
  bottom: 0;
}
.absolute.left, html:not(.mobile-browser) .absolute-desktop.left {
  left: 0;
}
.explicit-line-height {
  line-height: 16px;
}
.shadow {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
.shadow-inset {
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
.clickable {
  cursor: pointer;
}
.table-cell {
  display: table-cell;
}
.background {
  color: #fff;
  background-position: center center;
  background-size: cover;
}
.background-fit {
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.background-bottom {
  background-position: center bottom;
}
.vertically-center {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tile-label {
  display: block;
  height: 50px;
  font-family: 'Montserrat', 'Gotham', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Calibri, Arial;
  font-size: 12.30769px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  line-height: 1.618em;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  transition: 0.1s;
}
a:hover .tile-label, a.active .tile-label {
  color: #fff;
  background-color: #c32032;
}
#backgrounds {
  z-index: 0;
}
#page-backgrounds > div {
  z-index: -2;
}
.move-to-backgrounds {
  z-index: 0;
}
.black, .black-half-opacity, .darker-grey, .dark-grey, .medium-grey, .dark-green, .dark-blue, .dark-red, .dark-orange, .grey {
  color: #fff;
}
.black h3, .black-half-opacity h3, .darker-grey h3, .dark-grey h3, .medium-grey h3, .dark-green h3, .dark-blue h3, .dark-red h3, .dark-orange h3, .grey h3 {
  color: #fff;
}
.black p, .black-half-opacity p, .darker-grey p, .dark-grey p, .medium-grey p, .dark-green p, .dark-blue p, .dark-red p, .dark-orange p, .grey p, .black ul, .black-half-opacity ul, .darker-grey ul, .dark-grey ul, .medium-grey ul, .dark-green ul, .dark-blue ul, .dark-red ul, .dark-orange ul, .grey ul, .black table, .black-half-opacity table, .darker-grey table, .dark-grey table, .medium-grey table, .dark-green table, .dark-blue table, .dark-red table, .dark-orange table, .grey table {
  color: rgba(255, 255, 255, 0.6);
}
.black p a, .black-half-opacity p a, .darker-grey p a, .dark-grey p a, .medium-grey p a, .dark-green p a, .dark-blue p a, .dark-red p a, .dark-orange p a, .grey p a, .black ul a, .black-half-opacity ul a, .darker-grey ul a, .dark-grey ul a, .medium-grey ul a, .dark-green ul a, .dark-blue ul a, .dark-red ul a, .dark-orange ul a, .grey ul a, .black table a, .black-half-opacity table a, .darker-grey table a, .dark-grey table a, .medium-grey table a, .dark-green table a, .dark-blue table a, .dark-red table a, .dark-orange table a, .grey table a {
  color: #fff;
}
.black p a:hover, .black-half-opacity p a:hover, .darker-grey p a:hover, .dark-grey p a:hover, .medium-grey p a:hover, .dark-green p a:hover, .dark-blue p a:hover, .dark-red p a:hover, .dark-orange p a:hover, .grey p a:hover, .black ul a:hover, .black-half-opacity ul a:hover, .darker-grey ul a:hover, .dark-grey ul a:hover, .medium-grey ul a:hover, .dark-green ul a:hover, .dark-blue ul a:hover, .dark-red ul a:hover, .dark-orange ul a:hover, .grey ul a:hover, .black table a:hover, .black-half-opacity table a:hover, .darker-grey table a:hover, .dark-grey table a:hover, .medium-grey table a:hover, .dark-green table a:hover, .dark-blue table a:hover, .dark-red table a:hover, .dark-orange table a:hover, .grey table a:hover {
  color: #c32032;
}
.white, .white-half-opacity, .light-grey, .light-green {
  color: #000;
}
body .white {
  background-color: #fff;
}
body .white-half-opacity {
  background-color: rgba(255, 255, 255, 0.6);
}
body .white-opaque {
  background-color: rgba(255, 255, 255, 0.9);
}
body .black-half-opacity {
  background-color: rgba(0, 0, 0, 0.6);
}
body .light-grey {
  background-color: #f5f5f5;
}
body .grey {
  background-color: #adadad;
}
body .black {
  background-color: #000;
}
body .medium-grey {
  background-color: #5a5a5a;
}
body .dark-grey {
  background-color: #373737;
}
body .darker-grey {
  background-color: #303030;
}
body .dark-green {
  background-color: #5d581d;
}
body .light-green {
  background-color: #baaf3a;
}
body .dark-blue {
  background-color: #20576c;
}
body .dark-red {
  background-color: #981a26;
}
body .dark-orange {
  background-color: #b96e17;
}
.alert {
  padding: 25px;
  margin-bottom: 25px;
  border: 0 none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.alert.no-border-radius {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.alert.no-border-radius-left {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.alert.no-border-radius-right {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.alert.no-border-radius-top {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.alert.no-border-radius-bottom {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.alert-warning {
  color: #45330e;
  background-color: #eadbae;
}
.alert-warning p {
  color: #45330e;
}
.alert-success {
  color: #343809;
  background-color: #a1b47c;
}
body .no-padding, body .reset-padding {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
body .padding, body .half-padding {
  padding: 25px;
}
body .padding-top {
  padding-top: 75px;
}
body .padding-bottom {
  padding-bottom: 75px;
}
body .half-padding-top {
  padding-top: 25px !important;
}
body .half-padding-bottom {
  padding-bottom: 25px !important;
}
body .padding-left {
  padding-left: 75px;
}
body .padding-right {
  padding-right: 75px;
}
body .half-padding-left {
  padding-left: 25px !important;
}
body .half-padding-right {
  padding-right: 25px !important;
}
body .reset-margin, body .no-margin {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
body .margin {
  margin: 75px;
}
body .half-margin {
  margin: 25px;
}
body .margin-top {
  margin-top: 75px;
}
body .margin-bottom {
  margin-bottom: 75px;
}
body .half-margin-top {
  margin-top: 25px;
}
body .half-margin-bottom {
  margin-bottom: 25px;
}
img {
  max-width: 100%;
}
div.page-header {
  position: relative;
  width: 100%;
  height: 300px;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 300px;
}
@media (min-width: 1200px) {
  div.page-header {
    background-size: 100% auto;
  }
}
.border-bottom:not(:last-child) {
  border-bottom: 1px solid #eee;
}
html.mobile-browser div.page-header, html.browser-is-flawed div.page-header {
  background-attachment: scroll;
}
div.pagination {
  font-family: 'Montserrat', 'Gotham', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Calibri, Arial;
  font-size: 12.30769px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: calc(2 * 25px - 2px);
  text-align: right;
}
div.pagination ul {
  height: 50px;
  width: auto;
  padding: 0 20px;
  margin: 0 0 12.5px 0;
  display: inline-block;
  list-style: none;
  margin: auto;
}
div.pagination ul li {
  list-style: none;
  display: inline-block;
  padding: 0 3px 0 3px;
}
div.pagination ul li.active {
  font-weight: 600;
}
.aspect:before {
  content: "";
  display: block;
  overflow: hidden;
}
.aspect.one-to-one:before {
  /* This height will actually relate to the width of the box 1:1 aspect ratio */
  padding-top: 100%;
}
.aspect.four-to-three:before {
  /* This height will actually relate to the width of the box 2:1 aspect ratio */
  padding-top: 75%;
}
.aspect.two-to-one:before {
  /* This height will actually relate to the width of the box 2:1 aspect ratio */
  padding-top: 50%;
}
.aspect.four-to-one:before {
  /* This height will actually relate to the width of the box 2:1 aspect ratio */
  padding-top: 25%;
}
.aspect.magazine:before {
  /* This height will actually relate to the width of the box 2:1 aspect ratio */
  padding-top: 127%;
}
.clearfix:after, .content-boundary:after, .columns:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.checkered {
  position: relative;
}
.checkered.left .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}
.checkered.right .background {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}
@media (max-width: 992px) {
  .checkered.left .background, .checkered.right .background {
    position: static;
    height: 550px;
    width: 100%;
  }
}
* html .clearfix, * html .content-boundary, * html .columns {
  zoom: 1;
  /* IE6 */
}
*:first-child + html .clearfix, *:first-child + html .content-boundary, *:first-child + html .columns {
  zoom: 1;
  /* IE7 */
}
ul.inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul.inline li {
  margin-right: 0px;
  display: inline;
}
ul.rollover-list {
  margin: 25px 0px;
  padding: 0px;
}
ul.rollover-list li[data-hide-and-show-hover] {
  list-style: none;
  padding: 0px 25px;
  color: #333;
  line-height: 35px;
  background-color: #ddd;
  cursor: default;
}
ul.rollover-list li[data-hide-and-show-hover]:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
ul.rollover-list li[data-hide-and-show-hover]:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
ul.rollover-list li[data-hide-and-show-hover]:hover, ul.rollover-list li[data-hide-and-show-hover].active {
  color: #333;
  background-color: #ccc;
}
@media (min-width: 768px) {
  ul.rollover-list {
    margin: 25px -200px 25px 0px;
  }
  ul.rollover-list.right {
    margin: 25px 0px 25px -200px;
  }
  ul.rollover-list.right li[data-hide-and-show-hover] {
    padding-left: 200px;
    text-align: right;
  }
}
ul.rollover-display {
  padding: 0;
  margin: 0;
  z-index: 1;
}
ul.rollover-display li {
  list-style: none;
}
.c4play {
  position: relative;
  display: inline-block;
  min-height: 75px;
  min-width: 75px;
  cursor: pointer;
}
.c4play:before {
  content: "play";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 75px;
  width: 75px;
  margin-top: -37.5px;
  margin-left: -37.5px;
  font-family: 'Montserrat', 'Gotham', 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Calibri, Arial;
  font-size: 12.30769px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  line-height: 75px;
  text-align: center;
  background-color: #981a26;
  border-radius: 0px;
  z-index: 1;
}
.c4play:hover:before {
  background-color: #c32032;
}
.c4down {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -37.5px;
  display: block;
  height: 75px;
  width: 75px;
  cursor: pointer;
}
.c4down.inline {
  display: inline-block;
}
.c4down:before {
  content: "\f078";
  position: absolute;
  top: 0;
  left: 0;
  height: 75px;
  width: 75px;
  font-family: FontAwesome;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 75px;
  text-align: center;
  z-index: 1;
}
.c4down:hover:before {
  color: #fff;
}
.c4close {
  position: absolute;
  display: block;
  top: 25px;
  right: 25px;
  border-bottom: none;
  z-index: 2;
  cursor: pointer;
}
.c4close:before {
  content: "\f00d";
  color: #969696;
  font-family: FontAwesome;
  z-index: 1;
}
.c4close:hover:before {
  color: #c32032;
}
.c4status {
  height: 50px;
  width: 50px;
  line-height: inherit;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  color: white;
}
.c4status-success {
  background-color: #c5b92f;
}
.c4status-success:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  margin-left: -12px;
  margin-top: 13px;
}
.c4status-warning {
  background-color: #f6921e;
}
.c4status-warning:before {
  content: "\f12a";
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  margin-left: -3.5px;
  margin-top: 14px;
}
.c4status-error {
  background-color: #c32032;
}
.c4status-error:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  margin-left: -10px;
  margin-top: 12px;
}
.status-icon {
  line-height: 0;
}
.post-content iframe.wistia_embed {
  margin-left: -30px;
}
div.slick-track {
  position: absolute;
  width: 100% !important;
}
div.slider .slide {
  position: absolute !important;
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}
.product-img {
  height: 400px;
}
.product-img div.slider .slide {
  height: 350px;
  min-height: 350px;
  background-size: contain !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-img div.slider ul.slick-dots {
  bottom: -20px;
}
div.slider .slide.text-white {
  color: #fff;
}
div.slider .slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.slider .slide.takeover {
  height: 500px;
}
div.slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  z-index: 1;
}
div.slider:hover .slick-arrow {
  color: rgba(255, 255, 255, 0.3);
}
div.slider .slick-arrow:hover {
  color: rgba(255, 255, 255, 0.8);
}
div.slider .slick-arrow.slick-prev {
  left: 15px;
}
div.slider .slick-arrow.slick-next {
  right: 15px;
}
div.slider ul.slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 1000;
}
div.slider ul.slick-dots li {
  display: inline;
  margin: 0px 5px;
  list-style: none;
  font-size: 0;
}
div.slider ul.slick-dots li button {
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  font-size: 0px;
  line-height: 0;
  background-color: rgba(150, 150, 150, 0.5);
  border: 0 none;
  border-radius: 50%;
}
div.slider ul.slick-dots li.slick-active button, div.slider ul.slick-dots li button:hover {
  background-color: #969696;
  /* Remove the blue outline! */
}
.slide.slick-slide.slick-current.slick-active:focus, div.slider .slide:focus {
  outline: none;
}
