/* Minification failed. Returning unminified contents.
(1260,5): run-time error CSS1019: Unexpected token, found '@import'
(1260,13): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Muli')'
 */
@font-face {
    font-family: Source Sans Pro;
    src: url(SourceSansPro-Regular.ttf);
}

@font-face {
    font-family: brandon_lt;
    src: url(Brandon_light.otf);
}

@font-face {
    font-family: brandon_med;
    src: url(Brandon_med.otf);
}

@font-face {
    font-family: goth_med;
    src: url(Gotham-Medium.otf);
}

@font-face {
    font-family: hist_reg;
    src: url(The_Historia_Reguler.otf);
}

@font-face {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

.text-content p{
    margin-top:0px;
}

.text-heading h4 {
    margin-bottom:0px !important;
}

.teal-bg {
    background: rgb(105,201,215);
}

.teal-col {
    color: rgb(105,201,215);
}

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: Source Sans Pro !important;
    font-size: 16px !important;
    line-height: 20px !important;
    Color: #000 !important;
    /*background: linear-gradient(180deg, rgba(233,37,154,0.09007352941176472) 40%, rgba(233,37,154,1) 70%, rgba(253,141,78,1) 95%, rgba(251,208,93,1) 100%);*/
    background-image: url("../Images/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    overflow-x: hidden;
}
.question {
    cursor: pointer
}
.answer {
    display: none
}


.sl-nav {
    display: inline;
}

    .sl-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
    }

    .sl-nav li {
        cursor: pointer;
        padding-bottom: 10px;
    }

        .sl-nav li ul {
            display: none;
        }

        .sl-nav li:hover ul {
            position: absolute;
            top: 29px;
            right: -15px;
            display: block;
            background: #fff;
            width: 120px;
            padding-top: 0px;
            z-index: 1;
            border-radius: 5px;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
        }

        .sl-nav li:hover .triangle {
            position: absolute;
            top: 15px;
            right: 10px;
            z-index: 10;
            height: 14px;
            overflow: hidden;
            width: 30px;
            background: transparent;
        }

            .sl-nav li:hover .triangle:after {
                content: '';
                display: block;
                z-index: 20;
                width: 15px;
                transform: rotate(45deg) translateY(0px) translatex(10px);
                height: 15px;
                background: #fff;
                border-radius: 2px 0px 0px 0px;
                box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
            }

        .sl-nav li ul li {
            position: relative;
            text-align: left;
            background: transparent;
            padding: 15px 15px;
            padding-bottom: 0;
            z-index: 2;
            font-size: 15px;
            color: #3c3c3c;
        }

            .sl-nav li ul li:last-of-type {
                padding-bottom: 15px;
            }

            .sl-nav li ul li span {
                padding-left: 5px;
            }

                .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
                    color: #146c78;
                }

body p, h4 {
    font-family: Source Sans Pro !important;
}

/* menu */
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.menu-btntext {
    color: #39f;
    text-transform: uppercase;
    font-weight: bold;
}
/* menu icon */
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.WordSection1 .content-info-title {
    color: #39f
}

.WordSection1 .info-content {
    margin-bottom: 10px;
    text-align: justify;
    line-height: normal;
    background: white
}

.WordSection1 .info-content-unorder-list {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 0in;
    margin-left: .25in;
    text-indent: -.25in;
    line-height: normal;
    background: white
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

    .header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
        background: #333;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    .header .menu-icon .navicon:before {
        top: 5px;
    }

    .header .menu-icon .navicon:after {
        top: -5px;
    }

.header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: fixed;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
    width: 100%;
    z-index: 999;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    justify-content: center;
    z-index: 999; /* Sit on top */
    /* Location of the box */
    left: 0;
    top: 0;
    max-height: 100%;

    width: 100%; /* Full width */
    /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

.modal-backdrop-transparent {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1100;
}

