html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    color: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Containers */

.container {
    margin-left: auto;
    margin-right: auto;
}

.container {
    width: 35em;
}

@media screen and (max-width: 1680px) {
    .container {
        width: 35em;
    }
}

@media screen and (max-width: 980px) {
    .container {
        width: 80%;
    }
}

@media screen and (max-width: 736px) {
    .container {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: 100%;
    }
}

/* Grid */

.row {
    border-bottom: solid 1px transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row > * {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row:after, .row:before {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.row.uniform > * > :first-child {
    margin-top: 0;
}

.row.uniform > * > :last-child {
    margin-bottom: 0;
}

.row > * {
    padding: 0 0 0 1.5em;
}

.row {
    margin: 0 0 -1px -1.5em;
}

.row.uniform > * {
    padding: 1.5em 0 0 1.5em;
}

.row.uniform {
    margin: -1.5em 0 -1px -1.5em;
}

@media screen and (max-width: 1680px) {
    .row > * {
        padding: 0 0 0 1.5em;
    }

    .row {
        margin: 0 0 -1px -1.5em;
    }

    .row.uniform > * {
        padding: 1.5em 0 0 1.5em;
    }

    .row.uniform {
        margin: -1.5em 0 -1px -1.5em;
    }
}

@media screen and (max-width: 980px) {
    .row > * {
        padding: 0 0 0 1.5em;
    }

    .row {
        margin: 0 0 -1px -1.5em;
    }

    .row.uniform > * {
        padding: 1.5em 0 0 1.5em;
    }

    .row.uniform {
        margin: -1.5em 0 -1px -1.5em;
    }
}

@media screen and (max-width: 736px) {
    .row > * {
        padding: 0 0 0 1em;
    }

    .row {
        margin: 0 0 -1px -1em;
    }

    .row.uniform > * {
        padding: 1em 0 0 1em;
    }

    .row.uniform {
        margin: -1em 0 -1px -1em;
    }
}

@media screen and (max-width: 480px) {
    .row > * {
        padding: 0 0 0 1em;
    }

    .row {
        margin: 0 0 -1px -1em;
    }

    .row.uniform > * {
        padding: 1em 0 0 1em;
    }

    .row.uniform {
        margin: -1em 0 -1px -1em;
    }
}

/* Basic */


html.is-loading body *, html.is-loading body *:before, html.is-loading body *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

html.is-touch {
    height: 100vh;
    overflow: hidden;
}

html.is-touch #wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    height: 100vh;
    overflow: auto;
}

body, select, textarea {
    color: #6f7577;
    font-family: "Barlow Condensed", "Helvetica", sans-serif;
    font-weight: 400;
    line-height: 1.75em;
}

a {
    border-color: #fff;
    -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    color: #4b8177;
    text-decoration: none;
}

strong, b {
    color: #61686b;
    font-weight: 700;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #61686b;
    font-weight: 800;
    line-height: 1em;
    margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.85em;
    line-height: 1.5em;
}

span.big {
    font-size: 1.75em !important;
    color: #4b8177;
}

h3 {
    line-height: 1.5em;
    margin: 2em 0 1em 0;
}

h3 small {
    letter-spacing: 0;
    text-transform: none;
}

h3 a {
    text-transform: none;
    letter-spacing: 0;
    color: #4b8177;
    text-decoration: none;
}

h3 a:hover {
    color: #000;
}

h3 a img {
    display: inline;
    float: right;
    margin-top: -2px;
    margin-left: 5px;
}

h4 {
    line-height: 1.5em;
}

h5 {
    line-height: 1.5em;
}

h6 {
    line-height: 1.5em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border: 0;
    border-bottom: solid 1px #dddddd;
}

hr.major {
    margin: 3em 0;
}

blockquote {
    border-left: solid 6px #dddddd;
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 1.5em;
}

code {
    background: rgba(144, 144, 144, 0.075);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* Loader */

@-moz-keyframes spinner-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spinner-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes spinner-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes spinner-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes spinner-hide {
    0% {
        color: #454d50;
        z-index: 10001;
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    99% {
        color: #313a3d;
        z-index: 10001;
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
    }
    100% {
        color: #313a3d;
        z-index: -1;
        -moz-transform: scale(0) rotate(360deg);
        -webkit-transform: scale(0) rotate(360deg);
        transform: scale(0) rotate(360deg);
    }
}

@-webkit-keyframes spinner-hide {
    0% {
        color: #454d50;
        z-index: 10001;
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    99% {
        color: #313a3d;
        z-index: 10001;
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
    }
    100% {
        color: #313a3d;
        z-index: -1;
        -moz-transform: scale(0) rotate(360deg);
        -webkit-transform: scale(0) rotate(360deg);
        transform: scale(0) rotate(360deg);
    }
}

@-ms-keyframes spinner-hide {
    0% {
        color: #454d50;
        z-index: 10001;
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    99% {
        color: #313a3d;
        z-index: 10001;
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
    }
    100% {
        color: #313a3d;
        z-index: -1;
        -moz-transform: scale(0) rotate(360deg);
        -webkit-transform: scale(0) rotate(360deg);
        transform: scale(0) rotate(360deg);
    }
}

@keyframes spinner-hide {
    0% {
        color: #454d50;
        z-index: 10001;
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    99% {
        color: #313a3d;
        z-index: 10001;
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
    }
    100% {
        color: #313a3d;
        z-index: -1;
        -moz-transform: scale(0) rotate(360deg);
        -webkit-transform: scale(0) rotate(360deg);
        transform: scale(0) rotate(360deg);
    }
}

@-moz-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-ms-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-moz-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 10000;
    }
    15% {
        opacity: 1;
        z-index: 10000;
    }
    99% {
        opacity: 0;
        z-index: 10000;
    }
    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 10000;
    }
    15% {
        opacity: 1;
        z-index: 10000;
    }
    99% {
        opacity: 0;
        z-index: 10000;
    }
    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-ms-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 10000;
    }
    15% {
        opacity: 1;
        z-index: 10000;
    }
    99% {
        opacity: 0;
        z-index: 10000;
    }
    100% {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 10000;
    }
    15% {
        opacity: 1;
        z-index: 10000;
    }
    99% {
        opacity: 0;
        z-index: 10000;
    }
    100% {
        opacity: 0;
        z-index: -1;
    }
}

html body {
    text-decoration: none;
}

html body:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

html body:before {
    -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    color: #454d50;
    content: '\f1ce';
    cursor: default;
    display: block;
    font-size: 2em;
    height: 2em;
    left: 50%;
    opacity: 0;
    line-height: 2em;
    margin: -1em 0 0 -1em;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 2em;
    z-index: -1;
}

html body:after {
    -moz-animation: overlay-hide 1s ease-in forwards !important;
    -webkit-animation: overlay-hide 1s ease-in forwards !important;
    animation: overlay-hide 1s ease-in forwards !important;
    background: #313a3d;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

html.is-loading body:before {
    -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    z-index: 10001;
}

html.is-loading body:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1;
    z-index: 10000;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    html body:before {
        line-height: 2.025em;
    }
}

/* Section/Article */

section.special, article.special {
    text-align: center;
}

header p {
    color: #a8b0b3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

header h1 + p {
    margin-top: -1em;
}

header h2 + p {
    margin-top: -1em;
}

header h3 + p {
    margin-top: -0.8em;
}

header h4 + p, header h5 + p, header h6 + p {
    font-size: 0.8em;
    margin-top: -0.6em;
}

header.major {
    text-align: center;
}

header.major img {
    width: 90%;
}

header.major h1, header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
    position: relative;
}

header.major p {
    margin-top: 0;
}

/* Form */

form.contactform {
    margin: 0 0 2em 0;
}

label {
    display: block;
}

.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
}

.select-wrapper:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.select-wrapper:before {
    color: #a8b0b3;
    content: '\f078';
    display: block;
    height: 3em;
    line-height: 3em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 3em;
}

.select-wrapper select::-ms-expand {
    display: none;
}


textarea {
    padding: 0.75em 1em;
}

input[type="checkbox"], input[type="radio"] {
    width: 1em;
    z-index: -1;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    text-decoration: none;
    color: #6f7577;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.55em;
    padding-right: 0.75em;
    position: relative;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
    background: #313a3d;
    color: #ffffff;
    content: '\f00c';
}

input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before {
    box-shadow: inset 0 0 0 2px #4b8177;
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

::-webkit-input-placeholder {
    color: #a8b0b3 !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: #a8b0b3 !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: #a8b0b3 !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: #a8b0b3 !important;
    opacity: 1.0;
}

.formerize-placeholder {
    color: #a8b0b3 !important;
    opacity: 1.0;
}

/* Image */

.image {
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    display: block;
}

.image.left {
    float: left;
    margin: 0 1.5em 1em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    margin: 0 0 1em 1.5em;
    top: 0.25em;
}

.image.left, .image.right {
    max-width: 40%;
}

.image.left img, .image.right img {
    width: 100%;
}

.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px #dddddd;
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1.5em 0 0;
}

ul.icons li:last-child {
    padding-right: 0;
}

ul.icons li .icon:before {
    font-size: 1.5em;
}

ul.icons-grid {
    list-style: none;
    padding: 0;
    position: relative;
}

ul.icons-grid li {
    display: block;
    float: left;
    padding: 3em 0;
    width: 50%;
}

ul.icons-grid li h3 {
    margin: 0;
}

ul.icons-grid li:nth-child(2n + 1) {
    box-shadow: inset -1px 0 0 0 #dddddd, 1px 0 0 0 #dddddd;
}

ul.icons-grid li:nth-child(2n + 3):before {
    background: #dddddd;
    content: '';
    display: block;
    height: 2px;
    margin-top: -3em;
    position: absolute;
    width: 100%;
}

ul.icons-grid:after {
    clear: both;
    content: '';
    display: block;
}

ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.actions li {
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: middle;
}

ul.actions li:last-child {
    padding-right: 0;
}

ul.actions.small li {
    padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
    display: block;
    padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child {
    padding-top: 0;
}

ul.actions.vertical li > * {
    margin-bottom: 0;
}

ul.actions.vertical.small li {
    padding: 0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    display: table;
    margin-left: -1em;
    padding: 0;
    table-layout: fixed;
    width: calc(100% + 1em);
}

ul.actions.fit li {
    display: table-cell;
    padding: 0 0 0 1em;
}

ul.actions.fit li > * {
    margin-bottom: 0;
    min-width: 0;
}

ul.actions.fit.small {
    margin-left: -0.5em;
    width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
    padding: 0 0 0 0.5em;
}

dl {
    margin: 0 0 2em 0;
}

/* Table */

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 2em 0;
    width: 100%;
}

table tbody tr {
    border: solid 1px #dddddd;
    border-left: 0;
    border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
    background-color: rgba(144, 144, 144, 0.075);
}

table td {
    padding: 0.75em 0.75em;
}

table th {
    color: #61686b;
    font-size: 0.9em;
    font-weight: 700;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}

table thead {
    border-bottom: solid 2px #dddddd;
}

table tfoot {
    border-top: solid 2px #dddddd;
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 1px #dddddd;
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}

/* Main BG */

.main-bg {
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.main-bg.active {
    opacity: 1;
}

/* Main */

.main2 {
    position: relative;
}

.main2 .image.primary {
    display: none;
}

.main2 .container {
    padding: 5em 2.5em 8em 2.5em;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: inset 0 1px 0 0 #dddddd;
}

.main2 .container:before {
    min-height: calc(100vh - 13em);
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
}

#footer.main2 .container:before {
    min-height: 200px;
}

.main2 .container .content {
    display: inline-block;
    margin-right: 1px;
    vertical-align: middle;
    width: calc(100% - 10px);
}

.main2 .goto-next {
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: rgba(144, 144, 144, 0.075);
    background-image: url("/images/arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: 0;
    bottom: 3em;
    display: block;
    height: 4em;
    left: 50%;
    line-height: 4em;
    margin-left: -2em;
    overflow: hidden;
    position: absolute;
    text-indent: 4em;
    white-space: nowrap;
    width: 4em;
}

.main2 .goto-next:hover {
    background-color: rgba(144, 144, 144, 0.15);
}

/* Header */

#header {
    height: 100vh;
    position: relative;
    text-align: center;
}

#header:after {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
}

#header header {
    background: rgba(255, 255, 255, 0.5);
    color: #4b8177;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 15px;
    width: 35em;
}

