/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img, legend {
  border: 0; }

legend, td, th {
  padding: 0; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, optgroup, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre, textarea {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'LatoWebMedium';
  src: url("../fonts/Lato-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

html {
  box-sizing: border-box;
  background: #ffffff; }

html,
body {
  position: relative; }

html, body, section.home-section {
  height: 100%; }

body {
  margin: 0;
  background: #ffffff; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.clear {
  clear: both; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.column {
  position: relative;
  float: left; }

.sprite {
  background: url(../images/sprite.png) no-repeat; }

.main-content {
  position: relative;
  z-index: 1; }

.wrapper {
  width: 1274px;
  margin: 0 auto;
  max-width: 100%; }

.vertical-center {
  height: 100%;
  text-align: center;
  display: table;
  width: 100%; }

@media only screen and (max-width: 1374px) {
  .wrapper {
    width: 100%;
    padding: 0 56px; } }

@media only screen and (max-width: 767px) {
  .wrapper {
    padding: 0 44px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .sprite {
    background: url(../images/sprite@2x.png) no-repeat;
    background-size: 488px 50px; } }

/* column layout */
.display-for-small-only, .display-for-medium-down, .display-for-medium-only {
  display: none; }

.display-for-large-only, .display-for-medium-up {
  display: block; }

.row {
  width: 100%; }

.row,
.columns, .column {
  float: left;
  position: relative; }

.large-1 {
  width: 8.33333%; }

.large-2 {
  width: 16.66667%; }

.large-3 {
  width: 25%; }

.large-4 {
  width: 33.33333%; }

.large-5 {
  width: 41.66667%; }

.large-6 {
  width: 50%; }

.large-7 {
  width: 58.33333%; }

.large-8 {
  width: 66.66667%; }

.large-9 {
  width: 75%; }

.large-10 {
  width: 83.33333%; }

.large-11 {
  width: 91.66667%; }

.large-12 {
  width: 100%; }

.large-fifth {
  width: 20%; }

.large-60 {
  width: 60%; }

.large-40 {
  width: 40%; }

.full {
  width: 100%; }

@media only screen and (max-width: 1024px) {
  /* column layout */
  .display-for-large-only {
    display: none; }
  .display-for-medium-down, .display-for-medium-only {
    display: block; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .display-for-small-only {
    display: block; }
  .hide-for-small, .display-for-medium-up, .display-for-medium-only {
    display: none; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; } }

.hero {
  background-color: #153360;
  background-size: cover;
  height: 770px;
  width: 100%;
  position: relative;
  border-bottom: 2px solid #ff0000; }
  .hero .wrapper {
    padding-top: 54px;
    position: relative;
    height: 100%; }
  .hero .header .contact-link {
    text-align: right; }
    .hero .header .contact-link a {
      color: #000000;
      display: inline-block;
      background: #ffffff;
      line-height: 44px;
      border-radius: 22px;
      padding: 0 42px;
      font-size: 14px; }
  .hero .hero-content {
    padding-top: 74px; }
    .hero .hero-content .content-image {
      width: 570px; }
      .hero .hero-content .content-image img {
        display: inline-block;
        min-width: 10px;
        min-height: 10px; }
    .hero .hero-content .content-text {
      padding-top: 60px;
      width: calc(100% - 570px);
      color: #ffffff; }
      .hero .hero-content .content-text h1 {
        font-size: 43px;
        font-weight: 300;
        line-height: 57px;
        margin-bottom: 64px; }
      .hero .hero-content .content-text p {
        font-weight: 500; }
      .hero .hero-content .content-text a {
        font-weight: bold;
        text-decoration: underline; }
    .hero .hero-content .smaller-screen {
      display: none; }
    .hero .hero-content .content-section {
      color: #ffffff;
      font-size: 17px;
      line-height: 20px;
      border-left: 1px solid #ff0000;
      padding-left: 16px;
      max-width: 366px; }
  .hero .down-arrow {
    bottom: -19px;
    left: 62px;
    position: absolute;
    width: 36px;
    height: 36px;
    background: #ff0000;
    border-radius: 50%;
    cursor: pointer; }
    .hero .down-arrow:before {
      content: '';
      position: absolute;
      top: 14px;
      left: 9px;
      border-top: 9px solid #ffffff;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent; }
    .hero .down-arrow:after {
      content: '';
      position: absolute;
      top: 14px;
      left: 12px;
      border-top: 6px solid #ff0000;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent; }

@media only screen and (max-width: 1320px) {
  .hero .hero-content .content-text {
    padding-top: 20px; } }

@media only screen and (max-width: 1170px) {
  .hero {
    height: auto;
    padding-bottom: 84px; }
    .hero .hero-content .content-text {
      width: 50%; }
      .hero .hero-content .content-text h1 {
        font-size: 29px;
        line-height: 38px; }
    .hero .hero-content .content-image {
      width: 50%;
      padding-right: 6%; }
      .hero .hero-content .content-image img {
        max-width: 100%;
        height: auto; } }

@media only screen and (max-width: 1024px) {
  .hero {
    padding-bottom: 0; }
    .hero .hero-content .smaller-screen {
      margin-top: 64px;
      margin-bottom: 84px;
      width: 100%;
      display: block;
      max-width: none; }
    .hero .hero-content .content-text h1 {
      margin-bottom: 0; }
    .hero .hero-content .content-text .full-screen {
      display: none; } }

@media only screen and (max-width: 767px) {
  .hero {
    border-bottom: 0;
    height: 440px; }
    .hero .wrapper {
      padding-left: 18px;
      padding-right: 18px; }
    .hero .hero-content {
      padding-left: 26px;
      padding-right: 26px;
      padding-top: 0; }
      .hero .hero-content .content-image, .hero .hero-content .smaller-screen {
        display: none; }
      .hero .hero-content .content-text {
        padding-top: 0;
        width: 100%;
        display: table;
        height: 300px; }
        .hero .hero-content .content-text .header-content {
          display: table-cell;
          vertical-align: middle; }
          .hero .hero-content .content-text .header-content h1 {
            font-size: 24px;
            line-height: 32px; }
    .hero .down-arrow {
      bottom: 34px;
      left: 28px; } }

@media only screen and (max-width: 460px) {
  .hero .header .column.logo {
    padding-right: 18px; }
    .hero .header .column.logo img {
      max-width: 100%;
      height: auto; }
  .hero .header .column.contact-link {
    padding-left: 18px; } }

@media only screen and (max-width: 460px) {
  .hero .header .column.contact-link a {
    line-height: 38px;
    border-radius: 19px;
    padding: 0 34px; } }

@media only screen and (max-width: 380px) {
  .hero .header .column.contact-link {
    width: 40%; }
    .hero .header .column.contact-link a {
      line-height: 34px;
      border-radius: 17px;
      padding: 0 20px;
      font-size: 12px; }
  .hero .header .column.logo {
    width: 60%; }
  .hero .hero-content {
    padding-left: 0;
    padding-right: 0; }
    .hero .hero-content .content-text {
      height: 240px; } }

@media only screen and (max-width: 340px) {
  .hero .header .column.contact-link a {
    padding: 0 16px; } }

.mobile-hero-image {
  background-color: #ffffff;
  background-size: cover;
  height: 352px;
  text-align: center;
  position: relative; }
  .mobile-hero-image img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -200px;
    height: 352px;
    width: auto; }

.mobile-hero-subcontent {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  padding: 48px; }
  .mobile-hero-subcontent a {
    font-weight: bold;
    text-decoration: underline; }

.brand-content {
  background: #ffffff; }
  .brand-content .wrapper {
    padding: 126px 60px; }
  .brand-content .content-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out; }
    .brand-content .content-image img.current {
      opacity: 1;
      visibility: visible; }
  .brand-content .content-text {
    color: #686868;
    font-size: 17px;
    padding-top: 80px; }
    .brand-content .content-text p {
      padding-left: 10px; }
    .brand-content .content-text ul {
      padding-top: 44px;
      list-style: none;
      padding-left: 0;
      font-weight: bold;
      max-width: 490px; }
      .brand-content .content-text ul li {
        color: #001d51;
        font-size: 43px;
        line-height: 57px;
        border-bottom: 2px solid #f5f3ee;
        padding-left: 10px;
        transition: color 0.5s ease-out;
        display: block;
        position: relative; }
        .brand-content .content-text ul li.current {
          color: #ff0000; }
          .brand-content .content-text ul li.current:before {
            left: -39px;
            opacity: 1;
            visibility: visible; }
        .brand-content .content-text ul li:before {
          top: 24px;
          left: -59px;
          content: '';
          opacity: 0;
          visibility: hidden;
          position: absolute;
          width: 29px;
          height: 8px;
          background: url(../images/highlight-arrow.png);
          background-size: 100% 100%;
          display: block;
          transition: all 0.5s ease-out; }

.products {
  background: #f7f8fa; }
  .products .wrapper {
    width: 1000px;
    padding: 154px 0 100px; }
  .products .product-row {
    margin-bottom: 48px;
    position: relative; }
    .products .product-row:after {
      content: "";
      display: table;
      clear: both; }
  .products .product {
    width: 50%;
    position: relative;
    float: left;
    padding: 0 65px; }
    .products .product h2 {
      color: #001d51;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      padding-left: 50px; }
    .products .product img {
      margin-top: 42px;
      display: block;
      width: 370px;
      height: 370px;
      border-radius: 50%;
      display: block;
      position: relative; }
    .products .product p {
      margin: 0; }
    .products .product p.image {
      position: relative; }
    .products .product p.product-price {
      font-size: 16px;
      color: #686868;
      margin: 12px 0;
      padding-left: 50px; }
      .products .product p.product-price strong {
        font-weight: bold;
        color: #ff0000; }
  .products .product + .product p.image:before {
    width: 15.6%;
    height: 1px;
    position: absolute;
    content: '';
    display: block;
    left: -65px;
    bottom: 50%;
    margin-left: -7.8%;
    background: #ff0000; }

.fast-track {
  background: #001d51;
  text-align: center;
  height: 108px;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 0 50px; }
  .fast-track .vertical-center div {
    display: table-cell;
    vertical-align: middle; }

.visit-greller {
  background: #ff0000;
  width: 100%; }
  .visit-greller .content-image {
    height: 640px;
    background-image: url(../images/greller-background.jpg);
    background-size: cover;
    width: 63%; }
  .visit-greller .content-text {
    padding-top: 190px;
    color: #ffffff;
    width: 37%;
    padding-left: 104px;
    max-width: 450px; }
    .visit-greller .content-text h3 {
      font-size: 33px;
      line-height: 43px;
      font-weight: 300; }
      .visit-greller .content-text h3:after {
        height: 1px;
        width: 28px;
        content: '';
        display: block;
        background: #ffffff;
        margin: 22px 0 14px; }
    .visit-greller .content-text h4 {
      font-size: 20px;
      line-height: 25px;
      font-weight: 300; }
      .visit-greller .content-text h4 a {
        font-weight: bold; }
    .visit-greller .content-text p a {
      margin-top: 80px;
      font-size: 14px;
      font-family: 'LatoWebMedium', 'Lato', sans-serif;
      line-height: 40px;
      height: 42px;
      border: 1px solid #ffffff;
      border-radius: 22px;
      width: 170px;
      text-align: center;
      font-family: 'LatoWebMedium', 'Lato', sans-serif;
      transition: all 0.2s ease-out;
      display: block; }
      .visit-greller .content-text p a:hover {
        background: #ffffff;
        color: #ff0000;
        text-decoration: none; }

@media only screen and (max-width: 1400px) {
  .visit-greller .content-image {
    width: calc(100% - 520px); }
  .visit-greller .content-text {
    width: 520px; } }

@media only screen and (max-width: 1144px) {
  .brand-content .wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .brand-content .content-text {
    padding-left: 50px;
    padding-right: 32px;
    padding-top: 0; }
    .brand-content .content-text ul {
      width: 100%; }
  .brand-content .content-image {
    width: 50%; }
    .brand-content .content-image img {
      width: 100%;
      height: auto; } }

@media only screen and (max-width: 1000px) {
  .products {
    background: #f7f8fa; }
    .products .wrapper {
      padding-left: 50px;
      padding-right: 50px; }
    .products .product:first-child {
      padding-left: 0;
      padding-right: 48px; }
    .products .product:last-child {
      padding-left: 48px;
      padding-right: 0; }
    .products .product img {
      width: 100%;
      height: auto; }
    .products .product h2 {
      text-align: center;
      padding-left: 0; }
    .products .product p.product-price {
      text-align: center;
      padding-left: 0; }
    .products .product + .product p.image:before {
      left: -48px; } }

@media only screen and (max-width: 1024px) {
  .brand-content .wrapper {
    padding-top: 98px;
    padding-bottom: 72px; }
  .brand-content .content-text {
    width: 45%; }
    .brand-content .content-text ul li {
      font-size: 34px;
      line-height: 45px; }
      .brand-content .content-text ul li:before {
        top: 20px; }
  .brand-content .content-image {
    width: 55%; }
  .visit-greller {
    height: 366px; }
    .visit-greller .content-image {
      width: 50%;
      height: 366px; }
    .visit-greller .content-text {
      padding-top: 82px;
      padding-left: 66px;
      padding-right: 66px;
      width: 50%; }
      .visit-greller .content-text h4 a {
        white-space: nowrap; }
      .visit-greller .content-text p a {
        display: none; } }

@media only screen and (max-width: 800px) {
  .visit-greller .content-text {
    padding-top: 72px; } }

@media only screen and (max-width: 767px) {
  .brand-content .wrapper {
    padding-top: 36px;
    padding-bottom: 36px; }
  .brand-content .content-image {
    display: none; }
  .brand-content .content-text {
    padding-left: 56px;
    padding-right: 56px;
    width: 100%; }
    .brand-content .content-text ul {
      padding-top: 30px;
      max-width: none; }
  .products .product-row {
    margin-bottom: 0; }
  .products .wrapper {
    padding-top: 65px;
    padding-bottom: 65px; }
  .products .product, .products .product:first-child, .products .product:last-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 112px;
    position: relative; }
    .products .product p.image, .products .product:first-child p.image, .products .product:last-child p.image {
      text-align: center; }
    .products .product img, .products .product:first-child img, .products .product:last-child img {
      max-width: 370px;
      display: inline-block; }
  .products .product + .product p.image:before {
    display: none; }
  .products .product:after {
    width: 1px;
    height: 62px;
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    bottom: -87px;
    background: #ff0000; }
  .products .product-row:last-child .product:last-child {
    margin-bottom: 0; }
    .products .product-row:last-child .product:last-child:after {
      display: none; }
  .visit-greller .content-text {
    width: 100%;
    background-image: url(../images/greller-background.jpg);
    background-size: cover;
    height: 366px;
    max-width: none;
    padding: 0; }
    .visit-greller .content-text div {
      background: rgba(255, 0, 0, 0.5);
      padding: 72px 66px 0;
      height: 366px; }
  .visit-greller .content-image {
    display: none; } }

@media only screen and (max-width: 380px) {
  .brand-content .wrapper .content-text {
    padding-left: 36px;
    padding-right: 36px; }
  .visit-greller .content-text div {
    padding: 72px 36px 0; } }

.contact-form {
  background: #ffffff; }
  .contact-form .wrapper {
    width: 1160px;
    padding: 160px 50px 88px; }
    .contact-form .wrapper .text-column {
      width: 440px;
      padding-right: 136px;
      font-size: 17px;
      line-height: 20px;
      color: #686868; }
      .contact-form .wrapper .text-column .display-for-medium-down {
        display: none; }
      .contact-form .wrapper .text-column h2 {
        color: #001d51;
        font-size: 43px;
        line-height: 57px; }
      .contact-form .wrapper .text-column p {
        margin: 35px 0; }
      .contact-form .wrapper .text-column a {
        color: #001d51;
        text-decoration: underline; }
    .contact-form .wrapper .form-success, .contact-form .wrapper .form-error {
      font-size: 17px;
      line-height: 20px;
      margin-bottom: 40px;
      font-weight: bold; }
      .contact-form .wrapper .form-success.form-error, .contact-form .wrapper .form-error.form-error {
        color: #ff0000; }
    .contact-form .wrapper .form-column {
      width: calc(100% - 440px); }
      .contact-form .wrapper .form-column form .form-row {
        margin-top: 16px;
        margin-bottom: 50px; }
        .contact-form .wrapper .form-column form .form-row label {
          display: block;
          font-size: 12px;
          font-weight: bold;
          color: #686868;
          text-transform: uppercase; }
        .contact-form .wrapper .form-column form .form-row input[type="text"], .contact-form .wrapper .form-column form .form-row input[type="email"] {
          border: 0;
          outline: 0;
          border-bottom: 1px solid #e8ebf1;
          color: #000000;
          font-size: 20px;
          font-family: 'LatoWebMedium', 'Lato', sans-serif;
          line-height: 48px;
          width: 100%; }
          .contact-form .wrapper .form-column form .form-row input[type="text"]:focus, .contact-form .wrapper .form-column form .form-row input[type="email"]:focus {
            border-bottom: 1px solid #ff0000; }
        .contact-form .wrapper .form-column form .form-row input[type="submit"] {
          outline: 0;
          background: transparent;
          line-height: 40px;
          border: 1px solid #ff0000;
          border-radius: 21px;
          min-width: 170px;
          text-align: center;
          font-size: 14px;
          margin-top: 18px;
          font-family: 'LatoWebMedium', 'Lato', sans-serif;
          transition: all 0.2s ease-out; }
          .contact-form .wrapper .form-column form .form-row input[type="submit"]:hover {
            background: #ff0000;
            color: #ffffff; }
      .contact-form .wrapper .form-column form .select-style {
        background: #e8ebf1;
        line-height: 48px;
        height: 48px;
        color: #686868;
        outline: 0;
        width: 100%;
        padding: 0 20px;
        position: relative;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        border-radius: 14px;
        position: relative; }
        .contact-form .wrapper .form-column form .select-style:before {
          content: '';
          position: absolute;
          top: 20px;
          right: 28px;
          border-top: 8px solid #001d51;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent; }
        .contact-form .wrapper .form-column form .select-style:after {
          content: '';
          position: absolute;
          top: 20px;
          right: 31px;
          border-top: 5px solid #e8ebf1;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent; }
        .contact-form .wrapper .form-column form .select-style select {
          border: none;
          box-shadow: none;
          background: transparent;
          background-image: none;
          -webkit-appearance: none;
          width: calc(100% + 40px);
          z-index: 2;
          margin-left: -10px;
          padding-left: 20px;
          line-height: 40px;
          color: #686868;
          text-transform: uppercase;
          font-size: 12px;
          -moz-appearance: none;
          text-indent: 0.01px;
          text-overflow: ""; }
          .contact-form .wrapper .form-column form .select-style select:focus {
            outline: 0; }
        .contact-form .wrapper .form-column form .select-style span {
          position: absolute;
          width: calc(100% + 40px);
          z-index: 3;
          padding-left: 30px;
          line-height: 48px;
          color: #686868;
          text-transform: uppercase;
          font-size: 12px;
          top: 0;
          left: 0;
          cursor: pointer; }
      .contact-form .wrapper .form-column form input[type="file"] {
        position: fixed;
        top: -1000px; }
      .contact-form .wrapper .form-column form .form-row.file label {
        background: #e8ebf1;
        line-height: 48px;
        height: 48px;
        color: #686868;
        outline: 0;
        width: 100%;
        padding: 0 30px;
        position: relative;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        border-radius: 14px;
        cursor: pointer;
        position: relative; }
        .contact-form .wrapper .form-column form .form-row.file label:after {
          content: '';
          position: absolute;
          display: block;
          width: 20px;
          height: 9px;
          background-size: 100% 100%;
          background-image: url(../images/paperclip.png);
          top: 19px;
          right: 27px; }
      .contact-form .wrapper .form-column form .uploaded-files {
        margin-top: -20px;
        display: none; }
      .contact-form .wrapper .form-column form .uploaded-file {
        display: block;
        font-size: 12px;
        font-weight: bold;
        color: #686868;
        text-transform: uppercase; }
        .contact-form .wrapper .form-column form .uploaded-file input[type="file"] {
          display: none; }

@media only screen and (max-width: 950px) {
  .contact-form .wrapper {
    padding: 76px 86px; }
    .contact-form .wrapper .form-column, .contact-form .wrapper .text-column {
      width: 100%;
      padding-right: 0; }
      .contact-form .wrapper .form-column a, .contact-form .wrapper .text-column a {
        display: block;
        margin-top: 20px; }
      .contact-form .wrapper .form-column .display-for-medium-down, .contact-form .wrapper .text-column .display-for-medium-down {
        display: inline; }
    .contact-form .wrapper .form-column {
      padding-top: 74px; } }

@media only screen and (max-width: 767px) {
  .contact-form .wrapper .text-column p:last-child {
    margin-bottom: 30px; }
  .contact-form .wrapper .form-column {
    padding-top: 0; } }

@media only screen and (max-width: 550px) {
  .contact-form .wrapper {
    padding: 76px 28px; } }

footer {
  background: #001d51;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased; }
  footer .wrapper {
    padding: 0 84px; }
  footer .top-row, footer .middle-row {
    height: 178px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
    footer .top-row .logo, footer .top-row .made-in-the-usa, footer .middle-row .logo, footer .middle-row .made-in-the-usa {
      padding-top: 73px; }
    footer .top-row .logo, footer .middle-row .logo {
      width: 24%; }
    footer .top-row .made-in-the-usa, footer .middle-row .made-in-the-usa {
      width: 15.7%; }
    footer .top-row .address, footer .middle-row .address {
      padding-top: 80px;
      width: 30.2%; }
    footer .top-row .telephone, footer .middle-row .telephone {
      padding-top: 73px;
      width: 17%; }
    footer .top-row .fax, footer .middle-row .fax {
      padding-top: 80px; }
    footer .top-row p, footer .middle-row p {
      margin: 0;
      border-left: 1px solid #ff0000;
      padding-left: 16px; }
      footer .top-row p strong, footer .middle-row p strong {
        font-weight: normal;
        color: #d8d8d8; }
  footer .middle-row {
    display: none; }
  footer .bottom-row {
    height: 86px;
    line-height: 86px;
    font-size: 12px; }
    footer .bottom-row strong {
      font-weight: normal;
      color: #d8d8d8; }
    footer .bottom-row a {
      text-decoration: underline; }
    footer .bottom-row .column:first-child {
      padding-right: 62px; }

@media only screen and (max-width: 1250px) {
  footer .wrapper {
    padding: 0 56px; }
  footer .top-row {
    height: 148px;
    border-bottom: 0; }
    footer .top-row .logo {
      width: 284px; }
    footer .top-row .made-in-the-usa {
      width: auto; }
    footer .top-row .telephone, footer .top-row .fax, footer .top-row .address {
      display: none; }
  footer .middle-row {
    height: 148px;
    display: block; }
    footer .middle-row .address {
      padding-top: 43px;
      width: auto; }
    footer .middle-row .telephone {
      padding-top: 43px;
      width: 222px; }
    footer .middle-row .fax {
      padding-top: 50px;
      width: 222px; } }

@media only screen and (max-width: 767px) {
  footer .wrapper {
    padding: 0 48px; }
  footer .top-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    height: 116px;
    padding-top: 42px; }
    footer .top-row .logo {
      padding-top: 0;
      width: auto; }
    footer .top-row .made-in-the-usa {
      width: auto;
      float: right;
      padding-top: 0; }
  footer .middle-row {
    height: auto;
    padding: 5px 0 30px; }
    footer .middle-row .address, footer .middle-row .telephone, footer .middle-row .fax {
      width: 100%;
      padding-top: 0;
      margin-top: 25px; } }

@media only screen and (max-width: 400px) {
  footer .top-row .made-in-the-usa {
    display: none; }
  footer .bottom-row .column:last-child {
    display: none; } }