.modal-backdrop-transparent.active {
    opacity: 1;
    z-index: 999;
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    width: auto;
    margin: 20px;
    overflow: hidden
}

.modal .modal-content .modal-heading {
    align-items: baseline;
    display: flex;
    background: #39f;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff
}

#modal-content {
    padding: 5px 20px;
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.accordion {
    background-color: #fff;
    color: #39f;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 1px 2px 2px 2px #e7e7e7;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-family: Source Sans Pro !important;
    font-weight: bold;
}



.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    overflow: hidden;
    background-color: #fff;
}

.header li {
    display: table-cell;
    position: relative;
}

    .header li a {
        display: block;
        padding-left: 0px !important;
        padding: 30px 0px;
        margin-left: 20px;
        text-decoration: none;
        font-size: 16px;
    }

        .header li a:after {
            background: none repeat scroll 0 0 transparent;
            bottom: 0;
            content: "";
            display: block;
            height: 2px;
            position: absolute;
            background: #000;
            transition: width 0.3s ease 0s, left 0.3s ease 0s;
            width: 0;
        }

        .header li a:hover:after, .header .menu-btn:hover:after {
            width: 100%;
            padding: 0px;
            left: 10px;
        }

.header .logo {
    display: block;
    float: left;
    font-size: 2rem;
    padding: 0px 20px;
    text-decoration: none;
}

    .header .logo img {
        width: 200px;
        height: 55px;
        vertical-align: middle;
        display: block;
        margin: 12px 0;
    }
/* menu btn */
.header .menu-btn {
    display: none;
}

    .header .menu-btn:checked ~ .menu {
        min-height: 300px;
        padding: 10px;
        box-sizing: border-box;
    }

    .header .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

        .header .menu-btn:checked ~ .menu-icon .navicon:before {
            transform: rotate(-45deg);
        }

        .header .menu-btn:checked ~ .menu-icon .navicon:after {
            transform: rotate(45deg);
        }

    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

.bg {
    min-height: 100vh;
}


#Partial{
    display:flex;
    flex-flow:column;
    height:100vh;
    justify-content:center;
}

.info-box-big {
    width: 500px;
}

.info-title-big {
    font-size: 2rem;
    line-height: 3.5rem;
}

.info-title {
    font-weight: bold;
    color: white;
    margin-left: 10px;
    word-break: break-word;
}

.clogo {
    width: 12rem;
    height: 4rem;
}

.gradient {
    width: 100%;
    /*min-height:60%;*/
    opacity: 1;
    min-height: calc(100vh - 25rem);
    /*z-index:800;*/
    /*background: linear-gradient(180deg, rgba(233,37,154,0.0) 28rem, rgba(233,37,154,1) 40rem, rgba(253,141,78,1) 100rem, rgba(251,208,93,1) 2000rem);*/
    /*background:  linear-gradient(#f69d3c, #3f87a6);*/
    background: linear-gradient(180deg, rgba(233,37,154,0.0) 0%, rgba(233,37,154,1) 15%, rgba(253,141,78,1) 90%, rgba(251,208,93,1) 100%) !important;
    overflow-x: hidden;
    margin-top: 15rem !important;
    /*background: -moz-linear-gradient(top,  #cfddac,  #fff);
    background-image: -moz-linear-gradient(180deg, rgba(233,37,154,0.0) 28rem, rgba(233,37,154,1) 40rem, rgba(253,141,78,1) 100rem, rgba(251,208,93,1) 2000rem);
    background: -o-linear-gradient(180deg, rgba(233,37,154,0.0) 28rem, rgba(233,37,154,1) 40rem, rgba(253,141,78,1) 100rem, rgba(251,208,93,1) 2000rem);*/
}

.message-box.lan {
    background: rgba(1,1,1,0);
    text-align: end;
    font-family: brandon_lt !important;
}


