/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        box-sizing: content-box; /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: fugue;
    src: url(https://ultimaker.com/src/font/fugue/fugue_regular_ultimaker-webfont.woff) format("woff"), url(../font/fugue_regular_ultimaker-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: univers;
    src: url(https://ultimaker.com/src/font/univers/321A0B_7_0.woff) format("woff"), url(../font/321A0B_7_0.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: univers;
    src: url(https://ultimaker.com/src/font/univers/321A0B_0_0.woff) format("woff"), url(../font/321A0B_0_0.woff2) format("woff2");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: univers;
    src: url(https://ultimaker.com/src/font/univers/321A0B_4_0.woff) format("woff"), url(../font/321A0B_4_0.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: univers;
    src: url(https://ultimaker.com/src/font/univers/321A0B_6_0.woff) format("woff"), url(../font/321A0B_6_0.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: univers;
    src: url(https://ultimaker.com/src/font/univers/321A0B_3_0.woff) format("woff"), url(../font/321A0B_3_0.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: univers;
    src: url(https://ultimaker.com/src/font/univers/321A0B_2_0.woff) format("woff"), url(../font/321A0B_2_0.woff2) format("woff2");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: univers;
    src: url(https://ultimaker.com/src/font/univers/321A0B_1_0.woff) format("woff"), url(../font/321A0B_1_0.woff2) format("woff2");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: univers;
    src: url(https://ultimaker.com/src/font/univers/321A0B_5_0.woff) format("woff"), url(../font/321A0B_5_0.woff2) format("woff2");
    font-weight: 900;
    font-style: italic;
}

/* custom checkbox styles */

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
}

    .jcf-checkbox span {
        position: absolute;
        display: none;
        height: 4px;
        width: 8px;
        top: 50%;
        left: 50%;
        margin: -7px 0 0 -6px;
        border: 3px solid #777;
        border-width: 0 0 3px 3px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
    }

:root .jcf-checkbox span {
    margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-checkbox.jcf-checked span {
    display: block;
}

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 13px;
        line-height: 26px;
        margin: 0 35px 0 8px;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        background: #aaa;
        width: 26px;
        bottom: 0;
        right: 0;
        top: 0;
    }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 5px 9px;
        color: #656565;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

@font-face {
    font-family: "icomoon";
    src: url("../font/icomoon.eot");
    src: url("../font/icomoon.eot") format("embedded-opentype"), url("../font/icomoon.ttf") format("truetype"), url("../font/icomoon.woff") format("woff"), url("../font/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-01:before {
    content: "\e900";
}

.icon-check:before {
    content: "\e901";
}

.breadcrumbs-section .breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .clearfix:after,
    .breadcrumbs-section .breadcrumbs:after,
    .form-box .form-row:after {
        content: "";
        display: block;
        clear: both;
    }

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #000;
    background: #fff;
    font: 17px/1.37 "univers", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "fugue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 25px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: inherit;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

.elq-form .item-padding {
    padding: 0;
}

.elq-form .field-style {
    margin: 0;
}

    .elq-form .field-style._100 {
        width: 100%;
    }

.elq-form .field-wrapper.individual {
    margin-bottom: 10px;
    float: none;
}
/* Fieldgroup with 2 fields */
.elq-form .field-group.large {
    margin-bottom: 10px;
}

    .elq-form .field-group.large label {
        display: none;
    }
/* Label */
.elq-form label.label-position {
    display: none !important;
}

/* Style section title as label */
.elq-form .section-break {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0;
}

div.section-break > h3.heading {
    font-weight: 500 !important;
    display: block !important;
    font-size: 20px;
    font-family: fugue, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    line-height: 26px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}


/* Checkbox */
.elq-form .checkbox-span {
    width: auto;
}
    /* Label that's not used */
    .elq-form .checkbox-span .checkbox-label {
        display: none;
    }
/* Label that will be used */
.elq-form .field-style label.instructions {
    font-size: 14px;
    position: relative;
    top: -29px;
    margin-left: 28px;
    margin-bottom: -20px;
}

.elq-form .form-design-field:last-child .field-wrapper.individual {
    margin-bottom: 5px;
}

.elq-form .pp-group {
    padding: 0;
}

.elq-form .form-design-field .field-group .field-style {
    width: 49%;
    margin-right: 2%;
}

    .elq-form .form-design-field .field-group .field-style:last-child {
        margin-right: 0%;
    }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 12px 16px;
}

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        border-color: #787878;
    }

    input[type="text"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #787878;
    }

    input[type="text"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #787878;
    }

    input[type="text"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="search"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #787878;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="search"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #787878;
    }

    input[type="text"].placeholder,
    input[type="tel"].placeholder,
    input[type="email"].placeholder,
    input[type="search"].placeholder,
    input[type="password"].placeholder,
    textarea.placeholder {
        color: #787878;
    }

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

/* 
.checkbox:checked {
    content: '';
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4N脙茠脗垄脙垄芒鈧∶偮冣€毭偮6Ii8+DQoJCQkJPC9nPg0KCQkJPC9nPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=) center no-repeat;
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: .1s;
    display: block;
    width: 100%;
    background-size: 70%;
    height: 100%;
}
 */
.elq-form .jcf-select.jcf-unselectable .LV_validation_message.LV_invalid {
    position: absolute;
    top: 45px;
    left: 0px;
}

.elq-form input[type="submit"] {
    font-family: fugue, Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    display: block;
    width: 100% !important;
    height: 46px !important;
    position: relative;
    font-size: 21px !important;
    line-height: 26px;
    letter-spacing: -0.29px;
    transition: background 0.2s ease-in-out;
    background: rgb(23, 151, 220);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 7px 12px 11px;
    margin: 0 0 20px;
}

    .elq-form input[type="submit"]:after {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        top: 0px;
        right: 0px;
        border-top: 10px solid rgb(255, 255, 255);
        border-left: 20px solid transparent;
    }

#header {
    background-repeat: no-repeat;
    background-color: #2b093c;
    background-size: cover;
    position: relative;
    padding: 30px 0 0;
    color: #fff;
}

    #header:before {
        content: "";
        background: -webkit-linear-gradient(top, transparent 0%, transparent 10%, black 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 10%, black 100%);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        opacity: .9;
    }

.logo {
    display: block;
    width: 136px;
    position: relative;
}

.intro-block {
    text-align: left;
    position: relative;
    padding: 17% 0 2%;
    font-weight: 400;
    line-height: 1.32;
    letter-spacing: -.49px;
    text-shadow: 0 1px 3px #23112a;
    font-size: 17px;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

.container {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

body {
    font-weight: 300;
    height:auto;
}

h1 {
    line-height: 1.12;
    font-weight: normal;
    letter-spacing: .41px;
    margin: 0 0 23px;
    text-shadow: none;
}

h2 {
    line-height: 1.17;
    font-weight: normal;
    margin: 0 0 25px;
    letter-spacing: .18px;
    margin: 0 0 15px;
}

p {
    margin: 0 0 1em;
}

.breadcrumbs-section {
    background: #f3f2f3;
    border-bottom: 1px solid #dcdcdc;
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: -.39px;
    padding: 15px 0;
    font-weight: 300;
}

    .breadcrumbs-section .breadcrumbs li {
        float: left;
        margin: 0 8px 0 0;
    }

        .breadcrumbs-section .breadcrumbs li:after {
            width: 5px;
            height: 5px;
            content: "";
            background: #c2c2c2;
            float: right;
            margin: 10px 0 10px 8px;
            border-radius: 50%;
        }

        .breadcrumbs-section .breadcrumbs li:last-child {
            color: #c2c2c2;
        }

            .breadcrumbs-section .breadcrumbs li:last-child:after {
                display: none;
            }

    .breadcrumbs-section .breadcrumbs a {
        -webkit-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
        color: #000;
        text-decoration: none;
    }

        .breadcrumbs-section .breadcrumbs a:hover {
            color: #787878;
        }

.article-section {
    letter-spacing: -.49px;
    padding: 30px 0 15px;
}

    .article-section .block-post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .article-section ul {
        padding: 0 0 0 17px;
        margin: 0 0 25px;
    }

    .article-section li {
        margin: 0 0 17px;
        padding: 0 0 0 5px;
    }

    .article-section .img-col {
        width: 100%;
        height: auto;
        margin: 0 0 20px;
        position: relative;
    }

        .article-section .img-col:after,
        .article-section .img-col:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
        }

        .article-section .img-col:after {
            border-top: 33px solid #fff;
            border-left: 58px solid transparent;
            top: -1px;
            right: 0;
        }

        .article-section .img-col:before {
            border-bottom: 34px solid #fff;
            border-right: 59px solid transparent;
            bottom: -1px;
            left: 0;
        }

    .article-section .post-col {
        width: 100%;
    }

/* form styles */

.form-box {
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    color: #000;
    font-size: 13px;
    line-height: 1.46;
    letter-spacing: -.08px;
    padding: 15px;
    margin: 0px;
}

    .form-box .required-descr {
        padding: 3px 0 0;
        font-size: 11px;
        color: #787878;
        display: block;
    }

    .form-box .input-holder {
        margin: 0 0 10px;
        width: 100%;
        position: relative;
    }

    .form-box input[type="text"],
    .form-box input[type="email"] {
        background: #f6f6f6;
        letter-spacing: -.1px;
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: normal;
    }

        .form-box input[type="text"].input-error,
        .form-box input[type="email"].input-error {
            border-color: #f4a5a5;
            background: #fbf5f5;
        }

    .form-box .recaptcha-holder {
        max-width: 338px;
        overflow-x: hidden;
    }

    .form-box .g-recaptcha {
        -webkit-transform: scale(.852);
        -ms-transform: scale(.852);
        transform: scale(.852);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        margin: 0 0 14px;
    }

    .form-box .descr {
        color: #787878;
        font-size: 13px;
        line-height: 1.31;
        letter-spacing: -.08px;
        margin: 0 0 17px;
    }

/* jcf select custom styles */

.jcf-focus {
    border-color: #787878;
}

.jcf-select {
    padding: 12px 16px;
    padding-right: 37px;
    background: #f6f6f6;
    border: 1px solid #dcdcdc;
    width: 100%;
    display: block;
    min-height: 46px;
    margin: 0;
    font-size: 16px;
    line-height: 1.56;
}

    .jcf-select .jcf-select-text {
        font-size: inherit;
        line-height: normal;
        margin: 0;
    }

    .jcf-select .jcf-select-opener {
        background: none;
    }

        .jcf-select .jcf-select-opener:before {
            content: '';
            position: absolute;
            right: 15px;
            top: 50%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 5px 0;
            border-color: #000 transparent transparent;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.jcf-select-drop .jcf-option-hideme {
    display: none;
}

.jcf-select-drop .jcf-select-drop-content {
    border-color: #dcdcdc;
}

.jcf-select-drop .jcf-option {
    padding: 5px 16px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.jcf-select-drop .jcf-hover {
    background: #f6f6f6;
}

.jcf-select-drop ul {
    padding: 11px 0 15px;
}

.jcf-select-required:before,
.input-holder.required:before {
    content: "*";
    position: absolute;
    top: 2px;
    left: 6px;
    font-size: 14px;
    color: #787878;
    pointer-events: none;
}

select.input-error + .jcf-select {
    border-color: #f4a5a5;
    background: #fbf5f5;
}

/* checkbox */

.jcf-checkbox {
    width: 18px;
    height: 18px;
    vertical-align: 0;
    background: #f6f6f6;
    border: 1px solid #dcdcdc;
    margin-right: 2px;
}

    .jcf-checkbox span {
        display: none !important;
    }

    .jcf-checkbox:before {
        content: "\e901";
        content: "\2713";
        color: #1797dc;
        font-family: "icomoon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 19px;
        position: absolute;
        top: 0px;
        left: 1px;
        display: none;
    }

    .jcf-checkbox.jcf-checked:before {
        display: block;
    }

/* button */

.btn {
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    font-family: "fugue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    background: #1797dc;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding: 7px 12px 11px;
    margin: 18px 0 0;
    letter-spacing: -.29px;
    text-align:center;
}

    .btn:hover {
        background: #2ab1f1;
    }

    .btn:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 10px solid #fff;
        border-left: 20px solid transparent;
        top: 0;
        right: 0;
    }

#footer {
    background: #f3f2f3;
    border-top: 1px solid #dcdcdc;
    padding: 30px 0 10px;
    font: 400 12px "fugue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #a5a5a5;
    letter-spacing: .55px;
}

    #footer .logo {
        margin: 0 0 12px;
    }

@media (min-width: 480px) {
    h1 {
        font-size: 45px;
    }

    .form-box {
        padding: 30px 70px 30px;
    }

        .form-box .g-recaptcha {
            -webkit-transform: scale(1.1205);
            -ms-transform: scale(1.1205);
            transform: scale(1.1205);
        }

    .btn {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .container {
        padding: 0 30px;
    }

    body {
        font-size: 15px;
    }

    h2 {
        font-size: 22px;
    }

    .article-section .block-post {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .article-section .img-col {
        width: 50%;
        margin: 9px 0 0;
    }

    .article-section .post-col {
        padding: 0 30px 0 0;
        width: 50%;
    }

    .form-box .form-row .input-holder:first-child {
        float: left;
        max-width: calc(50% - 5px);
    }

    .form-box .form-row .input-holder:last-child {
        float: right;
        max-width: calc(50% - 5px);
    }

    #footer {
        padding: 40px 0 15px;
    }
}

@media (min-width: 1024px) {
    #header {
        padding: 50px 0 0;
        background-position: center top;
    }

    .intro-block {
        white-space: nowrap;
        text-align: center;
        padding: 50px 0 23px;
        text-align: left;
        width: 55%;
        font-size: 19px;
    }

        .intro-block:after {
            content: "";
            display: inline-block;
            vertical-align: bottom;
            width: 0;
            min-height: 371px;
        }

        .intro-block > * {
            white-space: normal;
            display: inline-block;
            vertical-align: bottom;
            max-width: 99%;
        }

    body {
        font-size: 16px;
    }

    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 30px;
        margin: 0 0 25px;
    }

    p {
        margin: 0 0 1.3em;
    }

    .breadcrumbs-section {
        padding: 25px 0;
    }

        .breadcrumbs-section .breadcrumbs {
            width: 56%;
        }

    .article-section {
        padding: 50px 0;
    }

        .article-section .block-post {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            padding: 30px 0 0;
        }

        .article-section .img-col {
            width: 64.52%;
        }

        .article-section .post-col {
            padding: 0 40px 0 0;
            width: 35.48%;
        }

    .form-box {
        margin: 0;
        max-width: 400px;
        position: absolute;
    }
}

@media (min-width: 1200px) {
    .intro-block {
        width: 60%;
    }

    body {
        font-size: 19px;
    }

    h1 {
        font-size: 69px;
    }

    .breadcrumbs-section {
        padding: 37px 0 36px;
    }

        .breadcrumbs-section .breadcrumbs {
            width: 63%;
        }

    .article-section {
        padding: 102px 0 99px;
    }

        .article-section .block-post {
            padding: 0;
        }

        .article-section .post-col {
            padding: 0 70px 0 0;
            float: left;
            width: 35.48%;
        }

    .form-box {
        top: -671px;
    }

    #footer {
        padding: 61px 0 40px;
    }
}

@media (max-width: 767px) {
    .article-section .img-col {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.elq-form .pp-field {
    padding: 0;
    margin-bottom: 10px !important;
}


/* Banner styling (Blue on top of page) */
.elqOptInBanner {
    position: relative !important;
    padding: 50px 10px 20px 10px !important;
    background-color: #d2f3fd !important;
    font-size: 16px !important;
    font-family: univers, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    line-height: 23px !important;
    z-index: 200;
}

.elqOptInBannerText {
    max-width: 570px !important;
    margin: 0 auto !important;
    float: none !important;
}

.elqOptInBanner .elqButton {
    background-color: #0CA9E3 !important;
    display: inline-block !important;
    padding: 9px 30px 14px 30px !important;
    color: #FFF !important;
    font-size: 18px !important;
    font-family: fugue,Arial,"Helvetica Neue",Helvetica,sans-serif;
    border: none !important;
    min-width: 180px !important;
}

.elqOptInBanner #elqOptOutButton {
    background-color: #0CA9E3 !important;
}

    .elqOptInBanner #elqOptOutButton:hover,
    .elqOptInBannerText .elqButton:hover {
        background-color: #2CB9F3 !important;
    }

.elqOptInBanner .elqButton:last-child {
    background-color: #0CBCE3;
}

.elqOptInBanner .elqClose {
    position: absolute !important;
    top: 10px !important;
    right: 0 !important;
    font-size: 35px !important;
    font-weight: lighter !important;
}

a {
    color: #0CA9E3 !important;
    text-decoration: none !important;
    outline: 0 !important;
}

    a:hover {
        color: #4bc8f5 !important;
    }

.wrapper-elqButton {
    text-align: left;
    width: 100%;
    min-height: 60px;
    padding-top: 10px;
}

.elq-form .list-order.twoColumn {
    width: 50% !important;
    margin: 0 !important;
}

    .elq-form .list-order.twoColumn .inner {
        top: 0 !important;
        position: relative !important;
        left: 10px !important;
        font-size: 14px;
    }

.elq-form .inner {
    top: 0 !important;
    position: relative !important;
    left: 10px !important;
    font-size: 14px;
}

.radio-option .list-order {
    margin-bottom: 5px !important;
}

.elq-form .radio-option .label {
    display: flex !important;
    align-items: center !important;
    text-indent: 0 !important;
    float: none !important;
    padding: 0 !important;
    margin-bottom: 5px;
    padding-right: 0px !important;
}

.list-order .jcf-checkbox {
    min-width: 22px;
    width: 22px !important;
    height: 22px !important;
    background: #fff !important;
}

    .list-order .jcf-checkbox:before {
        top: 5px !important;
        left: 3px !important;
        content: "" !important;
        background-image: url(https://ultimaker.com/img/check.svg);
        background-repeat: no-repeat;
        width: 14px;
        height: 24px;
    }
/* This is the label for the single checkboxes */
.elq-form .field-style label.instructions {
    top: -31px !important;
    margin-left: 34px !important;
}
/* This was for smaller checkboxes, not necessary anymore
		.checkbox-span .jcf-checkbox:before {
			top: 3px !important;
			left: 1px !important;
			content: "" !important;
			font-size: 16px !important;
			color: #1797dc !important;
			background-image: url(https://ultimaker.com/img/check.svg);
			background-repeat: no-repeat;
			width: 14px;
			height: 24px;
			background-size: 13px;
		}
 */
textarea {
    padding: 10px 17px !important;
    font-size: 16px !important;
    background-color: #f6f6f6;
}

/* This hides the loader in the form */
.elq-form .loader {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    .wrapper-elqButton input {
        width: 100%;
    }
    /* Sets opt out button closer to opt in button */
    .elqOptInBanner #elqOptOutButton {
        position: relative;
        top: -10px;
    }
}
/* This makes the two columns with checkboxes into 1 column
@media only screen and (max-width: 400px) {
	.elq-form .list-order.twoColumn {
		width: 100% !important;
	}
}
 */
@media only screen and (min-width: 600px) {
    .elqOptInBanner {
        padding: 50px 10px 100px 10px !important;
    }

    .elqOptInBannerText {
        text-align: center !important;
    }

    .wrapper-elqButton {
        width: 49%;
        float: left;
    }

    #elqOptInButton {
        float: right;
        margin-right: 10px;
    }

    #elqOptOutButton {
        float: left;
        margin-left: 10px;
    }
}
