/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
    position: relative;
    display: inline-block; }
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
.intl-tel-input .hide {
    display: none; }
.intl-tel-input .v-hide {
    visibility: hidden; }
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555; }
.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px; }
.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px; }
@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal; } }
.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
.intl-tel-input .country-list .country {
    padding: 5px 10px; }
.intl-tel-input .country-list .country .dial-code {
    color: #999; }
.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
    vertical-align: middle; }
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
    margin-right: 6px; }
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
    background-color: transparent; }
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
.intl-tel-input.iti-container:hover {
    cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed; }

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%; }
.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
    width: 20px; }
.iti-flag.be {
    width: 18px; }
.iti-flag.ch {
    width: 15px; }
.iti-flag.mc {
    width: 19px; }
.iti-flag.ne {
    width: 18px; }
.iti-flag.np {
    width: 13px; }
.iti-flag.va {
    width: 15px; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px; } }
.iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
.iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
.iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
.iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
.iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
.iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
.iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
.iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
.iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
.iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
.iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
.iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
.iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
.iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
.iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
.iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
.iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
.iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
.iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
.iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
.iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
.iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
.iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
.iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
.iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
.iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
.iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
.iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
.iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
.iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
.iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
.iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
.iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
.iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
.iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
.iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
.iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
.iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
.iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
.iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
.iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
.iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
.iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
.iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
.iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
.iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
.iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
.iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
.iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
.iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
.iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
.iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
.iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
.iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
.iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
.iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
.iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
.iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
.iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
.iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
.iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
.iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
.iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
.iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
.iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
.iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
.iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
.iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
.iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
.iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
.iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
.iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
.iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
.iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
.iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
.iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
.iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
.iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
.iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
.iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
.iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
.iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
.iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("../img/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("../img/flags@2x.png"); } }

.iti-flag.np {
    background-color: transparent; }






svg:not(:root).svg-inline--fa {
    overflow: visible
}
.main-site-nav svg .a {
    fill: #2f4947 !important;
}
nav.main-site-nav svg:nth-child(1) {
    margin-right: 15px;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.225em
}

.svg-inline--fa.fa-w-1 {
    width: .0625em
}

.svg-inline--fa.fa-w-2 {
    width: .125em
}

.svg-inline--fa.fa-w-3 {
    width: .1875em
}

.svg-inline--fa.fa-w-4 {
    width: .25em
}

.svg-inline--fa.fa-w-5 {
    width: .3125em
}

.svg-inline--fa.fa-w-6 {
    width: .375em
}

.svg-inline--fa.fa-w-7 {
    width: .4375em
}

.svg-inline--fa.fa-w-8 {
    width: .5em
}

.svg-inline--fa.fa-w-9 {
    width: .5625em
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-13 {
    width: .8125em
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-15 {
    width: .9375em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto
}

.svg-inline--fa.fa-border {
    height: 1.5em
}

.svg-inline--fa.fa-li {
    width: 2em
}

.svg-inline--fa.fa-fw {
    width: 1.25em
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter, .fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.svg-inline--fa .fa-primary {
    fill: var(--fa-primary-color, currentColor);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.svg-inline--fa .fa-secondary {
    fill: var(--fa-secondary-color, currentColor);
    opacity: .4;
    opacity: var(--fa-secondary-opacity, .4)
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: .4;
    opacity: var(--fa-secondary-opacity, .4)
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.svg-inline--fa mask .fa-primary, .svg-inline--fa mask .fa-secondary {
    fill: #000
}

.fad.fa-inverse {
    color: #fff
}

/**
* Base less stuff
*/
/*
* Variables / Colors
*/
/*
* Fonts
*/
@font-face {
    font-family: 'Canela Deck Web';
    src: url('/application/themes/illumkey_twentytwenty/fonts/CanelaDeck-Regular-Web.woff2') format('woff2'), url('/application/themes/illumkey_twentytwenty/fonts/CanelaDeck-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
* {
    font-family: Arial, Helvetica, sans-serif;
}
.canela-deck {
    font-family: 'Canela Deck Web';
    font-weight: 100;
}
footer .canela-deck {
    font-size: 24px;
    line-height: 29px;
}
.small-text {
    font-size: 12px;
    margin-top: 20px;
}
/*
* Screen sizes
*/
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* So media queries don't overlap when required, provide a maximum */
/*
* Generics
*/
h1,
h2,
h3 {
    color: #2f4947;
    font-family: 'Canela Deck Web';
    font-weight: 100;
}
button,
.btn {
    background-color: #2f4947;
    color: white;
    border: none;
    border-radius: 60px;
    width: 167px;
    padding: 8px;
}
button:hover,
.btn:hover {
    color: #ffffff;
}
.hide {
    display: none;
}
.ui-datepicker {
    background: #2f4947 !important;
    border: none !important;
    border-radius: 0 !important;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
    background: #2f4947 !important;
    border: none !important;
    color: #ffffff !important;
}
.ui-datepicker a,
.ui-datepicker span {
    color: #ffffff !important;
}
.ui-datepicker a.ui-state-hover,
.ui-datepicker a.ui-state-active {
    background: #b29761 !important;
    border-radius: 0 !important;
}
.ui-datepicker .ui-datepicker-header {
    background: #2f4947 !important;
}
.ui-datepicker td .ui-state-highlight {
    background: #1d1c1b !important;
    border-radius: 0 !important;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.form-rose-background {
    background-color: #f5eae4;
    padding: 25px;
}
nav.main-site-nav {
    height: 140px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 300;
}
nav.main-site-nav img:nth-child(1) {
    margin-right: 15px;
}
nav.main-site-nav #nav-wrapper {
    display: flex;
    align-items: center;
}
nav.main-site-nav #nav-wrapper #logo-wrapper {
    display: flex;
}
nav.main-site-nav #nav-links {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    width: 100%;
}
nav.main-site-nav #nav-links a {
    color: #2f4947;
}
nav.main-site-nav #nav-links button,
nav.main-site-nav #nav-links .btn {
    color: #ffffff;
    margin-left: 20px;
}
#illum-key-frontpage {
    overflow: hidden;
    /* padding-top: 140px; */
}
#illum-key-frontpage #illum-key-hero {
    position: relative;
}
#illum-key-frontpage #illum-key-hero #hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2f4947 0%, rgba(227, 179, 159, 0) 74%);
}
#illum-key-frontpage #illum-key-hero #hero-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
#illum-key-frontpage #illum-key-hero #hero-text button,
#illum-key-frontpage #illum-key-hero #hero-text .btn {
    background-color: #f5eae4;
    color: #2f4947;
}
#illum-key-frontpage #illum-key-hero #hero-text h2 {
    color: white;
    font-weight: 100;
    font-size: 25px;
}
#illum-key-frontpage #illum-key-hero #hero-text h1 {
    color: white;
    font-size: 70px;
    margin-bottom: 60px;
}
#illum-key-frontpage #illum-key-hero img {
    width: 100%;
}
#illum-key-frontpage #illum-key-content .image-section {
    display: flex;
}
#illum-key-frontpage #illum-key-content .image-section div {
    width: 100%;
}
#illum-key-frontpage #illum-key-content .image-section .smaller-image {
    flex: 0 2.5 auto;
}
#illum-key-frontpage #illum-key-content .image-section img {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: bottom;
    object-fit: cover;
}
#illum-key-frontpage #illum-key-content .app-section {
    position: relative;
    background-color: #f2f3f3;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-bottom: 200px;
    height: 550px;
}
#illum-key-frontpage #illum-key-content .app-section p,
#illum-key-frontpage #illum-key-content .app-section a {
    color: #000000;
}
#illum-key-frontpage #illum-key-content .app-section .container,
#illum-key-frontpage #illum-key-content .app-section .row {
    height: 100%;
}
#illum-key-frontpage #illum-key-content .app-section #illum-key-app-iphone {
    position: absolute;
    width: 800px;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons #app-store-icons {
    display: flex;
    flex-direction: column;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons #app-store-icons img:nth-child(1) {
    padding: 16px 0px;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons #app-store-icons img {
    width: 100%;
}
#illum-key-frontpage #illum-key-content .app-section h2 {
    padding-bottom: 35px;
}
#illum-key-frontpage #illum-key-content .app-section a {
    text-decoration: underline;
}
#illum-key-frontpage #illum-key-content #cards-section {
    padding: 100px 0px;
}
#illum-key-frontpage #illum-key-content #cards-section .card-wrapper {
    perspective: 600px;
    padding-bottom: 130px;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card {
    position: relative;
    background-color: #f5eae4;
    text-align: center;
    cursor: pointer;
    width: 100%;
    min-height: 550px;
    transition: transform .8s;
    transform-style: preserve-3d;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .read-more-less {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .read-more-less p {
    text-decoration: underline;
    color: #2f4947;
    cursor: pointer;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .card-face {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 140px 80px 0px 80px;
    display: flex;
    flex-direction: column;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .card-face p {
    color: #000000;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .front-face {
    transform: rotateX(0deg);
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face {
    transform: rotateY(180deg) translateZ(0.1px);
    text-align: left;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face h2,
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face .read-more-less {
    text-align: center;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face ul {
    list-style: none;
    padding: 0;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face ul li {
    margin: 0;
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face ul li:after {
    content: '';
    height: 8px;
    width: 8px;
    background: #2f4947;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 8px;
    left: 0;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card.is-flipped {
    transform: rotateY(180deg) translateZ(0px);
}
#illum-key-frontpage #illum-key-content #cards-section .info-card.is-flipped img {
    transform: translate(-50%, 0) scaleX(-1);
}
#illum-key-frontpage #illum-key-content #cards-section .info-card h2 {
    margin-bottom: 30px;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card p:nth-child(4) {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    margin-bottom: 40px;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card p:nth-child(4) a {
    color: #000000;
    text-decoration: underline;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card img {
    position: absolute;
    width: 128px;
    height: 128px;
    top: -64px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: transform .8s;
}
#illum-key-frontpage #illum-key-content #introduction-section {
    padding: 100px 0px;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    position: absolute;
    top: 0;
    right: 0;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line {
    display: flex;
    align-items: flex-end;
    opacity: 0.5;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line:hover {
    opacity: 1;
    transition: opacity .5s ease;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line img {
    width: 200px;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line p {
    color: #af945c;
    margin-left: 10px;
    margin-bottom: 5px;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line:last-child {
    align-items: baseline;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line:last-child img {
    transform: scaleY(-1);
}
#illum-key-frontpage #illum-key-content #introduction-section p {
    color: #000000;
}
#illum-key-frontpage #illum-key-content #introduction-section button,
#illum-key-frontpage #illum-key-content #introduction-section .btn {
    margin-top: 60px;
}
#illum-key-frontpage #illum-key-content #introduction-section img {
    width: 100%;
}
#illum-key-frontpage #illum-key-content #introduction-section h4 {
    font-size: 18px;
    padding-bottom: 20px;
}
.faq .list-section {
    padding-top: 180px;
}
.faq .list-section .list-header h3 {
    padding-left: 0;
}
.faq h1 {
    margin-bottom: 40px;
}
.list-section {
    padding: 100px 0px;
}
.list-section .list-number {
    font-size: 50px;
    margin: 0px;
    color: #000000;
}
.list-section .list-header-container {
    display: flex;
    align-items: center;
}
.list-section .list-header-container:nth-child(n+2) {
    margin-top: 30px;
}
.list-section .list-text-container {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
}
.list-section .list-text-container .list-text {
    background: #f2f3f3;
    padding: 50px;
    color: #000000;
}
.list-section .list-text-container .list-text ul {
    list-style: none;
    padding: 0;
}
.list-section .list-text-container .list-text ul li {
    margin: 0;
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative;
}
.list-section .list-text-container .list-text ul li:after {
    content: '';
    height: 8px;
    width: 8px;
    background: #2f4947;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 8px;
    left: 0;
}
.list-section .list-header.list-item-open .list-arrow {
    transform: rotate(-135deg);
}
.list-section .list-header {
    background-color: #2f4947;
    padding: 30px;
    position: relative;
    cursor: pointer;
}
.list-section .list-header .list-arrow {
    border: solid white;
    cursor: pointer;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    position: absolute;
    right: 0;
    margin-right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transition: all .5s ease;
}
.list-section .list-header .list-number-line {
    width: 60px;
    height: 4px;
    background: #af945c;
    position: absolute;
    left: -30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-section .list-header h3 {
    color: #ffffff;
    margin: 0px;
    text-transform: uppercase;
    padding-left: 40px;
    font-size: 26px;
}
#benefits-section {
    margin-bottom: 230px;
}
#benefits-section #benefits-inner-wrapper {
    background: #f5eae4;
    width: 90%;
    padding: 100px 0px;
}
#benefits-section #benefits-links {
    padding-left: 80px;
    padding-top: 80px;
}
#benefits-section #benefits-links p {
    margin-bottom: 10px;
    color: #2f4947;
}
#benefits-section #benefits-links a {
    text-decoration: underline;
    color: #2f4947;
}
#benefits-section #benefits-header {
    padding-left: 80px;
    padding-bottom: 30px;
}
#benefits-section #benefits-table {
    width: 105%;
}
#benefits-section #benefits-table .silver-key,
#benefits-section #benefits-table .gold-key {
    color: #af945c;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
#benefits-section #benefits-table .last-silver,
#benefits-section #benefits-table .last-gold {
    position: relative;
}
#benefits-section #benefits-table .silver-key {
    background-color: #faf5f2;
}
#benefits-section #benefits-table .last-silver::after {
    content: '';
    position: absolute;
    bottom: -161px;
    left: 0;
    width: 100%;
    height: 160px;
    background: #faf5f2;
    z-index: 1;
}
#benefits-section #benefits-table .gold-key {
    background-color: #2f4947;
}
#benefits-section #benefits-table .last-gold::after {
    content: 'Hvordan bliver jeg Gold medlem?';
    position: absolute;
    bottom: -251px;
    left: 0;
    width: 100%;
    height: 250px;
    background: #2f4947;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    color: #ffffff;
    text-decoration: underline;
    text-align: center;
    padding: 30px;
}
#benefits-section #benefits-table thead tr {
    border: none;
}
#benefits-section #benefits-table th {
    padding: 20px !important;
    height: 100px;
    font-size: 23px;
    width: 100px;
}
#benefits-section #benefits-table td {
    padding: 10px;
    padding-left: 80px;
    color: #2f4947;
    font-size: 16px;
}
#benefits-section #benefits-table i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #b29761;
    transform-origin: center center;
    transform: rotate(45deg);
}
#benefits-section #benefits-table tr:after {
    width: 300px;
}
#benefits-section #benefits-table tr {
    border-top: 1px solid #af945c;
    border-bottom: 1px solid #af945c;
}
#benefits-section h3 {
    color: #af945c;
    font-size: 25px;
}
#additional-info-section {
    text-align: center;
    padding: 100px 0px;
}
#additional-info-section h2 {
    margin-bottom: 30px;
}
#additional-info-section button,
#additional-info-section .btn {
    margin-top: 50px;
}
#brandlist {
    padding-top: 140px;
}
#brandlist .full {
    text-align: center;
    width: 100%;
    background: #af945c;
    padding: 50px 10px;
    position: relative;
}
#brandlist .full .intro h1 {
    color: #faf5f2;
}
#brandlist .pattern {
    background: #f5eae4;
    padding: 0px 60px;
    margin-bottom: 60px;
}
#brandlist .pattern h2 {
    font-size: 25px;
}
#brandlist .illum-store {
    color: #af945c;
    font-size: 18px;
    margin-bottom: 10px;
}
#brandlist p.columns {
    margin-bottom: 15px;
    line-height: 30px;
    columns: auto 180px;
    padding-left: 5%;
    font-size: 14px;
    line-height: 1.45;
    color: #2f4947;
}
#brandlist #brand-list-footer {
    background: transparent;
}
#brandlist #brand-list-footer p {
    font-family: 'Canela Deck Web';
    color: #2f4947;
    font-size: 14px;
    text-align: center;
}
#illum-key-register {
    padding-top: 140px;
    overflow: hidden;
}
#illum-key-register #facebook-register {
    display: flex;
}
#illum-key-register #facebook-register img {
    width: 20px;
    margin-right: 10px;
}
#illum-key-register #facebook-register p {
    border-left: 1px solid white;
    padding-left: 15px;
    color: #ffffff !important;
    margin-bottom: 0px;
}
#illum-key-register .image-section {
    display: flex;
}
#illum-key-register .image-section div {
    width: 100%;
}
#illum-key-register .image-section .smaller-image {
    flex: 0 2.5 auto;
}
#illum-key-register .image-section img {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: bottom;
    object-fit: cover;
}
#illum-key-register #inner-form-wrapper {
    display: flex;
    justify-content: center;
    background: #f5eae4;
    padding: 80px 0px;
}
#illum-key-register #inner-form-wrapper .gender-select {
    position: relative;
}
#illum-key-register #inner-form-wrapper .gender-select select {
    appearance: none;
}
#illum-key-register #inner-form-wrapper .gender-select .select-arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    border: solid #2f4947;
    border-width: 0 1.5px 1.5px 0;
    padding: 3.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 0;
    margin-right: 15px;
    transform-origin: top right;
}
#illum-key-register #inner-form-wrapper #valid-msg,
#illum-key-register #inner-form-wrapper #error-msg {
    font-size: 16px;
}
#illum-key-register #inner-form-wrapper #submit-form {
    font-size: 18px;
}
#illum-key-register #inner-form-wrapper input::placeholder {
    color: #2f4947;
}
#illum-key-register #inner-form-wrapper .terms-checkbox {
    margin-top: 20px;
}
#illum-key-register #inner-form-wrapper label.control-checkbox {
    display: flex;
    align-items: baseline;
    display: block;
    position: relative;
}
#illum-key-register #inner-form-wrapper label.control-checkbox a {
    color: #2f4947;
    text-decoration: underline;
}
#illum-key-register #inner-form-wrapper label.control-checkbox input:checked ~ .checkmark:after {
    display: block;
}
#illum-key-register #inner-form-wrapper label.control-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #ffffff;
    cursor: pointer;
}
#illum-key-register #inner-form-wrapper label.control-checkbox .checkmark:hover {
    background: #faf5f2;
}
#illum-key-register #inner-form-wrapper label.control-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #af945c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#illum-key-register #inner-form-wrapper label.control-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#illum-key-register #inner-form-wrapper label.control-checkbox label {
    padding-left: 40px;
    color: #2f4947;
}
#illum-key-register #inner-form-wrapper hr {
    border-top: 1px solid white;
    margin: 60px 0px 40px 0px;
}
#illum-key-register #inner-form-wrapper p {
    color: #2f4947;
}
#illum-key-register #inner-form-wrapper .intl-tel-input {
    width: 100%;
}
#illum-key-register #inner-form-wrapper .intl-tel-input #userphone {
    width: 100%;
    padding: .375rem .75rem;
    padding-left: 52px;
    border: none;
    font-size: 1rem;
    height: 45px;
}
#illum-key-register #inner-form-wrapper .form-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
#illum-key-register #inner-form-wrapper .form-actions .ccm-block-file {
    padding-top: 15px;
}
#illum-key-register #inner-form-wrapper .form-actions .ccm-block-file a {
    color: #2f4947;
    text-decoration: underline;
}
#illum-key-register #inner-form-wrapper .facebook-btn {
    background-color: #4267B2;
    border-radius: 0px;
    width: 250px;
}
#illum-key-register #inner-form-wrapper .form-control {
    border: none;
    border-radius: 0px;
    background-color: #ffffff;
    height: 45px;
    outline: none !important;
    padding: .375rem .75rem;
    font-size: 16px;
}
#illum-key-register #inner-form-wrapper .key-bullets {
    list-style: none;
    padding: 0;
    padding-top: 8px;
}
#illum-key-register #inner-form-wrapper .key-bullets li {
    margin: 0;
    padding-left: 1.5em;
    position: relative;
    color: #2f4947;
}
#illum-key-register #inner-form-wrapper .key-bullets li:after {
    content: '';
    height: 8px;
    width: 8px;
    background: #2f4947;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 8px;
    left: 0;
}
#illum-key-register .text-center {
    font-family: 'Canela Deck Web';
    color: #2f4947;
    margin-bottom: 20px;
    font-size: 20px;
}
#illum-key-register .hide {
    display: none;
}
#user-dashboard {
    padding-top: 140px;
}
#user-dashboard .logo {
    width: 94px;
    position: relative;
    z-index: 2;
    margin: 60px auto 15px;
}
#user-dashboard .line-top:before {
    content: '';
    position: absolute;
    border-left: 1px solid #af945c;
    height: 20px;
    top: -5px;
    left: calc(50%);
}
#user-dashboard center {
    width: 100%;
}
#user-dashboard p,
#user-dashboard label {
    color: #2f4947;
}
#user-dashboard .purchase-history {
    margin-bottom: 100px;
}
#user-dashboard .paddingbottom {
    padding-bottom: 50px;
}
#user-dashboard .paddingbottom .relevant-links {
    position: relative;
    text-align: center;
    background: #2f4947;
    padding: 50px 15px;
}
#user-dashboard .paddingbottom .relevant-links a {
    color: #af945c;
    font-size: 16px;
    text-decoration: underline;
}
#user-dashboard .services {
    text-align: center;
}
#user-dashboard .services h3 {
    color: #af945c;
    margin-bottom: 20px;
}
#user-dashboard .services .btn-wrapper {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
#user-dashboard .services .btn {
    width: auto;
    padding: 8px 30px;
}
#user-dashboard .deletion-delivery a {
    color: #2f4947;
    text-decoration: underline;
}
#user-dashboard .deletion-delivery .btn {
    color: #ffffff;
    text-decoration: none;
}
#user-dashboard .control {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
#user-dashboard .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: none;
}
#user-dashboard .control input:checked ~ .control-indicator:after {
    display: block;
}
#user-dashboard .control .control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    border: none;
    height: 25px;
    width: 25px;
    background: #ffffff;
}
#user-dashboard .control .control-indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 8px;
    top: 2px;
    width: 9px;
    height: 16px;
    border: solid #b29761;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
