/**
 * CSS Lock
 * @param  float     $min-size:  1            Lowest value for the lock
 * @param  float     $max-size:  1.4          Highest value for the lock
 * @param  integer   $min-width: 20           Smallest width for lock
 * @param  integer   $max-width: 100          Largest width for lock
 * @param  string    $property:  font-size    Property to apply the lock on
 * @param  string    $unit:      rem          Unit of the property to apply
 */
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/**
 * Colours
 **/
/**
 * Typography
 **/
/**
 * Breakpoints
 **/
/**
 * Transitions
 **/
header {
  display: block; }
  header #header-container {
    background: #620f0d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #620f0d 0%, #ad1b16 20%, #ad1b16 50%, #ad1b16 80%, #ad1b16 80%, #620f0d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #620f0d 0%, #ad1b16 20%, #ad1b16 50%, #ad1b16 80%, #ad1b16 80%, #620f0d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #620f0d 0%, #ad1b16 20%, #ad1b16 50%, #ad1b16 80%, #ad1b16 80%, #620f0d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#620f0d', endColorstr='#620f0d', GradientType=1);
    /* IE6-9 */
    width: 100%;
    left: 0;
    font-size: 2em;
    padding: 0 1rem;
    height: 7rem;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase; }
    header #header-container a {
      color: #FFFFFF;
      font-size: 1.5rem; }
    header #header-container #logo {
      position: absolute;
      display: block;
      width: 22rem;
      height: 9.5rem;
      top: 0;
      left: 2.5rem;
      z-index: 20;
      background-image: url("../img/logo.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left center;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media screen and (min-width: 1000px) {
        header #header-container #logo {
          left: 14rem;
          height: 12.5rem; } }
      @media screen and (min-width: 1200px) {
        header #header-container #logo {
          left: 17rem;
          height: 13.5rem; } }
    header #header-container nav#main-menu > #menu-header-menu {
      list-style-type: none;
      display: block;
      margin: 0; }
      header #header-container nav#main-menu > #menu-header-menu > li {
        position: relative; }
        header #header-container nav#main-menu > #menu-header-menu > li > a {
          display: block;
          transition: all 0.25s;
          font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1000 - 320))); }
          @media (max-width: 320px) {
            header #header-container nav#main-menu > #menu-header-menu > li > a {
              font-size: 14px; } }
          @media (min-width: 1000px) {
            header #header-container nav#main-menu > #menu-header-menu > li > a {
              font-size: 16px; } }
        header #header-container nav#main-menu > #menu-header-menu > li > ul {
          display: block;
          z-index: 10;
          list-style-type: none;
          margin: 0;
          text-align: left;
          transition: all 0.25s; }
          header #header-container nav#main-menu > #menu-header-menu > li > ul > li {
            transition: all 0.25s; }
            header #header-container nav#main-menu > #menu-header-menu > li > ul > li > a {
              display: block;
              color: rgba(0, 0, 0, 0.7);
              padding: .3em .6em;
              text-transform: initial;
              transition: all 0.25s;
              font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1000 - 320))); }
              @media (max-width: 320px) {
                header #header-container nav#main-menu > #menu-header-menu > li > ul > li > a {
                  font-size: 14px; } }
              @media (min-width: 1000px) {
                header #header-container nav#main-menu > #menu-header-menu > li > ul > li > a {
                  font-size: 16px; } }
            header #header-container nav#main-menu > #menu-header-menu > li > ul > li.active > a {
              color: #e1221c; }
    @media (orientation: landscape) {
      header #header-container nav#main-menu > #menu-header-menu {
        text-align: center;
        padding: 0 0 0 15vw; }
        header #header-container nav#main-menu > #menu-header-menu > li {
          display: inline-block;
          margin: 0 1.5vw; }
          header #header-container nav#main-menu > #menu-header-menu > li > a {
            padding: 1.6em 0; }
          header #header-container nav#main-menu > #menu-header-menu > li > ul {
            pointer-events: none;
            opacity: 0;
            position: absolute;
            background-color: #FFFFFF;
            box-shadow: rgba(0, 0, 0, 0.1) 0 0.2em 0.2em;
            top: 7rem;
            padding: 0;
            transform: scale(0.95) translateY(-3%); }
            header #header-container nav#main-menu > #menu-header-menu > li > ul > li > a {
              white-space: nowrap; }
            header #header-container nav#main-menu > #menu-header-menu > li > ul > li:hover {
              background-color: rgba(225, 34, 28, 0.1); }
          header #header-container nav#main-menu > #menu-header-menu > li:hover > a, header #header-container nav#main-menu > #menu-header-menu > li.active > a {
            color: #e1221c;
            text-shadow: rgba(0, 0, 0, 0.3) 0 0.2em 0.2em; }
          header #header-container nav#main-menu > #menu-header-menu > li:hover > ul {
            pointer-events: initial;
            opacity: 1;
            transform: scale(1); } }
    @media (orientation: portrait) {
      header #header-container nav#main-menu {
        position: absolute;
        top: 7rem;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 10;
        opacity: 0;
        pointer-events: none;
        transform: scale(0.95) translateY(-3%);
        transition: all 0.25s;
        box-shadow: rgba(0, 0, 0, 0.1) 0 0.2em 0.2em; }
        header #header-container nav#main-menu > #menu-header-menu {
          padding: 1.5em 0 0;
          background-color: rgba(255, 255, 255, 0.9); }
          header #header-container nav#main-menu > #menu-header-menu > li {
            position: relative; }
            header #header-container nav#main-menu > #menu-header-menu > li > a {
              padding: 1em 2em;
              color: #e1221c; }
            header #header-container nav#main-menu > #menu-header-menu > li > .submenu-toggle {
              content: url(../img/right-arrow-red.svg);
              position: absolute;
              top: .1em;
              right: .5em;
              width: 1em;
              height: 1em;
              padding: .5em;
              color: #e1221c;
              transition: all 0.25s; }
            header #header-container nav#main-menu > #menu-header-menu > li > ul {
              padding-left: 1.5em;
              overflow: hidden;
              max-height: 0;
              transition: all 0.25s; }
            header #header-container nav#main-menu > #menu-header-menu > li.expanded > .submenu-toggle {
              transform: rotate(90deg); }
            header #header-container nav#main-menu > #menu-header-menu > li.expanded > ul {
              max-height: 100vh; }
            header #header-container nav#main-menu > #menu-header-menu > li:not(:last-child) {
              border-bottom: 1px solid rgba(0, 0, 0, 0.2); } }
    header #header-container > #navigation-toggle {
      position: absolute;
      width: 3rem;
      height: 3rem;
      font-size: 62.5%;
      right: 1em;
      top: 50%;
      cursor: pointer;
      display: none;
      z-index: 20;
      transform: translateY(-50%); }
      header #header-container > #navigation-toggle > #hamburger {
        position: absolute;
        width: 100%;
        height: .5rem;
        background: #FFFFFF;
        top: 50%;
        transform: translateY(-50%);
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        header #header-container > #navigation-toggle > #hamburger:before, header #header-container > #navigation-toggle > #hamburger:after {
          content: '';
          display: block;
          height: .5rem;
          width: 100%;
          background: #FFFFFF;
          position: absolute;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
        header #header-container > #navigation-toggle > #hamburger:before {
          transform-origin: 0 25%;
          top: -200%; }
        header #header-container > #navigation-toggle > #hamburger:after {
          transform-origin: 0 75%;
          bottom: -200%; }
      @media (orientation: portrait) {
        header #header-container > #navigation-toggle {
          display: block; } }
  header.navigation-visible > #header-container {
    background: #620f0d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #620f0d 0%, #ad1b16 20%, #ad1b16 50%, #ad1b16 80%, #ad1b16 80%, #620f0d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #620f0d 0%, #ad1b16 20%, #ad1b16 50%, #ad1b16 80%, #ad1b16 80%, #620f0d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #620f0d 0%, #ad1b16 20%, #ad1b16 50%, #ad1b16 80%, #ad1b16 80%, #620f0d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#620f0d', endColorstr='#620f0d', GradientType=1);
    /* IE6-9 */ }
    header.navigation-visible > #header-container > #navigation-toggle #hamburger {
      background: transparent; }
      header.navigation-visible > #header-container > #navigation-toggle #hamburger:before {
        transform: rotate(45deg); }
      header.navigation-visible > #header-container > #navigation-toggle #hamburger:after {
        transform: rotate(-45deg); }
    header.navigation-visible > #header-container nav#main-menu {
      opacity: 1;
      pointer-events: initial;
      transform: scale(1) translateY(0); }
  header #masthead {
    position: relative;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 40em; }
    header #masthead h1.title {
      color: #FFFFFF;
      font-size: 5.8em;
      text-align: center;
      margin: 0 auto;
      position: absolute;
      width: 100%;
      top: 35%; }