.btn {
    cursor: pointer;
    box-shadow: 0px 2px 2px rgba(1,1,1,0.2);
    width: auto;
    width: 18rem;
    color: white;
    border: none;
    background: rgb(105,201,205);
    letter-spacing: 2px;
    font-size: 16px;
    /*z-index:999;*/
}

.btn-start {
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(1,1,1,0.2);
    width: auto;
    color: white;
    border: none;
    height: 3rem;
    background: #39f;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    font-size: 16px;
    padding: 12px 24px;
}

.form-text-input {
    border: none;
    height: 44px;
    /*color:rgb(251,224,215);*/
    /*color:#636466;*/
    /*border:1.5px solid rgb(105, 201, 205);*/
    border-radius: 2px;
    height: 2.8rem;
    width: 16.8rem;
    font-family: brandon_lt;
    box-shadow: 2px 2px 2px rgba(105, 201, 205,0.1);
    padding-left: 5px;
}

    .form-text-input::placeholder {
        /*color:#39f;*/
        font-family: Arial, sans-serif;
        font-size: 0.8rem;
        color: #636466;
        opacity: 0.7;
    }

.numbered-circle {
    width: 2rem;
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-size: 1rem;
    border: 1px solid white;
}

.title {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.list-item-container {
    margin-top: 1.8rem;
    padding: 0% 33% 0% 33%;
    font-size: 1rem;
    font-family: brandon_lt;
}

    .list-item-container.back {
        padding: 0% 21% 0% 21% !important;
    }


.numbered-circle-container {
    width: 20px;
    margin: 0px;
    display: inline
}

.list-item-text {
    color: white;
    margin-top: 0.5rem;
    margin-left: 0.9rem;
    color: rgb(251,224,215);
}

ul li a {
    color: white;
    text-decoration: underline;
}

.message-content p {
    text-align: center
}

.message-content .btn-start {
    font-size: 11px
}

.curacao-footer-logo {
    height: 70px;
    align-self: center;
    margin-top: 10px
}

.resident .card-container {
    background: white;
    width: 63%;
    border-radius: 10px;
    padding: 3%
}

.resident .card-container.start-page {
    width: 46%;
    padding:3% 3% 3% 3%;
}



    .resident .card-container .stepper {
        display: flex;
        justify-content: center;
        padding-left: 0px;
        box-sizing: border-box;
        text-decoration: none;
        list-style-type: none;
        margin-block-end: -2em;
    }

        .resident .card-container .stepper .step {
            min-width: 140px;
            max-width: 150px;
            text-decoration: none;
            position: relative;
            min-height: 150px;
            margin: 10px;
            padding: 10px;
            flex: 1;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

        .resident .card-container .stepper .step:hover {
            cursor: pointer;
        }

        .resident .card-container .stepper .divider {
            height: 120px;
            border: 0.1px solid grey;
            margin-top: 30px;
        }

        .resident .card-container .stepper .step .count {
            position: absolute;
            top: 20px;
            align-self: center;
            min-width: 40px;
            text-align: center;
            margin-bottom: 10px;
            min-height: 40px;
            border-radius: 100px;
            line-height: 40px;
        }

            .resident .card-container .stepper .step .count.active {
                background: #39f
            }

            .resident .card-container .stepper .step .count.disable {
                background: #cac2c2
            }

            .resident .card-container .stepper .step .count h4 {
                margin: 0px !important;
                color: #fff;
            }

        .resident .card-container .stepper .step .heading {
            align-self: center;
            text-align: center;
            margin-top: 50px;
        }

            .resident .card-container .stepper .step .heading.active {
                color: #39f;
            }

            .resident .card-container .stepper .step .heading.disable {
                color: #cac2c2;
            }

            .resident .card-container .stepper .step .heading h4 {
                font-weight: bold;
            }

    .resident .card-container .card-content .title {
        display: flex;
        justify-content: flex-start;
        color: #39f;
        font-size: 1.2rem;
    }

    .resident .card-container .card-content .text-heading h4 {
        margin: 10px 0px !important;
        color: #39f;
        font-size: 18px;
        margin-bottom: 0px !important;
        margin-block: 0em;
    }

    .resident .card-container .card-content p {
        color: #5b5656;
    }

    .resident .card-container .card-content .list-items p {
        color: #5b5656;
        margin: 0px
    }

    .resident .card-container .card-content .list-items ol {
        padding: 14px;
        margin-top: 0px;
        color: #5b5656;
        padding-top: 5px;
    }

    .resident .card-container .card-content .notes-section .note-title {
        color: #39f;
        font-weight: bold;
        font-size: 18px;
    }

    .resident .card-container .card-content .cta-button {
        margin-block: 40px;
    }

        .resident .card-container .card-content .cta-button a {
            height: 50px;
            background: #39f;
            padding: 10px;
            border-radius: 5px;
            font-size: 12px;
            font-weight: bolder;
            color: #fff;
            text-decoration: none;
        }

    .resident .card-container .card-content .notes-list {
        margin-block-start: -1.5em;
    }

    .resident .card-container .card-content .cta-button span {
        color: #cab6b6
    }

.start-container {
    /*width: 45rem;*/
    margin-top: 0.5rem;
    grid-template-rows: 0.5fr 1fr 0.1fr;
    grid-gap: 5px;
}



.start-btns-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
    max-height: 20rem;
}

.message-box {
    width: 45rem;
    background: white;
    color: rgb(108,109,111);
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

.pcr-upload-btn {
    padding: 0% 23% 0% 33%;
}

@media (min-width: 1024px) {
    .header li {
        float: left;
    }



    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}


.modal-dialog.clist {
    width:96% !important;
}

.clist-image {
    width: 100%;
    height: auto;
}

#fillplc:hover {
    cursor: pointer;
}


#filldi:hover {
    cursor: pointer;
}
@media screen and (max-width: 1300px) {
    
.clist-image {
    width: 100%;
    height: auto;
}

}