#user-dashboard .communication-preferences h3 {
    font-size: 20px;
}
#user-dashboard .communication-preferences a {
    color: #2f4947;
    text-decoration: underline;
}
#user-dashboard .my-information table td {
    padding: 0;
    width: 30%;
    vertical-align: top;
    word-wrap: break-word;
}
#user-dashboard .my-information table td h3 {
    font-size: 18px;
}
#user-dashboard .my-information .info-box {
    padding: 40px 30px;
    margin-left: 20px;
}
#user-dashboard .my-information .info-box.edit-profile {
    padding: 40px 40px 40px 10px;
    margin-left: 0px;
}
#user-dashboard .my-information .info-box button,
#user-dashboard .my-information .info-box .btn {
    margin-top: 25px;
}
#user-dashboard .my-information .info-box .gold {
    color: #af945c;
}
#user-dashboard .my-information .info-box h2 {
    font-size: 25px;
}
#user-dashboard .my-information .info-box h3 {
    font-size: 18px;
    color: #2f4947;
}
#user-dashboard .my-information .info-box div {
    display: flex;
    column-gap: 10px;
}
#user-dashboard .my-information .change-pass {
    padding: 0px 30px;
    color: #af945c;
    text-decoration: underline;
    margin-left: 20px;
}
#user-dashboard .ribbon-element {
    margin-top: 50px;
    margin-bottom: 50px;
}
#user-dashboard .points-square {
    width: 239px;
    height: 239px;
    display: inline-block;
}
#user-dashboard .points-square:before {
    content: "";
    position: absolute;
    width: 239px;
    height: 239px;
    -webkit-transform: translateY(-20%) translateX(-50%) rotateY(0) rotateZ(45deg);
    transform: translateY(-20%) translateX(-50%) rotateY(0) rotateZ(45deg);
    border: 2px solid #af945c;
    display: inline-block;
    transition: .6s;
}
#user-dashboard .points-square.flip .points-flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#user-dashboard .points-square.flip:before {
    -webkit-transform: translateY(-20%) translateX(-50%) rotateY(-180deg) rotateZ(45deg);
    transform: translateY(-20%) translateX(-50%) rotateY(-180deg) rotateZ(45deg);
}
#user-dashboard .points-square .points-flipper {
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
#user-dashboard .points-square .points-flipper .flip-btn,
#user-dashboard .points-square .points-flipper .flip-btn-reverse {
    background: transparent;
    border: 0;
    text-decoration: underline;
    font-size: 12px;
    outline: none;
    color: #af945c;
}
#user-dashboard .points-square .points-flipper .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
#user-dashboard .points-square .points-flipper .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#user-dashboard .points-square .points-flipper .front,
#user-dashboard .points-square .points-flipper .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 239px;
    height: 239px;
}
#user-dashboard .points-square .points-flipper .front h1,
#user-dashboard .points-square .points-flipper .back h1 {
    color: #2f4947;
}
#user-dashboard .points-square .points-flipper .front h3,
#user-dashboard .points-square .points-flipper .back h3 {
    font-size: 18px;
    color: #af945c;
}
#user-dashboard .center-text {
    text-align: center;
}
#user-dashboard .full {
    background-color: #f5eae4;
    text-align: center;
    width: 100%;
    padding: 50px 10px;
    position: relative;
}
#user-dashboard .full h2 {
    color: #2f4947;
}
#user-dashboard .ribbon-bg {
    background: #faf5f2;
    height: 100%;
    border-left: 30px #ffffff solid;
    border-right: 30px #ffffff solid;
    position: absolute;
    z-index: -1;
}
#user-dashboard .user-introduction {
    text-align: center;
    color: #2f4947;
    margin-top: 50px;
    margin-bottom: 50px;
}
#user-dashboard .user-introduction .intro p {
    padding: 0 7.5%;
    font-size: 16px;
}
#user-dashboard .user-introduction h1 {
    color: #2f4947;
}
.error-report-wrapper {
    padding: 180px 0px;
}
.error-report-wrapper .error-wrapper {
    font-size: 16px;
    color: red;
    margin: 15px 0px;
}
.error-report-wrapper .invalid span {
    color: red !important;
}
.error-report-wrapper .steps-wrapper {
    display: flex;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
}
.error-report-wrapper .steps-wrapper .line {
    width: 100px;
    height: 2px;
    background-color: #af945c;
}
.error-report-wrapper .steps-wrapper .step {
    height: 30px;
    width: 30px;
    margin: 0 2px;
    transform: rotate(45deg);
    display: inline-block;
    border: 2px solid #af945c;
}
.error-report-wrapper .steps-wrapper .step.active {
    border: 4px solid #af945c;
}
.error-report-wrapper .steps-wrapper .step.finish {
    background-color: #af945c;
}
.error-report-wrapper a {
    color: black;
    text-decoration: underline;
}
.error-report-wrapper .tab {
    display: none;
}
.error-report-wrapper .header {
    background-color: #af945c;
    padding: 60px 20px;
    text-align: center;
}
.error-report-wrapper .header h1 {
    color: white;
    margin-bottom: 0;
}
.error-report-wrapper .faq-link {
    background-color: #f5eae4;
    padding: 60px;
    padding: 120px 60px 60px 60px;
    position: relative;
    margin-top: 100px;
}
.error-report-wrapper .faq-link h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.error-report-wrapper .faq-link img {
    position: absolute;
    width: 128px;
    height: 128px;
    top: -64px;
    left: 50%;
    transform: translate(-50%, 0);
}
.error-report-wrapper .error-form-wrapper,
.error-report-wrapper #form-success {
    background-color: #f5eae4;
    padding: 60px;
    position: relative;
    top: -40px;
}
.error-report-wrapper .error-form-wrapper h2,
.error-report-wrapper #form-success h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: black;
    margin-bottom: 40px;
}
.error-report-wrapper .error-form-wrapper #error-report-form,
.error-report-wrapper #form-success #error-report-form {
    /* Firefox */
}
.error-report-wrapper .error-form-wrapper #error-report-form input[type=number]::-webkit-outer-spin-button,
.error-report-wrapper #form-success #error-report-form input[type=number]::-webkit-outer-spin-button,
.error-report-wrapper .error-form-wrapper #error-report-form input[type=number]::-webkit-inner-spin-button,
.error-report-wrapper #form-success #error-report-form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.error-report-wrapper .error-form-wrapper #error-report-form input[type=number],
.error-report-wrapper #form-success #error-report-form input[type=number] {
    -moz-appearance: textfield;
}
.error-report-wrapper .error-form-wrapper #error-report-form p,
.error-report-wrapper #form-success #error-report-form p {
    font-size: 16px;
}
.error-report-wrapper .error-form-wrapper #error-report-form .tab label,
.error-report-wrapper #form-success #error-report-form .tab label {
    display: block;
    font-weight: 700;
    font-size: 16px;
}
.error-report-wrapper .error-form-wrapper #error-report-form input:not([type='radio']),
.error-report-wrapper #form-success #error-report-form input:not([type='radio']) {
    border: none;
    border-radius: 0px;
    background-color: #ffffff;
    height: 45px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    color: #2f4947;
    font-size: 14px;
    outline: none !important;
    margin-bottom: 20px;
}
.error-report-wrapper .error-form-wrapper #error-report-form textarea,
.error-report-wrapper #form-success #error-report-form textarea {
    width: 100%;
    resize: none;
    border: none;
    min-height: 50px;
    padding: 10px;
    margin-bottom: 20px;
}
.error-report-wrapper .error-form-wrapper #error-report-form input[type='radio'],
.error-report-wrapper #form-success #error-report-form input[type='radio'] {
    margin-right: 5px;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child),
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) {
    font-weight: 400;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child):hover input ~ .radio,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child):hover input ~ .radio {
    background-color: rgba(175, 148, 92, 0.2);
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) input,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) input:checked ~ .radio,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) input:checked ~ .radio {
    background-color: white;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) input:checked ~ .radio:after,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) input:checked ~ .radio:after {
    display: block;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) .radio,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) .radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #af945c;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) .radio:after,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) .radio:after {
    content: "";
    position: absolute;
    display: none;
    left: 1.5px;
    top: 1.5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #af945c;
}
.error-report-wrapper .error-form-wrapper #error-report-form .btn-wrapper,
.error-report-wrapper #form-success #error-report-form .btn-wrapper {
    margin-top: 40px;
    overflow: auto;
    display: flex;
    justify-content: center;
    grid-gap: 20px;
}
.error-report-wrapper .error-form-wrapper #error-report-form .btn-wrapper #prevBtn,
.error-report-wrapper #form-success #error-report-form .btn-wrapper #prevBtn {
    background: transparent;
    border: 1px solid #2f4947;
    color: #2f4947;
}
#edit-profile {
    padding-top: 140px;
}
#edit-profile p {
    color: #2f4947;
    font-family: 'Canela Deck Web';
}
#edit-profile hr {
    border-top: 1px solid #ffffff;
}
#edit-profile button.pull-left,
#edit-profile .btn.pull-left {
    float: left;
}
#edit-profile button.pull-right,
#edit-profile .btn.pull-right {
    float: right;
}
#edit-profile .bottom-links {
    margin-top: 40px;
}
#edit-profile .bottom-links div a,
#edit-profile .bottom-links p a {
    color: #af945c;
}
#edit-profile .bottom-links p,
#edit-profile .bottom-links a {
    font-size: 16px;
}
#edit-profile .bottom-links a {
    text-decoration: underline;
}
#edit-profile .full {
    text-align: center;
    width: 100%;
    background: #f5eae4;
    padding: 50px 10px;
    position: relative;
}
#edit-profile .full form label:not([class*="notrequired"]):not([class*="checkbox"]):not([for*="["]):after,
#edit-profile .full form .edit_profile form label:not([for*="["]):after {
    content: ' *';
    color: #2f4947;
}
#edit-profile .full form label {
    font-size: 18px;
    color: #af945c;
    text-align: left;
    width: 100%;
    font-family: 'Canela Deck Web';
}
#edit-profile .full form .intl-tel-input {
    width: 100%;
}
#edit-profile .full form .intl-tel-input #userphone {
    padding-right: 6px;
    padding-left: 52px;
}
#edit-profile .full form .form-actions {
    padding-top: 15px;
}
#edit-profile .full form #valid-msg,
#edit-profile .full form #error-msg {
    font-size: 16px;
    text-align: left;
    float: left;
    color: #4e4e4e;
    padding-left: 4px;
    padding-top: 4px;
}
#edit-profile .full form #name-message {
    text-align: left;
    font-size: 16px;
    color: #4e4e4e;
    padding-left: 4px;
    padding-top: 4px;
    font-family: Arial, Helvetica, sans-serif;
}
#edit-profile .full form input,
#edit-profile .full form select {
    border: none;
    border-radius: 0px;
    background-color: #ffffff;
    height: 45px;
    width: 100%;
    padding: .375rem .75rem;
    color: #2f4947;
    font-size: 14px;
    outline: none !important;
}
#edit-profile .full form select {
    appearance: none;
}
footer {
    background-color: #2f4947;
    color: white;
}
footer #footer-content {
    padding: 100px 0px;
}
footer #footer-content p {
    font-size: 18px;
    margin: 0px;
}
footer #footer-content p a {
    color: #ffffff;
}
footer #footer-content p:nth-child(3) {
    margin-top: 20px;
}
footer #footer-content h4 {
    margin-bottom: 30px;
}
footer #footer-content #some-icons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
footer #footer-content #some-icons img {
    width: 40px;
    height: 40px;
}
footer #footer-content #some-icons img:nth-child(2) {
    margin-left: 15px;
}
footer #footer-logo {
    margin-bottom: 160px;
}
footer #footer-bottom {
    background-color: #f2f3f3;
    padding: 30px 0px;
    color: #2f4947;
    font-size: 16px;
}
footer #footer-bottom #privacy-policy div:nth-child(1) {
    display: flex;
}
footer #footer-bottom #privacy-policy #line-divider {
    width: 2px;
    height: 14px;
    background: #2f4947;
    align-self: center;
    margin: 0px 20px;
}
footer #footer-bottom #privacy-policy p {
    margin: 0px;
}
footer #footer-bottom #privacy-policy p a {
    color: #2f4947;
    text-decoration: underline;
}
/*    Media queries   */
@media screen and (max-width: 576px) {
    #edit-profile button.pull-left,
    #edit-profile .btn.pull-left {
        margin-bottom: 10px;
    }
    #edit-profile button.pull-left,
    #edit-profile .btn.pull-left,
    #edit-profile button.pull-right,
    #edit-profile .btn.pull-right {
        width: 100%;
    }
    #user-dashboard .services .HTMLBlock {
        padding: 0px 50px;
    }
    #user-dashboard .communication-preferences form {
        padding: 0px 50px;
    }
    #user-dashboard .deletion-delivery form {
        padding: 0px 50px;
    }
}
@media screen and (max-width: 768px) {
    #nav-wrapper img {
        width: 48px;
    }
    #nav-wrapper img:nth-child(1) {
        width: 60px;
    }
    #nav-wrapper #nav-links {
        flex-direction: column;
        display: flex;
        align-items: flex-end;
        width: 100%;
    }
    #nav-wrapper #nav-links a {
        padding-right: 19px;
        padding-bottom: 5px;
    }
    #nav-wrapper #nav-links button,
    #nav-wrapper #nav-links .btn {
        width: 120px;
        padding: 6px;
    }
    #illum-key-frontpage #illum-key-hero #hero-text h1 {
        font-size: 50px;
    }
    #illum-key-frontpage #illum-key-content #cards-section .info-card {
        min-height: 430px;
    }
    #illum-key-frontpage #illum-key-content #cards-section .info-card .card-face {
        padding: 100px 20px 0px 20px;
    }
    #illum-key-frontpage #illum-key-content #app-section {
        height: 100%;
        margin-bottom: 150px;
    }
    #illum-key-frontpage #illum-key-content #app-section #app-section-row {
        display: flex;
        flex-direction: column-reverse;
    }
    #illum-key-frontpage #illum-key-content #app-section #app-icons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 40px;
    }
    #illum-key-frontpage #illum-key-content #app-section #app-icons img:nth-child(1) {
        margin-bottom: 30px;
    }
    #illum-key-frontpage #illum-key-content #app-section #app-icons #app-store-icons {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
    #illum-key-frontpage #illum-key-content #app-section #app-icons #app-store-icons img:nth-child(1) {
        padding: 0px;
        margin-right: 10px;
        margin-bottom: 0px;
    }
    #illum-key-frontpage #list-section .list-header h3 {
        font-size: 20px;
        padding-left: 0px;
        padding-right: 22px;
    }
    #illum-key-frontpage #list-section .list-header .list-arrow {
        border-width: 0 3px 3px 0;
        padding: 6px;
    }
    #illum-key-frontpage #list-section .list-number-line,
    #illum-key-frontpage #list-section .list-number {
        display: none;
    }
    #illum-key-frontpage #benefits-section {
        margin-bottom: 80px;
    }
    #illum-key-frontpage #benefits-section h3 {
        font-size: 20px;
    }
    #illum-key-frontpage #benefits-section #benefits-inner-wrapper {
        width: 100%;
    }
    #illum-key-frontpage #benefits-section #benefits-header {
        padding-left: 10px;
    }
    #illum-key-frontpage #benefits-section #benefits-links {
        padding-left: 10px;
        padding-top: 200px;
    }
    #illum-key-frontpage #benefits-section #benefits-table {
        width: 100%;
    }
    #illum-key-frontpage #benefits-section #benefits-table i {
        width: 10px;
        height: 10px;
    }
    #illum-key-frontpage #benefits-section #benefits-table td.silver-key,
    #illum-key-frontpage #benefits-section #benefits-table td.gold-key {
        padding: 0px;
        font-size: 13px;
    }
    #illum-key-frontpage #benefits-section #benefits-table th.silver-key,
    #illum-key-frontpage #benefits-section #benefits-table th.gold-key {
        font-size: 15px;
    }
    #illum-key-frontpage #benefits-section #benefits-table td {
        padding-left: 10px;
        font-size: 13px;
    }
    footer #footer-bottom p {
        font-size: 14px;
    }
    footer #footer-bottom #line-divider {
        display: none;
    }
    footer #footer-bottom #privacy-policy div:nth-child(1) {
        flex-direction: column;
    }
    footer #footer-content p {
        font-size: 16px;
    }
    footer #footer-content #some-icons {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 992px) {
    #user-dashboard .my-information .info-box.edit-profile {
        padding: 40px 30px;
        margin-left: 20px;
    }
    #illum-key-frontpage #illum-key-hero img {
        position: relative;
        height: 500px;
        left: -100px;
        width: auto;
    }
    #illum-key-frontpage #illum-key-hero #hero-overlay {
        z-index: 100;
    }
    #illum-key-frontpage #illum-key-hero #hero-text {
        z-index: 200;
    }
    #illum-key-frontpage #illum-key-hero #hero-text h2 {
        font-size: 20px;
    }
    #illum-key-frontpage #illum-key-hero #hero-text h1 {
        font-size: 50px;
        margin-bottom: 30px;
    }
    #illum-key-frontpage #illum-key-content #cards-section {
        padding: 0px;
    }
    #illum-key-frontpage #illum-key-content #introduction-section #iphone-lines-column {
        display: none;
    }
    #illum-key-frontpage #illum-key-content #app-section {
        height: 100%;
        padding-bottom: 100px;
    }
    #illum-key-frontpage #illum-key-content #app-section #app-icons #app-store-icons img {
        width: 140px;
    }
    #illum-key-frontpage #illum-key-content #app-section #illum-key-iphone-column {
        display: none;
    }
}
.contest-invite {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.contest-invite h1,
.contest-invite p {
    color: white;
    text-align: center;
}
.contest-invite p {
    font-family: 'Open Sans', sans-serif;
}
.contest-invite h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.contest-invite .invite-form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contest-invite .invite-form-wrapper #invite-form {
    max-width: 500px;
    min-width: 300px;
    margin-top: 20px;
}
.contest-invite .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a8;
}
.contest-invite .container {
    padding-top: 50px;
}
/*  -------------------------------------------------------- */
/*
* Variables / Colors
*/
div.ccm-panel-detail {
    display: block !important;
}
.black {
    color: #616161;
}
.white {
    color: #ffffff;
}
.nomargin {
    margin: 0px;
}
.margintop {
    margin-top: 15px;
}
.marginbottom {
    margin-bottom: 15px;
}
.margintopbottom {
    margin-top: 15px;
    margin-bottom: 15px;
}
.spacer {
    margin-bottom: 40px;
}
.xlspacer {
    margin-bottom: 60px;
}
.nopadding {
    padding: 0px;
}
.lightpadding {
    padding: 15px;
}
.small {
    font-size: 10px;
}
.xsmall {
    font-size: 12px;
}
.large {
    font-size: 32px;
}
.center-bg {
    background-position: top center;
}
.coverimage {
    background-size: cover;
}
.no-transform {
    text-transform: none;
}
.concealed {
    display: none;
}
/*
* Typography
*/
body {
    /*font-family: 'Lato', sans-serif;*/
    font-weight: normal;
    font-size: 18px;
    background-color: #ffffff;
}
@media screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }
}
h1,
h2,
h3 {
    margin-top: 0px;
}
h1 {
    font-size: 45px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }
}
h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
p {
    margin-bottom: 15px;
    line-height: 30px;
}
@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 24px;
    }
}
/*
* Generics
*/
.spacer {
    width: 100%;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider {
    width: 100%;
    height: 1px;
    border-top: 1px solid #333;
}
.border-box {
    border: 1px solid #333;
}
.padbox {
    padding: 15px;
}
/*  Claim voucher */
.voucher-section {
    position: relative;
    background-color: #f2f3f3;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-bottom: 200px;
    height: 550px;
}
.voucher-section h1 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: black;
}
.voucher-section p,
.voucher-section a {
    color: #000000;
}
.voucher-section .container,
.voucher-section .row {
    height: 100%;
}
.voucher-section #illum-key-app-iphone {
    position: absolute;
    width: 800px;
}
.voucher-section #app-store-icons {
    display: flex;
}
.voucher-section #app-store-icons img:nth-child(1) {
    margin-right: 20px;
}
.voucher-section #app-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.voucher-section h2 {
    padding-bottom: 35px;
}
@media screen and (max-width: 992px) {
    .voucher-section #illum-key-app-iphone,
    .voucher-section #app-icons {
        display: none;
    }
    .voucher-section #app-store-icons {
        flex-direction: column;
    }
    .voucher-section #app-store-icons img:nth-child(1) {
        margin-bottom: 20px;
    }
}
/*
* Overall structure
*/
/*
* Bootstrap extensions and overrides (buttons etc.)
*/
/*
 * Navbar styles
 */
