﻿@font-face {
  font-family: FuturaStdLig;
  src: url("/fonts/Futura Std Light.otf") format("opentype"); }

@font-face {
  font-family: FuturaStdMed;
  src: url("/fonts/Futura Std Medium.otf") format("opentype"); }

/* Fonts and text sizes */
/* Load in the base variables */
/*New Colours*/
/*End New Colours*/
/*Placholder border*/
/* Default site spacing variables */
/* Websites Breakpoints */
/* mixins */
/*Global*/
.bg-dark {
  background-color: #333333;
  color: #FFFFFF; }

/*Global values*/
#defaultHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-height: 120px;
  z-index: 10; }
  #defaultHeader nav {
    width: 100%;
    text-align: right;
    /*> div.scroll-wrapper > ul.level-3 {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none;
        //padding-right: 15px;
        > li {
            position: relative;

            > a {
                color: $corp-colour-white;
                font-weight: 500;
                padding: 10px;
                width: 100%;
                display: block;
                text-decoration: none;
            }

            &::after {
                content: '';
                color: $corp-colour-white;
                position: absolute;
                background-color: $corp-colour-white;
                height: 1px;
                width: 90%;
                bottom: 0;
                left: 5%;
            }

            &:last-of-type {
                &::after {
                    content: '';
                    height: 0;
                }
            }

            &:hover {
                background-color: $corp-colour-grey - 20;

                > ul.level-3 {
                    display: block;
                }
            }
        }

        &::after {
            content: '';
            width: 100%;
            position: absolute;
            bottom: 100%;
            height: 10px;
        }
    }*/ }
    #defaultHeader nav > ul {
      margin: 0;
      padding: 0;
      list-style: none;
      padding-right: 100px; }
      #defaultHeader nav > ul .default-menu-item > a::after {
        content: ' ';
        color: #FFFFFF;
        text-decoration: none; }
      #defaultHeader nav > ul > li {
        display: inline;
        position: relative;
        text-decoration: none; }
        #defaultHeader nav > ul > li > a {
          position: relative;
          color: #FFFFFF;
          /*font-size: $default-font-size + 4px;*/
          font-weight: 500;
          text-transform: uppercase; }
          #defaultHeader nav > ul > li > a:hover {
            color: #FFFFFF;
            text-decoration: none; }
          #defaultHeader nav > ul > li > a::before {
            content: '';
            width: 0;
            position: absolute;
            background-color: white;
            height: 1px;
            bottom: 0;
            display: inline-block;
            -moz-transition: width 0.5s;
            -o-transition: width 0.5s;
            -webkit-transition: width 0.5s;
            transition: width 0.5s; }
          #defaultHeader nav > ul > li > a:hover::before {
            width: calc(100% - 54px); }
        #defaultHeader nav > ul > li:last-of-type > a::after {
          content: '';
          color: #FFFFFF;
          margin-left: 35px; }
        #defaultHeader nav > ul > li > ul.level-2 {
          -webkit-transition: .4s ease-in-out 3s !important;
          transition: .4s ease-in-out 3s !important;
          margin: 0;
          padding: 0;
          list-style: none;
          position: absolute;
          top: 100%;
          right: 25%;
          background-color: rgba(255, 255, 255, 0.8);
          text-align: left;
          margin-top: 3px;
          margin-left: -50%;
          z-index: 20;
          width: 600px !important; }
          #defaultHeader nav > ul > li > ul.level-2 > li.nav-sub-menu {
            width: 100% !important;
            /*> li {
                            position: relative;

                            > a {
                                font-weight: 500;
                                padding: 10px;
                                width: 100%;
                            }

                            &::after {
                                content: '';
                                color: $corp-colour-white;
                                position: absolute;
                                background-color: $corp-colour-white;
                                height: 1px;
                                width: 90%;
                                bottom: 0;
                                left: 5%;
                            }

                            &:last-of-type {
                                &::after {
                                    content: '';
                                    height: 0;
                                }
                            }

                            &:hover {
                                background-color: $corp-colour-grey - 20;

                                > div.scroll-wrapper {
                                    display: block;
                                }

                                > div.scroll-wrapper > ul.level-3 {
                                    display: block;
                                }
                            }
                        }

                        &::after {
                            content: '';
                            width: 100%;
                            position: absolute;
                            bottom: 100%;
                            height: 10px;
                        }*/ }
            #defaultHeader nav > ul > li > ul.level-2 > li.nav-sub-menu > a {
              display: none; }
            #defaultHeader nav > ul > li > ul.level-2 > li.nav-sub-menu > ul .nav-nested-submenu-header-link {
              list-style: none !important;
              padding: 8px 0px 8px 0px; }
              #defaultHeader nav > ul > li > ul.level-2 > li.nav-sub-menu > ul .nav-nested-submenu-header-link > a {
                text-decoration: none;
                list-style: none !important;
                color: black !important;
                font-family: "Open Sans";
                font-size: 20px;
                font-weight: bold;
                white-space: nowrap; }
            #defaultHeader nav > ul > li > ul.level-2 > li.nav-sub-menu > ul .nav-nested-submenu-link {
              list-style: none !important; }
              #defaultHeader nav > ul > li > ul.level-2 > li.nav-sub-menu > ul .nav-nested-submenu-link > a {
                text-decoration: none;
                list-style: none !important;
                /*color: #333333 !important;*/
                color: black !important;
                font-family: "Open Sans";
                font-size: 20px;
                font-weight: 500; }
          #defaultHeader nav > ul > li > ul.level-2:hover > ul.level-2 {
            visibility: visible !important;
            /*-webkit-transition: 0.4s ease-in-out 0s !important;
                            transition: 0.4s ease-in-out 0s !important;*/ }
    #defaultHeader nav > div.scroll-wrapper {
      /*display: none;*/
      position: absolute !important;
      background-color: #7b838e;
      width: 100%;
      text-align: left;
      box-shadow: 0px 0px 5px #333;
      top: 0;
      left: 100%;
      overflow: hidden;
      max-height: 250px; }
  @media screen and (max-width: 1024px) {
    #defaultHeader nav {
      text-align: left; }
      #defaultHeader nav > ul {
        margin-top: 120px; }
    #defaultHeader ul.level-2 {
      position: relative !important;
      right: 0 !important;
      background-color: transparent !important;
      margin-left: 0 !important;
      width: auto !important; } }
  #defaultHeader table {
    position: absolute;
    width: 100%;
    height: 120px;
    max-height: 120px;
    /* Navigation Styling */ }
    #defaultHeader table tr #defaultSiteLogo {
      position: relative; }
      #defaultHeader table tr #defaultSiteLogo > a > img {
        padding-left: 50px;
        width: 250px; }
    #defaultHeader table tr .site-social {
      width: 140px;
      height: 100%;
      position: relative; }
      #defaultHeader table tr .site-social #btnSearch.open:hover::after {
        color: #ebebeb; }
      #defaultHeader table tr .site-social #btnSocial.open:hover::after {
        color: #ebebeb; }
    #defaultHeader table tr div.social-bar-share {
      position: absolute;
      top: 12px;
      right: 154px;
      width: 0px;
      overflow: hidden;
      -moz-transition: width 0.2s ease-in-out, opacity 0.2s linear;
      -o-transition: width 0.2s ease-in-out, opacity 0.2s linear;
      -webkit-transition: width 0.2s ease-in-out, opacity 0.2s linear;
      transition: width 0.2s ease-in-out, opacity 0.2s linear;
      padding: 5px 5px 1px 5px;
      margin-top: -8px;
      opacity: 0; }
      #defaultHeader table tr div.social-bar-share.open {
        width: calc(100% - 370px);
        opacity: 1; }
      #defaultHeader table tr div.social-bar-share > span {
        display: inline; }
      #defaultHeader table tr div.social-bar-share .social-options {
        width: 265px;
        margin: 0 auto; }
      #defaultHeader table tr div.social-bar-share > .blurb {
        display: block;
        bottom: 29px;
        color: #fff; }
    #defaultHeader table tr div.search {
      position: absolute;
      top: 27px;
      right: 154px;
      height: 25px;
      width: 0px;
      overflow: hidden;
      -moz-transition: width 0.2s ease-in-out;
      -o-transition: width 0.2s ease-in-out;
      -webkit-transition: width 0.2s ease-in-out;
      transition: width 0.2s ease-in-out; }
      #defaultHeader table tr div.search.open {
        width: calc(100% - 370px); }
      #defaultHeader table tr div.search .site-search {
        border: 0; }
      #defaultHeader table tr div.search form {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 25px; }
        #defaultHeader table tr div.search form.focus .site-search {
          background-color: #FFFFFF;
          color: #333; }
        #defaultHeader table tr div.search form input {
          width: 100%;
          height: 25px;
          padding-left: 30px; }
      #defaultHeader table tr div.search .icon-search {
        position: absolute;
        font-size: 18px;
        margin-left: 3px; }
        #defaultHeader table tr div.search .icon-search::after {
          font-family: IcoMoonSet1;
          content: '\e986';
          color: #FFFFFF;
          position: absolute;
          -moz-transform: rotateY(180deg);
          -ms-transform: rotateY(180deg);
          -o-transform: rotateY(180deg);
          -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
  #defaultHeader .mobile-menu-toggle {
    display: none;
    height: 60px;
    width: 43px;
    position: relative;
    border: 3px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
    z-index: 11; }
    #defaultHeader .mobile-menu-toggle::after {
      color: #FFFFFF;
      height: 35px;
      width: 35px;
      font-size: 32px;
      position: absolute;
      bottom: 5px;
      left: 3px; }
    #defaultHeader .mobile-menu-toggle.open {
      /*opacity: 0;*/
      /*background-color: $corp-colour-white;
                border: 3px solid $corp-colour-primary - 20;

                &::after {
                    color: $corp-colour-primary;
                }*/
      /*z-index:1000;*/ }
  @media screen and (min-width: 1224px) {
    #defaultHeader table nav > ul > li {
      /*Level 2*/ }
      #defaultHeader table nav > ul > li > a {
        font-size: 18px; }
        #defaultHeader table nav > ul > li > a::after {
          margin-left: 15px;
          margin-right: 10px; }
      #defaultHeader table nav > ul > li:hover > ul {
        display: block;
        width: 150px;
        left: -28px; }
      #defaultHeader table nav > ul > li > ul > li {
        /*Level 3*/ }
        #defaultHeader table nav > ul > li > ul > li a {
          font-size: 16px; }
        #defaultHeader table nav > ul > li > ul > li > ul > li a {
          font-size: 16px; }
    #defaultHeader table nav > ul > li.search .site-search {
      height: 25px;
      padding-left: 30px;
      color: #FFFFFF; }
    #defaultHeader table nav > ul > li.search .icon-search {
      height: 25px;
      width: 25px;
      bottom: 0; }
      #defaultHeader table nav > ul > li.search .icon-search::after {
        font-size: 18px;
        top: 4px;
        left: 6px; } }
  @media screen and (max-width: 1224px) {
    #defaultHeader table nav > ul > li {
      /*Level 2*/ }
      #defaultHeader table nav > ul > li > a {
        font-size: 15px; }
        #defaultHeader table nav > ul > li > a::after {
          margin-left: 10px;
          margin-right: 5px; }
      #defaultHeader table nav > ul > li:hover > ul {
        left: -15px; }
      #defaultHeader table nav > ul > li > ul > li {
        /*Level 3*/ }
        #defaultHeader table nav > ul > li > ul > li a {
          font-size: 15px; }
        #defaultHeader table nav > ul > li > ul > li > ul > li a {
          font-size: 15px; }
    #defaultHeader table nav > ul > li.search .site-search {
      height: 22px;
      width: 120px;
      padding-left: 30px;
      color: #FFFFFF; }
    #defaultHeader table nav > ul > li.search .icon-search {
      height: 23px;
      width: 23px;
      bottom: 0; }
      #defaultHeader table nav > ul > li.search .icon-search::after {
        font-size: 16px;
        top: 4px;
        left: 6px; } }
  @media screen and (max-width: 1024px) {
    #defaultHeader table nav > ul {
      margin-top: 120px; }
      #defaultHeader table nav > ul > li {
        /*Level 2*/ }
        #defaultHeader table nav > ul > li > a {
          font-size: 14px; }
          #defaultHeader table nav > ul > li > a::after {
            margin-left: 5px;
            margin-right: 2px; }
        #defaultHeader table nav > ul > li:hover > ul {
          left: -18px;
          width: 120px; }
        #defaultHeader table nav > ul > li > ul > li {
          /*Level 3*/ }
          #defaultHeader table nav > ul > li > ul > li a {
            font-size: 14px; }
          #defaultHeader table nav > ul > li > ul > li > ul > li a {
            font-size: 14px; }
      #defaultHeader table nav > ul > li.search .site-search {
        height: 20px;
        width: 115px;
        padding-left: 30px;
        color: #FFFFFF; }
      #defaultHeader table nav > ul > li.search .icon-search {
        height: 21px;
        width: 21px;
        bottom: 0; }
        #defaultHeader table nav > ul > li.search .icon-search::after {
          font-size: 14px;
          top: 4px;
          left: 6px; } }
  @media screen and (max-width: 960px) {
    #defaultHeader table nav > ul {
      margin-top: 15px; }
      #defaultHeader table nav > ul > li {
        /*Level 2*/ }
        #defaultHeader table nav > ul > li > a {
          font-size: 13px; }
          #defaultHeader table nav > ul > li > a::after {
            margin-left: 5px;
            margin-right: 2px; }
        #defaultHeader table nav > ul > li > ul > li {
          /*Level 3*/ }
          #defaultHeader table nav > ul > li > ul > li a {
            font-size: 13px; }
          #defaultHeader table nav > ul > li > ul > li > ul > li a {
            font-size: 13px; }
      #defaultHeader table nav > ul > li.search form {
        display: block !important; }
      #defaultHeader table nav > ul > li.search .site-search {
        height: 20px;
        width: 50%;
        margin-top: 5px;
        padding-left: 30px;
        color: #FFFFFF; }
      #defaultHeader table nav > ul > li.search .icon-search {
        height: 24px;
        width: 21px;
        bottom: 0; }
        #defaultHeader table nav > ul > li.search .icon-search::after {
          font-size: 14px;
          top: 4px;
          left: 6px; } }
  @media screen and (max-width: 768px) {
    #defaultHeader {
      min-height: 80px; }
      #defaultHeader table {
        height: 80px; }
        #defaultHeader table td#defaultSiteLogo > a > img {
          max-height: 40px;
          width: auto;
          padding-left: 10px; }
      #defaultHeader .mobile-menu-toggle {
        height: 39px; } }
  @media screen and (max-width: 1024px) {
    #defaultHeader .mobile-menu-toggle {
      display: block; }
    #defaultHeader #btnSearch, #defaultHeader #btnShare {
      display: none; }
    #defaultHeader table {
      width: calc(100% - 55px); }
      #defaultHeader table tr td nav {
        display: none; } }