@media screen and (max-width: 1366px) {
    .list-item-container {
        padding: 0% 28% 0% 28%;
    }

    .pcr-upload-btn {
        padding: 0% 29% 0% 29%;
    }

    .resident .card-container {
        width: 50%
    }




        .resident .card-container .stepper .step {
            min-width: 0px !important;
        }
}


@media screen and (max-width: 1024px) {
    .header .logo img {
        margin: 3px 0;
    }

    .resident .card-container {
        width: 50%
    }

    .card {
        width: 75%;
    }

    .list-item-container {
        padding: 0% 22% 0% 22%;
    }
}

@media screen and (max-width: 1024px) {
    .title {
        padding: 0% 15% 0% 15%;
    }

    .header ul {
        display: block;
    }

        .header ul li {
            display: block;
        }

    .header li a {
        padding: 15px 0px;
    }

    .btn-start {
        height: 4rem;
    }

    .resident .card-container .stepper .step .heading {
        max-width: 250px;
    }

    .pcr-upload-btn {
        padding: 0% 23% 0% 23%;
    }
}

@media screen and (max-width: 767px) {
    .title {
        padding: 0% 15% 0% 15%;
    }

    .header ul {
        display: block;
    }

        .header ul li {
            display: block;
        }

    .header li a {
        padding: 15px 0px;
    }

    .message-box {
        width: 30rem !important;
    }

    .resident .card-container {
        width: 80%
    }

    .resident .card-container.start-page {
        width: 80%
    }

    .message-content .btn-start {
        margin-left: 0px;
        font-size: 11px
    }

    .header {
        padding-left: 0;
        padding-right: 0;
    }

    .resident .card-container .stepper .step .heading h4 {
        font-size: 12px;
    }

    .resident .card-container .card-content .cta-button span {
        display: none
    }

    .resident .card-container .card-content .cta-button a {
        font-size: 8.5px;
    }

    .start-container {
        width: 30rem;
    }

        .start-container > .message-box {
            width: inherit;
        }
}

