@charset "UTF-8";
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f9f9f9 !important;
  font-family: "Nunito";
  color: #09214A; }

body > .modal-backdrop {
  display: none; }

.wrapper {
  width: 100%;
  max-width: calc(1440px + 5rem);
  margin: 0 auto;
  padding: 0 .75rem; }
  @media all and (min-width: 412px) {
    .wrapper {
      padding: 0 1.25rem; } }
  @media all and (min-width: 1024px) {
    .wrapper {
      padding: 0 1.875rem; } }
  @media all and (min-width: 1280px) {
    .wrapper {
      padding: 0 2.5rem; } }

/* GENERELLA REGLER SEKTIONER */
section {
  margin: 0 !important;
  padding: 5rem 0; }
  @media all and (max-width: 112.5rem) {
    section {
      padding: 3rem 0; } }

.inner-wrapper {
  max-width: 1280px;
  width: 94%;
  margin: 0 auto;
  text-align: center; }
  @media all and (max-width: 112.5rem) {
    .inner-wrapper {
      max-width: 800px; } }

.section-title {
  color: #09214A !important; }

.section-title:before, .section-title:after {
  display: none; }

.section-caption {
  text-align: center;
  padding: 0 0 2rem 0; }

.textblock, .maillist {
  padding: 5rem 0;
  margin: 0 auto; }
  @media all and (max-width: 112.5rem) {
    .textblock, .maillist {
      padding: 3rem 0; } }
  .textblock .col50, .maillist .col50 {
    float: left;
    width: 48%;
    margin: 0 3% 0 0; }
    @media all and (max-width: 900px) {
      .textblock .col50, .maillist .col50 {
        width: 100%;
        margin-right: 0; } }
  @media all and (max-width: 900px) {
    .textblock .col33:nth-child(2), .textblock .col33:nth-child(3), .maillist .col33:nth-child(2), .maillist .col33:nth-child(3) {
      margin-top: 2rem; }
    .textblock .col50:nth-child(2), .maillist .col50:nth-child(2) {
      margin-top: 2rem; } }

/* BILDSPEL */
section.slideshow {
  padding: 3rem 0 0 0; }
  section.slideshow .slide {
    display: none !important; }
    section.slideshow .slide:first-of-type {
      display: block; }
  section.slideshow.slick-initialized .slide {
    display: block; }

.slides {
  position: relative;
  height: 550px; }
  @media all and (max-width: 1280px) {
    .slides {
      height: 450px; } }
  .slides::before {
    background-size: cover;
    z-index: 2; }
  .slides .slick-arrow {
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-size: 0;
    background: transparent;
    padding: 0 1.25rem;
    transition: all .5s ease; }
    .slides .slick-arrow::before {
      font-family: 'Font Awesome 5 Pro' !important;
      font-weight: 400;
      font-size: 5rem;
      color: #fff;
      opacity: .6;
      transition: all .5s ease; }
    .slides .slick-arrow:hover::before {
      opacity: 1; }
    .slides .slick-arrow.slick-prev {
      left: 0; }
      .slides .slick-arrow.slick-prev::before {
        content: '\f104'; }
        @media all and (max-width: 1440px) {
          .slides .slick-arrow.slick-prev::before {
            content: ''; } }
    .slides .slick-arrow.slick-next {
      right: 0; }
      .slides .slick-arrow.slick-next::before {
        content: '\f105'; }
        @media all and (max-width: 1440px) {
          .slides .slick-arrow.slick-next::before {
            content: ''; } }
  @media all and (min-width: 1440px) {
    .slides:hover button.slick-arrow {
      opacity: 1;
      pointer-events: all; } }
  .slides ul.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .slides ul.slick-dots li {
      display: inline;
      opacity: .5;
      transition: all .5s ease; }
      .slides ul.slick-dots li button {
        padding: 0;
        color: #fff;
        font-size: 0;
        box-shadow: none;
        border: 0;
        background: transparent;
        apperance: none;
        transition: all .5s ease; }
        .slides ul.slick-dots li button::before {
          padding: 0 .25em;
          font-size: .75rem;
          font-family: 'FontAwesome';
          font-weight: normal;
          content: '\f111'; }
      .slides ul.slick-dots li.slick-active, .slides ul.slick-dots li:hover {
        opacity: 1; }
  .slides .slide {
    height: 550px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    /*overflow: hidden;*/ }
    @media all and (max-width: 1280px) {
      .slides .slide {
        height: 450px; } }
  .slides .hero-content {
    justify-content: flex-end;
    align-items: center; }
    .slides .hero-content .info {
      position: relative;
      padding: 2rem;
      color: #fff;
      margin: 2rem 0rem; }
      @media all and (min-width: 1280px) {
        .slides .hero-content .info {
          max-width: calc(50% + 1rem);
          padding: 2rem;
          margin: 2rem 4rem; } }
      @media all and (min-width: 1440px) {
        .slides .hero-content .info {
          max-width: calc(50% + 1.5rem);
          padding: 3rem;
          margin: 3rem 5rem; } }
      @media all and (max-width: 480px) {
        .slides .hero-content .info p {
          font-size: .9rem;
          line-height: 1.3;
          margin-bottom: 1.5rem; } }
      .slides .hero-content .info .btn-link {
        margin-top: 2rem; }
        @media all and (max-width: 480px) {
          .slides .hero-content .info .btn-link {
            margin-top: 1rem; } }
        .slides .hero-content .info .btn-link a {
          background: #fff;
          color: #09214A;
          display: inline-block;
          margin-right: .5rem; }
          @media all and (max-width: 480px) {
            .slides .hero-content .info .btn-link a {
              display: block;
              margin-top: .5rem;
              text-align: center; } }
          .slides .hero-content .info .btn-link a:hover {
            background: #09214A;
            color: #fff; }
          .slides .hero-content .info .btn-link a.alt {
            background: #fff;
            color: #09214A; }
            .slides .hero-content .info .btn-link a.alt:hover {
              background: #09214A;
              color: #fff; }

.slideshow .slide {
  display: none !important; }
  .slideshow .slide:first-of-type {
    display: flex !important; }
.slideshow.slick-initialized .slide {
  display: block; }

/* VARUMÄRKEN */
section.selected-brands {
  background: #fff;
  margin: 0; }
  section.selected-brands .brands {
    margin: auto; }
    @media all and (min-width: 481px) {
      section.selected-brands .brands {
        width: calc(12.5rem * 2); } }
    @media all and (min-width: 768px) {
      section.selected-brands .brands {
        width: calc(12.5rem * 3); } }
    @media all and (min-width: 917px) {
      section.selected-brands .brands {
        width: calc(12.5rem * 4); } }
    @media all and (min-width: 1157px) {
      section.selected-brands .brands {
        width: calc(12.5rem * 5); } }
    @media all and (min-width: 1397px) {
      section.selected-brands .brands {
        width: calc(12.5rem * 6); } }
  section.selected-brands .slick-slide {
    width: calc(50vw - .75rem); }
    @media all and (min-width: 480px) {
      section.selected-brands .slick-slide {
        width: 12.5rem; } }
    section.selected-brands .slick-slide .brand {
      display: block; }
  section.selected-brands .brand {
    display: none;
    text-align: center;
    padding: .5rem;
    position: relative;
    height: 10rem;
    line-height: 10rem; }
    @media all and (min-width: 480px) {
      section.selected-brands .brand {
        height: 12.5rem;
        line-height: 12.5rem; } }
    section.selected-brands .brand > a {
      display: block;
      border: 1px solid #f1f1f1;
      height: 100%; }
      section.selected-brands .brand > a img {
        display: inline-block;
        vertical-align: middle;
        max-width: 80%;
        max-height: 60%;
        height: auto;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0.75; }
      section.selected-brands .brand > a:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1; }

/* NYHETER */
.news-section {
  margin: 0 0 5rem 0;
  padding: 0;
  position: relative; }
  .news-section .news-list .news-item {
    display: none;
    vertical-align: top;
    padding: 0; }
    .news-section .news-list .news-item:first-child {
      display: inline-block; }
    @media all and (min-width: 480px) {
      .news-section .news-list .news-item {
        margin: 0 2.5% 0 0;
        width: 47.5%; }
        .news-section .news-list .news-item:nth-child(2) {
          display: inline-block; } }
    @media all and (min-width: 480px) and (max-width: 767px) {
      .news-section .news-list .news-item:nth-child(2) {
        margin-right: 0; } }

    @media all and (min-width: 768px) {
      .news-section .news-list .news-item {
        width: 32%; }
        .news-section .news-list .news-item:nth-child(3) {
          display: inline-block; } }
    @media all and (min-width: 768px) and (max-width: 899px) {
      .news-section .news-list .news-item:nth-child(3) {
        margin-right: 0; } }

    @media all and (min-width: 900px) {
      .news-section .news-list .news-item {
        width: 23%; }
        .news-section .news-list .news-item:nth-child(4) {
          display: inline-block;
          margin-right: 0; } }
  .news-section .news-list.slick-initialized .news-item {
    display: block;
    padding: 0 .625rem 0 .625rem; }
  .news-section .news-list {
    margin: 2rem 0;
    font-size: 0; }
    .news-section .news-list .news-item {
      position: relative;
      text-align: left; }
      @media all and (min-width: 480px) {
        .news-section .news-list .news-item {
          height: 520px; } }
      .news-section .news-list .news-item > a {
        background: #09214A;
        color: #fff;
        text-decoration: none;
        display: block;
        height: 100%; }
      .news-section .news-list .news-item > a:hover img {
        opacity: 0.7; }
      .news-section .news-list .news-item h3 {
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 900;
        margin: 0 1.5rem 1rem 1.5rem; }
      .news-section .news-list .news-item h4 {
        font-size: .8rem;
        text-transform: uppercase;
        color: #A0B4D5;
        font-weight: normal;
        margin: 1rem 1.5rem 0 1.5rem; }
      .news-section .news-list .news-item .title {
        margin-top: 1rem; }
      .news-section .news-list .news-item .subtitle {
        text-transform: uppercase;
        font-size: 0.8rem; }
      .news-section .news-list .news-item p {
        font-size: .875rem;
        margin: 1rem 1.5rem; }
      .news-section .news-list .news-item .button {
        margin: 1rem 1.5rem;
        font-size: .7rem; }
      @media all and (min-width: 480px) {
        .news-section .news-list .news-item div.button {
          position: absolute;
          bottom: 0.5rem; } }
      .news-section .news-list .news-item div.button:hover {
        background: #fff;
        color: #09214A; }
  .news-section button.slick-arrow {
    display: none;
    background: #A0B4D5;
    height: 120px;
    width: 60px;
    position: absolute; }
    @media all and (min-width: 1600px) {
      .news-section button.slick-arrow.prev {
        border-radius: 120px 0 0 120px; } }
    @media all and (min-width: 1600px) {
      .news-section button.slick-arrow.next {
        border-radius: 0 120px 120px 0; } }
    @media all and (min-width: 1280px) {
      .news-section button.slick-arrow {
        display: block; } }

.slick-dots,
.news-section ul.slick-dots {
  margin: 2rem 0 0 0;
  width: 100%;
  text-align: center;
  font-size: 0; }
  .slick-dots li,
  .news-section ul.slick-dots li {
    display: inline-block;
    float: none;
    transition: all .5s ease;
    opacity: .3;
    margin: 0;
    width: auto !important; }
    .slick-dots li button,
    .news-section ul.slick-dots li button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: transparent;
      border: 0;
      outline: 0;
      font-size: 0;
      padding: 0 .15rem; }
      @media all and (min-width: 900px) {
        .slick-dots li button,
        .news-section ul.slick-dots li button {
          padding: 0 .2rem; } }
      .slick-dots li button::before,
      .news-section ul.slick-dots li button::before {
        content: '\f111';
        font-family: 'Font Awesome 5 Pro' !important;
        font-weight: 900;
        font-size: .75rem;
        color: #124395;
        display: block; }
    .slick-dots li:hover, .slick-dots li.slick-active,
    .news-section ul.slick-dots li:hover,
    .news-section ul.slick-dots li.slick-active {
      opacity: 1; }

/* NYHETSARKIV */
.featured-news p a.button {
  margin-top: 2rem; }

.newsfeeds {
  margin: 5rem 0; }
  .newsfeeds .wrapper {
    display: flex;
    flex-wrap: wrap; }
    .newsfeeds .wrapper .news {
      flex: 1 0 315px;
      box-sizing: border-box;
      margin-right: 1rem;
      margin-bottom: 1rem;
      position: relative;
      text-align: left;
      background: #09214A;
      color: #fff; }
      @media all and (min-width: 1000px) {
        .newsfeeds .wrapper .news {
          max-width: calc(25% - .75rem); }
          .newsfeeds .wrapper .news:nth-child(4n) {
            margin-right: 0; } }
      @media all and (min-width: 769px) and (max-width: 999px) {
        .newsfeeds .wrapper .news {
          max-width: calc(33.3% - .66rem); }
          .newsfeeds .wrapper .news:nth-child(3n) {
            margin-right: 0; } }
      @media all and (min-width: 412px) and (max-width: 768px) {
        .newsfeeds .wrapper .news {
          max-width: calc(50% - .5rem); }
          .newsfeeds .wrapper .news:nth-child(2n) {
            margin-right: 0; } }
      .newsfeeds .wrapper .news a {
        text-decoration: none; }
      .newsfeeds .wrapper .news h3 {
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 900;
        margin: 0 1.5rem 1rem 1.5rem; }
      .newsfeeds .wrapper .news h4 {
        font-size: .8rem;
        text-transform: uppercase;
        color: #A0B4D5;
        font-weight: normal;
        margin: 1rem 1.5rem 0 1.5rem; }
      .newsfeeds .wrapper .news .title {
        margin-top: 1rem; }
      .newsfeeds .wrapper .news .subtitle {
        text-transform: uppercase;
        font-size: 0.8rem; }
      .newsfeeds .wrapper .news .thumb {
        margin: 0 0 1rem;
        overflow: hidden; }
        @media all and (min-width: 481px) and (max-width: 554px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 150px; } }
        @media all and (min-width: 555px) and (max-width: 620px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 165px; } }
        @media all and (min-width: 621px) and (max-width: 680px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 185px; } }
        @media all and (min-width: 681px) and (max-width: 725px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 215px; } }
        @media all and (min-width: 726px) and (max-width: 767px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 225px; } }
        @media all and (min-width: 768px) and (max-width: 850px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 160px; } }
        @media all and (min-width: 851px) and (max-width: 900px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 180px; } }
        @media all and (min-width: 901px) and (max-width: 980px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 145px; } }
        @media all and (min-width: 981px) and (max-width: 1040px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 155px; } }
        @media all and (min-width: 1041px) and (max-width: 1140px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 160px; } }
        @media all and (min-width: 1141px) and (max-width: 1280px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 185px; } }
        @media all and (min-width: 1281px) and (max-width: 1366px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 195px; } }
        @media all and (min-width: 1366px) and (max-width: 1600px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 210px; } }
        @media all and (min-width: 1601px) {
          .newsfeeds .wrapper .news .thumb {
            max-height: 230px; } }
        .newsfeeds .wrapper .news .thumb img:hover {
          opacity: 0.7; }
      .newsfeeds .wrapper .news p, .newsfeeds .wrapper .news div {
        margin: 1rem 1.5rem;
        font-size: .7rem; }
      .newsfeeds .wrapper .news p {
        margin-bottom: 6rem; }
      @media all and (min-width: 480px) {
        .newsfeeds .wrapper .news div.button {
          position: absolute;
          bottom: 0.5rem; } }
      .newsfeeds .wrapper .news div.button:hover {
        background: #fff;
        color: #09214A; }
      .newsfeeds .wrapper .news a {
        color: #fff; }

.single .thumb {
  margin: 0 0 2rem; }

.pagination {
  display: block;
  width: 100%;
  text-align: center;
  clear: both; }
  .pagination .inner {
    display: inline-block;
    border: none; }
  .pagination .page-numbers {
    border: 1px solid #f2f2f2;
    margin: 1px;
    float: left;
    padding: 0.5rem 1rem;
    font-size: 1em;
    min-width: 2em;
    display: inline-block;
    line-height: 2rem;
    font-size: .875rem;
    color: #124395;
    background: #fff;
    text-align: center; }
    .pagination .page-numbers.current {
      background: #124395;
      color: #fff; }

/* GENVÄGAR */
.textblock.shortcuts {
  background: #09214A;
  color: #fff; }
  .textblock.shortcuts .col50 > div {
    min-height: 500px;
    padding: 4rem; }
    @media all and (max-width: 1280px) {
      .textblock.shortcuts .col50 > div {
        padding: 3rem; } }
    @media all and (max-width: 900px) {
      .textblock.shortcuts .col50 > div {
        padding: 2rem;
        min-height: auto; } }
    .textblock.shortcuts .col50 > div .btn-link {
      margin-top: 2rem; }
      @media all and (max-width: 480px) {
        .textblock.shortcuts .col50 > div .btn-link {
          margin-top: 1rem; } }
      .textblock.shortcuts .col50 > div .btn-link a {
        background: #fff;
        color: #09214A;
        display: inline-block; }
        @media all and (max-width: 480px) {
          .textblock.shortcuts .col50 > div .btn-link a {
            display: block;
            margin-top: .5rem;
            text-align: center; } }
        .textblock.shortcuts .col50 > div .btn-link a:hover {
          background: #09214A;
          color: #fff; }

/* MEDARBETARE */
.coworkers-section, .home .coworkers-section {
  background: initial; }
  .coworkers-section .co-block, .home .coworkers-section .co-block {
    margin: 0 0 4rem; }
  .coworkers-section ul, .home .coworkers-section ul {
    margin: 0 0 0 !important;
    text-align: center; }
    .coworkers-section ul li, .home .coworkers-section ul li {
      text-align: left;
      background: #09214A;
      color: #fff;
      vertical-align: top;
      display: inline-block;
      width: 23%;
      margin: 0 2% 2rem 0;
      padding: 0 0 2rem 0; }
      @media all and (min-width: 480px) {
        .coworkers-section ul li, .home .coworkers-section ul li {
          min-height: 500px; } }
      @media all and (min-width: 1280px) {
        .coworkers-section ul li, .home .coworkers-section ul li {
          min-height: 550px; } }
      @media all and (max-width: 900px) {
        .coworkers-section ul li, .home .coworkers-section ul li {
          width: 48.5%; } }
      @media all and (max-width: 480px) {
        .coworkers-section ul li, .home .coworkers-section ul li {
          width: 100%;
          height: auto; } }
      @media all and (max-width: 900px) {
        .coworkers-section ul li:nth-of-type(2n+2), .home .coworkers-section ul li:nth-of-type(2n+2) {
          margin: 0 0 2% 0; } }
      @media all and (max-width: 1280px) {
        .coworkers-section ul li:nth-of-type(3n+3), .home .coworkers-section ul li:nth-of-type(3n+3) {
          margin: 0 2% 2% 0; } }
      .coworkers-section ul li:nth-child(4), .home .coworkers-section ul li:nth-child(4) {
        margin: 0; }
        @media all and (max-width: 1280px) {
          .coworkers-section ul li:nth-child(4), .home .coworkers-section ul li:nth-child(4) {
            display: inline-block; } }
      .coworkers-section ul li:nth-child(4n+4), .home .coworkers-section ul li:nth-child(4n+4) {
        clear: both;
        margin: 0 0 1.5rem 0; }
      .coworkers-section ul li:nth-child(5n+5), .home .coworkers-section ul li:nth-child(5n+5) {
        margin: 0 2% 2rem 0; }
      .coworkers-section ul li .title, .home .coworkers-section ul li .title {
        margin: 1rem 0 0.2rem; }
      .coworkers-section ul li .subtitle, .home .coworkers-section ul li .subtitle {
        text-transform: uppercase;
        font-size: 0.8rem; }
      .coworkers-section ul li p, .home .coworkers-section ul li p {
        padding: 0 1.5rem;
        font-size: .7rem; }
      .coworkers-section ul li a, .home .coworkers-section ul li a {
        display: block;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto; }
      .coworkers-section ul li h3, .home .coworkers-section ul li h3 {
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 900;
        padding: 0 1.5rem 1rem 1.5rem; }
      .coworkers-section ul li h4, .home .coworkers-section ul li h4 {
        font-size: .8rem;
        text-transform: uppercase;
        color: #A0B4D5;
        font-weight: normal;
        padding: 1rem 1.5rem 0 1.5rem; }

/* NINJA FORMS */
.nf-form-wrap {
  margin: 2rem auto; }
  .nf-form-wrap .nf-form-content {
    padding: 1rem 0; }
    .nf-form-wrap .nf-form-content label {
      text-transform: uppercase;
      font-size: .75rem;
      line-height: 1rem; }
    .nf-form-wrap .nf-form-content input:not([type=button]), .nf-form-wrap .nf-form-content textarea {
      background: #E8EDF5;
      color: #09214A;
      border: 0;
      border: 1px solid #A0B4D5; }
      .nf-form-wrap .nf-form-content input:not([type=button]):focus, .nf-form-wrap .nf-form-content textarea:focus {
        background: #E8EDF5;
        color: #09214A; }
    .nf-form-wrap .nf-form-content input[type=button] {
      background: #124395;
      color: #fff;
      border: 0;
      width: 100%; }
      .nf-form-wrap .nf-form-content input[type=button]:hover {
        background: #09214A;
        color: #fff; }

/* Hide required description on request offer form */
#request-offer-modal .nf-form-wrap {
  margin-bottom: 0;
  margin-top: 0; }
  #request-offer-modal .nf-form-wrap .nf-form-fields-required {
    display: none; }
  #request-offer-modal .nf-form-wrap .submit-container {
    margin-bottom: 0 !important; }

/* Google map */
.acf-map {
  min-height: 370px;
  height: 100%; }

/* Newsletter / Maillist */
.maillist {
  width: 100%; }
  @media all and (min-width: 800px) {
    .maillist {
      width: 480px; } }
  .maillist form {
    text-align: left;
    padding: 2rem;
    background: #fff; }
    .maillist form p {
      margin-bottom: .875rem; }
      .maillist form p label {
        text-transform: uppercase;
        font-weight: 900;
        font-size: .75rem;
        display: block;
        margin-bottom: .5rem; }
        .maillist form p label .required {
          color: red;
          font-weight: 700;
          border: 0 !important;
          text-decoration: none; }
      .maillist form p input:not([type=submit]) {
        display: block;
        width: 100%;
        background: #E8EDF5;
        border: 1px solid #A0B4D5;
        height: 3.125rem;
        line-height: 3.125rem;
        padding: 0 1rem; }
      .maillist form p .button {
        width: 100%; }

/*# sourceMappingURL=general.css.map */