#footer {
  background-image: url("../img/krc-footer-bg.jpg");
  background-size: cover;
  background-position: 30%;
  height: auto;
  width: 100%;
  font-family: "Gotham A", "Gotham B";
  position: relative; }
  @media screen and (max-width: 800px) {
    #footer {
      height: auto; } }
  #footer #footer-container {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      #footer #footer-container {
        flex-direction: column; } }
    #footer #footer-container div {
      margin-top: 5em;
      width: 22%; }
      @media screen and (max-width: 1000px) {
        #footer #footer-container div {
          width: 45%; } }
      @media screen and (max-width: 800px) {
        #footer #footer-container div {
          width: 80%;
          margin: 3em auto 0;
          text-align: center; } }
      #footer #footer-container div label {
        font-size: 1.8rem;
        font-weight: bold;
        margin: 1em auto;
        display: block; }
      #footer #footer-container div a {
        color: #000000; }
        #footer #footer-container div a img {
          max-width: 2rem;
          display: inline-block;
          vertical-align: middle; }
        #footer #footer-container div a p {
          font-size: 1.2rem;
          margin: 1em auto;
          vertical-align: middle;
          font-family: "Gotham A", "Gotham B"; }
        #footer #footer-container div a #social-text {
          display: inline-block; }
    #footer #footer-container div:last-child {
      margin-bottom: 10em; }
    #footer #footer-container #footer-contact p {
      font-size: 1.2rem;
      margin: 1em auto;
      font-family: "Gotham A", "Gotham B"; }
    #footer #footer-container #footer-social p {
      color: #39579c;
      font-family: "Gotham A", "Gotham B";
      padding-left: .5em; }
      #footer #footer-container #footer-social p:before {
        background: url("../fonts/Facebook_icon.svg"); }
  #footer #footer-trademark {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 1em;
    text-align: center; }
    #footer #footer-trademark p {
      font-size: 1rem;
      width: 80%;
      margin: 0 auto; }