#country {
    height: inherit;
    min-height: 3rem;
    width: 100%;
}

@media screen and (max-width: 580px) {
    .title {
        display: block;
        padding: 0% 15% 0% 15%;
    }

    .resident .card-container {
        width: 80%
    }

        .resident .card-container.start-page {
        width: 80%
    }

    .message-box {
        width: 80vw !important;
    }

    .lan {
        width: 75vw !important;
    }

    .start-container {
        width: 25rem !important;
    }

        .start-container > .message-box {
            width: inherit !important;
        }


    .start-btns-container {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr;
        grid-gap: 8px
    }

    .gradient {
        background: linear-gradient(180deg, rgba(233,37,154,0.0) 28%, rgba(233,37,154,1) 37%, rgba(253,141,78,1) 90%, rgba(251,208,93,1) 100%);
    }
}


.welcome-back-cont {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 900;
    max-height: 10rem;
    position: relative;
    margin-top: 10px
}

.welcome-back {
    /*max-width:40rem;
    margin-top:10px;*/
    font-size: 6.3rem;
    margin: 0;
    color: rgb(250,250,250);
    font-family: hist_reg;
}

@media screen and (max-width: 500px) {
    .list-item-container {
        padding: 0% 23% 0% 23%;
    }

    .pcr-upload-btn {
        display: flex;
        justify-content: center;
    }


    /*.welcome-back {
        display:flex;
        justify-content:center;
        width:100%;
        z-index:900;
        position:relative;
    }*/

    .welcome-back {
        font-size: 4.5rem;
    }

    .title {
        display: block;
        padding: 0% 13% 0% 0%;
    }





    .message-box {
        width: 80vw !important;
    }



    .start-container {
        width: 80vw !important;
        display: flex;
        justify-content: center;
    }

        .start-container > .message-box {
            width: inherit !important;
        }


    .pcr-upload-btn > .btn {
        height: 4rem !important;
    }

    .more-info-container {
        font-size: 0.84rem !important;
    }

    .welcome-back {
        /*max-width:130%;
            margin-top:10px;*/
    }
}