#header header h1, #header header h2, #header header h3, #header header h4, #header header h5, #header header h6, #header header strong, #header header b {
    color: #ffffff;
}

#header header a {
    color: inherit;
}

#header header a:hover {
    color: #ffffff !important;
}

#header header h1.h2 {
    font-size: 1.6em;
    line-height: 1.25em;
    margin: 1em 0 0 0;
    color: #4b8177;
    text-transform: uppercase;
}

#header header p {
    color: #ffffff;
    font-weight: 700;
    margin: 1.5em 0 0 0;
}

#header .container {
    background: rgba(255, 255, 255, 0.95);
    bottom: 0;
    left: 50%;
    margin-left: -17.5em;
    padding: 2.5em;
    position: absolute;
}

#header .container > :last-child {
    margin-bottom: 0;
}

#header .container .button {
    min-width: 12em;
}

/* Footer */

#footer {
    position: relative;
    text-align: center;
}

#footer .container {
    padding: 5em 2.5em 3em 2.5em;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: inset 0 1px 0 0 #dddddd;
}


/* Large */

@media screen and (max-width: 1680px) {
    /* Basic */
    body, input, select, textarea {
        font-size: 12pt;
    }
}

/* Medium */

@media screen and (max-width: 980px) {
    /* Main BG */
    .main-bg {
        display: none;
    }

    /* Main */
    .main2 .image.primary {
        display: block;
        margin: 0 0 4em 0;
    }

    .main2 .container {
        padding: 3em 3em 8em 3em;
    }

    .main2 .container:before {
        display: none;
    }

    /* Header */
    #header header {
        width: 80%;
    }

    #header .container {
        margin-left: -40%;
        padding: 3em;
    }

    /* Footer */
    #footer {
        min-height: 0;
        padding: 0;
    }

    #footer .container {
        padding: 3em 3em 1em 3em;
    }

    #footer footer {
        padding: 3em 3em 1em 3em;
        bottom: auto;
        position: relative;
    }
}