#masthead {
  height: 25vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.accordion {
  margin: 2vh 0; }
  .accordion section {
    padding: 0 .5em;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .accordion section .control {
      display: none; }
      .accordion section .control:checked ~ .fold {
        max-height: 0 !important; }
      .accordion section .control:not(:checked) ~ .disclosure:before {
        transform: rotate3d(0, 0, 1, 90deg); }
    .accordion section .disclosure {
      display: block;
      position: relative;
      color: rgba(0, 0, 0, 0.8); }
      .accordion section .disclosure > h4 {
        user-select: none;
        font-weight: normal;
        padding: .5em .5em .5em 2.5em;
        cursor: pointer;
        transition: all 0.25s; }
      .accordion section .disclosure:before {
        backface-visibility: hidden;
        transition: all 0.25s;
        transform-origin: center 55%;
        content: "\203a";
        position: absolute;
        left: .5em;
        top: -.15em;
        transform: translate3d(0, 0, 0);
        pointer-events: none;
        color: inherit;
        font-size: calc(20px + (44 - 20) * ((100vw - 320px) / (1200 - 320))); }
        @media (max-width: 320px) {
          .accordion section .disclosure:before {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          .accordion section .disclosure:before {
            font-size: 44px; } }
      .accordion section .disclosure:hover {
        color: #e1221c; }
    .accordion section .fold {
      overflow: hidden;
      transition: 0.25s ease max-height;
      max-height: 99vh; }
      .accordion section .fold > * {
        padding: 0 1em 1em;
        font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1200 - 320))); }
        @media (max-width: 320px) {
          .accordion section .fold > * {
            font-size: 10px; } }
        @media (min-width: 1200px) {
          .accordion section .fold > * {
            font-size: 14px; } }
      .accordion section .fold .nips th,
      .accordion section .fold .nips td {
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-weight: normal;
        font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1200 - 320))); }
        @media (max-width: 320px) {
          .accordion section .fold .nips th,
          .accordion section .fold .nips td {
            font-size: 10px; } }
        @media (min-width: 1200px) {
          .accordion section .fold .nips th,
          .accordion section .fold .nips td {
            font-size: 14px; } }
    .accordion section:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#breadcrumbs {
  margin: 1em 0;
  font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1000 - 320))); }
  @media (max-width: 320px) {
    #breadcrumbs {
      font-size: 18px; } }
  @media (min-width: 1000px) {
    #breadcrumbs {
      font-size: 24px; } }
  #breadcrumbs a {
    position: relative; }
    #breadcrumbs a h1 {
      font-weight: normal;
      display: inline-block;
      font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1200 - 320))); }
      @media (max-width: 320px) {
        #breadcrumbs a h1 {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        #breadcrumbs a h1 {
          font-size: 24px; } }
    #breadcrumbs a h2 {
      font-weight: normal;
      display: inline-block; }
    #breadcrumbs a:first-child h2 {
      font-weight: bold; }
    #breadcrumbs a:last-child {
      color: rgba(0, 0, 0, 0.8); }
    #breadcrumbs a:not(:last-child) {
      color: rgba(225, 34, 28, 0.5);
      padding-right: 1em;
      transition: color 0.25s; }
      #breadcrumbs a:not(:last-child):after {
        position: absolute;
        font-size: .8em;
        content: '>';
        top: 50%;
        font-weight: normal;
        right: .4em;
        transform: translateY(-40%); }
      #breadcrumbs a:not(:last-child):hover {
        color: rgba(225, 34, 28, 0.8); }

#products-in-range {
  margin: 1em 0; }
  #products-in-range .product-category {
    width: 100%; }
    #products-in-range .product-category h2 {
      margin: 1em 0 .5em;
      text-transform: uppercase; }
    #products-in-range .product-category .product-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%; }
      #products-in-range .product-category .product-list .product {
        width: 100%;
        text-align: center;
        padding: 1% 2%;
        box-sizing: border-box;
        font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1000 - 320))); }
        @media (max-width: 320px) {
          #products-in-range .product-category .product-list .product {
            font-size: 16px; } }
        @media (min-width: 1000px) {
          #products-in-range .product-category .product-list .product {
            font-size: 22px; } }
        #products-in-range .product-category .product-list .product .thumbnail-container {
          position: relative;
          padding: 1em;
          width: 100%;
          box-sizing: border-box; }
          #products-in-range .product-category .product-list .product .thumbnail-container .thumbnail {
            position: relative;
            height: 0;
            padding-bottom: 100%; }
            #products-in-range .product-category .product-list .product .thumbnail-container .thumbnail > div {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
              transform: scale(0.97);
              transition: transform 0.25s; }
        #products-in-range .product-category .product-list .product span {
          color: rgba(0, 0, 0, 0.8);
          transition: all 0.25s; }
        #products-in-range .product-category .product-list .product:hover .thumbnail-container .thumbnail > div {
          transform: scale(1); }
        #products-in-range .product-category .product-list .product:hover span {
          color: #e1221c; }
        @media (min-width: 480px) {
          #products-in-range .product-category .product-list .product {
            width: 50%; } }
        @media (min-width: 800px) {
          #products-in-range .product-category .product-list .product {
            width: 25%; } }