#defaultContent {
  margin-top: 40px;
  position: relative;
  /*Fix default text adjustment which is wrapping slider image  */ }
  #defaultContent section.overhead-slider {
    /*max-width: 1920px;*/
    margin: 0 auto;
    height: 430px;
    position: relative; }
    @media (min-width: 1920px) {
      #defaultContent section.overhead-slider {
        padding-bottom: 25%;
        height: 33%; } }
    #defaultContent section.overhead-slider div.quote {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      padding: 35px;
      background-color: rgba(0, 0, 0, 0.4);
      color: #FFFFFF;
      font-size: 30px;
      font-weight: 300;
      /*text-shadow: 0 0 10px black;*/ }
    #defaultContent section.overhead-slider .slide {
      top: 0;
      bottom: 0;
      left: 100%;
      right: 0;
      position: absolute;
      overflow: hidden;
      z-index: 1; }
      #defaultContent section.overhead-slider .slide.current {
        left: 0;
        -moz-transition: left 0.5s linear;
        -o-transition: left 0.5s linear;
        -webkit-transition: left 0.5s linear;
        transition: left 0.5s linear; }
      #defaultContent section.overhead-slider .slide.previous {
        right: 100%;
        -moz-transition: right 0.5s linear;
        -o-transition: right 0.5s linear;
        -webkit-transition: right 0.5s linear;
        transition: right 0.5s linear; }
      #defaultContent section.overhead-slider .slide.inverse {
        left: 0;
        right: 100%; }
        #defaultContent section.overhead-slider .slide.inverse.current {
          right: 0;
          -moz-transition: right 0.5s linear;
          -o-transition: right 0.5s linear;
          -webkit-transition: right 0.5s linear;
          transition: right 0.5s linear; }
        #defaultContent section.overhead-slider .slide.inverse.previous {
          left: 100%;
          -moz-transition: left 0.5s linear;
          -o-transition: left 0.5s linear;
          -webkit-transition: left 0.5s linear;
          transition: left 0.5s linear; }
    #defaultContent section.overhead-slider .next, #defaultContent section.overhead-slider .prev {
      width: 30px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      cursor: pointer; }
    #defaultContent section.overhead-slider .next {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      right: -35px;
      border-radius: 0; }
      #defaultContent section.overhead-slider .next::after {
        content: '\2771';
        color: #FFFFFF;
        top: 0;
        position: absolute;
        bottom: 0;
        width: 30px;
        align-items: center;
        display: flex;
        font-size: 30px;
        padding: 7px; }
    #defaultContent section.overhead-slider .prev {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      left: -35px;
      border-radius: 0; }
      #defaultContent section.overhead-slider .prev::after {
        content: '\2770';
        color: #FFFFFF;
        top: 0;
        position: absolute;
        bottom: 0;
        width: 30px;
        align-items: center;
        display: flex;
        font-size: 30px;
        padding: 7px; }
    #defaultContent section.overhead-slider:hover .next {
      right: 0; }
    #defaultContent section.overhead-slider:hover .prev {
      left: 0; }
    #defaultContent section.overhead-slider .prog {
      content: '';
      height: 3px;
      position: absolute;
      width: 1%;
      background-color: #E41937;
      opacity: 0.6;
      bottom: 0;
      z-index: 2;
      -moz-transition: width 0.1s linear;
      -o-transition: width 0.1s linear;
      -webkit-transition: width 0.1s linear;
      transition: width 0.1s linear; }
      #defaultContent section.overhead-slider .prog::after {
        content: '';
        display: block;
        height: 1px;
        background-color: #fff;
        position: absolute;
        width: 100%;
        top: 0; }
    #defaultContent section.overhead-slider::after {
      content: '';
      display: block;
      height: 1px;
      background-color: #fff;
      position: absolute;
      width: 100%;
      bottom: 2px;
      z-index: 1; }
  #defaultContent section.testimonials {
    height: 300px;
    /*background-color: #7b838e;*/
    background-color: #f1f1f1; }
    #defaultContent section.testimonials div.quote {
      line-height: 25px;
      max-width: 890px;
      width: 100%;
      margin: 0 auto;
      padding: 35px 35px;
      color: #4c4c4c;
      /*text-shadow: 0 0 10px black;*/ }
      #defaultContent section.testimonials div.quote div.customer-testimony {
        padding-left: 155px;
        padding-top: 25px;
        font-weight: 500;
        position: relative;
        word-spacing: 4px; }
        #defaultContent section.testimonials div.quote div.customer-testimony div.customer-hancock {
          padding-top: 35px;
          text-align: right;
          padding-right: 175px; }
        #defaultContent section.testimonials div.quote div.customer-testimony::after {
          content: '\201D';
          font-family: "serif";
          float: right;
          margin-top: 5px;
          font-weight: 900; }
      #defaultContent section.testimonials div.quote::before {
        content: '\201C';
        font-family: "serif";
        position: absolute;
        margin-top: 95px;
        margin-left: 35px;
        font-weight: 900; }
    @media screen and (min-width: 1224px) {
      #defaultContent section.testimonials {
        height: 300px; }
        #defaultContent section.testimonials div.quote {
          font-size: 34px; }
          #defaultContent section.testimonials div.quote::before {
            font-size: 200px; }
        #defaultContent section.testimonials div.customer-testimony {
          font-size: 20px;
          line-height: 24px; }
          #defaultContent section.testimonials div.customer-testimony::after {
            font-size: 200px; } }
    @media screen and (max-width: 1224px) {
      #defaultContent section.testimonials {
        height: 285px; }
        #defaultContent section.testimonials div.quote {
          font-size: 3vw; }
          #defaultContent section.testimonials div.quote::before {
            font-size: 14vw; }
        #defaultContent section.testimonials div.customer-testimony {
          font-size: 1.5vw;
          line-height: 2vw; }
          #defaultContent section.testimonials div.customer-testimony::after {
            font-size: 14vw; } }
    @media screen and (max-width: 1024px) {
      #defaultContent section.testimonials {
        height: 285px; }
        #defaultContent section.testimonials div.quote {
          font-size: 28px; }
          #defaultContent section.testimonials div.quote::before {
            font-size: 120px; }
        #defaultContent section.testimonials div.customer-testimony {
          font-size: 14px;
          line-height: 16px; }
          #defaultContent section.testimonials div.customer-testimony::after {
            font-size: 120px; } }
    @media screen and (max-width: 768px) {
      #defaultContent section.testimonials {
        height: 280px; }
        #defaultContent section.testimonials div.quote {
          font-size: 28px; }
          #defaultContent section.testimonials div.quote::before {
            font-size: 120px;
            margin-top: 66px;
            margin-left: 17px; }
        #defaultContent section.testimonials div.customer-testimony {
          font-size: 14px;
          line-height: 16px;
          padding-left: 90px !important;
          padding-top: 25px !important; }
          #defaultContent section.testimonials div.customer-testimony::after {
            font-size: 120px; }
          #defaultContent section.testimonials div.customer-testimony div.customer-hancock {
            padding-top: 20px !important;
            text-align: right;
            padding-right: 100px !important; } }
  #defaultContent section.quick-links {
    background-color: #E41937; }
    #defaultContent section.quick-links .container {
      max-width: 890px;
      color: #FFFFFF;
      padding-top: 12px;
      padding-bottom: 12px;
      position: relative; }
      #defaultContent section.quick-links .container .content {
        position: relative;
        height: 100%; }
        #defaultContent section.quick-links .container .content .quicklink {
          position: relative;
          height: 100%;
          /*border: 3px solid $corp-colour-primary;*/
          border-radius: 0px;
          -moz-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          -webkit-transition: 0.5s ease;
          transition: 0.5s ease; }
          #defaultContent section.quick-links .container .content .quicklink.single-line h4 {
            padding: 0px 15px;
            padding-top: 15px; }
          #defaultContent section.quick-links .container .content .quicklink h4 {
            font-size: 18px;
            text-align: center;
            font-weight: 300;
            min-height: 34px; }
            #defaultContent section.quick-links .container .content .quicklink h4 > span {
              /*font-weight: 700;*/ }
          #defaultContent section.quick-links .container .content .quicklink:hover {
            /*border: 3px solid ($corp-colour-white);*/
            background-color: #d00523;
            color: #FFFFFF; }
            #defaultContent section.quick-links .container .content .quicklink:hover:after {
              color: #E41937; }
      #defaultContent section.quick-links .container .quicklink {
        position: relative;
        display: inline-block;
        height: 100%;
        width: 100%;
        color: #FFFFFF;
        text-decoration: none;
        text-align: center; }
        #defaultContent section.quick-links .container .quicklink .icon {
          height: 55px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center top;
          margin-top: 15px; }
    #defaultContent section.quick-links.slim .container .links {
      text-align: center; }
      #defaultContent section.quick-links.slim .container .links .link-wrapper {
        display: inline-block; }
        #defaultContent section.quick-links.slim .container .links .link-wrapper .content {
          width: 75px;
          margin: 0 auto; }
          #defaultContent section.quick-links.slim .container .links .link-wrapper .content a.quicklink {
            padding-top: 5px; }
            #defaultContent section.quick-links.slim .container .links .link-wrapper .content a.quicklink > div {
              height: 53px;
              width: 53px;
              background-color: white;
              border-radius: 100%;
              margin: 0 auto;
              -moz-transition: background-color 0.5s ease;
              -o-transition: background-color 0.5s ease;
              -webkit-transition: background-color 0.5s ease;
              transition: background-color 0.5s ease;
              border: solid 3px #E41937; }
              #defaultContent section.quick-links.slim .container .links .link-wrapper .content a.quicklink > div:after {
                color: #E41937;
                font-size: 30px;
                display: block;
                height: 53px;
                padding-top: 2px; }
            #defaultContent section.quick-links.slim .container .links .link-wrapper .content a.quicklink h4 {
              font-size: 13px;
              font-weight: 600;
              display: table-cell;
              width: 75px;
              height: 26px;
              vertical-align: bottom;
              text-align: center; }
            #defaultContent section.quick-links.slim .container .links .link-wrapper .content a.quicklink:hover {
              background-color: #E41937; }
              #defaultContent section.quick-links.slim .container .links .link-wrapper .content a.quicklink:hover > div {
                background-color: #E41937;
                border: solid 3px #FFFFFF; }
                #defaultContent section.quick-links.slim .container .links .link-wrapper .content a.quicklink:hover > div:after {
                  color: #FFFFFF; }
              #defaultContent section.quick-links.slim .container .links .link-wrapper .content a.quicklink:hover h4 {
                font-size: 13px;
                font-weight: 600;
                text-decoration: underline; }
      @media screen and (min-width: 768px) {
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(8),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(7),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(3):nth-last-child(6),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(4):nth-last-child(5),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(5):nth-last-child(4),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(6):nth-last-child(3),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(7):nth-last-child(2),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(8):nth-last-child(1) {
          width: 12%; }
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(7),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(6),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(3):nth-last-child(5),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(4):nth-last-child(4),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(5):nth-last-child(3),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(6):nth-last-child(2),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(7):nth-last-child(1) {
          width: 14%; }
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(6),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(5),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(3):nth-last-child(4),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(4):nth-last-child(3),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(5):nth-last-child(2),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(6):nth-last-child(1) {
          width: 12.67%; }
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(5),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(4),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(3):nth-last-child(3),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(4):nth-last-child(2),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(5):nth-last-child(1) {
          width: 19%; }
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(4),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(3),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(3):nth-last-child(2),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(4):nth-last-child(1) {
          width: 24.2%; }
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(3),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(2),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(3):nth-last-child(1) {
          width: 33%; }
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(2),
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(2):nth-last-child(1) {
          width: 49.5%; }
        #defaultContent section.quick-links.slim .container .links .link-wrapper:nth-child(1):nth-last-child(1) {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        #defaultContent section.quick-links.slim .container .links .link-wrapper {
          width: 33.3%;
          float: left;
          margin-top: 20px;
          margin-bottom: 20px; } }
    #defaultContent section.quick-links.use-wrapper {
      position: relative; }
      #defaultContent section.quick-links.use-wrapper .container {
        vertical-align: top;
        text-align: center;
        height: 100%;
        position: relative; }
        #defaultContent section.quick-links.use-wrapper .container .link-wrapper {
          display: inline-block;
          height: 100%;
          position: relative; }
          #defaultContent section.quick-links.use-wrapper .container .link-wrapper a {
            display: inline-table; }
        @media screen and (min-width: 768px) {
          #defaultContent section.quick-links.use-wrapper .container {
            height: 175px; }
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(8),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(7),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(6),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(5),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(4),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(6):nth-last-child(3),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(7):nth-last-child(2),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(8):nth-last-child(1) {
              width: 12%; }
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(7),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(6),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(5),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(4),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(3),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(6):nth-last-child(2),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(7):nth-last-child(1) {
              width: 14%; }
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(6),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(5),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(4),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(3),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(2),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(6):nth-last-child(1) {
              width: 12.67%; }
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(5),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(4),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(3),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(2),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(1) {
              width: 19%; }
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(4),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(3),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(2),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(1) {
              width: 24.2%; }
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(3),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(2),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(1) {
              width: 33%; }
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(2),
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(1) {
              width: 49.5%; }
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(1) {
              width: 100%; } }
        @media screen and (max-width: 768px) {
          #defaultContent section.quick-links.use-wrapper .container {
            height: 100%; }
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper {
              width: 33.3%;
              float: left;
              margin-top: 20px;
              margin-bottom: 20px; } }
        @media screen and (max-width: 530px) {
          #defaultContent section.quick-links.use-wrapper .container {
            height: 100%; }
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper {
              width: 50%;
              float: left;
              margin-top: 20px;
              margin-bottom: 20px;
              height: 143px; }
              #defaultContent section.quick-links.use-wrapper .container .link-wrapper:last-of-type {
                float: none; } }
        @media screen and (max-width: 400px) {
          #defaultContent section.quick-links.use-wrapper .container {
            height: 100%; }
            #defaultContent section.quick-links.use-wrapper .container .link-wrapper {
              width: 100%;
              float: left;
              margin-top: 20px;
              margin-bottom: 20px; } }
  #defaultContent section.quick-links-alt {
    background-color: #FFFFFF; }
    #defaultContent section.quick-links-alt .container {
      max-width: 890px;
      color: #FFFFFF;
      padding-top: 12px;
      padding-bottom: 12px;
      position: relative; }
      #defaultContent section.quick-links-alt .container.home-pad {
        padding-top: 95px;
        padding-bottom: 75px;
        height: auto !important; }
      @media screen and (max-width: 768px) {
        #defaultContent section.quick-links-alt .container.home-pad {
          padding-top: 40px;
          padding-bottom: 40px; } }
      #defaultContent section.quick-links-alt .container .content {
        position: relative;
        height: 100%; }
        #defaultContent section.quick-links-alt .container .content .quicklink {
          position: relative;
          height: 100%;
          /*border: 3px solid $corp-colour-primary;*/
          border-radius: 0px;
          -moz-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          -webkit-transition: 0.5s ease;
          transition: 0.5s ease; }
          #defaultContent section.quick-links-alt .container .content .quicklink.single-line h4 {
            padding: 0px 15px;
            padding-top: 15px; }
          #defaultContent section.quick-links-alt .container .content .quicklink h4 {
            font-size: 18px;
            text-align: center;
            font-weight: 300;
            min-height: 34px; }
            #defaultContent section.quick-links-alt .container .content .quicklink h4 > span {
              /*font-weight: 700;*/ }
          #defaultContent section.quick-links-alt .container .content .quicklink:hover .icon {
            background-color: #f82d4b; }
          #defaultContent section.quick-links-alt .container .content .quicklink:hover h4 {
            font-weight: 500; }
          #defaultContent section.quick-links-alt .container .content .quicklink:hover:after {
            color: #E41937; }
      #defaultContent section.quick-links-alt .container .quicklink {
        position: relative;
        display: inline-block;
        height: 100%;
        width: 100%;
        color: #333;
        text-decoration: none;
        text-align: center; }
        #defaultContent section.quick-links-alt .container .quicklink .icon {
          height: 55px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center top;
          margin-top: 15px;
          background-color: #E41937;
          border-radius: 100%;
          width: 80px;
          height: 80px;
          margin: 0 auto; }
          #defaultContent section.quick-links-alt .container .quicklink .icon > img {
            width: 40px;
            vertical-align: middle;
            padding-top: 20px; }
    #defaultContent section.quick-links-alt.slim .container .links {
      text-align: center; }
      #defaultContent section.quick-links-alt.slim .container .links .link-wrapper {
        display: inline-block; }
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper .content {
          width: 75px;
          margin: 0 auto; }
          #defaultContent section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink {
            padding-top: 5px; }
            #defaultContent section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink > div {
              height: 53px;
              width: 53px;
              background-color: white;
              border-radius: 100%;
              margin: 0 auto;
              -moz-transition: background-color 0.5s ease;
              -o-transition: background-color 0.5s ease;
              -webkit-transition: background-color 0.5s ease;
              transition: background-color 0.5s ease;
              border: solid 3px #E41937; }
              #defaultContent section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink > div:after {
                color: #E41937;
                font-size: 30px;
                display: block;
                height: 53px;
                padding-top: 2px; }
            #defaultContent section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink h4 {
              font-size: 13px;
              font-weight: 600;
              display: table-cell;
              width: 75px;
              height: 26px;
              vertical-align: bottom;
              text-align: center; }
            #defaultContent section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink:hover {
              background-color: #E41937; }
              #defaultContent section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink:hover > div {
                background-color: #E41937;
                border: solid 3px #FFFFFF; }
                #defaultContent section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink:hover > div:after {
                  color: #FFFFFF; }
              #defaultContent section.quick-links-alt.slim .container .links .link-wrapper .content a.quicklink:hover h4 {
                font-size: 13px;
                font-weight: 600;
                text-decoration: underline; }
      @media screen and (min-width: 768px) {
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(8),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(7),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(3):nth-last-child(6),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(4):nth-last-child(5),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(5):nth-last-child(4),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(6):nth-last-child(3),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(7):nth-last-child(2),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(8):nth-last-child(1) {
          width: 12%; }
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(7),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(6),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(3):nth-last-child(5),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(4):nth-last-child(4),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(5):nth-last-child(3),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(6):nth-last-child(2),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(7):nth-last-child(1) {
          width: 14%; }
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(6),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(5),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(3):nth-last-child(4),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(4):nth-last-child(3),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(5):nth-last-child(2),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(6):nth-last-child(1) {
          width: 12.67%; }
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(5),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(4),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(3):nth-last-child(3),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(4):nth-last-child(2),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(5):nth-last-child(1) {
          width: 19%; }
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(4),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(3),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(3):nth-last-child(2),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(4):nth-last-child(1) {
          width: 24.2%; }
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(3),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(2),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(3):nth-last-child(1) {
          width: 33%; }
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(2),
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(2):nth-last-child(1) {
          width: 49.5%; }
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper:nth-child(1):nth-last-child(1) {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        #defaultContent section.quick-links-alt.slim .container .links .link-wrapper {
          width: 33.3%;
          float: left;
          margin-top: 20px;
          margin-bottom: 20px; } }
    #defaultContent section.quick-links-alt.use-wrapper {
      position: relative; }
      #defaultContent section.quick-links-alt.use-wrapper .container {
        vertical-align: top;
        text-align: center;
        height: 100%;
        position: relative; }
        #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper {
          display: inline-block;
          height: 100%;
          position: relative; }
          #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper a {
            display: inline-table; }
        @media screen and (min-width: 768px) {
          #defaultContent section.quick-links-alt.use-wrapper .container {
            height: 175px; }
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(8),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(7),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(6),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(5),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(4),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(6):nth-last-child(3),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(7):nth-last-child(2),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(8):nth-last-child(1) {
              width: 12%; }
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(7),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(6),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(5),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(4),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(3),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(6):nth-last-child(2),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(7):nth-last-child(1) {
              width: 14%; }
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(6),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(5),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(4),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(3),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(2),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(6):nth-last-child(1) {
              width: 12.67%; }
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(5),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(4),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(3),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(2),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(5):nth-last-child(1) {
              width: 19%; }
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(4),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(3),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(2),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(4):nth-last-child(1) {
              width: 24.2%; }
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(3),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(2),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(3):nth-last-child(1) {
              width: 33%; }
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(2),
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(2):nth-last-child(1) {
              width: 49.5%; }
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:nth-child(1):nth-last-child(1) {
              width: 100%; } }
        @media screen and (max-width: 768px) {
          #defaultContent section.quick-links-alt.use-wrapper .container {
            height: 100%; }
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper {
              width: 33.3%;
              float: left;
              margin-top: 20px;
              margin-bottom: 20px; } }
        @media screen and (max-width: 530px) {
          #defaultContent section.quick-links-alt.use-wrapper .container {
            height: 100%; }
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper {
              width: 50%;
              float: left;
              margin-top: 20px;
              margin-bottom: 20px;
              height: 143px; }
              #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper:last-of-type {
                float: none; } }
        @media screen and (max-width: 400px) {
          #defaultContent section.quick-links-alt.use-wrapper .container {
            height: 100%; }
            #defaultContent section.quick-links-alt.use-wrapper .container .link-wrapper {
              width: 100%;
              float: left;
              margin-top: 20px;
              margin-bottom: 20px; } }
  #defaultContent section.brand-block {
    background-color: #7b838e; }
    #defaultContent section.brand-block .container {
      max-width: 890px;
      color: #FFFFFF;
      padding-top: 35px;
      padding-bottom: 35px;
      position: relative; }
      #defaultContent section.brand-block .container .content {
        font-size: 20px;
        position: relative; }
        #defaultContent section.brand-block .container .content button {
          position: absolute;
          right: 0;
          bottom: -30px; }
  #defaultContent section.brand-block-alt {
    background-color: #FFFFFF; }
    #defaultContent section.brand-block-alt .container {
      max-width: 890px;
      color: #333;
      padding-top: 35px;
      padding-bottom: 35px;
      position: relative; }
      #defaultContent section.brand-block-alt .container .content {
        font-size: 20px;
        position: relative; }
        #defaultContent section.brand-block-alt .container .content button {
          position: absolute;
          right: 0;
          bottom: -30px;
          color: #7b838e;
          background-color: #FFF; }
  #defaultContent section.store-locator {
    min-height: 0;
    max-height: 710px;
    background-color: #d2dcdb; }
  #defaultContent section.information-links {
    background-color: #7b838e; }
    #defaultContent section.information-links .container {
      max-width: 890px;
      color: #FFFFFF;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media screen and (max-width: 768px) {
        #defaultContent section.information-links .container > div {
          text-align: center; }
          #defaultContent section.information-links .container > div a {
            width: 100%;
            padding: 15px;
            display: block; } }
  #defaultContent > section.content, #defaultContent > div.content {
    position: relative;
    display: flex;
    padding: 15px 15px 30px 15px;
    box-shadow: 0 2px 0 #FFFFFF;
    margin-bottom: 2px; }
    #defaultContent > section.content .content-wrapper, #defaultContent > div.content .content-wrapper {
      max-width: 890px;
      width: 100%;
      margin: 0 auto;
      position: relative; }
      #defaultContent > section.content .content-wrapper.full, #defaultContent > div.content .content-wrapper.full {
        max-width: 100%; }
      #defaultContent > section.content .content-wrapper.extralarge, #defaultContent > div.content .content-wrapper.extralarge {
        max-width: 1080px; }
      #defaultContent > section.content .content-wrapper.large, #defaultContent > div.content .content-wrapper.large {
        max-width: 950px; }
      #defaultContent > section.content .content-wrapper.medium, #defaultContent > div.content .content-wrapper.medium {
        max-width: 750px; }
      #defaultContent > section.content .content-wrapper.small, #defaultContent > div.content .content-wrapper.small {
        max-width: 500px; }
      #defaultContent > section.content .content-wrapper table tbody tr td, #defaultContent > div.content .content-wrapper table tbody tr td {
        padding: 5px 10px 0 0; }
      #defaultContent > section.content .content-wrapper table.formatted-table, #defaultContent > div.content .content-wrapper table.formatted-table {
        width: 100%; }
        #defaultContent > section.content .content-wrapper table.formatted-table tr.header, #defaultContent > div.content .content-wrapper table.formatted-table tr.header {
          border-bottom: 1px solid #333; }
        #defaultContent > section.content .content-wrapper table.formatted-table td, #defaultContent > div.content .content-wrapper table.formatted-table td {
          font-size: 12px;
          padding: 5px 10px 5px 5px; }
        #defaultContent > section.content .content-wrapper table.formatted-table td.AltRow, #defaultContent > div.content .content-wrapper table.formatted-table td.AltRow {
          background-color: #DBE0E6; }
      #defaultContent > section.content .content-wrapper > div.search-result p, #defaultContent > div.content .content-wrapper > div.search-result p {
        font-size: 14px;
        color: #333;
        padding-left: 15px;
        padding-bottom: 25px; }
      #defaultContent > section.content .content-wrapper .content-across, #defaultContent > div.content .content-wrapper .content-across {
        width: 100%;
        display: inline-block;
        position: relative; }
        #defaultContent > section.content .content-wrapper .content-across.blog p a, #defaultContent > div.content .content-wrapper .content-across.blog p a {
          color: #fff;
          margin-right: 5px;
          margin-left: 5px; }
        #defaultContent > section.content .content-wrapper .content-across .summary-wrapper, #defaultContent > div.content .content-wrapper .content-across .summary-wrapper {
          position: relative; }
          #defaultContent > section.content .content-wrapper .content-across .summary-wrapper .summary, #defaultContent > div.content .content-wrapper .content-across .summary-wrapper .summary {
            padding-left: 0px;
            position: relative;
            font-size: 16px;
            text-align: left;
            font-weight: 600;
            /*&::before {
                                content: '\00bb';
                                color: #FFFFFF;
                                top: -20px;
                                left: -8px;
                                position: absolute;
                                width: 30px;
                                align-items: center;
                                display: flex;
                                font-size: 30px;
                                padding: 7px;
                            }*/ }
            #defaultContent > section.content .content-wrapper .content-across .summary-wrapper .summary > span, #defaultContent > div.content .content-wrapper .content-across .summary-wrapper .summary > span {
              padding-left: 18px;
              font-weight: 500;
              display: block; }
            #defaultContent > section.content .content-wrapper .content-across .summary-wrapper .summary.quote, #defaultContent > div.content .content-wrapper .content-across .summary-wrapper .summary.quote {
              font-size: 28px;
              font-weight: 600;
              padding-left: 0px;
              text-decoration: underline; }
              #defaultContent > section.content .content-wrapper .content-across .summary-wrapper .summary.quote::before, #defaultContent > div.content .content-wrapper .content-across .summary-wrapper .summary.quote::before {
                content: none; }
          #defaultContent > section.content .content-wrapper .content-across .summary-wrapper .button-container, #defaultContent > div.content .content-wrapper .content-across .summary-wrapper .button-container {
            text-align: right;
            padding-right: 0px;
            padding-bottom: 25px; }
            #defaultContent > section.content .content-wrapper .content-across .summary-wrapper .button-container button, #defaultContent > div.content .content-wrapper .content-across .summary-wrapper .button-container button {
              display: inline-block; }
          #defaultContent > section.content .content-wrapper .content-across .summary-wrapper.small, #defaultContent > div.content .content-wrapper .content-across .summary-wrapper.small {
            width: calc(66% - 180px);
            float: left; }
        #defaultContent > section.content .content-wrapper .content-across .summary-image, #defaultContent > div.content .content-wrapper .content-across .summary-image {
          width: 165px;
          float: left;
          object-fit: fill;
          overflow: hidden;
          border-radius: 0px;
          margin-top: 10px; }
          #defaultContent > section.content .content-wrapper .content-across .summary-image > img, #defaultContent > div.content .content-wrapper .content-across .summary-image > img {
            max-height: 138px;
            border-radius: 0px; }
        #defaultContent > section.content .content-wrapper .content-across .summary-blurb, #defaultContent > div.content .content-wrapper .content-across .summary-blurb {
          width: 33%;
          float: right;
          background-color: #90979F;
          margin-top: 10px;
          border-radius: 0px;
          margin-right: 18px;
          padding: 10px;
          padding-left: 20px;
          min-height: 137px;
          max-height: 137px; }
          #defaultContent > section.content .content-wrapper .content-across .summary-blurb h3, #defaultContent > div.content .content-wrapper .content-across .summary-blurb h3 {
            font-size: 16px;
            font-weight: 700;
            margin-top: 17px; }
          #defaultContent > section.content .content-wrapper .content-across .summary-blurb p, #defaultContent > div.content .content-wrapper .content-across .summary-blurb p {
            font-size: 14px; }
        #defaultContent > section.content .content-wrapper .content-across > .summary, #defaultContent > div.content .content-wrapper .content-across > .summary {
          padding-left: 0px;
          position: relative;
          text-align: left;
          padding-right: 20px;
          /*&::before {
                            content: '\00bb';
                            color: #FFFFFF;
                            top: -20px;
                            left: -8px;
                            position: absolute;
                            width: 30px;
                            align-items: center;
                            display: flex;
                            font-size: 30px;
                            padding: 7px;
                        }*/ }
          #defaultContent > section.content .content-wrapper .content-across > .summary > span, #defaultContent > div.content .content-wrapper .content-across > .summary > span {
            padding-left: 18px;
            font-weight: 500;
            display: block; }
        @media screen and (max-width: 768px) {
          #defaultContent > section.content .content-wrapper .content-across .summary-wrapper, #defaultContent > div.content .content-wrapper .content-across .summary-wrapper {
            width: calc(100% - 260px);
            float: left;
            z-index: 1;
            min-height: 130px;
            padding: 4px 15px;
            text-shadow: 0px 0px 2px black; }
            #defaultContent > section.content .content-wrapper .content-across .summary-wrapper.small, #defaultContent > div.content .content-wrapper .content-across .summary-wrapper.small {
              width: 100%;
              padding: 4px 15px;
              text-shadow: 0px 0px 2px black; }
              #defaultContent > section.content .content-wrapper .content-across .summary-wrapper.small > .summary, #defaultContent > div.content .content-wrapper .content-across .summary-wrapper.small > .summary {
                font-size: 14px; }
            #defaultContent > section.content .content-wrapper .content-across .summary-wrapper > .summary, #defaultContent > div.content .content-wrapper .content-across .summary-wrapper > .summary {
              font-size: 14px; }
          #defaultContent > section.content .content-wrapper .content-across .summary-image, #defaultContent > div.content .content-wrapper .content-across .summary-image {
            z-index: 0;
            position: absolute;
            width: calc(100% - 100px); }
            #defaultContent > section.content .content-wrapper .content-across .summary-image > img, #defaultContent > div.content .content-wrapper .content-across .summary-image > img {
              max-height: 137px;
              height: 137px;
              width: 100%;
              border-radius: 0px;
              object-fit: cover;
              opacity: 0.5; }
          #defaultContent > section.content .content-wrapper .content-across .summary-blurb, #defaultContent > div.content .content-wrapper .content-across .summary-blurb {
            width: 242px;
            position: absolute;
            right: 0;
            z-index: 1; } }
      #defaultContent > section.content .content-wrapper .content-left, #defaultContent > div.content .content-wrapper .content-left {
        width: calc(55% - 10px);
        float: left; }
        #defaultContent > section.content .content-wrapper .content-left.lonesome, #defaultContent > div.content .content-wrapper .content-left.lonesome {
          width: 100%; }
        #defaultContent > section.content .content-wrapper .content-left.blog, #defaultContent > div.content .content-wrapper .content-left.blog {
          width: 145px;
          min-height: 80px;
          padding-bottom: 25px; }
          #defaultContent > section.content .content-wrapper .content-left.blog img.responsive, #defaultContent > div.content .content-wrapper .content-left.blog img.responsive {
            width: 100%; }
        #defaultContent > section.content .content-wrapper .content-left.responsive-img > img, #defaultContent > div.content .content-wrapper .content-left.responsive-img > img {
          width: 100%; }
      #defaultContent > section.content .content-wrapper .content-right, #defaultContent > div.content .content-wrapper .content-right {
        width: calc(45% - 10px);
        float: right; }
        #defaultContent > section.content .content-wrapper .content-right.blog, #defaultContent > div.content .content-wrapper .content-right.blog {
          width: calc(100% - 180px);
          min-height: 80px;
          padding-bottom: 25px;
          text-align: justify;
          font-size: 16px; }
          #defaultContent > section.content .content-wrapper .content-right.blog.lonesome, #defaultContent > div.content .content-wrapper .content-right.blog.lonesome {
            width: 100%; }
          #defaultContent > section.content .content-wrapper .content-right.blog img.responsive, #defaultContent > div.content .content-wrapper .content-right.blog img.responsive {
            width: 100%; }
          #defaultContent > section.content .content-wrapper .content-right.blog a u, #defaultContent > div.content .content-wrapper .content-right.blog a u {
            display: block;
            margin-top: 35px; }
          #defaultContent > section.content .content-wrapper .content-right.blog p, #defaultContent > div.content .content-wrapper .content-right.blog p {
            font-size: 16px; }
      @media screen and (max-width: 768px) {
        #defaultContent > section.content .content-wrapper .content-left, #defaultContent > section.content .content-wrapper .content-right, #defaultContent > div.content .content-wrapper .content-left, #defaultContent > div.content .content-wrapper .content-right {
          width: 100%;
          float: none; } }
    #defaultContent > section.content h1, #defaultContent > div.content h1 {
      font-size: 22px;
      font-weight: 600;
      width: 100%; }
      #defaultContent > section.content h1:first-of-type, #defaultContent > div.content h1:first-of-type {
        margin-top: 10px;
        margin-bottom: 15px; }
      #defaultContent > section.content h1.lighter, #defaultContent > div.content h1.lighter {
        font-weight: 500; }
    #defaultContent > section.content h2, #defaultContent > div.content h2 {
      font-size: 16px;
      font-weight: 600;
      position: relative;
      /*overflow: hidden;
                height: 20px;*/
      line-height: 20px; }
    #defaultContent > section.content h4, #defaultContent > div.content h4 {
      color: #E41937;
      font-size: 22px;
      display: flex;
      justify-content: center;
      font-weight: 600; }
    #defaultContent > section.content p, #defaultContent > div.content p {
      padding-top: 7px;
      padding-bottom: 7px;
      margin-bottom: 0; }
      #defaultContent > section.content p.bigger, #defaultContent > div.content p.bigger {
        font-size: 20px;
        font-weight: 500; }
    #defaultContent > section.content p, #defaultContent > section.content div, #defaultContent > section.content p > a, #defaultContent > section.content div > a, #defaultContent > div.content p, #defaultContent > div.content div, #defaultContent > div.content p > a, #defaultContent > div.content div > a {
      font-size: 14px; }
    #defaultContent > section.content.white-bg, #defaultContent > div.content.white-bg {
      background-color: #FFFFFF;
      color: #333; }
      #defaultContent > section.content.white-bg .link-button:hover, #defaultContent > div.content.white-bg .link-button:hover {
        background-color: white; }
      #defaultContent > section.content.white-bg .place-holder, #defaultContent > div.content.white-bg .place-holder {
        width: 100%;
        height: 500px;
        background-color: #ebebeb;
        border-radius: 0px; }
      #defaultContent > section.content.white-bg h2, #defaultContent > div.content.white-bg h2 {
        color: #E41937;
        /*&::after {
                        background-color: $corp-colour-primary;
                    }*/ }
    #defaultContent > section.content.whiteblu-bg, #defaultContent > div.content.whiteblu-bg {
      background-color: #FFFFFF;
      color: #4D616F; }
      #defaultContent > section.content.whiteblu-bg .link-button:hover, #defaultContent > div.content.whiteblu-bg .link-button:hover {
        background-color: white; }
      #defaultContent > section.content.whiteblu-bg .place-holder, #defaultContent > div.content.whiteblu-bg .place-holder {
        width: 100%;
        height: 500px;
        background-color: #ebebeb;
        border-radius: 0px; }
      #defaultContent > section.content.whiteblu-bg h2, #defaultContent > div.content.whiteblu-bg h2 {
        color: #E41937; }
        #defaultContent > section.content.whiteblu-bg h2::after, #defaultContent > div.content.whiteblu-bg h2::after {
          background-color: #E41937; }
    #defaultContent > section.content.red-bg, #defaultContent > div.content.red-bg {
      background-color: #E41937;
      color: #FFFFFF; }
      #defaultContent > section.content.red-bg .link-button:hover, #defaultContent > div.content.red-bg .link-button:hover {
        background-color: #f82d4b; }
      #defaultContent > section.content.red-bg .place-holder, #defaultContent > div.content.red-bg .place-holder {
        width: 100%;
        height: 500px;
        background-color: #d00523;
        border-radius: 0px; }
      #defaultContent > section.content.red-bg table.formatted-table tr.header, #defaultContent > div.content.red-bg table.formatted-table tr.header {
        border-bottom: 1px solid #333;
        background-color: #333; }
      #defaultContent > section.content.red-bg table.formatted-table td, #defaultContent > div.content.red-bg table.formatted-table td {
        font-size: 12px;
        padding: 5px 10px 5px 5px; }
      #defaultContent > section.content.red-bg table.formatted-table td.AltRow, #defaultContent > div.content.red-bg table.formatted-table td.AltRow {
        background-color: #FFFFFF;
        color: #333; }
      #defaultContent > section.content.red-bg h2, #defaultContent > div.content.red-bg h2 {
        color: #FFFFFF; }
        #defaultContent > section.content.red-bg h2::after, #defaultContent > div.content.red-bg h2::after {
          background-color: #FFFFFF; }
    #defaultContent > section.content.grey-bg, #defaultContent > div.content.grey-bg {
      background-color: #7b838e;
      color: #FFFFFF;
      /*.content-right > * :not(input) {
                    color: $corp-colour-white !important;
                }*/ }
      #defaultContent > section.content.grey-bg .link-button:hover, #defaultContent > div.content.grey-bg .link-button:hover {
        background-color: #8f97a2; }
      #defaultContent > section.content.grey-bg .place-holder, #defaultContent > div.content.grey-bg .place-holder {
        width: 100%;
        height: 500px;
        background-color: #676f7a;
        border-radius: 0px; }
      #defaultContent > section.content.grey-bg table.formatted-table tr.header, #defaultContent > div.content.grey-bg table.formatted-table tr.header {
        border-bottom: 1px solid #333;
        background-color: #333; }
      #defaultContent > section.content.grey-bg table.formatted-table td, #defaultContent > div.content.grey-bg table.formatted-table td {
        font-size: 12px;
        padding: 5px 10px 5px 5px; }
      #defaultContent > section.content.grey-bg table.formatted-table td.AltRow, #defaultContent > div.content.grey-bg table.formatted-table td.AltRow {
        background-color: #FFFFFF;
        color: #333; }
      #defaultContent > section.content.grey-bg h2, #defaultContent > div.content.grey-bg h2 {
        color: #FFFFFF; }
        #defaultContent > section.content.grey-bg h2::after, #defaultContent > div.content.grey-bg h2::after {
          background-color: #FFFFFF; }
    #defaultContent > section.content.smoke-bg, #defaultContent > div.content.smoke-bg {
      background-color: #F1F1F1;
      color: #333; }
      #defaultContent > section.content.smoke-bg .link-button, #defaultContent > div.content.smoke-bg .link-button {
        border-color: #333;
        color: #333; }
        #defaultContent > section.content.smoke-bg .link-button:hover, #defaultContent > div.content.smoke-bg .link-button:hover {
          background-color: white; }
      #defaultContent > section.content.smoke-bg .place-holder, #defaultContent > div.content.smoke-bg .place-holder {
        width: 100%;
        height: 500px;
        background-color: #dddddd;
        border-radius: 0px; }
      #defaultContent > section.content.smoke-bg table.formatted-table td, #defaultContent > div.content.smoke-bg table.formatted-table td {
        font-size: 12px;
        padding: 5px 10px 5px 5px; }
      #defaultContent > section.content.smoke-bg table.formatted-table td.AltRow, #defaultContent > div.content.smoke-bg table.formatted-table td.AltRow {
        background-color: #FFFFFF;
        color: #333; }
      #defaultContent > section.content.smoke-bg h2, #defaultContent > div.content.smoke-bg h2 {
        color: #E41937; }
        #defaultContent > section.content.smoke-bg h2::after, #defaultContent > div.content.smoke-bg h2::after {
          background-color: #E41937; }
    #defaultContent > section.content:last-of-type, #defaultContent > div.content:last-of-type {
      box-shadow: 0 2px 0 #FFFFFF;
      margin-bottom: 0; }
    #defaultContent > section.content .indent, #defaultContent > div.content .indent {
      padding-left: 25px; }
    #defaultContent > section.content .center, #defaultContent > div.content .center {
      text-align: center; }
    #defaultContent > section.content .space-top, #defaultContent > div.content .space-top {
      padding-top: 15px;
      display: block; }
    #defaultContent > section.content .space-bottom, #defaultContent > div.content .space-bottom {
      padding-bottom: 15px;
      display: block; }
    #defaultContent > section.content.aboveline, #defaultContent > div.content.aboveline {
      margin-top: -2px; }
    #defaultContent > section.content .link-button, #defaultContent > div.content .link-button {
      color: #FFFFFF;
      position: relative;
      text-align: center;
      display: block;
      font-weight: 600;
      border: 3px solid #FFFFFF;
      padding: 15px;
      text-decoration: none;
      font-size: 18px;
      margin-top: 15px;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      -webkit-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear; }
    #defaultContent > section.content .nopad-top, #defaultContent > div.content .nopad-top {
      padding-top: 0; }
      @media screen and (max-width: 768px) {
        #defaultContent > section.content .nopad-top, #defaultContent > div.content .nopad-top {
          padding-top: 35px; } }
    #defaultContent > section.content.no-sep, #defaultContent > div.content.no-sep {
      margin-bottom: 0px;
      box-shadow: 0 0 0 transparent; }
    #defaultContent > section.content.sitemap, #defaultContent > div.content.sitemap {
      width: 100%; }
      #defaultContent > section.content.sitemap > .container, #defaultContent > div.content.sitemap > .container {
        width: 100%; }
        #defaultContent > section.content.sitemap > .container h1, #defaultContent > div.content.sitemap > .container h1 {
          text-align: center; }
        #defaultContent > section.content.sitemap > .container .content ul, #defaultContent > div.content.sitemap > .container .content ul {
          list-style: none;
          text-align: left;
          padding: 10px 0; }
        #defaultContent > section.content.sitemap > .container .content ul li, #defaultContent > div.content.sitemap > .container .content ul li {
          display: block;
          padding: 0 10px; }
        #defaultContent > section.content.sitemap > .container .content > ul > li, #defaultContent > div.content.sitemap > .container .content > ul > li {
          display: inline;
          text-transform: uppercase;
          padding: 0 10px;
          letter-spacing: 5px;
          font-weight: 700;
          font-size: 18px;
          border-bottom: 2px solid #eee; }
        #defaultContent > section.content.sitemap > .container .content > ul > ul > li, #defaultContent > div.content.sitemap > .container .content > ul > ul > li {
          font-weight: 600;
          border-bottom: 1px solid #eee; }
        #defaultContent > section.content.sitemap > .container .content > ul > ul > li > a, #defaultContent > div.content.sitemap > .container .content > ul > ul > li > a {
          padding-left: 15px;
          display: block; }
        #defaultContent > section.content.sitemap > .container .content > ul > ul > ul > li > a, #defaultContent > div.content.sitemap > .container .content > ul > ul > ul > li > a {
          padding-left: 30px;
          display: block; }
        #defaultContent > section.content.sitemap > .container .content ul li a, #defaultContent > div.content.sitemap > .container .content ul li a {
          text-decoration: none;
          color: #333; }
        #defaultContent > section.content.sitemap > .container .content ul li a:hover, #defaultContent > div.content.sitemap > .container .content ul li a:hover {
          text-decoration: underline; }
    @media screen and (max-width: 768px) {
      #defaultContent > section.content, #defaultContent > div.content {
        padding-right: 0; } }
  #defaultContent.quote {
    position: relative;
    width: 100%;
    /*bottom: 22px;
            top: 80px;*/
    min-height: calc(100% - 50px);
    /*min-height: calc(100% - 27px);*/ }
    #defaultContent.quote > section.content {
      min-height: calc(100% - 173px); }
  #defaultContent .quote-process {
    max-height: 110px;
    height: 110px; }
    #defaultContent .quote-process > div {
      height: 100%; }
      #defaultContent .quote-process > div > span {
        color: #7b838e;
        position: relative;
        display: block;
        font-size: 22px;
        font-weight: 800;
        text-align: center;
        margin: 20px 20px 20px 1px; }
        @media screen and (max-width: 768px) {
          #defaultContent .quote-process > div > span {
            margin: 0 auto; } }
      #defaultContent .quote-process > div::before {
        content: ' ';
        background-color: #5C636D;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: 205px;
        max-height: 110px;
        top: 0;
        left: 0;
        border-radius: 0px;
        padding: 15px; }
      #defaultContent .quote-process > div::after {
        content: '';
        position: relative;
        display: block;
        width: 0;
        height: 0; }
      #defaultContent .quote-process > div.current > span {
        color: #E61839; }
      #defaultContent .quote-process > div.current::before {
        background-color: #fff; }
      #defaultContent .quote-process > div.complete > span {
        color: #5C636D; }
      #defaultContent .quote-process > div.complete::before {
        background-color: #90979F; }
      #defaultContent .quote-process > div.complete::after {
        border-top-color: #90979F !important; }
      @media screen and (max-width: 852px) {
        #defaultContent .quote-process > div {
          display: none; }
          #defaultContent .quote-process > div.current {
            display: block;
            width: calc(100% - 5px);
            margin-top: -15px; }
            #defaultContent .quote-process > div.current::before {
              width: calc(100% - 15px);
              max-width: none; }
            #defaultContent .quote-process > div.current::after {
              display: none; } }
      @media screen and (max-width: 768px) {
        #defaultContent .quote-process > div.current::before {
          top: -20px; }
        #defaultContent .quote-process > div.current::after {
          display: none; } }
    #defaultContent .quote-process > div:nth-child(1)::after {
      border-left: 0px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid #5C636D;
      position: absolute;
      top: 100%;
      left: 22px; }
    #defaultContent .quote-process > div:nth-child(1).current::after {
      border-top: 30px solid #fff; }
    #defaultContent .quote-process > div:nth-child(2)::after {
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 30px solid #5C636D;
      position: absolute;
      top: 100%;
      left: 38.5%; }
    #defaultContent .quote-process > div:nth-child(2).current::after {
      border-top: 30px solid #fff; }
    #defaultContent .quote-process > div:nth-child(3)::after {
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 30px solid #5C636D;
      position: absolute;
      top: 100%;
      right: 46%; }
    #defaultContent .quote-process > div:nth-child(3).current::after {
      border-top: 30px solid #fff; }
    #defaultContent .quote-process > div:nth-child(4)::after {
      border-left: 30px solid transparent;
      border-right: 0px solid transparent;
      border-top: 30px solid #5C636D;
      position: absolute;
      top: 100%;
      right: 40px; }
    #defaultContent .quote-process > div:nth-child(4).current::after {
      border-top: 30px solid #fff; }
    @media all and (max-width: 768px) {
      #defaultContent .quote-process {
        margin-bottom: -35px; } }
  #defaultContent .quote-progress {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 35px; }
    #defaultContent .quote-progress > div:not(.indicator) {
      position: relative;
      display: inline-block;
      height: 50px;
      width: 50px;
      border-radius: 100%;
      background-color: #5C636D;
      z-index: 2; }
      #defaultContent .quote-progress > div:not(.indicator)::after {
        content: '';
        display: block;
        position: relative;
        background-color: #8f97a2;
        height: 36px;
        width: 36px;
        border-radius: 100%;
        margin: 7px; }
      #defaultContent .quote-progress > div:not(.indicator).step-2 {
        position: absolute;
        left: 34%; }
      #defaultContent .quote-progress > div:not(.indicator).step-3 {
        position: absolute;
        right: 36%; }
      #defaultContent .quote-progress > div:not(.indicator).step-4 {
        position: absolute;
        right: 18px; }
      #defaultContent .quote-progress > div:not(.indicator).current {
        background-color: #fff; }
        #defaultContent .quote-progress > div:not(.indicator).current::after {
          background-color: #E51837; }
        #defaultContent .quote-progress > div:not(.indicator).current.step-2::before {
          content: '';
          display: block;
          position: absolute;
          height: 8px;
          width: 290px;
          top: 21px;
          left: -262px;
          background-color: #E51837; }
        #defaultContent .quote-progress > div:not(.indicator).current.step-3::before {
          content: '';
          display: block;
          position: absolute;
          height: 8px;
          width: 290px;
          top: 21px;
          left: -262px;
          background-color: #E51837; }
        #defaultContent .quote-progress > div:not(.indicator).current.step-4::before {
          content: '';
          display: block;
          position: absolute;
          height: 8px;
          width: 290px;
          top: 21px;
          left: -262px;
          background-color: #E51837; }
    #defaultContent .quote-progress > div.indicator {
      border-radius: 0;
      height: 8px;
      width: calc(100% - 20px);
      position: absolute;
      top: 21px;
      background-color: #5C636D;
      z-index: 1; }
    @media screen and (max-width: 852px) {
      #defaultContent .quote-progress {
        margin-top: 0px;
        height: 0px; }
        #defaultContent .quote-progress > div {
          display: none !important; } }
  #defaultContent .quote-form-extra {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    background-color: #90979F;
    margin-top: 15px;
    padding: 15px 35px;
    border-radius: 0px;
    font-size: 16px !important; }
  #defaultContent .quote-form {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    background-color: #90979F;
    border-radius: 0px; }
    #defaultContent .quote-form [type="text"] {
      color: #000; }
    #defaultContent .quote-form #help-link-1 {
      background-color: #FFF;
      color: #7b838e;
      display: block;
      width: 34px;
      height: 34px;
      text-align: center;
      font-size: 25px;
      font-weight: 800;
      border-radius: 100%;
      border: 1px solid #f1f1f1;
      line-height: 30px;
      text-decoration: none;
      margin-bottom: 15px; }
      #defaultContent .quote-form #help-link-1:hover {
        background-color: #d7d7d7;
        color: #535b66; }
    #defaultContent .quote-form .popover + #help-link-1 {
      background-color: #7b838e;
      color: #FFF; }
    #defaultContent .quote-form h1.bigger {
      font-size: 28px; }
    #defaultContent .quote-form > form > .quote-form-1 {
      padding-top: 35px; }
      #defaultContent .quote-form > form > .quote-form-1 > div {
        text-align: left;
        width: calc(100% - 45%);
        margin: 0 auto; }
        #defaultContent .quote-form > form > .quote-form-1 > div > button {
          display: inline-block;
          background-color: #E51837;
          color: #fff; }
          #defaultContent .quote-form > form > .quote-form-1 > div > button::after {
            color: #fff; }
          #defaultContent .quote-form > form > .quote-form-1 > div > button:hover {
            display: inline-block;
            background-color: #fff;
            color: #E51837; }
            #defaultContent .quote-form > form > .quote-form-1 > div > button:hover::after {
              color: #E51837; }
      #defaultContent .quote-form > form > .quote-form-1 > :nth-child(1) {
        width: calc(100% - 45%);
        margin: 0 auto;
        padding-bottom: 20px; }
      #defaultContent .quote-form > form > .quote-form-1 > :nth-child(2) > input, #defaultContent .quote-form > form > .quote-form-1 > :nth-child(2) > select, #defaultContent .quote-form > form > .quote-form-1 > :nth-child(2) > span, #defaultContent .quote-form > form > .quote-form-1 > :nth-child(2) > div, #defaultContent .quote-form > form > .quote-form-1 > :nth-child(3) > input, #defaultContent .quote-form > form > .quote-form-1 > :nth-child(3) > select, #defaultContent .quote-form > form > .quote-form-1 > :nth-child(3) > span, #defaultContent .quote-form > form > .quote-form-1 > :nth-child(3) > div {
        width: 100%; }
      #defaultContent .quote-form > form > .quote-form-1 > :nth-child(4) {
        margin-top: 20px;
        text-align: right;
        width: calc(100% - 70px);
        padding-bottom: 35px; }
    #defaultContent .quote-form > form > .quote-form-2 {
      padding-top: 35px; }
      @media all and (max-width: 768px) {
        #defaultContent .quote-form > form > .quote-form-2 > div {
          clear: both; } }
      #defaultContent .quote-form > form > .quote-form-2 > div > div {
        text-align: left;
        width: 100%;
        margin: 0 auto; }
        #defaultContent .quote-form > form > .quote-form-2 > div > div #_selectedUnitSize {
          width: 195px; }
        #defaultContent .quote-form > form > .quote-form-2 > div > div > button {
          display: inline-block;
          background-color: #E51837;
          color: #fff; }
          #defaultContent .quote-form > form > .quote-form-2 > div > div > button::after {
            color: #fff; }
          #defaultContent .quote-form > form > .quote-form-2 > div > div > button:hover {
            display: inline-block;
            background-color: #fff;
            color: #E51837; }
            #defaultContent .quote-form > form > .quote-form-2 > div > div > button:hover::after {
              color: #E51837; }
        #defaultContent .quote-form > form > .quote-form-2 > div > div.unitImage {
          width: 275px;
          float: left;
          padding-left: 35px;
          padding-bottom: 40px; }
          #defaultContent .quote-form > form > .quote-form-2 > div > div.unitImage > img {
            width: 100%;
            max-width: 275px;
            max-height: 173px;
            height: 100%;
            object-fit: cover; }
        @media all and (max-width: 768px) {
          #defaultContent .quote-form > form > .quote-form-2 > div > div.unitBlurb {
            float: none;
            padding-right: 35px;
            padding-top: 10px;
            padding-left: 14px;
            display: block; }
          #defaultContent .quote-form > form > .quote-form-2 > div > div.unitBlurb {
            float: none; } }
        @media all and (min-width: 768px) {
          #defaultContent .quote-form > form > .quote-form-2 > div > div.unitBlurb {
            width: calc(100% - 345px);
            float: right;
            padding-right: 35px;
            padding-top: 10px;
            padding-left: 0px; } }
        #defaultContent .quote-form > form > .quote-form-2 > div > div.button-container {
          text-align: right;
          padding-right: 30px;
          display: inline-block; }
        #defaultContent .quote-form > form > .quote-form-2 > div > div div.button-container {
          text-align: right;
          padding-right: 35px; }
      #defaultContent .quote-form > form > .quote-form-2 > :nth-child(1) {
        width: calc(100% - 60px);
        margin: 0 auto;
        padding-bottom: 20px; }
        #defaultContent .quote-form > form > .quote-form-2 > :nth-child(1) > h1 {
          max-width: 300px;
          width: 100%;
          display: inline; }
        #defaultContent .quote-form > form > .quote-form-2 > :nth-child(1) > div {
          padding-left: 30px;
          display: inline-block;
          max-width: calc(100% - 300px);
          width: 100%;
          float: right; }
          #defaultContent .quote-form > form > .quote-form-2 > :nth-child(1) > div > div {
            padding-left: 0;
            display: inline-flex;
            float: right;
            width: calc(100%); }
            #defaultContent .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > button {
              display: inline-block; }
            #defaultContent .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > select {
              width: 400px; }
            #defaultContent .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > span {
              display: inline-block; }
            @media all and (max-width: 768px) {
              #defaultContent .quote-form > form > .quote-form-2 > :nth-child(1) > div > div {
                width: 320px;
                background-color: transparent;
                padding-left: 30px;
                display: inline-table;
                height: 75px;
                position: relative;
                margin-bottom: 10px; }
                #defaultContent .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > button {
                  position: absolute;
                  width: calc(100% - 50%);
                  bottom: 0; }
                  #defaultContent .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > button#usPrev {
                    left: 30px; }
                  #defaultContent .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > button#usNext {
                    right: 0; }
                #defaultContent .quote-form > form > .quote-form-2 > :nth-child(1) > div > div > span {
                  position: relative;
                  width: 100% !important; } }
            @media all and (max-width: 1024px) {
              #defaultContent .quote-form > form > .quote-form-2 > :nth-child(1) > div > div {
                display: inline-flex; } }
    #defaultContent .quote-form > form > .quote-form-3 {
      padding-top: 0px;
      display: inline-block;
      width: 100%; }
      #defaultContent .quote-form > form > .quote-form-3 > div {
        text-align: left;
        width: calc(100% - 55%);
        margin: 0 auto; }
        #defaultContent .quote-form > form > .quote-form-3 > div h1:first-of-type {
          margin-top: 0px;
          padding-top: 0px; }
        #defaultContent .quote-form > form > .quote-form-3 > div .login-container {
          background-color: #7b838e;
          margin: 0px 35px 35px 0px;
          padding: 25px;
          border-radius: 0px; }
        #defaultContent .quote-form > form > .quote-form-3 > div.content-right {
          width: 100%;
          padding-left: 35px;
          /*padding-right: 35px;*/
          padding-top: 30px; }
        #defaultContent .quote-form > form > .quote-form-3 > div.content-left {
          padding-top: 30px;
          width: 100%;
          padding-left: 35px;
          padding-right: 35px; }
        #defaultContent .quote-form > form > .quote-form-3 > div .button-container {
          text-align: right; }
          #defaultContent .quote-form > form > .quote-form-3 > div .button-container > button {
            display: inline-block; }
          #defaultContent .quote-form > form > .quote-form-3 > div .button-container .button-support {
            display: inline;
            padding-right: 10px;
            font-size: 14px; }
      #defaultContent .quote-form > form > .quote-form-3 > :nth-child(1) {
        width: calc(100% - 45%);
        margin: 0 auto;
        padding-bottom: 20px; }
        #defaultContent .quote-form > form > .quote-form-3 > :nth-child(1) h1 {
          padding-top: 0px;
          margin-top: 0px; }
      @media screen and (max-width: 540px) {
        #defaultContent .quote-form > form > .quote-form-3 .input-container {
          margin-top: 0px;
          margin-bottom: 0px; }
          #defaultContent .quote-form > form > .quote-form-3 .input-container > input {
            width: 100%;
            margin-bottom: 10px; } }
      @media screen and (max-width: 768px) {
        #defaultContent .quote-form > form > .quote-form-3 > div.content-left {
          width: 100%;
          padding-left: 35px;
          padding-right: 35px; }
        #defaultContent .quote-form > form > .quote-form-3 > div.content-right {
          padding-left: 35px; }
        #defaultContent .quote-form > form > .quote-form-3 [name="Step3Button"] {
          margin-top: 11px; }
        #defaultContent .quote-form > form > .quote-form-3 .content-right {
          padding-top: 30px;
          /*&::before {
                            content: ' ';
                            display: block;
                            width: 100%;
                            height: 2px;
                            border-radius: 25px;
                            background-color: #7b838e;
                            position: absolute;
                            left: 0;
                            margin-top: -24px;
                        }*/ } }
    #defaultContent .quote-form > form > .quote-form-4 {
      padding-top: 35px; }
      #defaultContent .quote-form > form > .quote-form-4 > div {
        text-align: left;
        width: calc(100% - 70px);
        margin: 0 auto; }
      #defaultContent .quote-form > form > .quote-form-4 > :nth-child(1) {
        width: calc(100% - 70px);
        margin: 0 auto;
        padding-bottom: 20px; }
      #defaultContent .quote-form > form > .quote-form-4 .button-support {
        display: inline;
        padding-right: 10px;
        font-size: 14px; }
      #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper {
        margin-top: -20px;
        font-size: 18px;
        float: none !important;
        text-shadow: 0 !important; }
        #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper > .summary {
          font-size: 18px; }
        #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .summary-image {
          float: right;
          width: 185px; }
          #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > img {
            border-radius: 0;
            max-height: 145px; }
          #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .rating {
            text-align: center;
            position: absolute; }
            #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .rating > span {
              font-size: 30px; }
              #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .rating > span::before {
                font-size: 30px; }
          #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .print-quote {
            position: absolute;
            margin-top: 0px;
            text-align: right;
            width: 183px; }
            #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .print-quote > a {
              color: #fff !important; }
        #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .input-container {
          position: relative;
          /*display: inline-table;*/
          width: 100%;
          margin-bottom: 15px;
          font-size: 14px; }
          #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody {
            width: 100%;
            /*display:inline-flex;*/ }
            #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody tr {
              width: 100%;
              /*display:table-cell;*/ }
              #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody tr:first-of-type {
                padding-right: 5px; }
              #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody tr td {
                /*display:inline;*/ }
                #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody tr td:last-of-type {
                  padding-right: 0; }
        @media screen and (max-width: 768px) {
          #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper {
            width: 100% !important;
            text-shadow: 0 0 0 transparent !important; }
            #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper > .summary {
              padding-left: 0px;
              position: relative;
              font-size: 16px;
              display: inline-block;
              width: 100%; }
            #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .summary.quote {
              padding-top: 15px; }
            #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .summary-image {
              float: none;
              width: 100%;
              display: block;
              position: relative;
              padding-top: 0px;
              margin-top: 0px;
              margin-bottom: 15px; }
              #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > img {
                opacity: 1; }
              #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .rating {
                text-align: center;
                position: absolute;
                bottom: 0;
                background-color: rgba(255, 255, 255, 0.5);
                width: 100%; }
              #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .summary-image > .print-quote {
                position: absolute;
                text-align: right;
                width: 122px;
                border-radius: 0px 0px 0px 15px;
                right: 0;
                top: 0;
                margin-top: 0;
                background-color: rgba(0, 0, 0, 0.7); }
            #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .input-container {
              position: relative;
              /*display: inline-block;*/
              width: 100%;
              margin-bottom: 15px;
              font-size: 14px; }
              #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody {
                width: 100%;
                display: block; }
                #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody tr {
                  display: block;
                  width: 100%; }
                  #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .input-container tbody tr td {
                    display: block;
                    width: 100%;
                    padding-right: 0; }
            #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .button-container {
              width: 100%;
              display: block; }
              #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .button-container .button-support {
                width: 100%;
                text-align: center;
                display: block;
                padding-bottom: 5px; }
              #defaultContent .quote-form > form > .quote-form-4 .summary-wrapper .button-container button#btnSubmit4 {
                width: 49%; } }
    #defaultContent .quote-form select {
      border-radius: 0;
      height: 35px;
      border: 0;
      margin: 5px 0px;
      font-size: 16px;
      color: #5C636D;
      padding-left: 10px;
      font-weight: 600; }
      #defaultContent .quote-form select:active, #defaultContent .quote-form select:focus {
        border-radius: 0; }
    #defaultContent .quote-form + .terms {
      font-size: 12px;
      margin-bottom: 15px; }
      #defaultContent .quote-form + .terms + .summary {
        font-size: 15px;
        margin-bottom: 15px;
        position: relative; }
  #defaultContent .quote-test {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    background-color: #90979F;
    min-height: 75px;
    border-radius: 0; }
  #defaultContent p {
    margin: 0; }
  #defaultContent .placeholder-border {
    border: 2px dotted rgba(239, 237, 237, 0); }
  #defaultContent .strip-outer-content-wrapper {
    width: 100%;
    min-height: 500px;
    margin: auto; }
    #defaultContent .strip-outer-content-wrapper > .strip-inner-content-wrapper {
      width: 70%;
      min-height: 400px;
      margin: 50px auto; }
      #defaultContent .strip-outer-content-wrapper > .strip-inner-content-wrapper > .left-content {
        min-height: 350px; }
      #defaultContent .strip-outer-content-wrapper > .strip-inner-content-wrapper > .right-content {
        min-height: 350px; }
  #defaultContent .google-reviews-strip-inner-content-wrapper {
    margin: 50px auto; }
  #defaultContent #aboutStorAgeStrip {
    background-color: #333333;
    color: #fefefe; }
  #defaultContent .about-and-location-header-dark-background {
    font-weight: bold;
    font-size: 20px; }
  #defaultContent .about-and-location-strip-outer-content-wrapper {
    width: 100%;
    min-height: 500px;
    padding-left: 200px; }
    #defaultContent .about-and-location-strip-outer-content-wrapper > .about-and-location-strip-inner-content-wrapper {
      width: 70%;
      min-height: 350px;
      margin: 50px auto; }
      #defaultContent .about-and-location-strip-outer-content-wrapper > .about-and-location-strip-inner-content-wrapper > .left-content {
        min-height: 300px; }
      #defaultContent .about-and-location-strip-outer-content-wrapper > .about-and-location-strip-inner-content-wrapper > .right-content {
        min-height: 300px; }
  #defaultContent .about-and-location-links {
    clear: both;
    padding-top: 15px;
    line-height: 10px;
    display: block; }
    #defaultContent .about-and-location-links > ul {
      list-style: none;
      padding-left: 0px; }
      #defaultContent .about-and-location-links > ul > a {
        text-decoration: none;
        color: #fefefe; }
        #defaultContent .about-and-location-links > ul > a > li {
          padding: 5px 0px 5px 0px;
          font-size: 16px;
          font-weight: 100; }
        #defaultContent .about-and-location-links > ul > a > .region-name {
          text-transform: uppercase; }
  #defaultContent .cms-banner-image-desktop {
    display: block; }
  #defaultContent .cms-banner-image-mobile {
    display: none; }
  #defaultContent #chatCallToActionFloatingButton {
    position: fixed;
    right: 20px;
    bottom: 0px;
    z-index: 100;
    width: 120px;
    font-size: 14px;
    font-weight: 500; }
    #defaultContent #chatCallToActionFloatingButton > .button {
      padding: 5px 10px 5px 10px; }
      #defaultContent #chatCallToActionFloatingButton > .button .chat-button-text {
        padding-left: 40px; }
  #defaultContent .icon-speech {
    padding-left: 20px;
    padding-right: 10px; }
    #defaultContent .icon-speech:before {
      font-family: "greyskull001";
      content: '\e800';
      width: 47px;
      height: 24px;
      position: absolute;
      margin: 0 0 0 8px; }
    #defaultContent .icon-speech:hover:before {
      background-color: transparent; }
  #defaultContent #searchBar {
    position: relative;
    width: 100%;
    height: 100px;
    max-width: none; }
    #defaultContent #searchBar > #searchBarInnerWrapper {
      width: 70%;
      margin: auto;
      padding-left: 3%; }
      #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper {
        height: 100%;
        margin-top: 25px; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          text-transform: uppercase;
          font-size: 20px;
          font-weight: bold;
          text-align: center; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper ::-moz-placeholder {
          /* Firefox 19+ */
          text-transform: uppercase;
          font-size: 20px;
          font-weight: bold;
          text-align: center;
          margin-top: 25px; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper :-ms-input-placeholder {
          /* IE 10+ */
          text-transform: uppercase;
          font-size: 20px;
          font-weight: bold;
          text-align: center; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper :-moz-placeholder {
          /* Firefox 18- */
          text-transform: uppercase;
          font-size: 20px;
          font-weight: bold;
          text-align: center; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-result-distance {
          float: right;
          padding-right: 5px; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-bar-and-button {
          height: 50px;
          width: 100%;
          display: inline-flex;
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
          border-radius: 5px 5px 5px 5px;
          font-family: "Futura-Dem"; }
          #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-bar-and-button .search-text-box {
            border-radius: 5px 0px 0px 5px;
            border: none;
            height: 100%;
            width: 65%;
            padding-left: 10px; }
          #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-bar-and-button .search-btn-store-location {
            border-radius: 0px 5px 5px 0px;
            font-size: 20px;
            border: none;
            height: 100%;
            width: 35%;
            white-space: nowrap;
            padding: unset; 
          }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-results {
          display: block;
          width: 65%;
          text-align: left;
          max-height: 162px; }
          #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-results > p {
            margin: 0px;
            background-color: white; 
          }
            #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-results > p > a {
              text-decoration: none;
              color: black; }
          #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-results > p:nth-child(odd) {
            background-color: #f2f2f2; }
      #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarSpacerWrapper {
        line-height: 50px;
        color: #fff;
        margin-top: 25px;
        text-align: center;
        font-size: 20px;
        font-weight: bold; }
      #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarCallToActionWrapper {
        height: 50px;
        vertical-align: middle;
        margin-top: 25px; }
  #defaultContent .sticky {
    position: fixed !important;
    top: 8px !important;
    z-index: 10; }
  #defaultContent .call-to-action-bar {
    color: #fff;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: auto; }
    #defaultContent .call-to-action-bar .call-to-action-text {
      padding-top: 9px; }
    #defaultContent .call-to-action-bar > a {
      color: inherit;
      text-decoration: inherit;
      font-family: "Futura-Dem";
      display: inherit; }
  #defaultContent .horizontal-line {
    border-width: 2px;
    color: #e2e2e2;
    width: 70%; }
  #defaultContent .mobile-view-horizontal-line {
    display: none; }
  #defaultContent .line-section {
    padding: 0px;
    margin: 0px; }
    #defaultContent .line-section .blend-with-background-color {
      background-color: #333333;
      height: 2px; }
    #defaultContent .line-section .horizontal-line-on-dark-background {
      background-color: #7b838e;
      height: 2px; }
  #defaultContent .vertical-line {
    border-right: 2px solid #e2e2e2;
    height: 350px; }
  #defaultContent .size-estimator-bar {
    height: 46px; }
  #defaultContent #mapLocationStrip {
    background-color: #FFFFFF;
    width: 100%;
    margin: auto;
    max-width: none; }
    #defaultContent #mapLocationStrip > #mapLocationStripInnerWrapper {
      display: flex;
      width: 70%;
      margin: auto;
      padding-bottom: 25px; }
    #defaultContent #mapLocationStrip .map-with-numbers-mobile {
      display: none; }
    #defaultContent #mapLocationStrip .map-with-numbers {
      height: 100%; }
    #defaultContent #mapLocationStrip > .strip-footer-content-wrapper {
      text-align: center;
      clear: both;
      padding-top: 15px;
      line-height: 20px;
      white-space: nowrap;
      width: 100%; }
      #defaultContent #mapLocationStrip > .strip-footer-content-wrapper > ul {
        list-style: none;
        padding: 0px; }
        #defaultContent #mapLocationStrip > .strip-footer-content-wrapper > ul > li {
          display: inline-flex;
          padding: 0px 30px;
          font-size: 22px;
          font-weight: 600; }
          #defaultContent #mapLocationStrip > .strip-footer-content-wrapper > ul > li > a {
            color: inherit;
            text-decoration: inherit;
            display: inherit;
            margin: inherit;
            padding: 0;
            vertical-align: inherit;
            text-size-adjust: inherit; }
      #defaultContent #mapLocationStrip > .strip-footer-content-wrapper .info-icons > p {
        margin: auto;
        margin-left: 8%;
        vertical-align: middle;
        padding-left: 10px; }