/* FB Stuff */
.linetef__distance-mark[data-v-2f0ce890] {
    position: absolute;
    width: max-content;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px
}

.linetef__distance-mark--rotated[data-v-2f0ce890] {
    transform: rotate(-90deg)
}
.linetef__container[data-v-3d3c0ed9] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2147483645
}

.linetef__container--horizontal[data-v-3d3c0ed9] {
    padding: 5px 0;
    cursor: row-resize
}

.linetef__container--vertical[data-v-3d3c0ed9] {
    padding: 0 5px;
    cursor: col-resize
}

.linetef__line--horizontal[data-v-3d3c0ed9] {
    width: 100vw;
    height: 1px
}

.linetef__line--vertical[data-v-3d3c0ed9] {
    width: 1px;
    height: 100vh;
    position: fixed
}
.linetef__horizontal-ruler[data-v-31bfd4cb] {
    background: white;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid transparent;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 19px;
    left: 0;
    position: fixed;
    width: 100vw;
    cursor: row-resize
}

.linetef__horizontal-ruler--top[data-v-31bfd4cb] {
    top: 0
}

.linetef__horizontal-ruler--bottom[data-v-31bfd4cb] {
    bottom: 0;
    transform: scale(1, -1)
}

.linetef__mark[data-v-31bfd4cb] {
    border-right: 1px solid black;
    height: 30%;
    min-width: 9px;
    box-sizing: unset !important
}