section > div {
  position: relative; }
  section > div #carousel .item {
    height: 55rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
  section > div #masthead-content {
    width: 40%;
    float: right;
    margin-top: 15em;
    margin-right: 5em;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0; }
    @media screen and (max-width: 1000px) {
      section > div #masthead-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        margin: 0;
        float: none;
        width: 75%; } }
    section > div #masthead-content h2 {
      color: #FFFFFF;
      font-size: calc(1.8vw + 10px);
      font-family: "Arvo"; }
    section > div #masthead-content p {
      color: #FFFFFF;
      font-size: calc(1vw + 8px);
      font-family: "Arvo"; }

section #content {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 800px) {
    section #content {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column; }
      section #content #image-container, section #content #text-container {
        margin: 0 auto; } }
  section #content .row {
    display: flex;
    flex-direction: column;
    width: 100%; }
    section #content .row .image-container {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 75vw;
      width: 100%; }
    section #content .row .text-container {
      -webkit-display: flex;
      display: flex;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      position: relative;
      width: 100%;
      height: 80vw; }
      section #content .row .text-container div {
        width: 60%; }
        @media screen and (max-width: 800px) {
          section #content .row .text-container div {
            width: 60%;
            margin: 6em; } }
        section #content .row .text-container div p {
          font-size: calc(1vw + 7px);
          font-family: "Arvo"; }
          @media screen and (max-width: 800px) {
            section #content .row .text-container div p {
              text-align: center;
              font-size: calc(2vw + 7px); } }
        section #content .row .text-container div a {
          display: block;
          margin-top: 2em;
          width: 52%;
          text-align: center; }
          @media screen and (max-width: 800px) {
            section #content .row .text-container div a {
              width: 60%;
              margin: 2em auto; } }
          section #content .row .text-container div a #cta {
            font-size: calc(.8vw + 4px);
            border: 2px solid black;
            padding: .5rem 1rem;
            text-transform: uppercase;
            font-family: "Gotham A", "Gotham B";
            transition: all 0.25s; }
            @media screen and (max-width: 800px) {
              section #content .row .text-container div a #cta {
                font-size: calc(1.5vw + 4px); } }
            section #content .row .text-container div a #cta:hover {
              background: #e51937;
              color: #FFFFFF;
              cursor: pointer;
              border: 2px solid #e51937; }
    @media (min-width: 800px) {
      section #content .row {
        flex-direction: row; }
        section #content .row:nth-child(even) {
          flex-direction: row-reverse; }
        section #content .row .image-container {
          height: 35vw;
          width: 50%; }
        section #content .row .text-container {
          width: 50%;
          height: 35vw; } }

section #our-story {
  height: 63rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media screen and (max-width: 800px) {
    section #our-story {
      height: 75vw; } }
  section #our-story div h2 {
    width: 45%;
    font-family: "Arvo";
    color: #FFFFFF;
    text-align: center; }
    @media screen and (max-width: 800px) {
      section #our-story div h2 {
        width: 70%; } }
  section #our-story div a {
    display: block;
    width: 20%;
    margin: 4em auto; }
    @media screen and (max-width: 800px) {
      section #our-story div a {
        width: 38%;
        margin: 1.5em auto; } }
    section #our-story div a p {
      color: #FFFFFF;
      text-align: center;
      border: 2px solid white;
      padding: .5rem 1rem;
      text-transform: uppercase; }
      section #our-story div a p:hover {
        background: #e51937;
        cursor: pointer; }

section #support {
  height: 40rem;
  position: relative;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media screen and (max-width: 800px) {
    section #support {
      height: 75vw; } }
  section #support div {
    text-align: center;
    width: 64%; }
    @media screen and (max-width: 800px) {
      section #support div {
        width: 66%; } }
    @media screen and (max-width: 800px) {
      section #support div p {
        font-size: calc(1.5vw + 5px); } }
    section #support div a {
      display: block;
      width: 25%;
      margin: 4em auto; }
      @media screen and (max-width: 800px) {
        section #support div a {
          width: 50%;
          margin: 1.5em auto; } }
      section #support div a #support-cta {
        font-family: "Gotham A", "Gotham B";
        font-size: calc(.8vw + 2px);
        color: #FFFFFF;
        background: #e51937;
        text-align: center;
        padding: 1rem 1.5rem;
        text-transform: uppercase; }
        @media screen and (max-width: 800px) {
          section #support div a #support-cta {
            font-size: calc(1.5vw + 2px); } }

.page-template-obrios section > div {
  position: relative; }
  .page-template-obrios section > div #carousel-obrios .item {
    height: 55rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .page-template-obrios section > div > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    z-index: 5;
    pointer-events: none; }