#defaultContent .view-locations-hyperlink-container {
    padding-bottom: 10px;
    padding-top: 10px;
}
  #defaultContent .home-page-hyperlink {
    color: black;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 600; }
  #defaultContent .home-page-header {
    font-weight: bold;
    font-size: 30px; }
  #defaultContent .home-page-paragraph {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px; }
  #defaultContent .home-page-paragraph-bullet-point-call-to-action {
    font-size: 20px !important; }
  #defaultContent #read-more-button {
    color: #7b838e;
    background-color: #FFFFFF; }
  #defaultContent .offerings-image {
    padding: 20px 0px 20px 0px;
    height: 170px; }
  #defaultContent .offerings {
    color: black;
    align-content: center;
    text-align: center; }
  #defaultContent #blogNewsStrip {
    background-color: #333333;
    color: #FFFFFF; }
    #defaultContent #blogNewsStrip .blog-strip {
      height: 100%; }
      #defaultContent #blogNewsStrip .blog-strip .blog-image-frame {
        width: 100%;
        height: 324px;
        background-repeat: no-repeat;
        background-position: center; }
      #defaultContent #blogNewsStrip .blog-strip .header-dark-background {
        padding-top: 20px;
        min-height: 68px; }
      #defaultContent #blogNewsStrip .blog-strip .blog-paragraph-dark-background {
        min-height: 225px; }
  #defaultContent .header-dark-background {
    font-weight: bold;
    font-size: 22px; }
  #defaultContent .blog-paragraph-dark-background {
    font-size: 20px; }
  #defaultContent .read-more-wrapper {
    padding-top: 20px; }
    #defaultContent .read-more-wrapper .read-more-button {
      text-align: center;
      color: #fff;
      width: 140px;
      height: 40px;
      text-transform: uppercase;
      border-radius: 5px 5px 5px 5px;
      box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
      font-size: 20px;
      font-weight: bold;
      display: inline-block;
      margin: auto; }
      #defaultContent .read-more-wrapper .read-more-button .read-more-button-text {
        padding-top: 6px; }
  #defaultContent #storAgeFooterLocationsStrip {
    background-color: #333333;
    color: #fefefe; }
  #defaultContent .location-header {
    padding-left: 14px;
    width: 100%; }
  #defaultContent .responsive-image {
    width: 70%;
    padding: 20px 0 20px 0; }
  @media screen and (max-width: 1200px) {
    #defaultContent #searchBar {
      width: 100%;
      height: 180px;
      justify-content: center; }
      #defaultContent #searchBar > #searchBarInnerWrapper {
        padding-top: 30px; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper {
          height: 100%;
          margin-top: 25px;
          width: 90%;
          margin: auto;
          display: block; }
          #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-result-distance {
            float: right;
            padding-right: 5px; }
          #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-bar-and-button {
            height: 50px;
            width: 100%;
            border: 0px;
            display: inline-flex;
            box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
            border-radius: 5px 5px 5px 5px; }
            #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-bar-and-button .search-text-box {
              display: inline-block;
              border-radius: 5px 0px 0px 5px;
              border: none;
              height: 100%;
              width: 65%; }
            #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-bar-and-button .search-btn-store-location {
              display: inline-block;
              border-radius: 0px 5px 5px 0px;
              font-size: 20px;
              border: none;
              height: 100%;
              width: 35%;
              line-height: normal; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarSpacerWrapper {
          display: none; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarCallToActionWrapper {
          margin: 20px auto auto auto;
          height: 50px;
          vertical-align: middle;
          width: 90%;
          display: block; }
    #defaultContent .sticky {
      top: 0px !important; }
    #defaultContent #mapLocationStrip {
      width: 80%; }
      #defaultContent #mapLocationStrip > #mapLocationStripInnerWrapper {
        display: flex;
        width: 100%; }
      #defaultContent #mapLocationStrip .map-with-numbers {
        height: auto;
        width: 100%; }
      #defaultContent #mapLocationStrip > .strip-footer-content-wrapper {
        text-align: left;
        padding-left: 20%;
        white-space: normal; }
        #defaultContent #mapLocationStrip > .strip-footer-content-wrapper .info-icons {
          width: 100%; }
          #defaultContent #mapLocationStrip > .strip-footer-content-wrapper .info-icons .details-icon {
            display: inline-flex; }
          #defaultContent #mapLocationStrip > .strip-footer-content-wrapper .info-icons > p {
            display: inline-flex;
            width: 80%; }
    #defaultContent .mobile-view-horizontal-line {
      display: inline-block;
      border-width: 2px;
      color: #e2e2e2;
      width: 70%;
      text-align: center; }
    #defaultContent .blog-strip {
      text-align: center; }
      #defaultContent .blog-strip .blog-image-frame {
        width: 408px;
        height: 324px; }
      #defaultContent .blog-strip .responsive-image-blog {
        width: 100%; }
      #defaultContent .blog-strip .header-dark-background {
        text-align: justify;
        max-width: 500px;
        margin: auto;
        padding: 0;
        min-height: 10px !important; }
      #defaultContent .blog-strip .blog-paragraph-dark-background {
        text-align: justify;
        max-width: 500px;
        margin: auto;
        padding: 0;
        min-height: 10px !important; }
      #defaultContent .blog-strip .blog-image-frame {
        margin: auto; }
      #defaultContent .blog-strip .read-more-wrapper {
        padding-bottom: 50px; } }
  @media screen and (max-width: 1224px) {
    #defaultContent #searchBar > #searchBarInnerWrapper {
      width: 70%;
      margin: auto; }
      #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper {
        width: 90%; }
      #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarCallToActionWrapper {
        width: 90%; }
    #defaultContent #mapLocationStrip > #mapLocationStripInnerWrapper {
      display: block; }
    #defaultContent #mapLocationStrip .map-with-numbers-wrapper {
      display: none; }
    #defaultContent #mapLocationStrip .location-information-wrapper {
      display: block; }
    #defaultContent #mapLocationStrip .map-with-numbers-mobile {
      display: block;
      text-align: center; }
      #defaultContent #mapLocationStrip .map-with-numbers-mobile .map-with-numbers {
        text-align: center;
        width: 500px;
        height: 353px; }
    #defaultContent #mapLocationStrip > .strip-footer-content-wrapper {
      text-align: left;
      padding-left: 20%;
      white-space: normal; }
      #defaultContent #mapLocationStrip > .strip-footer-content-wrapper .info-icons {
        margin: auto; }
        #defaultContent #mapLocationStrip > .strip-footer-content-wrapper .info-icons .details-icon {
          display: inline-flex; }
        #defaultContent #mapLocationStrip > .strip-footer-content-wrapper .info-icons > p {
          display: inline-flex;
          padding-left: 0px; }
    #defaultContent .mobile-view-horizontal-line {
      display: inline-block;
      border-width: 2px;
      color: #e2e2e2;
      width: 70%;
      text-align: center; }
    #defaultContent .offerings-wrapper {
      width: 100%;
      height: 100%; }
    #defaultContent .vertical-line {
      border: none; }
    #defaultContent #googleReviewsStrip {
      text-align: center;
      margin: auto; }
    #defaultContent .google-reviews-strip-inner-content-wrapper {
      width: 70%;
      margin: auto;
      padding-bottom: 20px; }
      #defaultContent .google-reviews-strip-inner-content-wrapper .google-reviews-strip {
        margin: auto; }
        #defaultContent .google-reviews-strip-inner-content-wrapper .google-reviews-strip .responsive-image-google-review {
          max-height: 200px;
          width: auto; }
    #defaultContent #blogNewsStrip .blog-strip {
      text-align: center;
      height: 100%; }
      #defaultContent #blogNewsStrip .blog-strip .blog-image-frame {
        width: 408px;
        height: 324px; }
      #defaultContent #blogNewsStrip .blog-strip .responsive-image-blog {
        width: 100%; }
      #defaultContent #blogNewsStrip .blog-strip .header-dark-background {
        text-align: justify;
        max-width: 500px;
        margin: auto;
        padding: 10px 0 0 0;
        min-height: 10px !important; }
      #defaultContent #blogNewsStrip .blog-strip .blog-paragraph-dark-background {
        text-align: justify;
        max-width: 500px;
        margin: auto;
        padding: 10px 0 0 0;
        min-height: 10px !important; }
      #defaultContent #blogNewsStrip .blog-strip .blog-image-frame {
        margin: auto; }
      #defaultContent #blogNewsStrip .blog-strip .read-more-wrapper {
        padding-bottom: 50px; }
    #defaultContent #aboutStorAgeStrip {
      padding-left: 10%; }
      #defaultContent #aboutStorAgeStrip .about-and-location-header-dark-background {
        padding-top: 20px; }
    #defaultContent #storAgeFooterLocationsStrip {
      padding-left: 10%; } }
  @media screen and (max-width: 768px) {
    #defaultContent {
      margin-top: 0px; }
      #defaultContent #searchBar {
        height: 130px; }
        #defaultContent #searchBar > #searchBarInnerWrapper {
          padding-top: 14px;
          width: 95%; }
          #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper {
            width: 100%; }
            #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper ::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              font-size: 16px; }
            #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper ::-moz-placeholder {
              /* Firefox 19+ */
              font-size: 16px; }
            #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper :-ms-input-placeholder {
              /* IE 10+ */
              font-size: 16px; }
            #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper :-moz-placeholder {
              /* Firefox 18- */
              font-size: 16px; }
            #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-bar-and-button {
              height: 40px; }
              #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-bar-and-button .search-text-box {
                font-size: 20px;
                  /*padding-top: 0;
                  white-space: nowrap;*/ }
              #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-bar-and-button .search-btn-store-location {
                font-size: 16px;
                white-space: nowrap; }
          #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarCallToActionWrapper {
            width: 100%;
            height: 40px; }
            #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarCallToActionWrapper > p {
              font-size: 16px; }
        #defaultContent #searchBar .call-to-action-bar .call-to-action-text {
          font-size: 16px;
          padding-top: 8px; }
      #defaultContent .home-page-header {
        font-size: 20px; }
      #defaultContent .home-page-paragraph {
        font-size: 12px; }
      #defaultContent #mapLocationStrip > #mapLocationStripInnerWrapper .location-information-wrapper .home-page-header {
        font-size: 20px; }
      #defaultContent #mapLocationStrip > #mapLocationStripInnerWrapper .location-information-wrapper .home-page-paragraph {
        font-size: 12px; }
      #defaultContent #mapLocationStrip .map-with-numbers-mobile {
        width: 100% !important;
        height: auto !important; }
      #defaultContent #mapLocationStrip .map-with-numbers {
        width: 100% !important;
        height: auto !important; }
      #defaultContent #mapLocationStrip .strip-footer-content-wrapper .info-icons {
        margin-left: 5%; }
      #defaultContent #mapLocationStrip .strip-footer-content-wrapper > ul > li {
        padding-left: 0px; }
        #defaultContent #mapLocationStrip .strip-footer-content-wrapper > ul > li > p {
          font-size: 16px; }
      #defaultContent .read-more-wrapper .read-more-button {
        width: 80%;
        height: 30px;
        font-size: 16px; }
        #defaultContent .read-more-wrapper .read-more-button .read-more-button-text {
          padding-top: 3px; }
      #defaultContent .google-reviews-strip-inner-content-wrapper {
        padding-bottom: 20px; }
        #defaultContent .google-reviews-strip-inner-content-wrapper .google-reviews-strip {
          margin: auto; }
          #defaultContent .google-reviews-strip-inner-content-wrapper .google-reviews-strip .responsive-image-google-review {
            width: auto; }
      #defaultContent #aboutStorAgeStrip {
        padding-left: 10%; }
      #defaultContent .about-and-location-strip-outer-content-wrapper {
        margin: auto !important;
        padding-left: 20% !important; } }
  @media screen and (max-width: 530px) {
    #defaultContent .cms-banner-image-desktop {
      display: none; }
    #defaultContent .cms-banner-image-mobile {
      display: block; }
    #defaultContent #searchBar > #searchBarInnerWrapper {
      width: 95%; }
      #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper {
        width: 100%;
        padding-bottom: 20px; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-size: 14px; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper ::-moz-placeholder {
          /* Firefox 19+ */
          font-size: 14px; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper :-ms-input-placeholder {
          /* IE 10+ */
          font-size: 14px; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper :-moz-placeholder {
          /* Firefox 18- */
          font-size: 14px; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-bar-and-button .search-btn-store-location {
          font-size: 14px;
          white-space: nowrap; }
      #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarCallToActionWrapper {
        width: 100%;
        vertical-align: auto;
        margin: auto; }
        #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarCallToActionWrapper > p {
          font-size: 14px; }
    #defaultContent #searchBar .call-to-action-bar .call-to-action-text {
      font-size: 16px; }
    #defaultContent .google-reviews-strip-inner-content-wrapper {
      padding-bottom: 20px; }
      #defaultContent .google-reviews-strip-inner-content-wrapper .google-reviews-strip {
        margin: auto; }
        #defaultContent .google-reviews-strip-inner-content-wrapper .google-reviews-strip .responsive-image-google-review {
          max-height: 87px;
          width: auto; }
    #defaultContent #blogNewsStrip .blog-strip .blog-image-frame {
      width: 100%; }
    #defaultContent #mapLocationStrip .strip-footer-content-wrapper {
      padding-left: 10%; }
      #defaultContent #mapLocationStrip .strip-footer-content-wrapper .info-icons {
        margin-left: 0px;
        padding-left: 20px; }
        #defaultContent #mapLocationStrip .strip-footer-content-wrapper .info-icons .details-icon {
          margin: auto; }
        #defaultContent #mapLocationStrip .strip-footer-content-wrapper .info-icons > p {
          margin: auto;
          vertical-align: middle;
          padding-left: 10px;
          width: 100%;
          font-size: 12px; }
    #defaultContent .mobile-view-horizontal-line {
      width: 95%; } }
  @media screen and (max-width: 400px) {
    #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-size: 12px; }
    #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper ::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 12px; }
    #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper :-ms-input-placeholder {
      /* IE 10+ */
      font-size: 12px; }
    #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper :-moz-placeholder {
      /* Firefox 18- */
      font-size: 12px; }
    #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarLocationSearchWrapper .search-bar-and-button .search-btn-store-location {
      font-size: 11px;
      white-space: nowrap; }
    #defaultContent #searchBar > #searchBarInnerWrapper > #searchBarCallToActionWrapper > p {
      font-size: 12px; }
    #defaultContent #searchBar .call-to-action-bar .call-to-action-text {
      padding-top: 10px;
      font-size: 14px; }
    #defaultContent .size-estimator-bar {
      height: 34px; }
      #defaultContent .size-estimator-bar .call-to-action-bar .call-to-action-text {
        padding-top: 7px;
        font-size: 14px; }
    #defaultContent #mapLocationStrip .strip-footer-content-wrapper {
      padding-left: 5%; }
      #defaultContent #mapLocationStrip .strip-footer-content-wrapper > ul .info-icons {
        margin-left: 0px;
        margin: auto;
        padding: 0px; }
        #defaultContent #mapLocationStrip .strip-footer-content-wrapper > ul .info-icons > p {
          margin: auto;
          vertical-align: middle;
          padding-left: 10px;
          width: 100%;
          font-size: 12px; }
    #defaultContent .mobile-view-horizontal-line {
      width: 95%; } }

#defaultFooter {
  background-color: #333333;
  color: white; }
  #defaultFooter .default-footer-lower-section {
    align-content: center;
    text-align: center;
    padding-bottom: 10px; }
    #defaultFooter .default-footer-lower-section > ul {
      list-style: none; }


.mobipad {
    padding-right: 1.2rem !important;
}

/* New buttons */

// Button styles

.button {
  align-items: center;
  background-color: $stor-age-crimson;
  border-radius: 5px;
  color: white;
  display: inline-flex;
  font-weight: bold;
  height: 2.25rem;
  justify-content: center;
  text-decoration: none;
}

 
.button  + .button {
    margin-top: 0.75rem;
  }

.button .grey-button {
    background-color: $dark-grey;
  }

.button .button-icon {
  margin-left: 0.5rem;
}