.linetef__mark--medium[data-v-31bfd4cb] {
    height: 70%
}

.linetef__mark--big[data-v-31bfd4cb] {
    height: 100%
}
.linetef__vertical-ruler[data-v-ce6e80d0] {
    background: white;
    border-right: 1px solid #ddd;
    border-top: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100vh;
    position: fixed;
    width: 19px;
    cursor: col-resize
}

.linetef__vertical-ruler--left[data-v-ce6e80d0] {
    left: 0
}

.linetef__vertical-ruler--right[data-v-ce6e80d0] {
    right: 0;
    transform: scale(-1, 1)
}

.linetef__mark[data-v-ce6e80d0] {
    border-bottom: 1px solid black;
    min-height: 9px;
    width: 30%;
    box-sizing: unset !important
}

.linetef__mark--medium[data-v-ce6e80d0] {
    width: 70%
}

.linetef__mark--big[data-v-ce6e80d0] {
    width: 100%
}
.linetef__viewport-box[data-v-28fa4588] {
    position: fixed;
    border: 2px solid;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}
*[data-v-5a9e92f8] {
    z-index: 2147483646
}

.linetef__ruler[data-v-5a9e92f8] {
    left: 0;
    position: absolute;
    top: 0
}

.linetef__origin[data-v-5a9e92f8] {
    background: white;
    border-color: #ddd;
    border-width: 0 1px 1px 0;
    border-style: solid;
    height: 19px;
    position: fixed;
    width: 19px;
    z-index: 2147483647;
    box-sizing: unset
}