.page-template-obrios section #obrios-content {
  font-family: "Arvo";
  font-size: 3rem;
  text-align: center;
  background-image: url("../img/grass.jpg"); }
  .page-template-obrios section #obrios-content > div:nth-child(odd) {
    height: 15rem;
    margin: 0 auto;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid black; }
    .page-template-obrios section #obrios-content > div:nth-child(odd):first-child {
      border-top: 2px solid black; }
    .page-template-obrios section #obrios-content > div:nth-child(odd) .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
    .page-template-obrios section #obrios-content > div:nth-child(odd) .overlay ~ div {
      pointer-events: none; }
    .page-template-obrios section #obrios-content > div:nth-child(odd):hover {
      background-color: transparent; }
    .page-template-obrios section #obrios-content > div:nth-child(odd).toggle img {
      transform: translateY(-50%) rotate(90deg); }
    .page-template-obrios section #obrios-content > div:nth-child(odd) > div > h2 {
      color: #FFFFFF;
      margin: 0 auto;
      display: inline-block;
      vertical-align: middle;
      font-size: calc(1.8vw + 10px);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      text-transform: uppercase;
      text-shadow: 5px 1px black;
      cursor: default; }
    .page-template-obrios section #obrios-content > div:nth-child(odd) > div > img {
      display: inline-block;
      vertical-align: middle;
      height: 2em;
      width: 2em;
      position: absolute;
      top: 50%;
      left: 80%;
      transform: translateY(-50%);
      -moz-transition: 0.2s all;
      -o-transition: 0.2s all;
      -webkit-transition: 0.2s all;
      transition: 0.2s all; }
  .page-template-obrios section #obrios-content .product-expand {
    background: white;
    max-height: 0;
    z-index: 2;
    transition: opacity 1s ease-out;
    overflow: hidden;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .page-template-obrios section #obrios-content .product-expand.div-visible {
      opacity: 1;
      max-height: 2000px; }
    .page-template-obrios section #obrios-content .product-expand #product-content {
      width: 80%;
      margin: 1em auto; }
      .page-template-obrios section #obrios-content .product-expand #product-content h2 {
        margin: auto;
        padding: 1em 0; }
      .page-template-obrios section #obrios-content .product-expand #product-content p {
        font-size: calc(0.8vw + 8px);
        width: 80%;
        margin: 0 auto; }
    .page-template-obrios section #obrios-content .product-expand #product-list {
      -webkit-display: flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 1em auto; }
      @media screen and (max-width: 800px) {
        .page-template-obrios section #obrios-content .product-expand #product-list {
          margin: 1em auto; } }
      .page-template-obrios section #obrios-content .product-expand #product-list .product {
        margin: 0 2em;
        width: 30%; }
        @media screen and (max-width: 800px) {
          .page-template-obrios section #obrios-content .product-expand #product-list .product {
            width: 80%; } }
      .page-template-obrios section #obrios-content .product-expand #product-list img {
        height: auto;
        cursor: pointer; }
    .page-template-obrios section #obrios-content .product-expand #product-logo {
      padding-bottom: 1em;
      align-items: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .page-template-obrios section #obrios-content .product-expand #product-logo > img {
        height: 3em;
        width: auto;
        padding: 1em; }
  .page-template-obrios section #obrios-content .welfare-expand, .page-template-obrios section #obrios-content .nurture-expand, .page-template-obrios section #obrios-content .faq-expand {
    background: white;
    max-height: 0;
    z-index: 2;
    transition: opacity 1s ease-out;
    overflow: hidden;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .page-template-obrios section #obrios-content .welfare-expand.div-visible, .page-template-obrios section #obrios-content .nurture-expand.div-visible, .page-template-obrios section #obrios-content .faq-expand.div-visible {
      max-height: 2000px;
      opacity: 1;
      height: auto; }
    .page-template-obrios section #obrios-content .welfare-expand #welfare-content, .page-template-obrios section #obrios-content .welfare-expand #nurture-content, .page-template-obrios section #obrios-content .welfare-expand #faq-content, .page-template-obrios section #obrios-content .nurture-expand #welfare-content, .page-template-obrios section #obrios-content .nurture-expand #nurture-content, .page-template-obrios section #obrios-content .nurture-expand #faq-content, .page-template-obrios section #obrios-content .faq-expand #welfare-content, .page-template-obrios section #obrios-content .faq-expand #nurture-content, .page-template-obrios section #obrios-content .faq-expand #faq-content {
      display: flex;
      justify-content: center;
      text-align: left;
      flex-wrap: wrap;
      padding: 1em 1em;
      margin: 0 auto; }
      @media screen and (max-width: 800px) {
        .page-template-obrios section #obrios-content .welfare-expand #welfare-content, .page-template-obrios section #obrios-content .welfare-expand #nurture-content, .page-template-obrios section #obrios-content .welfare-expand #faq-content, .page-template-obrios section #obrios-content .nurture-expand #welfare-content, .page-template-obrios section #obrios-content .nurture-expand #nurture-content, .page-template-obrios section #obrios-content .nurture-expand #faq-content, .page-template-obrios section #obrios-content .faq-expand #welfare-content, .page-template-obrios section #obrios-content .faq-expand #nurture-content, .page-template-obrios section #obrios-content .faq-expand #faq-content {
          flex-direction: column; } }
      .page-template-obrios section #obrios-content .welfare-expand #welfare-content img, .page-template-obrios section #obrios-content .welfare-expand #nurture-content img, .page-template-obrios section #obrios-content .welfare-expand #faq-content img, .page-template-obrios section #obrios-content .nurture-expand #welfare-content img, .page-template-obrios section #obrios-content .nurture-expand #nurture-content img, .page-template-obrios section #obrios-content .nurture-expand #faq-content img, .page-template-obrios section #obrios-content .faq-expand #welfare-content img, .page-template-obrios section #obrios-content .faq-expand #nurture-content img, .page-template-obrios section #obrios-content .faq-expand #faq-content img {
        height: auto; }
      .page-template-obrios section #obrios-content .welfare-expand #welfare-content > div, .page-template-obrios section #obrios-content .welfare-expand #nurture-content > div, .page-template-obrios section #obrios-content .welfare-expand #faq-content > div, .page-template-obrios section #obrios-content .nurture-expand #welfare-content > div, .page-template-obrios section #obrios-content .nurture-expand #nurture-content > div, .page-template-obrios section #obrios-content .nurture-expand #faq-content > div, .page-template-obrios section #obrios-content .faq-expand #welfare-content > div, .page-template-obrios section #obrios-content .faq-expand #nurture-content > div, .page-template-obrios section #obrios-content .faq-expand #faq-content > div {
        width: 30%;
        margin: 0 2em; }
        @media screen and (max-width: 800px) {
          .page-template-obrios section #obrios-content .welfare-expand #welfare-content > div, .page-template-obrios section #obrios-content .welfare-expand #nurture-content > div, .page-template-obrios section #obrios-content .welfare-expand #faq-content > div, .page-template-obrios section #obrios-content .nurture-expand #welfare-content > div, .page-template-obrios section #obrios-content .nurture-expand #nurture-content > div, .page-template-obrios section #obrios-content .nurture-expand #faq-content > div, .page-template-obrios section #obrios-content .faq-expand #welfare-content > div, .page-template-obrios section #obrios-content .faq-expand #nurture-content > div, .page-template-obrios section #obrios-content .faq-expand #faq-content > div {
            width: 80%;
            margin: 0 auto; } }
      .page-template-obrios section #obrios-content .welfare-expand #welfare-content .wp-caption-text, .page-template-obrios section #obrios-content .welfare-expand #nurture-content .wp-caption-text, .page-template-obrios section #obrios-content .welfare-expand #faq-content .wp-caption-text, .page-template-obrios section #obrios-content .nurture-expand #welfare-content .wp-caption-text, .page-template-obrios section #obrios-content .nurture-expand #nurture-content .wp-caption-text, .page-template-obrios section #obrios-content .nurture-expand #faq-content .wp-caption-text, .page-template-obrios section #obrios-content .faq-expand #welfare-content .wp-caption-text, .page-template-obrios section #obrios-content .faq-expand #nurture-content .wp-caption-text, .page-template-obrios section #obrios-content .faq-expand #faq-content .wp-caption-text {
        font-size: 1.4rem;
        margin: 0 auto;
        font-style: italic; }
        @media screen and (max-width: 800px) {
          .page-template-obrios section #obrios-content .welfare-expand #welfare-content .wp-caption-text, .page-template-obrios section #obrios-content .welfare-expand #nurture-content .wp-caption-text, .page-template-obrios section #obrios-content .welfare-expand #faq-content .wp-caption-text, .page-template-obrios section #obrios-content .nurture-expand #welfare-content .wp-caption-text, .page-template-obrios section #obrios-content .nurture-expand #nurture-content .wp-caption-text, .page-template-obrios section #obrios-content .nurture-expand #faq-content .wp-caption-text, .page-template-obrios section #obrios-content .faq-expand #welfare-content .wp-caption-text, .page-template-obrios section #obrios-content .faq-expand #nurture-content .wp-caption-text, .page-template-obrios section #obrios-content .faq-expand #faq-content .wp-caption-text {
            font-size: 1.1rem; } }
      .page-template-obrios section #obrios-content .welfare-expand #welfare-content p, .page-template-obrios section #obrios-content .welfare-expand #nurture-content p, .page-template-obrios section #obrios-content .welfare-expand #faq-content p, .page-template-obrios section #obrios-content .nurture-expand #welfare-content p, .page-template-obrios section #obrios-content .nurture-expand #nurture-content p, .page-template-obrios section #obrios-content .nurture-expand #faq-content p, .page-template-obrios section #obrios-content .faq-expand #welfare-content p, .page-template-obrios section #obrios-content .faq-expand #nurture-content p, .page-template-obrios section #obrios-content .faq-expand #faq-content p {
        font-size: calc(0.8vw + 8px);
        color: #000000;
        margin: 1em auto; }
        .page-template-obrios section #obrios-content .welfare-expand #welfare-content p strong, .page-template-obrios section #obrios-content .welfare-expand #nurture-content p strong, .page-template-obrios section #obrios-content .welfare-expand #faq-content p strong, .page-template-obrios section #obrios-content .nurture-expand #welfare-content p strong, .page-template-obrios section #obrios-content .nurture-expand #nurture-content p strong, .page-template-obrios section #obrios-content .nurture-expand #faq-content p strong, .page-template-obrios section #obrios-content .faq-expand #welfare-content p strong, .page-template-obrios section #obrios-content .faq-expand #nurture-content p strong, .page-template-obrios section #obrios-content .faq-expand #faq-content p strong {
          font-family: "Arvo"; }
        .page-template-obrios section #obrios-content .welfare-expand #welfare-content p img, .page-template-obrios section #obrios-content .welfare-expand #nurture-content p img, .page-template-obrios section #obrios-content .welfare-expand #faq-content p img, .page-template-obrios section #obrios-content .nurture-expand #welfare-content p img, .page-template-obrios section #obrios-content .nurture-expand #nurture-content p img, .page-template-obrios section #obrios-content .nurture-expand #faq-content p img, .page-template-obrios section #obrios-content .faq-expand #welfare-content p img, .page-template-obrios section #obrios-content .faq-expand #nurture-content p img, .page-template-obrios section #obrios-content .faq-expand #faq-content p img {
          width: 100%;
          height: auto; }