@media screen and (max-width: 435px) {
    .gradient {
        background: linear-gradient(180deg, rgba(233,37,154,0.0) 28%, rgba(233,37,154,1) 32%, rgba(253,141,78,1) 90%, rgba(251,208,93,1) 100%);
    }

    .resident .card-container {
        width: 80%
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 50%;
    }
}

    @media screen and (max-width: 375px) {
        .title {
            display: block;
            padding: 0% 12% 0% 0%;
        }

        .resident .card-container {
            width: 80%
        }

        .modal-dialog {
            width: 90%;
        }
        .list-item-container {
            padding: 0% 22% 0% 22% !important;
        }


        .message-box {
            width: 80vw !important;
        }

        .start-container {
            width: 80vw;
            display: flex;
            justify-content: center;
        }

            .start-container > .message-box {
                width: inherit;
            }

        .more-info-container {
            font-size: 0.7rem !important;
        }

        .gradient {
            background: linear-gradient(180deg, rgba(233,37,154,0.0) 25%, rgba(233,37,154,1) 30%, rgba(253,141,78,1) 90%, rgba(251,208,93,1) 100%);
        }
    }

    @media screen and (max-width: 325px) {
        .list-item-container {
            padding: 0% 20% 0% 20% !important;
        }

        .resident .card-container {
            width: 80%
        }

        .title {
            display: block;
            padding: 0% 10% 0% 0%;
        }
         .modal-dialog {
            width: 90% !important;
        }
        .welcome-back {
            /*max-width:40rem;
    margin-top:10px;*/
            font-size: 3.8rem;
        }

        .pcr-upload-btn {
            display: flex;
            justify-content: center;
        }

            .pcr-upload-btn > .btn {
                width: 80% !important;
                font-size: 0.9rem !important;
            }
    }

    @media screen and (max-width: 414px) {
        .card {
            position: absolute;
            top: 12%;
            left: 0;
            right: 0;
            width: 75%;
            transform: none;
            margin: 0px auto;
        }

            .card .btn {
                margin-right: 0;
                margin-bottom: 8px;
            }
    }

    @media screen and (max-width: 380px) {
        .list-item-container {
            padding: 0% 25% 0% 25%;
        }
    }

    .lds-ripple {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }

        .lds-ripple div {
            position: absolute;
            border: 4px solid #fff;
            opacity: 1;
            border-radius: 50%;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        }

            .lds-ripple div:nth-child(2) {
                animation-delay: -0.5s;
            }

    @keyframes lds-ripple {
        0% {
            top: 36px;
            left: 36px;
            width: 0;
            height: 0;
            opacity: 1;
        }

        100% {
            top: 0px;
            left: 0px;
            width: 72px;
            height: 72px;
            opacity: 0;
        }
    }

    .load {
        display: flex;
        justify-content: center;
        margin-top: 0rem;
        width: 100%;
        display: none;
    }

    .fade-in {
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 0.1s;
    }

    @keyframes fadeInOpacity {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    @import url('https://fonts.googleapis.com/css?family=Muli');


    .sl-nav {
        color: rgb(165,165,165);
        display: inline;
    }

        .sl-nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
            position: relative;
            display: inline-block;
        }

        .sl-nav li {
            cursor: pointer;
            padding-bottom: 10px;
        }

            .sl-nav li ul {
                display: none;
            }

            .sl-nav li:hover ul {
                position: absolute;
                top: 29px;
                right: -15px;
                display: block;
                background: #fff;
                width: 120px;
                padding-top: 0px;
                z-index: 1;
                border-radius: 5px;
                box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
            }

            .sl-nav li:hover .triangle {
                position: absolute;
                top: 15px;
                right: 10px;
                z-index: 10;
                height: 14px;
                overflow: hidden;
                width: 30px;
                background: transparent;
            }

                .sl-nav li:hover .triangle:after {
                    content: '';
                    display: block;
                    z-index: 20;
                    width: 15px;
                    transform: rotate(45deg) translateY(0px) translatex(10px);
                    height: 15px;
                    background: #fff;
                    border-radius: 2px 0px 0px 0px;
                    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
                }

            .sl-nav li ul li {
                position: relative;
                text-align: left;
                background: transparent;
                padding: 15px 15px;
                padding-bottom: 0;
                z-index: 2;
                font-size: 16px;
                color: #3c3c3c;
            }

                .sl-nav li ul li:last-of-type {
                    padding-bottom: 15px;
                }

                .sl-nav li ul li span {
                    padding-left: 5px;
                }

                    .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
                        color: #146c78;
                    }

    .sl-flag {
        display: inline-block;
        box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
        width: 15px;
        height: 15px;
        background: #aaa;
        border-radius: 50%;
        position: relative;
        top: 2px;
        overflow: hidden;
    }

    .custom-file-input {
        color: transparent;
    }

        .custom-file-input::-webkit-file-upload-button {
            visibility: hidden;
        }

        .custom-file-input::before {
            content: 'Browse';
            color: white;
            display: inline-block;
            background: rgb(105,201,205);
            border: 1px solid #999;
            border-radius: 3px;
            padding: 5px 8px;
            outline: none;
            white-space: nowrap;
            -webkit-user-select: none;
            font-family: brandon_lt;
            cursor: pointer;
            text-shadow: 1px 1px #fff;
            font-size: 1.1rem;
        }

        .custom-file-input:active {
            outline: 0;
        }

            .custom-file-input:active::before {
                background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
            }

    select {
        border: none;
    }

