﻿@charset "UTF-8";

body, html {
    font-weight: 300;
    letter-spacing: 0.6px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}

h3, .h3 {
    margin-bottom: 2.4rem;
}

small {
    font-size: 65%;
}

i {
    font-style: normal;
}

form p {
    text-align: inherit;
    margin-bottom: inherit;
}


.nav-main .brand {
    font-size: 1.3rem;
}

.nav-main .brand img {
    height: 50px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 10px;
}

.nav-main ul a {
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.content-main {
    padding-bottom: 2rem;
}

.footer-main {
    padding-top: 15px;
    color: #fff;
}
.footer-main > .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    font-size: 0.9rem;
}
.footer-main > .footer-copyright a {
    color: #fff;
}
.footer-main > .footer-copyright a:hover {
    text-decoration: underline;
}

.icon-block {
    margin-bottom: 1rem;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container .section {
    width: 100%;
}

.icon-block {
    padding: 0 15px;
}
.icon-block .mdi {
    font-size: inherit;
}


/* -- home --- */
.home-banner-content h2 {
    font-weight: 400;
    font-size: 2.3rem;
    line-height: 1.7;
}
.home-banner-content h4 {
    font-size: 1.64rem;
    line-height: 1.7;
    margin-bottom: 2.2rem;
}

/* -- File Upload -- */
.file-upload-container {
    width: 90%;
    margin: 0 auto;
}
.file-upload-drop-zone {
    margin: 2rem auto;
    border: 5px dashed #9e9e9e;
    border-radius: 5px;
    padding: 100px 30px;
    background-color: #fefefe;
    position: relative;
}
.file-upload-drop-zone .progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.file-select-wrap {
    margin-bottom: 1rem;
}
.file-select-wrap input[type='file'] {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


/* -- Review -- */
.eft-review .container {
    width: 94%;
    max-width: none;
}

.app a { cursor: pointer; }

.input-field.invalid input,
.input-field.invalid input:focus {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}
.input-field.invalid label {
    width: 100%;
    font-size: .8rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
}
.input-field.invalid input+label:after {
    display: block;
    position: absolute;
    top: 64px;
    transition: .2s opacity ease-out, .2s color ease-out;
    content: attr(data-error);
    color: #F44336;
    opacity: 1;
}

.payment-summary .recipient-email-field > input {
    margin-bottom: 0;
}
.payments .collection-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 72px;

    background-color: #fcfcfc;
    opacity: 0.55;
}
.payments .collection-item.selected {
    background-color: #fff;
    opacity: 1;
}
.payments .collection-item .email-preview {
    background-color: #fcfcfc;
    border: 1px dashed #dddddd;
    padding: 15px;
}
.payments .collection-item.selected .email-preview {
    background-color: #fff;
}