section > div {
  position: relative; }
  section > div .carousel .item {
    height: 55rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
  section > div .masthead-content {
    width: 40%;
    float: right;
    margin-top: 15em;
    margin-right: 5em;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0; }
    @media screen and (max-width: 1000px) {
      section > div .masthead-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        margin: 0;
        float: none;
        width: 75%; } }
    section > div .masthead-content h1 {
      color: #FFFFFF; }
    section > div .masthead-content p {
      color: #FFFFFF;
      font-size: calc(1vw + 8px);
      font-family: "Arvo"; }

section .content {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 800px) {
    section .content {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column; }
      section .content #image-container, section .content #text-container {
        margin: 0 auto; } }
  section .content .image-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vw;
    width: 100%; }
    section .content .image-container:nth-child(1) {
      order: 2; }
    section .content .image-container:nth-child(3) {
      order: 4; }
    section .content .image-container:nth-child(5) {
      order: 6; }
    section .content .image-container:nth-child(7) {
      order: 8;
      height: 85vw; }
    @media screen and (min-width: 800px) {
      section .content .image-container {
        width: 50%;
        height: 40vw !important; }
        section .content .image-container:nth-child(1) {
          order: 2; }
        section .content .image-container:nth-child(3) {
          order: 3; }
        section .content .image-container:nth-child(5) {
          order: 6; }
        section .content .image-container:nth-child(7) {
          order: 7; } }
  section .content .text-container {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin: 4em auto; }
    section .content .text-container:nth-child(2) {
      order: 1; }
    section .content .text-container:nth-child(4) {
      order: 3; }
    section .content .text-container:nth-child(6) {
      order: 5; }
    section .content .text-container:nth-child(8) {
      order: 7; }
      section .content .text-container:nth-child(8) a {
        display: block;
        margin-top: 2em;
        width: 35%;
        text-align: center; }
        @media screen and (max-width: 800px) {
          section .content .text-container:nth-child(8) a {
            width: 32%;
            margin: 2em auto 0; } }
        section .content .text-container:nth-child(8) a #discover-cta {
          font-size: calc(.8vw + 4px);
          border: 2px solid black;
          padding: .5rem 1rem;
          text-transform: uppercase;
          font-family: "Gotham A", "Gotham B"; }
          @media screen and (max-width: 800px) {
            section .content .text-container:nth-child(8) a #discover-cta {
              font-size: calc(1.5vw + 4px); } }
          section .content .text-container:nth-child(8) a #discover-cta:hover {
            background: #e51937;
            color: #FFFFFF;
            cursor: pointer;
            border: 2px solid #e51937; }
    @media screen and (min-width: 800px) {
      section .content .text-container {
        width: 50%;
        height: 40vw;
        margin: 0; }
        section .content .text-container:nth-child(2) {
          order: 1; }
        section .content .text-container:nth-child(4) {
          order: 4; }
        section .content .text-container:nth-child(6) {
          order: 5; }
        section .content .text-container:nth-child(8) {
          order: 8; } }
    section .content .text-container div {
      width: 60%; }
      @media screen and (max-width: 800px) {
        section .content .text-container div {
          width: 80%; } }
      section .content .text-container div p {
        font-size: calc(.7vw + 9px);
        font-family: "Arvo"; }