/* Small */

@media screen and (max-width: 767px) {
    /* Basic */
    h2 {
        font-size: 1.35em;
    }

    /* Main */
    .main2 .container {
        padding: 3em 1.5em 1em 1.5em;
    }

    .main2 .container .image.primary:first-child {
        margin: -1.5em 0 2.5em 0;
    }

    .main2 .goto-next {
        display: none;
    }

    /* Header */
    #header {
        height: 80vh;
    }

    #header:after {
        height: 80vh;
    }

    #header header {
        padding-bottom: 0;
    }

    #header header h1 {
        font-size: 2em;
    }

    #header header p {
        margin-top: 1em;
    }

    #header .container {
        display: none;
    }

    /* Footer */
    #footer .container {
        padding: 3em 1.5em 1em 1.5em;
    }
}

/* XSmall */

@media screen and (max-width: 480px) {
    /* Basic */
    html, body {
        min-width: 320px;
    }

    /* List */
    ul.actions {
        margin: 0 0 2em 0;
    }

    ul.actions li {
        display: block;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
    }

    ul.actions li:first-child {
        padding-top: 0;
    }

    ul.actions li > * {
        margin: 0 !important;
        width: 100%;
    }

    ul.actions.small li {
        padding: 0.5em 0 0 0;
    }

    ul.actions.small li:first-child {
        padding-top: 0;
    }

    ul.icons-grid li {
        box-shadow: inset 0 1px 0 0 #dddddd !important;
        float: none;
        margin: 2em 0 0 0;
        padding: 2em 0 0 0;
        width: 100%;
    }

    ul.icons-grid li:first-child {
        box-shadow: none !important;
        margin-top: 0;
        padding: 1em 0 0 0;
    }

    ul.icons-grid li:nth-child(2n + 1) {
        box-shadow: none;
    }

    ul.icons-grid li:nth-child(2n + 3):before {
        display: none;
    }


    /* Main */
    .main2 .container {
        padding: 3em 1em 1em 1em;
    }

    .main2 .container .image.primary:first-child {
        margin: -2em 0 2.5em 0;
    }

    /* Footer */
    #footer .container {
        padding: 3em 1em 1em 1em;
    }
}