.linetef__origin--top[data-v-5a9e92f8] {
    top: 0
}

.linetef__origin--bottom[data-v-5a9e92f8] {
    bottom: 0;
    transform: scale(1, -1)
}

.linetef__origin--left[data-v-5a9e92f8] {
    left: 0
}

.linetef__origin--right[data-v-5a9e92f8] {
    right: 0;
    transform: scale(-1, 1)
}

.linetef__origin--right.linetef__origin--bottom[data-v-5a9e92f8] {
    transform: scale(-1, -1)
}



/*
***
BASE
***
 */
/**
* Base less stuff
*/
/*
* Variables / Colors
*/
/*
* Fonts
*/
@font-face {
    font-family: 'Canela Deck Web';
    src: url('/wp-content/themes/illum/assets/fonts/CanelaDeck-Regular-Web.woff2') format('woff2'), url('/wp-content/themes/illum/assets/fonts/CanelaDeck-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
* {
    font-family: Arial, Helvetica, sans-serif;
}
.canela-deck {
    font-family: 'Canela Deck Web';
    font-weight: 100;
}
.small-text {
    font-size: 12px;
    margin-top: 20px;
}
/*
* Screen sizes
*/
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* So media queries don't overlap when required, provide a maximum */
/*
* Generics
*/
h1,
h2,
h3 {
    color: #2f4947;
    font-family: 'Canela Deck Web';
    font-weight: 100;
}
button,
.btn {
    background-color: #2f4947;
    color: white;
    border: none;
    border-radius: 60px;
    width: 167px;
    padding: 8px;
}
button:hover,
.btn:hover {
    color: #ffffff;
}
.hide {
    display: none;
}
.ui-datepicker {
    background: #2f4947 !important;
    border: none !important;
    border-radius: 0 !important;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
    background: #2f4947 !important;
    border: none !important;
    color: #ffffff !important;
}
.ui-datepicker a,
.ui-datepicker span {
    color: #ffffff !important;
}
.ui-datepicker a.ui-state-hover,
.ui-datepicker a.ui-state-active {
    background: #b29761 !important;
    border-radius: 0 !important;
}
.ui-datepicker .ui-datepicker-header {
    background: #2f4947 !important;
}
.ui-datepicker td .ui-state-highlight {
    background: #1d1c1b !important;
    border-radius: 0 !important;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.form-rose-background {
    background-color: #f5eae4;
    padding: 25px;
}
nav.main-site-nav {
    height: 140px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 300;
}
nav.main-site-nav img:nth-child(1) {
    margin-right: 15px;
}
nav.main-site-nav #nav-wrapper {
    display: flex;
    align-items: center;
}
nav.main-site-nav #nav-wrapper #logo-wrapper {
    display: flex;
}
nav.main-site-nav #nav-links {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    width: 100%;
}
nav.main-site-nav #nav-links a {
    color: #2f4947;
}
nav.main-site-nav #nav-links button,
nav.main-site-nav #nav-links .btn {
    color: #ffffff;
    margin-left: 20px;
}
#illum-key-frontpage {
    overflow: hidden;
    /* padding-top: 140px; */
}
#illum-key-frontpage #illum-key-hero {
    position: relative;
}
#illum-key-frontpage #illum-key-hero #hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2f4947 0%, rgba(227, 179, 159, 0) 74%);
}
#illum-key-frontpage #illum-key-hero #hero-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
#illum-key-frontpage #illum-key-hero #hero-text button,
#illum-key-frontpage #illum-key-hero #hero-text .btn {
    background-color: #f5eae4;
    color: #2f4947;
}
#illum-key-frontpage #illum-key-hero #hero-text h2 {
    color: white;
    font-weight: 100;
    font-size: 25px;
}
#illum-key-frontpage #illum-key-hero #hero-text h1 {
    color: white;
    font-size: 70px;
    margin-bottom: 60px;
}
#illum-key-frontpage #illum-key-hero img {
    width: 100%;
}
#illum-key-frontpage #illum-key-content .image-section {
    display: flex;
}
#illum-key-frontpage #illum-key-content .image-section div {
    width: 100%;
}
#illum-key-frontpage #illum-key-content .image-section .smaller-image {
    flex: 0 2.5 auto;
}
#illum-key-frontpage #illum-key-content .image-section img {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: bottom;
    object-fit: cover;
}
#illum-key-frontpage #illum-key-content .app-section {
    position: relative;
    background-color: #f2f3f3;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-bottom: 200px;
    height: 550px;
}
#illum-key-frontpage #illum-key-content .app-section p,
#illum-key-frontpage #illum-key-content .app-section a {
    color: #000000;
}
#illum-key-frontpage #illum-key-content .app-section .container,
#illum-key-frontpage #illum-key-content .app-section .row {
    height: 100%;
}
#illum-key-frontpage #illum-key-content .app-section #illum-key-app-iphone {
    position: absolute;
    width: 800px;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    height: 100%;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons #app-store-icons {
    display: flex;
    flex-direction: column;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons #app-store-icons img:nth-child(1) {
    padding: 16px 0px;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons #app-store-icons img {
    width: 100%;
}
#illum-key-frontpage #illum-key-content .app-section h2 {
    padding-bottom: 35px;
}
#illum-key-frontpage #illum-key-content .app-section a {
    text-decoration: underline;
}
#illum-key-frontpage #illum-key-content #cards-section {
    padding: 100px 0px;
}
#illum-key-frontpage #illum-key-content #cards-section .card-wrapper {
    perspective: 600px;
    padding-bottom: 130px;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card {
    position: relative;
    background-color: #f5eae4;
    text-align: center;
    cursor: pointer;
    width: 100%;
    min-height: 550px;
    transition: transform .8s;
    transform-style: preserve-3d;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .read-more-less {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .read-more-less p {
    text-decoration: underline;
    color: #2f4947;
    cursor: pointer;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .card-face {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 140px 80px 0px 80px;
    display: flex;
    flex-direction: column;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .card-face p {
    color: #000000;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .front-face {
    transform: rotateX(0deg);
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face {
    transform: rotateY(180deg) translateZ(0.1px);
    text-align: left;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face h2,
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face .read-more-less {
    text-align: center;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face ul {
    list-style: none;
    padding: 0;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face ul li {
    margin: 0;
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face ul li:after {
    content: '';
    height: 8px;
    width: 8px;
    background: #2f4947;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 8px;
    left: 0;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card.is-flipped {
    transform: rotateY(180deg) translateZ(0px);
}
#illum-key-frontpage #illum-key-content #cards-section .info-card.is-flipped img {
    transform: translate(-50%, 0) scaleX(-1);
}
#illum-key-frontpage #illum-key-content #cards-section .info-card h2 {
    margin-bottom: 30px;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card p:nth-child(4) {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    margin-bottom: 40px;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card p:nth-child(4) a {
    color: #000000;
    text-decoration: underline;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card img {
    position: absolute;
    width: 128px;
    height: 128px;
    top: -64px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: transform .8s;
}
#illum-key-frontpage #illum-key-content #introduction-section {
    padding: 100px 0px;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    position: absolute;
    top: 0;
    right: 0;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line {
    display: flex;
    align-items: flex-end;
    opacity: 0.5;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line:hover {
    opacity: 1;
    transition: opacity .5s ease;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line img {
    width: 200px;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line p {
    color: #af945c;
    margin-left: 10px;
    margin-bottom: 5px;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line:last-child {
    align-items: baseline;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line:last-child img {
    transform: scaleY(-1);
}
#illum-key-frontpage #illum-key-content #introduction-section p {
    color: #000000;
}
#illum-key-frontpage #illum-key-content #introduction-section button,
#illum-key-frontpage #illum-key-content #introduction-section .btn {
    margin-top: 60px;
}
#illum-key-frontpage #illum-key-content #introduction-section img {
    width: 100%;
}
#illum-key-frontpage #illum-key-content #introduction-section h4 {
    font-size: 18px;
    padding-bottom: 20px;
}
.faq .list-section {
    padding-top: 180px;
}
.faq .list-section .list-header h3 {
    padding-left: 0;
}
.faq h1 {
    margin-bottom: 40px;
}
.list-section {
    padding: 100px 0px;
}
.list-section .list-number {
    font-size: 50px;
    margin: 0px;
    color: #000000;
}
.list-section .list-header-container {
    display: flex;
    align-items: center;
}
.list-section .list-header-container:nth-child(n+2) {
    margin-top: 30px;
}
.list-section .list-text-container {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
}
.list-section .list-text-container .list-text {
    background: #f2f3f3;
    padding: 50px;
    color: #000000;
}
.list-section .list-text-container .list-text ul {
    list-style: none;
    padding: 0;
}
.list-section .list-text-container .list-text ul li {
    margin: 0;
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative;
}
.list-section .list-text-container .list-text ul li:after {
    content: '';
    height: 8px;
    width: 8px;
    background: #2f4947;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 8px;
    left: 0;
}
.list-section .list-header.list-item-open .list-arrow {
    transform: rotate(-135deg);
}
.list-section .list-header {
    background-color: #2f4947;
    padding: 30px;
    position: relative;
    cursor: pointer;
}
.list-section .list-header .list-arrow {
    border: solid white;
    cursor: pointer;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    position: absolute;
    right: 0;
    margin-right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transition: all .5s ease;
}
.list-section .list-header .list-number-line {
    width: 60px;
    height: 4px;
    background: #af945c;
    position: absolute;
    left: -30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-section .list-header h3 {
    color: #ffffff;
    margin: 0px;
    text-transform: uppercase;
    padding-left: 40px;
    font-size: 26px;
}
#benefits-section {
    margin-bottom: 230px;
}
#benefits-section #benefits-inner-wrapper {
    background: #f5eae4;
    width: 90%;
    padding: 100px 0px;
}
#benefits-section #benefits-links {
    padding-left: 80px;
    padding-top: 80px;
}
#benefits-section #benefits-links p {
    margin-bottom: 10px;
    color: #2f4947;
}
#benefits-section #benefits-links a {
    text-decoration: underline;
    color: #2f4947;
}
#benefits-section #benefits-header {
    padding-left: 80px;
    padding-bottom: 30px;
}
#benefits-section #benefits-table {
    width: 105%;
}
#benefits-section #benefits-table .silver-key,
#benefits-section #benefits-table .gold-key {
    color: #af945c;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
#benefits-section #benefits-table .last-silver,
#benefits-section #benefits-table .last-gold {
    position: relative;
}
#benefits-section #benefits-table .silver-key {
    background-color: #faf5f2;
}
#benefits-section #benefits-table .last-silver::after {
    content: '';
    position: absolute;
    bottom: -161px;
    left: 0;
    width: 100%;
    height: 160px;
    background: #faf5f2;
    z-index: 1;
}
#benefits-section #benefits-table .gold-key {
    background-color: #2f4947;
}
#benefits-section #benefits-table .last-gold::after {
    content: 'Hvordan bliver jeg Gold medlem?';
    position: absolute;
    bottom: -251px;
    left: 0;
    width: 100%;
    height: 250px;
    background: #2f4947;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    color: #ffffff;
    text-decoration: underline;
    text-align: center;
    padding: 30px;
}
#benefits-section #benefits-table thead tr {
    border: none;
}
#benefits-section #benefits-table th {
    padding: 20px !important;
    height: 100px;
    font-size: 23px;
    width: 100px;
}
#benefits-section #benefits-table td {
    padding: 10px;
    padding-left: 80px;
    color: #2f4947;
    font-size: 16px;
}
#benefits-section #benefits-table i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #b29761;
    transform-origin: center center;
    transform: rotate(45deg);
}
#benefits-section #benefits-table tr:after {
    width: 300px;
}
#benefits-section #benefits-table tr {
    border-top: 1px solid #af945c;
    border-bottom: 1px solid #af945c;
}
#benefits-section h3 {
    color: #af945c;
    font-size: 25px;
}
#additional-info-section {
    text-align: center;
    padding: 100px 0px;
}
#additional-info-section h2 {
    margin-bottom: 30px;
}
#additional-info-section button,
#additional-info-section .btn {
    margin-top: 50px;
}
#brandlist {
    padding-top: 140px;
}
#brandlist .full {
    text-align: center;
    width: 100%;
    background: #af945c;
    padding: 50px 10px;
    position: relative;
}
#brandlist .full .intro h1 {
    color: #faf5f2;
}
#brandlist .pattern {
    background: #f5eae4;
    padding: 0px 60px;
    margin-bottom: 60px;
}
#brandlist .pattern h2 {
    font-size: 25px;
}
#brandlist .illum-store {
    color: #af945c;
    font-size: 18px;
    margin-bottom: 10px;
}
#brandlist p.columns {
    margin-bottom: 15px;
    line-height: 30px;
    columns: auto 180px;
    padding-left: 5%;
    font-size: 14px;
    line-height: 1.45;
    color: #2f4947;
}
#brandlist #brand-list-footer {
    background: transparent;
}
#brandlist #brand-list-footer p {
    font-family: 'Canela Deck Web';
    color: #2f4947;
    font-size: 14px;
    text-align: center;
}
#illum-key-register {
    padding-top: 140px;
    overflow: hidden;
}
#illum-key-register #facebook-register {
    display: flex;
}
#illum-key-register #facebook-register img {
    width: 20px;
    margin-right: 10px;
}
#illum-key-register #facebook-register p {
    border-left: 1px solid white;
    padding-left: 15px;
    color: #ffffff !important;
    margin-bottom: 0px;
}
#illum-key-register .image-section {
    display: flex;
}
#illum-key-register .image-section div {
    width: 100%;
}
#illum-key-register .image-section .smaller-image {
    flex: 0 2.5 auto;
}
#illum-key-register .image-section img {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: bottom;
    object-fit: cover;
}
#illum-key-register #inner-form-wrapper {
    display: flex;
    justify-content: center;
    background: #f5eae4;
    padding: 80px 0px;
}
#illum-key-register #inner-form-wrapper .gender-select {
    position: relative;
}
#illum-key-register #inner-form-wrapper .gender-select select {
    appearance: none;
}
#illum-key-register #inner-form-wrapper .gender-select .select-arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    border: solid #2f4947;
    border-width: 0 1.5px 1.5px 0;
    padding: 3.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 0;
    margin-right: 15px;
    transform-origin: top right;
}
#illum-key-register #inner-form-wrapper #valid-msg,
#illum-key-register #inner-form-wrapper #error-msg {
    font-size: 16px;
}
#illum-key-register #inner-form-wrapper #submit-form {
    font-size: 18px;
}
#illum-key-register #inner-form-wrapper input::placeholder {
    color: #2f4947;
}
#illum-key-register #inner-form-wrapper .terms-checkbox {
    margin-top: 20px;
}
#illum-key-register #inner-form-wrapper label.control-checkbox {
    display: flex;
    align-items: baseline;
    display: block;
    position: relative;
}
#illum-key-register #inner-form-wrapper label.control-checkbox a {
    color: #2f4947;
    text-decoration: underline;
}
#illum-key-register #inner-form-wrapper label.control-checkbox input:checked ~ .checkmark:after {
    display: block;
}
#illum-key-register #inner-form-wrapper label.control-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #ffffff;
    cursor: pointer;
}
#illum-key-register #inner-form-wrapper label.control-checkbox .checkmark:hover {
    background: #faf5f2;
}
#illum-key-register #inner-form-wrapper label.control-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #af945c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#illum-key-register #inner-form-wrapper label.control-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#illum-key-register #inner-form-wrapper label.control-checkbox label {
    padding-left: 40px;
    color: #2f4947;
}
#illum-key-register #inner-form-wrapper hr {
    border-top: 1px solid white;
    margin: 60px 0px 40px 0px;
}
#illum-key-register #inner-form-wrapper p {
    color: #2f4947;
}
#illum-key-register #inner-form-wrapper .intl-tel-input {
    width: 100%;
}
#illum-key-register #inner-form-wrapper .intl-tel-input #userphone {
    width: 100%;
    padding: .375rem .75rem;
    padding-left: 52px;
    border: none;
    font-size: 1rem;
    height: 45px;
}
#illum-key-register #inner-form-wrapper .form-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
#illum-key-register #inner-form-wrapper .form-actions .ccm-block-file {
    padding-top: 15px;
}
#illum-key-register #inner-form-wrapper .form-actions .ccm-block-file a {
    color: #2f4947;
    text-decoration: underline;
}
#illum-key-register #inner-form-wrapper .facebook-btn {
    background-color: #4267B2;
    border-radius: 0px;
    width: 250px;
}
#illum-key-register #inner-form-wrapper .form-control {
    border: none;
    border-radius: 0px;
    background-color: #ffffff;
    height: 45px;
    outline: none !important;
    padding: .375rem .75rem;
    font-size: 16px;
}
#illum-key-register #inner-form-wrapper .key-bullets {
    list-style: none;
    padding: 0;
    padding-top: 8px;
}
#illum-key-register #inner-form-wrapper .key-bullets li {
    margin: 0;
    padding-left: 1.5em;
    position: relative;
    color: #2f4947;
}
#illum-key-register #inner-form-wrapper .key-bullets li:after {
    content: '';
    height: 8px;
    width: 8px;
    background: #2f4947;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 8px;
    left: 0;
}
#illum-key-register .text-center {
    font-family: 'Canela Deck Web';
    color: #2f4947;
    margin-bottom: 20px;
    font-size: 20px;
}
#illum-key-register .hide {
    display: none;
}
#user-dashboard {
    padding-top: 140px;
}
#user-dashboard .logo {
    width: 94px;
    position: relative;
    z-index: 2;
    margin: 60px auto 15px;
}
#user-dashboard .line-top:before {
    content: '';
    position: absolute;
    border-left: 1px solid #af945c;
    height: 20px;
    top: -5px;
    left: calc(50%);
}
#user-dashboard center {
    width: 100%;
}
#user-dashboard p,
#user-dashboard label {
    color: #2f4947;
}
#user-dashboard .purchase-history {
    margin-bottom: 100px;
}
#user-dashboard .paddingbottom {
    padding-bottom: 50px;
}
#user-dashboard .paddingbottom .relevant-links {
    position: relative;
    text-align: center;
    background: #2f4947;
    padding: 50px 15px;
}
#user-dashboard .paddingbottom .relevant-links a {
    color: #af945c;
    font-size: 16px;
    text-decoration: underline;
}
#user-dashboard .services {
    text-align: center;
}
#user-dashboard .services h3 {
    color: #af945c;
    margin-bottom: 20px;
}
#user-dashboard .services .btn-wrapper {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
#user-dashboard .services .btn {
    width: auto;
    padding: 8px 30px;
}
#user-dashboard .deletion-delivery a {
    color: #2f4947;
    text-decoration: underline;
}
#user-dashboard .deletion-delivery .btn {
    color: #ffffff;
    text-decoration: none;
}
#user-dashboard .control {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
#user-dashboard .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: none;
}
#user-dashboard .control input:checked ~ .control-indicator:after {
    display: block;
}
#user-dashboard .control .control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    border: none;
    height: 25px;
    width: 25px;
    background: #ffffff;
}
#user-dashboard .control .control-indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 8px;
    top: 2px;
    width: 9px;
    height: 16px;
    border: solid #b29761;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