body.page-template-contact {
  /** Prevent "(CIC)" falling onto a new line on mobile */
  /** Phone/E-mail */
  /** Regional address boxes */
  /*=============================================================================*
	1: 600+ (TABLETS/DESKTOP)
    ===============================================================================*/
  /*=============================================================================*
	2.5 880+ (DESKTOP)
    ===============================================================================*/ }
  body.page-template-contact #page-title {
    text-align: center;
    font-size: 4rem;
    margin-top: 2em; }
  body.page-template-contact h3 {
    font-family: "Arvo";
    margin-bottom: .45em; }
  body.page-template-contact #contact-us {
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto;
    font-family: "Arvo"; }
    body.page-template-contact #contact-us > [itemprop="legalName"] {
      white-space: nowrap; }
    body.page-template-contact #contact-us > dl {
      margin: 0 0 1em; }
  body.page-template-contact .region {
    border: 1px solid #d4d4d4;
    background: #fff; }
    body.page-template-contact .region + .region {
      margin-top: -.25em; }
    body.page-template-contact .region > h4 {
      font: 500 1.25em "Din Pro";
      text-transform: none;
      border-bottom: 1px solid;
      border-color: inherit;
      padding: .35em .6em; }
  body.page-template-contact .address {
    padding: .7em; }
  body.page-template-contact #faq-contact {
    width: 90%;
    margin: 6em auto 12em;
    font-family: "Arvo"; }
  @media (min-width: 37.5em) {
    body.page-template-contact #faq {
      overflow: hidden; } }
  @media (min-width: 55em) {
    body.page-template-contact {
      /** !WFS! */ }
      body.page-template-contact #contact-us {
        position: relative;
        min-height: 8em;
        font-size: 1.5rem; }
      body.page-template-contact .region {
        position: absolute;
        top: 0; }
        body.page-template-contact .region > h4 {
          padding: .35em .7em; }
      body.page-template-contact .address {
        padding: .4em .8em; }
      body.page-template-contact #gwf-nsw {
        right: 24em;
        width: 9.75em; }
      body.page-template-contact #gwf-vic {
        right: 0;
        width: 100%;
        max-width: 25em;
        margin: 0 0 0 -1px; }
        body.page-template-contact #gwf-vic > .address {
          float: left; }
          body.page-template-contact #gwf-vic > .address + .address {
            position: absolute;
            right: 0;
            width: 45%;
            border-left: 1px solid;
            border-color: inherit; } }