#navmenu .nav-menu {
    top: -80px;
    position: fixed;
    transition: top 0.75s;
}

#navmenu.expand .nav-menu {
    top: 0;
}

#editor h3 {
    display: block;
}

.editfield {
    display: none;
}

.editfield input {
    display: inline-block;
    width: 300px !important;
}


/***********************
 *   ^^  main.css  ^^  *
 ***********************
 * vv  erbomat.css  vv *
 ***********************/


#background-0, #background-1, #background-2 {
    background-color: #313a3d;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    z-index: -1;
}

#background-0 {
    background-image: url("/images/background-0.jpg");
}

#background-1 {
    background-image: url("/images/background-1.jpg");
}

#background-2 {
    background-image: url("/images/background-2.jpg");
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

h1 {
    line-height: 1em;
    margin: 0;
}

h2, h1.h2 {
    margin: 0 0 12px;
}

p {
    margin: 7px 0 10px;
    line-height: 1.2;
}

a, .btn-link {
    color: #4b8177;
    text-decoration: none;
}

span.big {
    font-size: 1.75em !important;
    color: #4b8177;
}

a:hover, .btn-link:hover {
    color: #000;
    text-decoration: none;
}

div.family-tree p {
    margin: 0 0 30px;
}

.header {
    display: inline-block;
    padding: 25px 40px 15px;
    background: rgba(255, 255, 255, 0.7);
    width: auto;
}

img.img-logo {
    width: 300px;
    height: auto;
    display: inline-block;
}

.main1 {
    text-align: center;
    margin: 0 auto;
    padding-top: 150px;
}

.family-tree {
    display: block;
    padding: 20px 50px;
    width: 1450px;
    margin: 150px auto 0;
    background: rgba(255, 255, 255, 1);
}

.spacer {
    height: 12vh;
}

button.main {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #4b8177;
    border: 0;
    box-shadow: none;
    color: #ffffff !important;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 3em;
    letter-spacing: 0.05em;
    line-height: 3em;
    padding: 0 2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
}

button.main:hover {
    background-color: #464f50;
    color: #fff !important;
}

button.main:active {
    background-color: #464f50;
    color: #fff !important;
}

button.main.abort, .abort {
    background-color: #fd7e14;
    color: #fff !important;
}

button.main.small {
    padding: 0 1em;
    height: 2em;
    line-height: 1.75em;
    font-size: 0.85em;
    width: auto;
}

/* DIAGRAMM */
.reihe1 {
    margin: 0 auto;
    width: 100%;
    padding: 0 135px;
    text-align: left;
}

.reihe2 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    text-align: left;
}

.reihe3 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    text-align: left;
}

.reihe4 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    text-align: left;
}

.reihe5 {
    margin: 0 auto;
    width: 100%;
    padding: 0 270px;
    text-align: left;
}

.person {
    width: 250px;
    margin: -7px 10px 0;
    padding: 0;
    display: inline;
    float: left;
    overflow: visible;
}

.person.multiperson .box {
    box-shadow: 5px 5px 1px #464f50;
}

.zlinie {
    background: #464f50;
    width: 20px;
    height: 1px;
    margin-top: -27px;
    margin-bottom: 25px;
    margin-left: 250px;
    pointer-events: none;
}

.olinie {
    background: #464f50;
    width: 1px;
    height: 50px;
    margin-top: -25px;
    margin-left: 260px;
    pointer-events: none;
}

.qlinie {
    background: #464f50;
    width: 271px;
    height: 1px;
    margin-left: -10.5px;
    pointer-events: none;
}

.ulinie {
    background: #464f50;
    width: 1px;
    height: 25px;
    margin-left: -10px;
    pointer-events: none;
}

#LEFT_GRANDPARENT_2 .zlinie, #LEFT_GRANDPARENT_2 .olinie {
    visibility: hidden;
}

#LEFT_GRANDPARENT_2 .ulinie {
    margin-left: -10px;
}

#LEFT_GRANDPARENT_2 .qlinie {
    visibility: hidden;
}

#RIGHT_GRANDPARENT_1 .qlinie {
    visibility: hidden;
}

#RIGHT_GRANDPARENT_1 .ulinie {
    margin-left: 260px;
}

#RIGHT_GRANDPARENT_2 .zlinie, #RIGHT_GRANDPARENT_2 .olinie {
    visibility: hidden;
}

