@font-face {
  font-family: 'Roboto Regular';
  src: url("fonts/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Bold';
  src: url("fonts/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto-Bold.woff") format("woff"), url("fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Medium';
  src: url("fonts/Roboto-Medium.woff2") format("woff2"), url("fonts/Roboto-Medium.woff") format("woff"), url("fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Italic';
  src: url("fonts/Roboto-Italic.woff2") format("woff2"), url("fonts/Roboto-Italic.woff") format("woff"), url("fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Roboto Light';
  src: url("fonts/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto-Light.woff") format("woff"), url("fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
* {
  padding: 0;
  margin: 0;
  outline: 0; }

body {
  position: relative;
  font-family: "Roboto Regular", sans-serif;
  font-size: 16px;
  background-color: #f0f0f0; }

h1, h2, h3, h4, h5, h6 {
  margin: 5px 0;
  font-family: "Roboto Bold", sans-serif; }

h1 {
  font-size: 36px;
  line-height: 40px; }

h2 {
  font-size: 28px;
  line-height: 30px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px;
  line-height: 25px; }

.header {
  position: relative;
  z-index: 100;
  padding: 15px 0;
  border-bottom: 5px solid #0064a7;
  box-shadow: 1px 0 5px #000000;
  background-color: #FFFFFF; }
  .header .logo {
    float: left; }
    .header .logo img {
      width: 175px; }
  .header section {
    float: right;
    display: table; }
    .header section span {
      display: table-cell;
      vertical-align: middle; }

.bordertop {
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 0;
  border-bottom: 5px solid #0064a7;
  box-shadow: 1px 0 5px #000000; }

.footer {
  position: relative;
  padding: 15px 0;
  background-color: #0064a7; }
  .footer a, .footer p, .footer h2 {
    color: #FFFFFF;
    display: block; }
  .footer p, .footer h2 {
    text-transform: uppercase; }
  .footer h2 {
    margin-bottom: 25px;
    font-family: "Roboto Bold", sans-serif; }
  .footer .logos {
    position: absolute;
    height: 100%;
    width: 100%; }
    .footer .logos img {
      width: 150px;
      position: absolute;
      transform: translateY(-50%);
      top: 50%; }
  @media only screen and (max-width: 991px) {
    .footer .logos {
      position: relative; }
      .footer .logos img {
        position: relative;
        transform: none;
        top: auto;
        left: auto; }
    .footer h2 {
      margin-top: 25px;
      margin-bottom: 5px; } }

.gform_wrapper {
  margin: 25px 0; }
  .gform_wrapper form .gform_body .gfield_visibility_hidden {
    display: none; }
  .gform_wrapper form .gform_body .mtec-form ul {
    list-style-type: none; }
  .gform_wrapper form .gform_body .mtec-form h2 {
    font-size: 36px;
    font-family: "Roboto Light", sans-serif;
    color: #129CD9;
    margin-bottom: 25px; }
  .gform_wrapper form .gform_body .mtec-form span {
    font-size: 16px;
    font-family: "Roboto Regular", sans-serif;
    color: #129CD9; }
  .gform_wrapper form .gform_body .mtec-form .formblock {
    background-color: #FFFFFF;
    padding: 10px 15px;
    margin: 10px 0 15px 0;
    border-radius: 5px; }
    .gform_wrapper form .gform_body .mtec-form .formblock h3 {
      position: relative;
      font-size: 18px;
      font-family: "Roboto Regular", sans-serif;
      color: #129CD9; }
    .gform_wrapper form .gform_body .mtec-form .formblock label {
      font-size: 16px;
      font-family: "Roboto Regular", sans-serif;
      color: #129CD9; }
    .gform_wrapper form .gform_body .mtec-form .formblock input[type=text] {
      -webkit-appearance: none;
      -moz-appearance: none;
      border: none;
      width: 100%;
      font-family: "Roboto Regular", sans-serif;
      font-size: 16px;
      color: #464646;
      cursor: default; }
    .gform_wrapper form .gform_body .mtec-form .formblock__inner {
      width: 100%;
      display: inline-block; }
    .gform_wrapper form .gform_body .mtec-form .formblock--customer-info {
      display: inline-block;
      width: 100%; }
      .gform_wrapper form .gform_body .mtec-form .formblock--customer-info ul.customer-info--list {
        width: 50%;
        float: left; }
        @media only screen and (max-width: 767px) {
          .gform_wrapper form .gform_body .mtec-form .formblock--customer-info ul.customer-info--list {
            width: 100%; } }
        .gform_wrapper form .gform_body .mtec-form .formblock--customer-info ul.customer-info--list li {
          margin-bottom: 10px; }
          .gform_wrapper form .gform_body .mtec-form .formblock--customer-info ul.customer-info--list li label, .gform_wrapper form .gform_body .mtec-form .formblock--customer-info ul.customer-info--list li input {
            display: block; }
    .gform_wrapper form .gform_body .mtec-form .formblock--accordion h3 {
      cursor: pointer; }
      .gform_wrapper form .gform_body .mtec-form .formblock--accordion h3:after {
        content: "";
        position: absolute;
        background-image: url("./img/icons/chevron-solid.svg");
        background-size: cover;
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
        right: 0;
        top: 50%;
        cursor: pointer;
        color: #0064a7;
        -webkit-transform: translateY(-50%) rotateX(-180deg);
        transform: translateY(-50%) rotateX(-180deg);
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      .gform_wrapper form .gform_body .mtec-form .formblock--accordion h3.close:after {
        top: 50%;
        -webkit-transform: translateY(-50%) rotateX(0deg);
        transform: translateY(-50%) rotateX(0deg);
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
    .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      margin-bottom: 5px; }
      .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product:last-of-type {
        border: none;
        margin: 0; }
      @media only screen and (max-width: 991px) {
        .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product:first-of-type {
          border-top: 1px solid rgba(0, 0, 0, 0.05);
          padding-top: 5px; } }
      .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul.label-list {
        width: 100%;
        margin: 5px 0; }
        .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul.label-list li {
          display: inline-block;
          width: 13%;
          float: left;
          font-family: "Roboto Light", sans-serif;
          font-size: 14px; }
          .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul.label-list li:first-of-type {
            width: 22%; }
          .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul.label-list li.pricelabel {
            text-align: right; }
        @media only screen and (max-width: 991px) {
          .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul.label-list {
            display: none; } }
      .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product input {
        color: #129CD9; }
      .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul {
        display: inline-block; }
        .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item {
          display: inline-block;
          width: 13%;
          float: left; }
          .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item--name {
            width: 22%; }
          .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item label, .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item input {
            display: block;
            width: 100%;
            color: #464646; }
          .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item input {
            font-family: "Roboto Regular", sans-serif;
            font-size: 16px;
            margin-bottom: 0; }
            .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item input[type=number] {
              -webkit-appearance: none;
              -moz-appearance: none;
              border: solid rgba(0, 0, 0, 0.25) 1px;
              border-radius: 5px;
              width: 50%;
              padding-left: 5px; }
              .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item input[type=number]:active, .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item input[type=number]:focus {
                border: solid #0064a7 1px;
                -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
                -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
                box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75); }
          .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item--total input, .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item--price input {
            display: inline-block;
            text-align: right; }
          @media only screen and (max-width: 991px) {
            .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item {
              width: 33.333%;
              margin-top: 5px; }
              .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item input {
                text-align: left; }
              .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item--total {
                width: 100%; }
                .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item--total input {
                  text-align: right; } }
          @media only screen and (max-width: 599px) {
            .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item--name {
              width: 100%; }
              .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item--name input {
                font-family: "Roboto Medium", sans-serif;
                color: #0064a7; }
            .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item--quantity {
              width: 33.333%; }
            .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item--unit {
              width: 66.666%; }
            .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item--volume, .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item--productcode, .gform_wrapper form .gform_body .mtec-form .formblock--productgroup .product ul li.product__item--price {
              width: 33.333%; } }
    .gform_wrapper form .gform_body .mtec-form .formblock--overview label:first-of-type {
      display: block;
      color: #464646;
      font-family: "Roboto Light", sans-serif;
      font-size: 14px;
      margin: 15px 0 5px 0; }
    .gform_wrapper form .gform_body .mtec-form .formblock--overview section {
      width: 50%;
      float: left; }
      .gform_wrapper form .gform_body .mtec-form .formblock--overview section.comments textarea {
        width: 95%;
        max-width: 95%;
        min-height: 250px;
        border: solid rgba(0, 0, 0, 0.25) 1px;
        border-radius: 5px;
        padding: 5px;
        overflow: hidden;
        resize: none;
        font-family: "Roboto Regular", sans-serif;
        font-size: 16px;
        color: #464646;
        transition: height 0.25s ease-in-out; }
        .gform_wrapper form .gform_body .mtec-form .formblock--overview section.comments textarea:active, .gform_wrapper form .gform_body .mtec-form .formblock--overview section.comments textarea:focus {
          border: solid #0064a7 1px;
          -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75); }
      .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul {
        display: block;
        width: 80%;
        float: right; }
        .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li {
          display: inline-block;
          width: 100%; }
          .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li .label {
            display: inline-block;
            width: 50%;
            float: left; }
            .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li .label label {
              font-family: "Roboto Medium", sans-serif;
              font-size: 18px;
              color: #129CD9;
              margin: 0;
              float: right;
              text-align: right; }
          .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li .input {
            display: inline-block;
            width: 50%;
            float: right; }
            .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li .input p, .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li .input input {
              display: inline-block;
              float: left;
              font-family: "Roboto Medium", sans-serif;
              font-size: 18px;
              margin-left: 45px; }
              @media only screen and (max-width: 1199px) {
                .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li .input p, .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li .input input {
                  margin-left: 25px; } }
            .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li .input input {
              width: 100px;
              text-align: right;
              float: right;
              margin: 0; }
          .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li label, .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li input {
            display: block;
            float: left; }
          .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li.discounts section {
            width: 50%; }
            .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li.discounts section span {
              float: right; }
          .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li.discounts span, .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li.discounts label {
            font-family: "Roboto Light", sans-serif;
            font-size: 16px;
            color: #464646; }
          .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li.discounts ul {
            width: 100%; }
            .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul li.discounts ul li .label {
              padding-left: 5px; }
      @media only screen and (max-width: 767px) {
        .gform_wrapper form .gform_body .mtec-form .formblock--overview section {
          width: 100%; }
          .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals {
            margin-top: 15px; }
            .gform_wrapper form .gform_body .mtec-form .formblock--overview section.totals ul {
              width: 100%; } }
  .gform_wrapper form .gform_footer {
    display: inline-block;
    width: 100%; }
    .gform_wrapper form .gform_footer .gform_button {
      float: right;
      -webkit-appearance: none;
      background: #129CD9 url("./img/icons/chevron-right-solid.svg") 90% no-repeat;
      background-size: 10px;
      color: #FFFFFF;
      font-family: "Roboto Regular", sans-serif;
      font-size: 20px;
      border: none;
      padding: 5px 200px 5px 20px;
      margin: 5px 0;
      transition: all 0.25s ease-in-out; }
      .gform_wrapper form .gform_footer .gform_button:hover {
        background: #0064a7 url("./img/icons/chevron-right-solid.svg") 95% no-repeat;
        background-size: 10px; }

.gform_confirmation_wrapper, .validation_error {
  height: calc(100vh - 272px);
  display: table; }
  .gform_confirmation_wrapper .validation_error__inner, .validation_error .validation_error__inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .gform_confirmation_wrapper .gform_confirmation_message, .validation_error .gform_confirmation_message {
    display: table-cell;
    vertical-align: middle; }
  @media only screen and (max-width: 991px) {
    .gform_confirmation_wrapper, .validation_error {
      height: calc(100vh - 319px); } }
  @media only screen and (max-width: 767px) {
    .gform_confirmation_wrapper, .validation_error {
      height: calc(100vh - 319px); } }