body.page-template-page-ranges .range-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start; }
  body.page-template-page-ranges .range-list .range {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 1% 2%; }
    body.page-template-page-ranges .range-list .range > a > .range-image {
      position: relative;
      height: 0;
      padding-bottom: 86%;
      border-radius: 1%;
      box-shadow: rgba(0, 0, 0, 0.3) 0 0.2em 0.5em;
      transition: all 0.25s; }
      body.page-template-page-ranges .range-list .range > a > .range-image > div {
        position: absolute;
        width: 98%;
        height: 98%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        border-radius: 1%;
        overflow: hidden; }
        body.page-template-page-ranges .range-list .range > a > .range-image > div > div {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          width: 100%;
          height: 100%;
          transition: all 0.25s;
          backface-visibility: hidden; }
    body.page-template-page-ranges .range-list .range > a > span {
      display: block;
      padding: .5em 0;
      font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1000 - 320)));
      transition: all 0.25s; }
      @media (max-width: 320px) {
        body.page-template-page-ranges .range-list .range > a > span {
          font-size: 18px; } }
      @media (min-width: 1000px) {
        body.page-template-page-ranges .range-list .range > a > span {
          font-size: 24px; } }
    body.page-template-page-ranges .range-list .range > a:hover .range-image {
      box-shadow: rgba(0, 0, 0, 0.5) 0 0.2em 0.5em; }
      body.page-template-page-ranges .range-list .range > a:hover .range-image > div > div {
        transform: scale(1.02); }
    body.page-template-page-ranges .range-list .range > a:hover > span {
      color: #e1221c; }
    @media (min-width: 480px) {
      body.page-template-page-ranges .range-list .range {
        width: calc(100%/2); } }
    @media (min-width: 800px) {
      body.page-template-page-ranges .range-list .range {
        width: calc(100%/3); } }

body.single-product .product {
  overflow: auto; }
  body.single-product .product > .overview,
  body.single-product .product > .description {
    width: 100%; }
  body.single-product .product .overview > figure {
    margin: 0;
    padding: 1vh 5vw;
    box-sizing: border-box; }
  body.single-product .product .overview > .other-products {
    display: none; }
    body.single-product .product .overview > .other-products #products-in-range .product-category .product-list .product {
      width: 100%; }
      @media (min-width: 480px) {
        body.single-product .product .overview > .other-products #products-in-range .product-category .product-list .product {
          width: 50%; } }
      @media (min-width: 600px) {
        body.single-product .product .overview > .other-products #products-in-range .product-category .product-list .product {
          width: calc(100%/3); } }
      @media (min-width: 800px) {
        body.single-product .product .overview > .other-products #products-in-range .product-category .product-list .product {
          width: 50%; }
          body.single-product .product .overview > .other-products #products-in-range .product-category .product-list .product span {
            font-size: .8em; } }
      @media (min-width: 1000px) {
        body.single-product .product .overview > .other-products #products-in-range .product-category .product-list .product {
          width: calc(100%/3); } }
  body.single-product .product .description .accordion section .disclosure > h4 {
    text-transform: uppercase; }
  @media (min-width: 800px) {
    body.single-product .product {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      body.single-product .product > .overview,
      body.single-product .product > .description {
        width: 50%; }
      body.single-product .product > .overview > .other-products {
        display: block; }
      body.single-product .product > .other-products {
        display: none; } }

html {
  height: 100%;
  font-size: 62.5%;
  font-family: "Arvo"; }

body {
  height: 100%;
  margin: 0; }

a {
  text-decoration: none;
  color: #000000; }

p {
  margin: 0;
  line-height: 1.5em;
  font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1200 - 320))); }
  @media (max-width: 320px) {
    p {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    p {
      font-size: 18px; } }

h1 {
  margin: .5em auto;
  font-size: calc(20px + (44 - 20) * ((100vw - 320px) / (1200 - 320))); }
  @media (max-width: 320px) {
    h1 {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 44px; } }

h2 {
  margin: .5em auto;
  font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1200 - 320))); }
  @media (max-width: 320px) {
    h2 {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 24px; } }

h3 {
  margin: .5em auto;
  font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1200 - 320))); }
  @media (max-width: 320px) {
    h3 {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 22px; } }

h4, dl {
  margin: 0;
  font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1200 - 320))); }
  @media (max-width: 320px) {
    h4, dl {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    h4, dl {
      font-size: 20px; } }

dd, dt {
  display: inline;
  margin: 0;
  font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1200 - 320))); }
  @media (max-width: 320px) {
    dd, dt {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    dd, dt {
      font-size: 18px; } }

dt:after {
  content: ": "; }

table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  display: table;
  margin: 0; }

th, td {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2em;
  font-family: "Gotham A", "Gotham B";
  padding: .8em; }
  @media screen and (max-width: 800px) {
    th, td {
      font-size: .9rem; } }

img {
  width: 100%; }

main .container {
  width: 1200px;
  max-width: 100%;
  padding: 1em;
  margin: 0 auto;
  box-sizing: border-box; }
  main .container p {
    color: rgba(0, 0, 0, 0.8); }

.masthead {
  height: 30rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.footer-content {
  width: 120rem;
  margin: 5em auto;
  background-image: url("../img/content_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 80rem; }

.wp-caption {
  width: 100% !important; }

.owl-controls .owl-dots {
  margin: 1em auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
  .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 1em;
    border: 2px solid white;
    border-radius: 50%;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .owl-controls .owl-dots .owl-dot.active, .owl-controls .owl-dots .owl-dot:hover {
      background: #d4d4d4; }