#RIGHT_GRANDPARENT_2 .ulinie {
    margin-left: 260px;
}

#LEFT_AUNT_UNCLE .zlinie, #LEFT_AUNT_UNCLE .olinie, #LEFT_AUNT_UNCLE .qlinie {
    visibility: hidden;
}

#LEFT_AUNT_UNCLE .ulinie {
    margin-left: 124.5px;
    margin-top: -32px;
    height: 50px;
}

#LEFT_PARENT .zlinie {
    width: 290px;
    margin-left: 250px;
}

#LEFT_PARENT .olinie {
    margin-left: 395px;
    margin-top: -25px;
    height: 75px;
}

#LEFT_PARENT .qlinie {
    width: 270px;
    margin-left: 125px;
    margin-top: -25px
}

#LEFT_PARENT .ulinie {
    margin-left: 124.5px;
    margin-top: 0;
    height: 25px;
}

#RIGHT_PARENT .zlinie, #RIGHT_PARENT .olinie, #RIGHT_PARENT .qlinie, #RIGHT_PARENT .ulinie {
    visibility: hidden;
}

#RIGHT_AUNT_UNCLE .zlinie, #RIGHT_AUNT_UNCLE .olinie, #RIGHT_AUNT_UNCLE .qlinie {
    visibility: hidden;
}

#RIGHT_AUNT_UNCLE .ulinie {
    margin-left: 124.5px;
    margin-top: -25px;
    height: 50px;
}

#LEFT_COUSIN .zlinie, #LEFT_COUSIN .olinie, #LEFT_COUSIN .qlinie {
    visibility: hidden;
}

#LEFT_COUSIN .ulinie {
    margin-left: 124.5px;
    margin-top: -32px;
    height: 50px;
}

#LEFT_SECOND_COUSIN .zlinie, #LEFT_SECOND_COUSIN .olinie, #LEFT_SECOND_COUSIN .qlinie, #LEFT_SECOND_COUSIN .ulinie {
    visibility: hidden;
}

#TESTATOR_SIBLING .zlinie, #TESTATOR_SIBLING .olinie, #TESTATOR_SIBLING .qlinie {
    visibility: hidden;
}

#TESTATOR_SIBLING .ulinie {
    margin-left: 124.5px;
    margin-top: -32px;
    height: 50px;
}

#RIGHT_COUSIN .zlinie, #RIGHT_COUSIN .olinie, #RIGHT_COUSIN .qlinie {
    visibility: hidden;
}

#RIGHT_COUSIN .ulinie {
    margin-left: 124.5px;
    margin-top: -25px;
    height: 50px;
}

#TESTATOR_TESTATOR .qlinie {
    width: 135px;
    margin-left: 125px;
}

#TESTATOR_TESTATOR .ulinie {
    margin-left: 125px;
    margin-top: 0;
    height: 25px;
}

#TESTATOR_PARTNER .zlinie, #TESTATOR_PARTNER .olinie, #TESTATOR_PARTNER .qlinie {
    visibility: hidden;
}

#TESTATOR_PARTNER .ulinie {
    margin-left: 124.5px;
    margin-top: -32px;
    height: 50px;
}

#TESTATOR_NIECE_NEPHEW .zlinie, #TESTATOR_NIECE_NEPHEW .olinie, #TESTATOR_NIECE_NEPHEW .qlinie {
    visibility: hidden;
}

#TESTATOR_NIECE_NEPHEW .ulinie {
    margin-left: 124.5px;
    margin-top: -32px;
    height: 50px;
}

#TESTATOR_GRANDNIECE_GRANDNEPHEW .zlinie, #TESTATOR_GRANDNIECE_GRANDNEPHEW .olinie, #TESTATOR_GRANDNIECE_GRANDNEPHEW .qlinie, #TESTATOR_GRANDNIECE_GRANDNEPHEW .ulinie {
    visibility: hidden;
}

#TESTATOR_CHILD .zlinie, #TESTATOR_CHILD .olinie, #TESTATOR_CHILD .qlinie {
    visibility: hidden;
}

#TESTATOR_CHILD .ulinie {
    margin-left: 124.5px;
    margin-top: -32px;
    height: 50px;
}

#TESTATOR_GRANDCHILD .zlinie, #TESTATOR_GRANDCHILD .olinie, #TESTATOR_GRANDCHILD .qlinie, #TESTATOR_GRANDCHILD .ulinie {
    visibility: hidden;
}

#TESTATOR_PARTNER_CHILD .zlinie, #TESTATOR_PARTNER_CHILD .olinie, #TESTATOR_PARTNER_CHILD .qlinie {
    visibility: hidden;
}

#TESTATOR_PARTNER_CHILD .ulinie {
    margin-left: 124.5px;
    margin-top: -32px;
    height: 50px;
}

#RIGHT_SECOND_COUSIN .zlinie, #RIGHT_SECOND_COUSIN .olinie, #RIGHT_SECOND_COUSIN .qlinie, #RIGHT_SECOND_COUSIN .ulinie {
    visibility: hidden;
}

#TESTATOR_PARTNER_GRANDCHILD .zlinie, #TESTATOR_PARTNER_GRANDCHILD .olinie, #TESTATOR_PARTNER_GRANDCHILD .qlinie, #TESTATOR_PARTNER_GRANDCHILD .ulinie {
    visibility: hidden;
}


