﻿body {
    margin: 0;
    overflow-x: hidden;
    color: #6c757d;
}

body {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #edf1f5;
}

.careerfy-modal .modal-content-area {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 99999;
    text-align: center;
}
/*! CSS Used from: https://eyecix.com/html/careerfy/css/bootstrap.css */
a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

small {
    font-size: 80%;
}

input {
    margin: 0;
    font: inherit;
    color: inherit;
}

    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href)")";
        }

        a[href^="#"]:after {
            content: "";
        }

    p,
    h2 {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus {
        outline: 0px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
    font-size: 30px;
}

p {
    margin: 0 0 10px;
}

small {
    font-size: 85%;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

    input[type="checkbox"]:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}
/*! CSS Used from: https://eyecix.com/html/careerfy/css/font-awesome.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-times:before {
    content: "\f00d";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-google:before {
    content: "\f1a0";
}

.careerfy-user::before {
    content: "";
}

::before, ::after {
    box-sizing: border-box;
}

/*! CSS Used from: https://eyecix.com/html/careerfy/css/flaticon.css */
.careerfy-icon {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.careerfy-building:before {
    content: "\e90f";
}

.careerfy-multimedia:before {
    content: "\e934";
}

.careerfy-mail:before {
    content: "\e93d";
}

.careerfy-user:before {
    content: "\e942";
}
/*! CSS Used from: https://eyecix.com/html/careerfy/plugin-css/plugin.css */
.careerfy-typo-wrap * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.careerfy-typo-wrap h2 {
    margin-bottom: 8px;
}

.careerfy-typo-wrap h2 {
    clear: inherit;
    font-weight: 600;
}

.careerfy-typo-wrap li {
    line-height: 28px;
}

.careerfy-checkbox {
    float: left;
    width: 100%;
}

    .careerfy-checkbox input[type="checkbox"] {
        display: none;
    }

        .careerfy-checkbox input[type="checkbox"] + label {
            color: #838383;
            font-size: 13px;
            font-weight: 400;
            cursor: pointer;
            margin: 0px;
            display: inline-block;
        }

            .careerfy-checkbox input[type="checkbox"] + label span {
                display: inline-block;
                width: 12px;
                height: 12px;
                margin: 0px 12px 0px 0px;
                vertical-align: middle;
                background-color: #ffffff;
                border: 1px solid #c2d1d3;
            }

            .careerfy-checkbox input[type="checkbox"]:checked + label span,
            .careerfy-checkbox input[type="checkbox"] + label:hover span {
                border-color: #13b5ea;
                background-color: #13b5ea;
                box-shadow: 0px 0px 0px 3px #ffffff inset;
            }

.careerfy-typo-wrap input[type="submit"] {
    font-weight: normal;
}

.careerfy-typo-wrap input[type="submit"] {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .careerfy-typo-wrap input[type="submit"]:hover,
    .careerfy-typo-wrap input[type="submit"]:focus {
        background-color: #13b5ea;
        color: #ffffff;
    }

.careerfy-modal .modal-box-area {
    display: inline-block;
    width: 450px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 30px 30px 30px 30px;
    margin: 60px 0px 0px 0px;
}

.careerfy-modal .modal-close {
    cursor: pointer;
    float: right;
    color: #d1d1d1;
    font-size: 19px;
    line-height: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.careerfy-modal-title-box {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .careerfy-modal-title-box h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 1;
    }

.careerfy-box-title {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
    line-height: 25px;
}

    .careerfy-box-title:before,
    .careerfy-box-title:after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 2px;
        width: 1px;
        height: 10px;
        background-color: #e5e5e5;
    }

    .careerfy-box-title:after {
        left: auto;
        right: 0px;
    }

    .careerfy-box-title span:before,
    .careerfy-box-title span:after {
        background-color: #e5e5e5;
        content: "";
        height: 1px;
        left: 100%;
        margin-left: 8px;
        position: absolute;
        top: 12px;
        width: 999em;
    }

    .careerfy-box-title span:after {
        left: auto;
        right: 100%;
        margin-left: 0px;
        margin-right: 8px;
    }

    .careerfy-box-title span {
        display: inline-block;
        font-size: 12px;
        color: #1cb5ea;
        position: relative;
    }

.careerfy-user-options,
.careerfy-user-options ul {
    float: left;
    width: 100%;
}

    .careerfy-user-options ul li {
        float: left;
        width: 50%;
        list-style: none;
        padding: 0px 10px 28px 10px;
        text-align: center;
        line-height: 1;
    }

    .careerfy-user-options i {
        position: absolute;
        left: 50%;
        top: -16px;
        color: #ffffff;
        border-radius: 100%;
        width: 33px;
        height: 33px;
        background-color: #1cb4e9;
        font-size: 17px;
        padding-top: 8px;
        margin-left: -16px;
    }

    .careerfy-user-options span {
        display: block;
        font-size: 20px;
        color: #2c3e50;
        font-weight: 500;
        margin-bottom: 6px;
    }

    .careerfy-user-options small {
        font-size: 12px;
        color: #555555;
        font-style: italic;
    }

    .careerfy-user-options ul li a {
        border: 1px solid #dddddd;
        float: left;
        width: 210%;
        padding: 30px 10px 15px 10px;
        position: relative;
    }

    .careerfy-user-options ul li.active a {
        background-color: #2c3e50;
    }

    .careerfy-user-options ul li.active span {
        color: #fff;
    }

    .careerfy-user-options ul li.active small {
        color: #c4d3dd;
    }

    .careerfy-user-options ul li.active i {
        background-color: #93c907;
    }

.careerfy-user-form,
.careerfy-user-form label,
.careerfy-user-form-info,
.careerfy-user-form input[type="text"],
.careerfy-user-form input[type="submit"] {
    float: left;
    width: 100%;
    text-align: left;
}

    .careerfy-user-form ul {
        margin: 0px -10px;
    }

        .careerfy-user-form ul li {
            float: left;
            width: 100%;
            list-style: none;
            padding: 0px 10px;
            position: relative;
            line-height: 1;
            margin-bottom: 18px;
        }

    .careerfy-user-form label {
        font-size: 14px;
        color: #666666;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .careerfy-user-form input[type="text"] {
        padding: 6px 13px;
        color: #999999;
        font-size: 12px;
        height: 42px;
        border: 1px solid #efefef;
        border-radius: 3px;
        background-color: #ffffff;
    }

    .careerfy-user-form i {
        position: absolute;
        right: 29px;
        bottom: 11px;
        font-size: 20px;
        color: #aaaaaa;
    }

    .careerfy-user-form input[type="submit"] {
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        padding: 12px 15px;
        border-radius: 40px;
        border: none;
        background-color: #13b5ea;
        color: #ffffff;
    }

.careerfy-user-form-info {
    margin-bottom: 13px;
}

    .careerfy-user-form-info p {
        float: left;
        color: #555555;
        font-size: 12px;
        margin-bottom: 0px;
        line-height: 1;
    }

        .careerfy-user-form-info p a {
            color: #13b5ea;
        }

    .careerfy-user-form-info .careerfy-checkbox {
        float: right;
        width: auto;
    }

        .careerfy-user-form-info .careerfy-checkbox input[type="checkbox"] + label {
            color: #555555;
            line-height: 1;
        }

            .careerfy-user-form-info .careerfy-checkbox input[type="checkbox"] + label span {
                margin-right: 8px;
                margin-top: -2px;
            }

.careerfy-login-media {
    margin: 0px -10px;
}

    .careerfy-login-media li {
        float: left;
        width: 27%;
        list-style: none;
        padding: 0px 10px 15px 10px;
        line-height: 1;
    }

        .careerfy-login-media li:last-child,
        .careerfy-login-media li:nth-child(3) {
            padding-bottom: 0px;
        }

        .careerfy-login-media li a {
            float: left;
            width: 100%;
            background-color: #445c8e;
            font-size: 14px;
            color: #ffffff;
            text-align: center;
            font-weight: 400;
            border-radius: 4px;
            padding: 14px 24px;
        }

        .careerfy-login-media li i {
            display: inline-block;
            font-size: 19px;
            margin-right: 14px;
            padding-right: 14px;
            border-right: 1px solid rgba(0, 0, 0, 0.20);
        }

        .careerfy-login-media li a[data-original-title="twitter"] {
            background-color: #43afe9;
        }

        .careerfy-login-media li a[data-original-title="linkedin"] {
            background-color: #007eb3;
        }

        .careerfy-login-media li a[data-original-title="google"] {
            background-color: #fb353f;
        }

        .careerfy-login-media li a[data-original-title="florabank"] {
            background-color: #fb353f;
        }

.careerfy-box-title-sub:after,
.careerfy-box-title-sub:before {
    display: none;
}

.careerfy-box-title-sub {
    margin-bottom: 18px;
}

.careerfy-modal .modal-close:hover,
.careerfy-box-title span,
.careerfy-user-form-info p a {
    color: #13b5ea;
}

.careerfy-user-form input[type="submit"] {
    background-color: #13b5ea;
}

.careerfy-typo-wrap input[type="submit"]:hover,
.careerfy-typo-wrap input[type="submit"]:focus {
    background-color: #13b5ea;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body h2 {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.1px;
    margin: 0 0 8px;
}

h2 {
    font-size: 24px;
}

p a {
    color: #333333;
}

p {
    line-height: 28px;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover,
    a:focus,
    a:active {
        outline: none;
    }

ul {
    margin-bottom: 0;
}

label {
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

input[type="text"] {
    background-color: #f2f2f2;
    border: none;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}

input[type="submit"] {
    outline: none;
}

li {
    line-height: 28px;
    list-style: inside none disc;
}

@media (max-width: 767px) {
    .careerfy-modal .modal-box-area {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .careerfy-login-media li,
    .careerfy-user-options ul li {
        width: 100%;
    }

        .careerfy-login-media li:nth-child(3) {
            padding-bottom: 10px;
        }
}

.careerfy-user-form input[type="text"], .careerfy-user-form input[type="password"], .careerfy-user-form input[type="email"], .careerfy-user-form select {
    color: rgb(153, 153, 153);
    font-size: 12px;
    height: 42px;
    background-color: rgb(255, 255, 255);
    padding: 6px 13px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(239, 239, 239);
    border-image: initial;
    border-radius: 3px;
}

.careerfy-user-form, .careerfy-user-form label, .careerfy-user-form-info, .careerfy-user-form input[type="text"], .careerfy-user-form input[type="submit"] {
    float: left;
    width: 100%;
    text-align: center;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: rgb(242, 242, 242);
    color: rgb(102, 102, 102);
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    vertical-align: middle;
    box-shadow: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    padding: 4px 6px;
}
/*! CSS Used fontfaces */
@font-face {
    font-family: 'FontAwesome';
    /*src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/fontawesome-webfont.woff2) format('woff2');*/
    /*src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/fontawesome-free-5.6.3-web/webfonts/fa-regular-400.woff2) format('woff2');*/
    src: local('Roboto Black'), local('Roboto-Black'), url(fonts/fingerprint-solid.svg);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: local('Roboto Black'), local('Roboto-Black'), url(fonts/icomoon.ttf) format('woff2');
    font-weight: normal;
    font-style: normal;
}