#user-dashboard .communication-preferences h3 {
    font-size: 20px;
}
#user-dashboard .communication-preferences a {
    color: #2f4947;
    text-decoration: underline;
}
#user-dashboard .my-information table td {
    padding: 0;
    width: 30%;
    vertical-align: top;
    word-wrap: break-word;
}
#user-dashboard .my-information table td h3 {
    font-size: 18px;
}
#user-dashboard .my-information .info-box {
    padding: 40px 30px;
    margin-left: 20px;
}
#user-dashboard .my-information .info-box.edit-profile {
    padding: 40px 40px 40px 10px;
    margin-left: 0px;
}
#user-dashboard .my-information .info-box button,
#user-dashboard .my-information .info-box .btn {
    margin-top: 25px;
}
#user-dashboard .my-information .info-box .gold {
    color: #af945c;
}
#user-dashboard .my-information .info-box h2 {
    font-size: 25px;
}
#user-dashboard .my-information .info-box h3 {
    font-size: 18px;
    color: #2f4947;
}
#user-dashboard .my-information .info-box div {
    display: flex;
    column-gap: 10px;
}
#user-dashboard .my-information .change-pass {
    padding: 0px 30px;
    color: #af945c;
    text-decoration: underline;
    margin-left: 20px;
}
#user-dashboard .ribbon-element {
    margin-top: 50px;
    margin-bottom: 50px;
}
#user-dashboard .points-square {
    width: 239px;
    height: 239px;
    display: inline-block;
}
#user-dashboard .points-square:before {
    content: "";
    position: absolute;
    width: 239px;
    height: 239px;
    -webkit-transform: translateY(-20%) translateX(-50%) rotateY(0) rotateZ(45deg);
    transform: translateY(-20%) translateX(-50%) rotateY(0) rotateZ(45deg);
    border: 2px solid #af945c;
    display: inline-block;
    transition: .6s;
}
#user-dashboard .points-square.flip .points-flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#user-dashboard .points-square.flip:before {
    -webkit-transform: translateY(-20%) translateX(-50%) rotateY(-180deg) rotateZ(45deg);
    transform: translateY(-20%) translateX(-50%) rotateY(-180deg) rotateZ(45deg);
}
#user-dashboard .points-square .points-flipper {
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
#user-dashboard .points-square .points-flipper .flip-btn,
#user-dashboard .points-square .points-flipper .flip-btn-reverse {
    background: transparent;
    border: 0;
    text-decoration: underline;
    font-size: 12px;
    outline: none;
    color: #af945c;
}
#user-dashboard .points-square .points-flipper .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
#user-dashboard .points-square .points-flipper .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#user-dashboard .points-square .points-flipper .front,
#user-dashboard .points-square .points-flipper .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 239px;
    height: 239px;
}
#user-dashboard .points-square .points-flipper .front h1,
#user-dashboard .points-square .points-flipper .back h1 {
    color: #2f4947;
}
#user-dashboard .points-square .points-flipper .front h3,
#user-dashboard .points-square .points-flipper .back h3 {
    font-size: 18px;
    color: #af945c;
}
#user-dashboard .center-text {
    text-align: center;
}
#user-dashboard .full {
    background-color: #f5eae4;
    text-align: center;
    width: 100%;
    padding: 50px 10px;
    position: relative;
}
#user-dashboard .full h2 {
    color: #2f4947;
}
#user-dashboard .ribbon-bg {
    background: #faf5f2;
    height: 100%;
    border-left: 30px #ffffff solid;
    border-right: 30px #ffffff solid;
    position: absolute;
    z-index: -1;
}
#user-dashboard .user-introduction {
    text-align: center;
    color: #2f4947;
    margin-top: 50px;
    margin-bottom: 50px;
}
#user-dashboard .user-introduction .intro p {
    padding: 0 7.5%;
    font-size: 16px;
}
#user-dashboard .user-introduction h1 {
    color: #2f4947;
}
.error-report-wrapper {
    padding: 180px 0px;
}
.error-report-wrapper .error-wrapper {
    font-size: 16px;
    color: red;
    margin: 15px 0px;
}
.error-report-wrapper .invalid span {
    color: red !important;
}
.error-report-wrapper .steps-wrapper {
    display: flex;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
}
.error-report-wrapper .steps-wrapper .line {
    width: 100px;
    height: 2px;
    background-color: #af945c;
}
.error-report-wrapper .steps-wrapper .step {
    height: 30px;
    width: 30px;
    margin: 0 2px;
    transform: rotate(45deg);
    display: inline-block;
    border: 2px solid #af945c;
}
.error-report-wrapper .steps-wrapper .step.active {
    border: 4px solid #af945c;
}
.error-report-wrapper .steps-wrapper .step.finish {
    background-color: #af945c;
}
.error-report-wrapper a {
    color: black;
    text-decoration: underline;
}
.error-report-wrapper .tab {
    display: none;
}
.error-report-wrapper .header {
    background-color: #af945c;
    padding: 60px 20px;
    text-align: center;
}
.error-report-wrapper .header h1 {
    color: white;
    margin-bottom: 0;
}
.error-report-wrapper .faq-link {
    background-color: #f5eae4;
    padding: 60px;
    padding: 120px 60px 60px 60px;
    position: relative;
    margin-top: 100px;
}
.error-report-wrapper .faq-link h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.error-report-wrapper .faq-link img {
    position: absolute;
    width: 128px;
    height: 128px;
    top: -64px;
    left: 50%;
    transform: translate(-50%, 0);
}
.error-report-wrapper .error-form-wrapper,
.error-report-wrapper #form-success {
    background-color: #f5eae4;
    padding: 60px;
    position: relative;
    top: -40px;
}
.error-report-wrapper .error-form-wrapper h2,
.error-report-wrapper #form-success h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: black;
    margin-bottom: 40px;
}
.error-report-wrapper .error-form-wrapper #error-report-form,
.error-report-wrapper #form-success #error-report-form {
    /* Firefox */
}
.error-report-wrapper .error-form-wrapper #error-report-form input[type=number]::-webkit-outer-spin-button,
.error-report-wrapper #form-success #error-report-form input[type=number]::-webkit-outer-spin-button,
.error-report-wrapper .error-form-wrapper #error-report-form input[type=number]::-webkit-inner-spin-button,
.error-report-wrapper #form-success #error-report-form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.error-report-wrapper .error-form-wrapper #error-report-form input[type=number],
.error-report-wrapper #form-success #error-report-form input[type=number] {
    -moz-appearance: textfield;
}
.error-report-wrapper .error-form-wrapper #error-report-form p,
.error-report-wrapper #form-success #error-report-form p {
    font-size: 16px;
}
.error-report-wrapper .error-form-wrapper #error-report-form .tab label,
.error-report-wrapper #form-success #error-report-form .tab label {
    display: block;
    font-weight: 700;
    font-size: 16px;
}
.error-report-wrapper .error-form-wrapper #error-report-form input:not([type='radio']),
.error-report-wrapper #form-success #error-report-form input:not([type='radio']) {
    border: none;
    border-radius: 0px;
    background-color: #ffffff;
    height: 45px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    color: #2f4947;
    font-size: 14px;
    outline: none !important;
    margin-bottom: 20px;
}
.error-report-wrapper .error-form-wrapper #error-report-form textarea,
.error-report-wrapper #form-success #error-report-form textarea {
    width: 100%;
    resize: none;
    border: none;
    min-height: 50px;
    padding: 10px;
    margin-bottom: 20px;
}
.error-report-wrapper .error-form-wrapper #error-report-form input[type='radio'],
.error-report-wrapper #form-success #error-report-form input[type='radio'] {
    margin-right: 5px;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child),
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) {
    font-weight: 400;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child):hover input ~ .radio,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child):hover input ~ .radio {
    background-color: rgba(175, 148, 92, 0.2);
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) input,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) input:checked ~ .radio,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) input:checked ~ .radio {
    background-color: white;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) input:checked ~ .radio:after,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) input:checked ~ .radio:after {
    display: block;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) .radio,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) .radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #af945c;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) .radio:after,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) .radio:after {
    content: "";
    position: absolute;
    display: none;
    left: 1.5px;
    top: 1.5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #af945c;
}
.error-report-wrapper .error-form-wrapper #error-report-form .btn-wrapper,
.error-report-wrapper #form-success #error-report-form .btn-wrapper {
    margin-top: 40px;
    overflow: auto;
    display: flex;
    justify-content: center;
    grid-gap: 20px;
}
.error-report-wrapper .error-form-wrapper #error-report-form .btn-wrapper #prevBtn,
.error-report-wrapper #form-success #error-report-form .btn-wrapper #prevBtn {
    background: transparent;
    border: 1px solid #2f4947;
    color: #2f4947;
}
#edit-profile {
    padding-top: 140px;
}
#edit-profile p {
    color: #2f4947;
    font-family: 'Canela Deck Web';
}
#edit-profile hr {
    border-top: 1px solid #ffffff;
}
#edit-profile button.pull-left,
#edit-profile .btn.pull-left {
    float: left;
}
#edit-profile button.pull-right,
#edit-profile .btn.pull-right {
    float: right;
}
#edit-profile .bottom-links {
    margin-top: 40px;
}
#edit-profile .bottom-links div a,
#edit-profile .bottom-links p a {
    color: #af945c;
}
#edit-profile .bottom-links p,
#edit-profile .bottom-links a {
    font-size: 16px;
}
#edit-profile .bottom-links a {
    text-decoration: underline;
}
#edit-profile .full {
    text-align: center;
    width: 100%;
    background: #f5eae4;
    padding: 50px 10px;
    position: relative;
}
#edit-profile .full form label:not([class*="notrequired"]):not([class*="checkbox"]):not([for*="["]):after,
#edit-profile .full form .edit_profile form label:not([for*="["]):after {
    content: ' *';
    color: #2f4947;
}
#edit-profile .full form label {
    font-size: 18px;
    color: #af945c;
    text-align: left;
    width: 100%;
    font-family: 'Canela Deck Web';
}
#edit-profile .full form .intl-tel-input {
    width: 100%;
}
#edit-profile .full form .intl-tel-input #userphone {
    padding-right: 6px;
    padding-left: 52px;
}
#edit-profile .full form .form-actions {
    padding-top: 15px;
}
#edit-profile .full form #valid-msg,
#edit-profile .full form #error-msg {
    font-size: 16px;
    text-align: left;
    float: left;
    color: #4e4e4e;
    padding-left: 4px;
    padding-top: 4px;
}
#edit-profile .full form #name-message {
    text-align: left;
    font-size: 16px;
    color: #4e4e4e;
    padding-left: 4px;
    padding-top: 4px;
    font-family: Arial, Helvetica, sans-serif;
}
#edit-profile .full form input,
#edit-profile .full form select {
    border: none;
    border-radius: 0px;
    background-color: #ffffff;
    height: 45px;
    width: 100%;
    padding: .375rem .75rem;
    color: #2f4947;
    font-size: 14px;
    outline: none !important;
}
#edit-profile .full form select {
    appearance: none;
}
footer {
    background-color: #2f4947;
    color: white;
}
footer #footer-content {
    padding: 100px 0px;
}
footer #footer-content p {
    font-size: 18px;
    margin: 0px;
}
footer #footer-content p a {
    color: #ffffff;
}
footer #footer-content p:nth-child(3) {
    margin-top: 20px;
}
footer #footer-content h4 {
    margin-bottom: 30px;
}
footer #footer-content #some-icons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
footer #footer-content #some-icons img {
    width: 40px;
    height: 40px;
}
footer #footer-content #some-icons img:nth-child(2) {
    margin-left: 15px;
}
footer #footer-logo {
    margin-bottom: 160px;
}
footer #footer-bottom {
    background-color: #f2f3f3;
    padding: 30px 0px;
    color: #2f4947;
    font-size: 16px;
}
footer #footer-bottom #privacy-policy div:nth-child(1) {
    display: flex;
}
footer #footer-bottom #privacy-policy #line-divider {
    width: 2px;
    height: 14px;
    background: #2f4947;
    align-self: center;
    margin: 0px 20px;
}
footer #footer-bottom #privacy-policy p {
    margin: 0px;
}
footer #footer-bottom #privacy-policy p a {
    color: #2f4947;
    text-decoration: underline;
}
/*    Media queries   */
@media screen and (max-width: 576px) {
    #edit-profile button.pull-left,
    #edit-profile .btn.pull-left {
        margin-bottom: 10px;
    }
    #edit-profile button.pull-left,
    #edit-profile .btn.pull-left,
    #edit-profile button.pull-right,
    #edit-profile .btn.pull-right {
        width: 100%;
    }
    #user-dashboard .services .HTMLBlock {
        padding: 0px 50px;
    }
    #user-dashboard .communication-preferences form {
        padding: 0px 50px;
    }
    #user-dashboard .deletion-delivery form {
        padding: 0px 50px;
    }
}
@media screen and (max-width: 768px) {
    #nav-wrapper img {
        width: 48px;
    }
    #nav-wrapper img:nth-child(1) {
        width: 60px;
    }
    #nav-wrapper #nav-links {
        flex-direction: column;
        display: flex;
        align-items: flex-end;
        width: 100%;
    }
    #nav-wrapper #nav-links a {
        padding-right: 19px;
        padding-bottom: 5px;
    }
    #nav-wrapper #nav-links button,
    #nav-wrapper #nav-links .btn {
        width: 120px;
        padding: 6px;
    }
    #illum-key-frontpage #illum-key-hero #hero-text h1 {
        font-size: 50px;
    }
    #illum-key-frontpage #illum-key-content #cards-section .info-card {
        min-height: 430px;
    }
    #illum-key-frontpage #illum-key-content #cards-section .info-card .card-face {
        padding: 100px 20px 0px 20px;
    }
    #illum-key-frontpage #illum-key-content #app-section {
        height: 100%;
        margin-bottom: 150px;
    }
    #illum-key-frontpage #illum-key-content #app-section #app-section-row {
        display: flex;
        flex-direction: column-reverse;
    }
    #illum-key-frontpage #illum-key-content #app-section #app-icons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 40px;
    }
    #illum-key-frontpage #illum-key-content #app-section #app-icons img:nth-child(1) {
        margin-bottom: 30px;
    }
    #illum-key-frontpage #illum-key-content #app-section #app-icons #app-store-icons {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
    #illum-key-frontpage #illum-key-content #app-section #app-icons #app-store-icons img:nth-child(1) {
        padding: 0px;
        margin-right: 10px;
        margin-bottom: 0px;
    }
    #illum-key-frontpage #list-section .list-header h3 {
        font-size: 20px;
        padding-left: 0px;
        padding-right: 22px;
    }
    #illum-key-frontpage #list-section .list-header .list-arrow {
        border-width: 0 3px 3px 0;
        padding: 6px;
    }
    #illum-key-frontpage #list-section .list-number-line,
    #illum-key-frontpage #list-section .list-number {
        display: none;
    }
    #illum-key-frontpage #benefits-section {
        margin-bottom: 80px;
    }
    #illum-key-frontpage #benefits-section h3 {
        font-size: 20px;
    }
    #illum-key-frontpage #benefits-section #benefits-inner-wrapper {
        width: 100%;
    }
    #illum-key-frontpage #benefits-section #benefits-header {
        padding-left: 10px;
    }
    #illum-key-frontpage #benefits-section #benefits-links {
        padding-left: 10px;
        padding-top: 200px;
    }
    #illum-key-frontpage #benefits-section #benefits-table {
        width: 100%;
    }
    #illum-key-frontpage #benefits-section #benefits-table i {
        width: 10px;
        height: 10px;
    }
    #illum-key-frontpage #benefits-section #benefits-table td.silver-key,
    #illum-key-frontpage #benefits-section #benefits-table td.gold-key {
        padding: 0px;
        font-size: 13px;
    }
    #illum-key-frontpage #benefits-section #benefits-table th.silver-key,
    #illum-key-frontpage #benefits-section #benefits-table th.gold-key {
        font-size: 15px;
    }
    #illum-key-frontpage #benefits-section #benefits-table td {
        padding-left: 10px;
        font-size: 13px;
    }
    footer #footer-bottom p {
        font-size: 14px;
    }
    footer #footer-bottom #line-divider {
        display: none;
    }
    footer #footer-bottom #privacy-policy div:nth-child(1) {
        flex-direction: column;
    }
    footer #footer-content p {
        font-size: 16px;
    }
    footer #footer-content #some-icons {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 992px) {
    #user-dashboard .my-information .info-box.edit-profile {
        padding: 40px 30px;
        margin-left: 20px;
    }
    #illum-key-frontpage #illum-key-hero img {
        position: relative;
        height: 500px;
        left: -100px;
        width: auto;
    }
    #illum-key-frontpage #illum-key-hero #hero-overlay {
        z-index: 100;
    }
    #illum-key-frontpage #illum-key-hero #hero-text {
        z-index: 200;
    }
    #illum-key-frontpage #illum-key-hero #hero-text h2 {
        font-size: 20px;
    }
    #illum-key-frontpage #illum-key-hero #hero-text h1 {
        font-size: 50px;
        margin-bottom: 30px;
    }
    #illum-key-frontpage #illum-key-content #cards-section {
        padding: 0px;
    }
    #illum-key-frontpage #illum-key-content #introduction-section #iphone-lines-column {
        display: none;
    }
    #illum-key-frontpage #illum-key-content #app-section {
        height: 100%;
        padding-bottom: 100px;
    }
    #illum-key-frontpage #illum-key-content #app-section #app-icons #app-store-icons img {
        width: 140px;
    }
    #illum-key-frontpage #illum-key-content #app-section #illum-key-iphone-column {
        display: none;
    }
}
.contest-invite {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.contest-invite h1,
.contest-invite p {
    color: white;
    text-align: center;
}
.contest-invite p {
    font-family: 'Open Sans', sans-serif;
}
.contest-invite h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.contest-invite .invite-form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contest-invite .invite-form-wrapper #invite-form {
    max-width: 500px;
    min-width: 300px;
    margin-top: 20px;
}
.contest-invite .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a8;
}
.contest-invite .container {
    padding-top: 50px;
}
/*  -------------------------------------------------------- */
/*
* Variables / Colors
*/
div.ccm-panel-detail {
    display: block !important;
}
.black {
    color: #616161;
}
.white {
    color: #ffffff;
}
.nomargin {
    margin: 0px;
}
.margintop {
    margin-top: 15px;
}
.marginbottom {
    margin-bottom: 15px;
}
.margintopbottom {
    margin-top: 15px;
    margin-bottom: 15px;
}
.spacer {
    margin-bottom: 40px;
}
.xlspacer {
    margin-bottom: 60px;
}
.nopadding {
    padding: 0px;
}
.lightpadding {
    padding: 15px;
}
.small {
    font-size: 10px;
}
.xsmall {
    font-size: 12px;
}
.large {
    font-size: 32px;
}
.center-bg {
    background-position: top center;
}
.coverimage {
    background-size: cover;
}
.no-transform {
    text-transform: none;
}
.concealed {
    display: none;
}
/*
* Typography
*/
body {
    /* font-family: 'Lato', sans-serif; */
    font-weight: normal;
    font-size: 18px;
    background-color: #ffffff;
}
@media screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }
}
h1,
h2,
h3 {
    margin-top: 0px;
}
h1 {
    font-size: 45px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }
}
h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
p {
    margin-bottom: 15px;
    line-height: 30px;
}
@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 24px;
    }
}
/*
* Generics
*/
.spacer {
    width: 100%;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider {
    width: 100%;
    height: 1px;
    border-top: 1px solid #333;
}
.border-box {
    border: 1px solid #333;
}
.padbox {
    padding: 15px;
}
/*  Claim voucher */
.voucher-section {
    position: relative;
    background-color: #f2f3f3;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-bottom: 200px;
    height: 550px;
}
.voucher-section h1 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: black;
}
.voucher-section p,
.voucher-section a {
    color: #000000;
}
.voucher-section .container,
.voucher-section .row {
    height: 100%;
}
.voucher-section #illum-key-app-iphone {
    position: absolute;
    width: 800px;
}
.voucher-section #app-store-icons {
    display: flex;
}
.voucher-section #app-store-icons img:nth-child(1) {
    margin-right: 20px;
}
.voucher-section #app-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.voucher-section h2 {
    padding-bottom: 35px;
}
@media screen and (max-width: 992px) {
    .voucher-section #illum-key-app-iphone,
    .voucher-section #app-icons {
        display: none;
    }
    .voucher-section #app-store-icons {
        flex-direction: column;
    }
    .voucher-section #app-store-icons img:nth-child(1) {
        margin-bottom: 20px;
    }
}
/*
* Overall structure
*/
/*
* Bootstrap extensions and overrides (buttons etc.)
*/
/*
 * Navbar styles
 */
/* FB Stuff */
@media (min-width: 768px) {
    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }
}
@media (max-width: 758px) {
    .app-section {
        height: fit-content !important;
    }
    #app-section-row {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }
    #app-icons {
    display: flex;
	flex-direction: row !important;
    flex-wrap: wrap;
	align-items: flex-start !important;
    justify-content: space-evenly !important;
    }
}