.person.vater {
    margin-right: 280px;
}

.details {
    float: left;
    padding: 0;
    margin: 0;
    height: 56px;
    width: 20%;
    text-align: center;
}

.quote {
    font-weight: 600;
    background: #d50202;
    padding: 0;
    color: white;
    height: 50%;
    width: 100%;
    font-size: 1.1rem;
}

.person.deceased .quote {
    background: #7e8687;
    color: #aeb3b4;
}

.person.initial:not(:hover) .name {
    background: rgba(90, 124, 126, 0.2);
}

.person.initial:not(:hover) .tools {
    background: rgba(0, 0, 0, 0.25);
}

.person.initial:not(:hover) .quote {
    background: rgba(0, 0, 0, 0.33);
}

.person.initial .icon {
    opacity: 0;
    -webkit-transition: opacity ease-in-out 0.4s;
    -moz-transition: opacity ease-in-out 0.4s;
    transition: opacity ease-in-out 0.4s;
}

.person.initial:not(.linien):hover .icon {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 0.4s;
    -moz-transition: opacity ease-in-out 0.4s;
    transition: opacity ease-in-out 0.4s;
}

.tools {
    background: #464f50;
    padding: 0;
    color: white;
    height: 50%;
    width: 100%;
}

.person.deceased .tools {
    background: #9aa1a2;
}

.person.incomplete .name {
    background: #ffae6b !important;
}

.multitab.incomplete.front {
    background: #ffae6b !important;
}

.multitab.incomplete {
    background: #fd7e14;
}

.multitab.incomplete:hover {
    background: #ff8e30;
    color: white;
}

.person#TESTATOR_TESTATOR.initial .box {
    box-shadow: 0 0 6px 6px #fd7e14;
}

.name {
    display: inline-block;
    padding: 5px 7px;
    height: 56px;
    width: 80%;
    color: rgba(73, 122, 126, 1);
    text-align: left;
}

.cat0 .name {
    background: rgba(73, 122, 126, 1);
    color: #fff;
}

.cat1 .name {
    background: rgba(73, 122, 126, 0.7);
    color: #3a5f62;
}

.cat2 .name {
    background: rgba(73, 122, 126, 0.45);
    color: #406a6d;
}

.cat3 .name {
    background: rgba(73, 122, 126, 0.2);
}

.cat4 .name {
    background: rgba(73, 122, 126, 0.1);
}

.person img.icon {
    position: relative;
    z-index: 10;
    margin-top: -330px;
    margin-left: 200px;
    margin-bottom: -130px;
}

.person.deceased .name {
    color: rgba(70, 79, 80, 0.5) !important;
    background: rgba(70, 79, 80, 0.25);
}

.person.deceased .deceased-icon {
    position: relative;
    display: block !important;
    float: right;
    right: 1em;
    color: #ffffff75;
}

.name h3 {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 500;
    color: #3a5f62;
    letter-spacing: 0.033rem;
    padding: 0;
    margin: 0;
}

#TESTATOR_TESTATOR h3 {
    color: #fff !important;
}

div.family-tree .name p {
    position: relative;
    z-index: 1;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0;
    display: block;
}

.tools img {
    margin: -3px 3px 0;
}

.nametip, .minustip, .plustip, .multitip {
    position: relative;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: opacity ease-in-out 0.4s;
    -moz-transition: opacity ease-in-out 0.4s;
    transition: opacity ease-in-out 0.4s;
    cursor: pointer;
}

.nametip:after, .minustip:after, .plustip:after, .multitip:after {
    content: attr(data-infotip);
    position: absolute;
    z-index: 20;
    font-size: 1rem;
    color: black;
    left: 20%;
    background: rgba(254, 170, 0, 1);
    padding: 5px 10px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
}

.nametip:after {
    width: 250px;
    margin-left: -94px;
    bottom: -34px;
}

.minustip:after {
    width: 250px;
    margin-left: -31px;
    bottom: -30px;
}

.plustip:after {
    width: 250px;
    margin-left: -6px;
    bottom: -30px;
}

.multitip:after {
    width: 250px;
    margin-top: -64px;
    margin-left: -61px;
}

.warn-tip {
    text-decoration: none;
    display: block;
    font-size: 1rem;
    color: black;
    background: rgba(254, 170, 0, 1);
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: -5px -10px;
    width: auto;
}

.nametip:before, .minustip:before, .plustip:before, .multitip:before {
    content: "";
    position: absolute;
    z-index: 20;
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(254, 170, 0, 1);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0;
    bottom: -5px;
    pointer-events: none;
}

.nametip:before {
    bottom: -9px;
}


.multitip:before {
    margin-top: -10px;
    top: -100px;
}

.nametip:hover:after, .nametip:hover:before,
.minustip:hover:after, .minustip:hover:before,
.plustip:hover:after, .plustip:hover:before,
.multitip:hover:after, .multitip:hover:before {
    opacity: 1;
    top: auto;
}

.name input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #4b8177;
    padding: 0 3px 1px;
    font-size: 1.1rem;
    font-family: "Barlow Condensed", sans-serif;
    color: #464f50;
    width: 75%;
}

.inactive {
    opacity: 0.33;
}

.sign-up-error {
    background: rgba(213, 2, 2, 1);
    color: #fff;
    padding: 5px 8px;
}

.sign-up-success, .request-password-success, .delete-user-success {
    background: #00A219;
    color: #fff;
    padding: 5px 8px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="number"], select, textarea {
    background: rgba(144, 144, 144, 0.15);
    border-radius: 0;
    border: none;
    color: inherit;
    display: inline-block;
    box-sizing: border-box;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 60%;
}

input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="number"], textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="number"], select {
    height: 3em;
}

input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="number"]:invalid, input[type="date"]:invalid, select:invalid, textarea:invalid {
    box-shadow: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
    box-shadow: inset 0 0 0 2px #4b8177;
}

/* Prevent up / down buttons from showing on inputs of type number and date */
::-webkit-inner-spin-button {
    display: none;
}

/* SLIDER */

#options {
    background-color: #464f50;
    color: #fff;
    z-index: 12000;
}

#options div.settings {
    text-align: right;
}

#options .setting {
    margin: 20px 0;
}

#options select {
    font-family: "Barlow Condensed", sans-serif;
    color: #FFF;
    line-height: 1.3;
    padding: .33em 1em .5em .67em;
    box-sizing: border-box;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    -webkit-appearance: menulist;
    background-color: rgba(144, 144, 144, 0.15);
    width: 60%;
    margin: 0;
}

#options select option {
    font-size: 1.1rem;
    font-family: "Barlow Condensed", sans-serif;
    color: #555;
}

#options input[type=checkbox] {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #7e8687;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    font-size: 1.1rem;
    font-family: "Barlow Condensed", sans-serif;
    color: #555;
    line-height: 1.3;
    width: 60%;
    height: 20px;
}

#options label,
#edit-tree-modal label,
#clone-tree-modal label,
#edit-first-name-modal label,
#edit-last-name-modal label,
.inline-label {
    display: inline-block;
    width: calc(40% - 5px);
    text-align: left;
}

.left-shadow-overlay {
    box-shadow: 10px 0 15px 10px rgba(73, 122, 126, 0.75);
}

#options h3 {
    background-color: #4b8177;
    margin: 0;
    font-size: 1.5rem;
    padding: 10px 0 9px;
    height: 56px;
}

#options .handle {
    background-color: #4b8177;
    left: 0;
    padding: 6px;
    position: absolute;
    z-index: 13000;
    top: 0;
    width: 48px;
    cursor: pointer;
    -moz-transition: 200ms ease all;
    -webkit-transition: 200ms ease all;
    -o-transition: 200ms ease all;
    transition: 200ms ease all;
}

#options .handle img {
    width: 44px;
    height: 44px;
    margin: 0;
}

@media (min-width: 992px) {
    #options h3 {
        height: 50px;
    }

    #options .handle {
        padding: 5px;
    }

    #options .handle img {
        width: 40px;
        height: 40px;
        margin: 0;
    }
}


.multitabs {
    position: relative;
    margin-top: -20px;
    margin-bottom: -27px;
    margin-left: 50px;
    width: auto;
    text-align: left;
    top: -27px;
}

.multitab {
    display: inline-block;
    padding: 2px 0 0 0;
    color: rgba(73, 122, 126, 1);
    font-weight: 600;
    margin: -20px 1px 0 0;
    width: 25px;
    height: 29px;
    background: #435759;
    text-align: center;
    clip-path: polygon(0% 0%, 75% 0%, 100% 40%, 100% 100%, 50% 100%, 0% 100%);
    cursor: pointer;
}

.multitab.front, .multitab:hover {
    background: rgba(73, 122, 126, 1);
    color: #fff;
}

.person.initial:not(:hover) .multitab.front {
    background: rgba(90, 124, 126, 0.25);
}

.person.deceased:not(:hover) .multitab.front {
    background: rgba(70, 79, 80, 0.15);
}

.cat0 .multitab.front {
    background: rgba(73, 122, 126, 1);
}

.cat1 .multitab.front {
    background: rgba(73, 122, 126, 0.7);
}

.cat2 .multitab.front {
    background: rgba(73, 122, 126, 0.45);
}

.cat3 .multitab.front {
    background: rgba(73, 122, 126, 0.2);
}

.cat4 .multitab.front {
    background: rgba(73, 122, 126, 0.1);
}

.multitab-nav {
    display: inline-block;
    padding-top: 2px;
    color: #FFFFFF;
    background-color: rgba(73, 122, 126, 1); /* background color of testator */
    font-weight: 600;
    margin: -20px 1px 0 0;
    width: 25px;
    height: 19px;
    text-align: center;
    cursor: pointer;
}

.multitab-nav:hover {
    background: rgba(90, 124, 126, 0.2); /* background color of initial persons */
}


/* NAVBAR
----------------------*/

.navbar {
    /* default project color */
    background-color: #4b8177;
    /* show navbar on top of modals */
    z-index: 1100;
}

.nav-link {
    /* increase font size of navbar elements */
    font-size: 18px;
}

/* remove button styling from buttons in navbar */
button.nav-link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
}

.nav-link.active span {
    border-bottom: 2px solid #fff;
}


.modal-content {
    padding: 30px;
    border-radius: 0 !important;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.nextsteps {
    text-align: center;
}

.nextsteps div {
    display: inline-block;
    width: 20%;
    margin: 20px 3%;
}

.cursor-pointer {
    cursor: pointer;
    color: #4b8177;
}

#setting-inheritance {
    padding-right: 66px;
    font-size: 1.25rem;
    height: 54px;

}

#inheritance-unit {
    z-index: 3;
    color: #6f7577;
    right: 11px;
    top: 10.5px;
    font-size: 1.25rem;
}

#slider-name {
    display: none
}

#wrong-euro {
    position: absolute;
    padding: 10px 20px;
    display: none;
    top: -63px;
    left: 88px;
    right: 64px;
    z-index: 1000;
}

#wrong-date, #wrong-date-children, #wrong-date-parents, #no-parent-warning {
    margin: -50px -20px 0;
    padding: 57px 0 10px 22px;
    text-align: left;
}

.letter-spacing-m {
    letter-spacing: 0.075em
}

/* Fix listing */
.list-group-item-no-border {
    border: 0 !important;
}

/* Button */

.contactform input[type="submit"], .contactform input[type="reset"], input[type="button"], .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: inset 0 0 0 2px #dddddd;
    color: #61686b !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 3em;
    letter-spacing: 0.05em;
    line-height: 3.15em;
    padding: 0 2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
    background-color: rgba(144, 144, 144, 0.075);
    color: #61686b !important;
}

.slider-button:hover {
    background-color: rgba(144, 144, 144, 0.15) !important;
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .button:active {
    background-color: rgba(144, 144, 144, 0.15);
    color: #61686b !important;
}

input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon, .button.icon {
    padding-left: 1.35em;
}

input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, .button.icon:before {
    color: #a8b0b3;
    margin-right: 0.5em;
}

input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, .button.fit {
    display: block;
    margin: 0 0 1em 0;
    width: 100%;
}

input[type="submit"].small, input[type="reset"].small, input[type="button"].small, .button.small {
    font-size: 0.8em;
}

input[type="submit"].mini, input[type="reset"].mini, input[type="button"].mini, .button.mini {
    font-size: 0.8em;
    padding: 0 0.67em;
    height: 2em;
    line-height: 2.05em;
}

input[type="submit"].big, input[type="reset"].big, input[type="button"].big, .button.big {
    font-size: 1.35em;
}

input[type="submit"].special, input[type="reset"].special, input[type="button"].special, .button.special {
    background-color: #4b8177;
    border: 0;
    box-shadow: none;
    color: #ffffff !important;
}

input[type="submit"].special:hover, input[type="reset"].special:hover, input[type="button"].special:hover, button.special:hover, .button.special:hover {
    background-color: #464f50;
}

input[type="submit"].special:active, input[type="reset"].special:active, input[type="button"].special:active, button.special:active, .button.special:active, .button.special.active {
    background-color: #464f50;
}

input[type="submit"].special.icon:before, input[type="reset"].special.icon:before, input[type="button"].special.icon:before, button.special.icon:before, .button.special.icon:before {
    color: #464f50;
}

input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, .button.disabled, .button:disabled {
    background-color: #6f7577 !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: default;
    opacity: 0.25;
}

.input-group, .input-group input, .input-group-prepend {
    height: 3em;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.input-group-text {
    border-radius: 0 !important;
}

.background-color-default {
    background-color: #4b8177 !important;
}

.btn-group :first-child {
    border-right: 1px solid gray !important;
}

.button-offset-fix {
    margin-top: 1px;
}

#general-alerts {
    z-index: 1101;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    top: 6px;
    display: inline-block;
    width: 60px;
    height: 28px;
}

/* Fix top distance on family tree page */
.switch-container .switch {
    top: 0;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch-slider {
    position: absolute;
    cursor: pointer;
    border-radius: 34px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4b8177;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .switch-slider {
    background-color: #4b8177;
}

input:not(:checked) + .switch-slider-on-off {
    background-color: #2f504a;
}

input:disabled + .switch-slider {
    background-color: #aaaaaa;
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px #4b8177;
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
}

footer {
    color: #FFF;
}

footer a {
    color: inherit;
}

footer a:hover {
    /* prevent hovering over this link from changing text color to black */
    color: inherit;
}

.sharp-border {
    border-radius: 0;
}

.text-normal {
    text-transform: none !important;
}

.alert {
    border-radius: 0 !important;
}

.alert-success {
    background-color: #8bd876;
}

.alert-danger {
    background-color: #feaa00;
    color: #000;
}

/* show euro sign on euro input */
#questionnaire .question-persons-euro .float-right::before {
    content: '\20AC';
    position: absolute;
    right: 4px;
    bottom: 9px;
}

.history-answer-button {
    line-height: normal !important;
    height: auto !important;
}

.is_auto_generated {
    background-color: #EEE;
}

/* adds 20 underlined whitespaces as content */
.will-placeholder:before {
    content: "\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0";
    text-decoration: underline;
}

.blurry-text {
    text-shadow: 0 0 10px black;
    color: transparent;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.recaptcha {
    width: 304px;
}

.waive-cancellation-right-overlay {
    z-index: 200;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.text-wrap {
    white-space: normal;
}

.original-price {
    position: relative;
}

.original-price:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 50%;
    right: -2px;
    border-top: 1px solid red;

    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}