@font-face {
    font-family: 'Futura Heavy';
    src: url(/font/FuturaStd-Heavy.eot?#iefix) format("embedded-opentype"), url(/font/FuturaStd-Heavy.woff) format("woff"), url(/font/FuturaStd-Heavy.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Futura Light';
    src: url(/font/FuturaStd-Light.eot?#iefix) format("embedded-opentype"), url(/font/FuturaStd-Light.woff) format("woff"), url(/font/FuturaStd-Light.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica Light';
    src: url(/font/HelvLight-Regular.eot?#iefix) format("embedded-opentype"), url(/font/HelvLight-Regular.woff) format("woff"), url(/font/HelvLight-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Lato';
    src: url(/font/Lato-Reg.eot?#iefix) format("embedded-opentype"), url(/font/Lato-Reg.woff) format("woff"), url(/font/Lato-Reg.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Lato Bold';
    src: url(/font/Lato-Bol.eot?#iefix) format("embedded-opentype"), url(/font/Lato-Bol.woff) format("woff"), url(/font/Lato-Bol.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Lato Light';
    src: url(/font/Lato-Lig.eot?#iefix) format("embedded-opentype"), url(/font/Lato-Lig.woff) format("woff"), url(/font/Lato-Lig.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.helvetica_light {
    font-family: "Helvetica Light"
}

.futura_light {
    font-family: "Futura Light"
}

.futura_heavy {
    font-family: "Futura Heavy"
}

HTML, BODY {
    height: 100%;
    -webkit-font-smoothing: auto!important
}

body {
    font-family: Lato, Helvetica, Arial;
    font-size: 14px !important;
    color: #3A3A3A;
    margin: 0;
    background-color: #f6f7f8!important;
    position: relative;
}

H1 {
    font-size: 28px;
    font-weight: 700;
    color: #3A3A3A;
    margin: 0 0 10px;
    color: #245CA7
}

A {
    font-size: 14px;
    color: #A4CE3A;
    text-decoration: none;
    outline: none
}

A:hover {
    color: #3A3A3A;
    text-decoration: none!important
}

HR {
    background-color: #E8EFF5;
    border: none;
    height: 1px
}

.relative {
    position: relative
}

.hide {
    display: none
}

INPUT[type=text], INPUT[type=password], INPUT[type=url], INPUT[type=email], INPUT[type=phone], SELECT {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Open Sans"!important;
    border: 1px solid #9DB0C0;
    height: 45px;
    line-height: 45px!important;
    font-size: 13px!important;
    border-radius: 4px;
    outline: none;
    padding: 0 15px;
    width: 100%;
    background-color: #FFF;
    -moz-transition: border .1s ease-in-out;
    -webkit-transition: border .1s ease-in-out;
    -o-transition: border .1s ease-in-out;
    transition: border .1s ease-in-out
}

INPUT, TEXTAREA, SELECT {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%
}

SELECT {
    padding: 0 50px 0 20px;
    overflow: hidden
}

INPUT[type=text], SELECT {
    text-transform: capitalize
}

INPUT[type='text'][name='email'], INPUT[type='password'] {
    text-transform: none!important
}

#scroll-down {
    display: block;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    z-index: 99;
    top: calc(52vh);
    cursor: pointer;
    transition: all .5s ease 0
}

#scroll-down #expand-arrow{
    height: 20px;
    width: 20px;
    animation: bounce 1.5s infinite;
    -webkit-animation: bounce 1.5s infinite;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    display: inline-block;
}

@keyframes bounce {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(15px);
    }
    100% {
        transform: translateY(0px);
    }
}

.employer-index #scroll-down {
    top: calc(57vh);
}

.jobseeker-index #scroll-down {
    top: calc(52vh);
}

.general #scroll-down {
    top: calc(87vh);
}

#scroll-down:hover {
    /* transform: scale(1.3742);
    -webkit-transform: scale(1.374);
    -moz-transform: scale(1.374);
    -ms-transform: scale(1.374);
    -o-transform: scale(1.374) */
}

#scroll-down span {
    font-size: 7px!important;
    letter-spacing: 1px;
    margin-bottom: 10px !important;
}

::-webkit-input-placeholder {
    color: #323C47;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
    opacity: .6;
    text-transform: none
}

::-moz-placeholder {
    color: #323C47;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
    opacity: .6;
    text-transform: none
}

:-ms-input-placeholder {
    color: #323C47;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
    opacity: .6;
    text-transform: none
}

:-moz-placeholder {
    color: #323C47;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
    opacity: .6;
    text-transform: none
}

INPUT[type=radio] {
    margin-bottom: 4px
}

TEXTAREA {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
    line-height: normal!important;
    border: 1px solid #9DB0C0;
    font-size: 13px!important;
    border-radius: 4px;
    outline: none;
    padding: 15px 20px;
    width: 100%;
    resize: none!important
}

IMG {
    border: none
}

.invisible {
    height: 0!important;
    border: none!important
}

.superman {
    position: absolute!important;
    left: -999999px
}

#playerRecorderAlt, #recorderRecorderAlt, #working_videoRecorderAlt, #published_videoRecorderAlt {
    visibility: visible;
    text-align: center;
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

#playerRecorderAlt h1, #recorderRecorderAlt h1, #recorderRecorderAlt h1, #working_videoRecorderAlt h1, #published_videoRecorderAlt h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

#playerRecorderAlt p, #recorderRecorderAlt p, #recorderRecorderAlt p, #working_videoRecorderAlt p, #published_videoRecorderAlt p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px
}

force-overflow {
    min-height: 450px
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5
}

#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D62929
}

.wrapper {
    min-height: 100%;
    height: auto!important;
    position: relative;
}

.small_wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto
}

.imp-tip-share{
    font-size: 20px;
}

.button-sm{
    font-size: 12px !important;
    line-height: 20px !important;
    padding: 5px 15px !important;
}

.action-btn{
    text-align: center;
}

.action-text{
    padding: 0 !important;
    text-align: right !important;
}

#header #navigation ul.menu{
    z-index: 999;
}

.clipboard-copy{
    margin: 14px 0px !important;
    width: 44px !important;
    top: -3px;
    padding: 10px 0 !important;
    background: #FFF;
    height: 43px;
    border-radius: 2px;
    cursor: pointer;
}

#copy-this-url{
    text-transform: lowercase;
    padding-left: 20px;
    cursor: none;
}

@media (max-width: 1200px) {
    .vi-btn {
        margin-top: 55px;
    }
}

@media (max-width: 1064px) {
    .small_wrapper {
        max-width: 100%;
        padding: 0 16px
    }
}

.medium_wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.big_wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto
}

.form_wrapper {
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    padding: 40px;
    background: #fff
}

@media (max-width: 615px) {
    .form_wrapper {
        max-width: 100%;
        padding: 0;
        max-width: 90%;
        padding: 10px
    }
}

.modal {
    background-color: rgba(0, 0, 0, 0.5)
}

.modal-body {
    padding: 15px 30px!important
}

.modal-title {
    margin: 0!important;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24px
}

.modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 25px;
    cursor: pointer;
    height: 67px
}

.modal-body p {
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 1rem;
}

#modal-medialibrary .modal-content {
    background-color: transparent;
    border: none
}

#modal-medialibrary .modal-body {
    padding: 0!important
}

#modal-medialibrary .modal-dialog {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 45px
}

.ui-datepicker {
    z-index: 9999!important
}

.section_home_1 {
    padding: 5vw 0
}

.section_home_3 {
    padding: 9vw 0
}

.section_home_4 {
    padding: 2vw 0 7vw
}

.section_home_5 {
    padding: 7vw 0
}

.section_reset_1 {
    padding: 15vw 0 0
}

.push, .clear {
    clear: both
}

.no-padding {
    padding: 0!important
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>[class^="col-"], .row.no-gutters>[class*=" col-"], .row.no-gutters div>[class^="col-"], .row.no-gutters div>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.txt-center {
    text-align: center
}

.capitalize {
    text-transform: capitalize
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#header.scrolling {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

#header.scrolling #navigation,
#header.scrolling #navigation ul,
#navigation.small,
#navigation.small ul {
    height: 60px
}

#header.scrolling #navigation ul>li,
#navigation.small ul>li {
    padding: 13px 0
}

#header.scrolling #navigation .logo img,
#navigation.small .logo img {
    margin-top: 18px;
    height: 24px
}

.no_anim {
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

#navigation label {
    display: none;
    float: right;
    height: 100%;
    margin: 0;
    width: 60px;
    text-align: center;
    line-height: 60px;
    color: #FFF;
    font-size: 25px;
    cursor: pointer
}

#toggle-mobile-menu {
    display: none
}

#navigation {
    height: 90px;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#navigation .medium_wrapper, #navigation .big_wrapper {
    height: 100%;
    text-align: left
}

#navigation .logo {
    display: inline-block
}

#navigation .big_wrapper .logo {
    margin-left: 20px
}

#navigation .logo img {
    height: 28px;
    margin-top: 31px;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#navigation .logo.custom {
    display: inline-block;
    width: 200px;
    height: 100%
}

#navigation .logo.custom img {
    display: inline-block;
    max-width: 200px;
    margin: 0;
    border-radius: 3px;
    height: 100%;
    object-fit: contain;
    padding: 5px 0
}

#header.scrolling #navigation .logo.custom img,
#navigation.small .logo.custom img {
    margin: 0;
    border-radius: 3px;
    height: inherit
}

#navigation ul li:hover>ul {
    display: block
}

#navigation ul {
    list-style: none;
    position: relative;
    display: inline-table;
    padding: 0;
    margin: 0;
    height: 90px;
    float: right;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#navigation ul>li {
    display: inline-block;
    margin-left: 10px;
    line-height: 34px;
    padding: 28px 0;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#navigation ul li a {
    display: block;
    color: #FFF;
    padding: 0 10px;
    text-align: center;
    outline: none;
    font-family: "Helvetica Light";
    font-size: 12px;
    letter-spacing: .5px;
    width: auto;
    border-radius: 17px;
    letter-spacing: 1px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#navigation ul li a:hover, #navigation ul li a.selected, #navigation .dark_area .container a:not(.green_button).selected {
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

#navigation ul ul {
    display: none;
    background: #000;
    padding: 0;
    position: absolute;
    top: 100%
}

#navigation ul ul li {
    float: none;
    border: 1px solid #F7931E;
    position: relative;
    background: #000;
    margin-left: 0
}

#navigation ul ul li a {
    color: #FFF;
    padding-left: 10px;
    font-weight: 400!important
}

#navigation ul ul li a:hover {
    background: #FF9000;
    color: #000!important
}

.employer_menu li a {
    padding: 0 25px !important;
}

button, button:focus {
    outline: none!important
}

.green_button {
    background-color: #98D000;
    border-radius: 17px;
    text-align: center;
    display: block;
    color: #FFF;
    line-height: 33px;
    letter-spacing: .5px;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.green_button.disabled {
    pointer-events: none;
    text-decoration: none;
    cursor: default!important;
    color: rgba(255, 255, 255, 0.3)!important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.green_button:not(.disabled):hover {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 0 2px #98D000;
    outline: 0;
    color: #FFF!important
}

.green_button:not(.disabled).flat:hover {
    background-color: #000;
    font-weight: 500
}

.blue_button {
  
    background-color: #124C8A;
    border-radius: 17px;
    text-align: center;
    display: block;
    color: #FFF;
    line-height: 33px;
    letter-spacing: .5px;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.blue_button.disabled {
    pointer-events: none;
    text-decoration: none;
    cursor: default!important;
    color: rgba(255, 255, 255, 0.3)!important
}

.blue_button:not(.disabled):hover {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 0 2px #12447A;
    color: #FFF!important
}

.blue_button:not(.disabled).flat:hover {
    box-shadow: none;
    background-color: #000
}

.white_button {
    box-shadow: 0 0 2px #E1E1E1;
    line-height: 17px;
    width: 100px;
    background-color: #FFF;
    border-radius: 17px;
    text-align: center;
    display: block;
    color: #000!important;
    line-height: 33px;
    letter-spacing: .5px;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.white_button.disabled {
    pointer-events: none;
    text-decoration: none;
    cursor: default!important;
    color: rgba(0, 0, 0, 0.3)!important
}

.white_button:not(.disabled).flat {
    background-color: #FFF;
    color: #000!important
}

.white_button:not(.disabled).flat:hover {
    background-color: #12447A;
    color: #fff !important;
}

.red_button {
    width: 100px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 17px;
    text-align: center;
    display: block;
    color: #FFF;
    line-height: 33px;
    letter-spacing: .5px;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.red_button.disabled {
    pointer-events: none;
    text-decoration: none;
    cursor: default!important;
    color: rgba(255, 255, 255, 0.3)!important
}

.red_button:not(.disabled):hover {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 0 1px #F03;
    color: #FFF
}

.red_button.flat {
    background-color: #F03 !important;
    color: #FFF
}

.red_button:not(.disabled).flat:hover {
    background-color: #EF0030
}

.reset_pass {
    margin: 2rem 0 .5rem
}

.flat {
    line-height: 40px;
    font-size: 13px;
    color: #FFF!important;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border-radius: 17px;
    cursor: pointer;
    letter-spacing: 1px;
    display: inline-block;
    box-shadow: 3px 5px 10px -3px rgba(0, 0, 0, .16), 3px 5px 10px -3px rgba(0, 0, 0, .12);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -ms-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.savecont .flat {
    width: auto
}

.compact {
    border-radius: 16px;
    font-size: 11px;
    margin: 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none
}

.right {
    float: right
}

.center {
    text-align: center
}

.over {
    position: absolute;
    float: right;
    bottom: 2px;
    right: 20px;
    padding: 0 30px
}

.button-nolabel {
    margin-top: 36px
}

#body, .section_wrapper {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 80px
}

#hero {
    min-height: 100%;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #000
}

.page_content {
    width: 944px;
    display: inline-block;
    border: 1px solid #E1E1E1;
    padding: 40px
}

.shadow {
    height: 5px;
    width: 1024px;
    background: url(/images/shadow-long.png) no-repeat
}

#footer {
    min-height: 382px;
    background-color: #124C8A
}

#footer .logo {
    margin-top: 43px
}

#footer A {
    color: #A5CBFF;
    text-decoration: none
}

#footer A:hover {
    color: #A6CE39
}

#footer_menu a:hover, #footer_menu a.selected {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 17px;
    color: #FFF!important
}

#footer_menu {
    float: right;
    height: 44px;
    margin-top: 43px;
    font-size: 12px;
    color: #FFF
}

#footer_menu A {
    line-height: 25px;
    font-size: 10px;
    display: inline-block;
    color: #FFF;
    padding: 0 10px;
    margin: 9px 0;
    margin-left: -3px
}

#footer_info {
    list-style: none;
    padding: 0;
    color: #FFF;
    font-size: 14px;
    margin-top: 55px;
    float: left;
    clear: both
}

#footer_info li img {
    height: 25px;
    width: 25px;
    margin-right: 6px;
    object-fit: scale-down;
    float: left
}

#footer_info li {
    height: 25px;
    margin-bottom: 5px
}

#footer_info li a {
    line-height: 25px;
    height: 25px;
    color: #FFF;
    display: inline-block;
    pointer-events: none
}

#footer_cards {
    list-style: none;
    padding: 0;
    float: right;
    margin-right: -3px;
    margin-top: 55px
}

#footer_cards li {
    display: inline-block;
    margin-left: 5px
}

.capterra {
    float: right;
    margin-top: -60px
}

#footer_social {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    margin-top: 25px
}

#footer_social li {
    display: inline-block;
    margin-left: 20px
}

#footer_social li a {
    display: block
}

#footer_copy {
    margin-top: 25px;
    height: 24px;
    line-height: 24px;
    float: left;
    color: #FFF;
    font-size: 14px
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
    -webkit-box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.1);
    box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.1);
    background-clip: padding-box
}

.sticky-footer a {
    display: inline-block;
    text-align: center;
    width: auto;
    font-size: 13px;
    line-height: 34px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 10px
}

DIV.help_links {
    margin-top: 60px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

DIV.help_category {
    padding: 0 20px
}

DIV.help_category h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24px
}

DIV.help_category a {
    display: block;
    color: #124C8A
}

DIV.help_category a:hover {
    color: #98D000;
    text-decoration: underline!important
}

.ui-jqgrid .ui-pg-input {
    height: 18px!important;
    margin: 0;
    width: auto;
    text-align: center;
    line-height: 18px!important;
    padding: 0 20px
}

.ui-widget {
    font-family: Lato!important
}

.ui-dialog-title {
    font: 14px Lato Bold
}

.ui-dialog {
    left: calc(50% - 287px)!important;
    top: 25rem!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

DIV#two_boxes {
    padding: 22px;
    font: 14px Lato
}

DIV#top_desc {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 20px;
    margin-bottom: 34px
}

span.blue_text {
    font: 14px Lato Bold;
    color: #235CA7
}

select.box {
    height: 270px;
    width: 395px;
    margin-top: 10px;
    padding: 5px;
    font: 14px Lato;
    color: #6F6F6F
}

.left_panel {
    float: left
}

span.page_desc_summary {
    color: #2F63AC;
    font: 16px Lato Bold
}

span.page_desc {
    color: #3A3D3C;
    font-size: 16px
}

.center_body {
    float: left;
    width: 650px
}

.left_body {
    float: left;
    width: 615px;
    border: 1px solid #CACACA
}

.right_body {
    float: right;
    border: 1px solid #B6473F;
    width: 855px;
    margin-bottom: 60px
}

.right_panel {
    float: right;
    width: 257px
}

.bold {
    font-weight: 700
}

.gap {
    padding-left: 5px;
    width: 0;
    display: inline-block
}

.font_16 {
    font-size: 16px
}

.pointer {
    cursor: pointer
}

TABLE.no_space {
    border-collapse: collapse;
    border-spacing: 0
}

TD.label {
    text-align: right;
    font-weight: 700;
    color: #3a3a3a;
    padding-right: 30px
}

TD.left_label {
    font-size: 16px;
    color: #262626
}

SPAN.balance_text {
    color: #A4CD3A;
    font: 14px Lato
}

.error_div {
    border-left: 2px solid #ee0101
}

/*.success_div {
    border-left: 2px solid #28a745;
    color: #28a745;
}*/

.success_div {
    border-left: 2px solid #124C8A;
    color: #124C8A;
}

.error_div {
    color: red!important
}

.error_div, .success_div {
    font-weight: 600;
    width: 100%;
    font-size: 15px;
    padding: 4px 10px;
    margin: 10px 0;
}

.success_div A {
    font-size: 16px;
    color: #245CA7
}

.success_div A:hover {
    color: inherit
}

.alert-danger {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 9px 20px;
    font-size: 12px;
    background-color: #F8D7DA36!important;
    border-color: #FF1862!important
}

.alert-info {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 9px 20px;
    font-size: 12px;
    background-color: #FFF!important;
    color: #000!important;
    border-color: rgba(233, 239, 244, 0.6)!important
}

.alert-dismissible .close {
    padding: 8px 14px
}

.blue_success_div {
    font: 16px Lato Bold;
    color: #FFF;
    padding: 10px;
    padding-left: 60px;
    margin-bottom: 20px;
    background-color: #245CA7;
    background-image: url(/images/excla-icon.png);
    background-repeat: no-repeat;
    background-position: 30px 9px;
    border-radius: 5px
}

.blue_success_div A {
    font-size: 16px;
    color: #245CA7
}

.blue_success_div A:hover {
    color: inherit
}

.info_div {
    background: #09F;
    color: #fff;
    padding: 10px;
    border: solid 1px #00C
}

.grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%)
}

.validateTips {
    border: 1px solid transparent;
    padding: .3em
}

.inline {
    display: inline
}

.align_right {
    text-align: right
}

.nav_link {
    font-size: 14px;
    font-weight: 700
}

.line_space {
    line-height: 23px
}

.left_margin {
    margin-left: 30px
}

.right_margin {
    margin-right: 30px
}

DIV.tab_menus {
    margin-left: 30px;
    height: 28px
}

SPAN.grey_arrow {
    position: relative;
    top: 27px;
    display: inline-block;
    background: url(/images/grey-arrow.png) no-repeat;
    height: 8px;
    width: 16px
}

UL.li_arrow {
    list-style-image: url(/images/li-blue.png);
    font: 14px Lato Bold
}

UL.li_arrow LI {
    padding-bottom: 10px
}

.tab_link {
    height: 34px;
    padding: 10px 20px;
    background: #E1E1E1;
    color: #BDBDBD;
    font: normal 16px Lato Bold
}

.tab_link.selected {
    color: #3A3A3A
}

TABLE.list_table TD {
    padding-bottom: 15px
}

SPAN.sp_image {
    display: inline-table;
    position: relative;
    background-repeat: no-repeat;
    top: 0;
    left: 0
}

div.balance {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #245CA7
}

div.profile_expiry {
    padding-left: 0;
    font-size: 14px;
    font-weight: 700;
    color: #245CA7;
    float: right
}

div.balance span.balance_text {
    font-size: 14px;
    font-weight: 700;
    color: #A4CD3A
}

.billingHeader1 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 15px
}

H3.title {
    color: #245CA7;
    margin-top: 0;
    margin-bottom: 5px
}

.terms {
    display: block
}

.terms, .terms a {
    padding: 30px 0;
    text-align: center
}

#customQuestion, .nocapital {
    text-transform: none!important
}

.row-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 15px
}

select {
    padding-right: 50px!important
}

.checkbox-normal {
    -webkit-appearance: checkbox;
    appearance: checkbox;
    width: auto
}

.select-candidate {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.header_container .breadcrumb_container {
    max-width: 100%
}

.modal-message {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1000
}

.modal-message .modal-message-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    max-width: 640px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 2rem
}

.modal-message .green_button {
    margin-top: 1rem;
    float: right;
    cursor: pointer;
    width: auto
}

.delete_custom_question {
    display: none
}

#box-suggested .opt-div {
    position: relative
}

#box-suggested .opt-div:hover .delete_custom_question {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

section.section_4 .logo:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.Faq_Wrap H2 {
    border-bottom: 0;
    padding: 1rem 1.5rem;
    background: 0 0
}

.Faq_Wrap {
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #ffff
}

.Faq_Wrap P {
    border-bottom: 0;
    padding: 1rem 1rem 1rem 1.5rem;
    background: 0 0;
    border-top: 1px solid #eee
}

.frame_wrap {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    padding: 40px;
    background: #fff;
    text-align: center
}

.signup_wrap p {
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 17px
}

.section_1 {
    text-align: center;
}

.video-container video {
    /*width: 100% !important*/;
}

.video-output {
    width: 100% !important;
}

.video-output #log {
    color: #ffffff;
}

button:focus {
    outline: none;
}

.hide_tip strong {
    font-weight: 700;
}

.clipwrap {
    position: relative;
}

.clipboard {
    position: absolute;
    top: 10px;
    right: 10px;
}

.card {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    background: #fff;
}

.useractivewrap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 10px;
}

.useractivewrap p {
    margin-bottom: 1rem;
}

.useractivewrap p, b, ul, li {
    text-align: left;
}

.useractivewrap h2 {
    text-align: left !important;
}

#scroll-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5
}

#scroll-1::-webkit-scrollbar {
    width: 12px;
    background: rgba(0, 0, 10, 0.6);
}

#scroll-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}

#box-suggested::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5
}

#box-suggested::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5
}

#box-suggested::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}

#box-selected::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5
}

#box-selected::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5
}

#box-selected::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}

#page_content_inter_video {
    padding: 5rem 15px 0rem;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.anchor {
    position: absolute;
    transform: translateY(-90px);
}
.sharwrap .modal-dialog {
    max-width: 600px;
}


.abt-title p {
    color: #FFF;
    font-weight: bold;
}

.api-credentials {
    border-top: 1px solid #e9ecef;
}

.employer-margin-xs{
    margin-bottom: 100px;
}

/** Responssive Design **/

@media (max-width: 1250px) {
    #navigation .medium_wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0
    }
    #navigation ul {
        margin-right: 20px
    }
    #navigation ul li a {
        padding: 0 10px;
        font-size: 10px
    }
    #navigation .menu {
        margin-right: 0
    }
    #navigation .logo {
        margin-left: 20px
    }
}

@media screen and (max-device-width: 1250px) and (orientation: portrait) {
    .form_wrapper {
        max-width: 90%
    }
}

@media screen and (max-device-width: 1250px) and (orientation: landscape) {
    .form_wrapper {
        max-width: 90%
    }
}

@media (max-width: 1100px) {
    #navigation ul>li {
        margin-left: 5px;
        line-height: 25px
    }
    #navigation ul li a {
        padding: 0 8px;
        font-size: 10px
    }
    #navigation .menu li {
        min-width: 0!important;
        line-height: 34px
    }
}

@media screen and (max-device-width: 1100px) and (orientation: portrait) {
    .form_wrapper {
        max-width: 90%
    }
}

@media screen and (max-device-width: 1100px) and (orientation: landscape) {
    .form_wrapper {
        max-width: 90%
    }
}

@media (max-width: 990px) {
    #navigation ul li a {
        padding: 0 5px;
        font-size: 9px
    }
}

@media screen and (max-device-width: 990px) and (orientation: portrait) {
    .form_wrapper {
        max-width: 90%
    }
}

@media screen and (max-device-width: 990px) and (orientation: landscape) {
    .form_wrapper {
        max-width: 90%
    }
}

@media screen and (min-device-width: 920px){
    .header_container, .breadcrumb_container {
        margin: 0 -15px;
    }
}

@media (max-width: 920px) {
    #navigation label {
        display: inline-block
    }
    #navigation .dark_area {
        display: none!important;
        margin-left: 0!important
    }
    #header, #header.scrolling {
        background-color: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        height: auto
    }
    #toggle-mobile-menu:checked~ul {
        display: block
    }
    #toggle-mobile-menu:checked~.dark_area {
        display: inline-block!important;
        width: 100%
    }
    .dark_area .container {
        max-width: 350px
    }
    #navigation ul {
        margin: 0;
        width: 100%;
        height: 100vh;
        display: none
    }
    #navigation ul>li {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        height: calc((100vh - 60px) / 9)
    }
    #navigation ul li a {
        padding: 0;
        font-size: 13px;
        height: 100%;
        line-height: calc((100vh - 60px) / 9)
    }
    #navigation ul li a.green_button, #navigation ul li a.blue_button {
        width: 100%;
        display: block;
        padding: 0;
        margin: 0 auto;
        border-radius: 0;
        padding: 0;
        font-size: 13px
    }
    #navigation ul li a:hover, #navigation ul li a.selected {
        border-radius: 0
    }
    #navigation,
    #header.scrolling #navigation,
    #navigation.small {
        height: 60px
    }
    #navigation ul,
    #header.scrolling #navigation ul,
    #navigation.small ul {
        height: calc(100vh - 60px)
    }
    #navigation ul>li,
    #header.scrolling #navigation ul>li,
    #navigation.small ul>li {
        padding: 0
    }
    #navigation .logo img,
    #header.scrolling #navigation .logo img,
    #navigation.small .logo img {
        margin-top: 18px
    }
    #scroll-down span {
        margin-bottom: 15px!important
    }
    .sticky-footer {
        height: auto;
        padding: 5px 10px 15px;
    }
    .small_wrapper {
        padding: 30px 15px!important;
        text-align: center
    }
    .small_wrapper .integrations #frmReviewer span{
        text-align: left !important;
    }
    #frmReview .row {
        overflow-x: scroll!important
    }
    .integrations #frmReview .row {
        overflow-x: hidden!important
    }
    #tip.small_wrapper {
        padding: 0 16px!important
    }
    .modal {
        overflow-x: scroll!important
    }
    #footer_info li img {
        float: none
    }
    hr {
        margin: 35px 0 20px!important
    }
    .col-2.line {
        padding: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        min-width: 100px!important
    }
    span.num {
        font-size: 24px!important;
        margin: 0!important;
        display: block!important
    }
    .list li {
        padding: 5px 10px!important
    }
    .coupon .col-4 {
        max-width: none!important;
        flex: 0 0 50%
    }
    .coupon .col-2 {
        max-width: none!important;
        flex: 0 0 25%
    }
    DIV.help_links {
        margin-top: 10px;
        padding: 15px;
        display: inline-block
    }
    DIV.help_category {
        padding: 10px 20px
    }
    .header_container .medium_wrapper {
        padding: 0 20px!important
    }
    .row {
        margin-left: 0!important;
        margin-right: 0!important
    }
    .sticky-footer a {
        width: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin: 5px 0
    }
    #footer {
        padding: 20px 0
    }
    #footer .logo {
        padding: 0;
        margin: 10px 0;
        padding: 0;
        width: 180px
    }
    #footer_menu {
        margin: 0 10px;
        text-align: center;
        display: block;
        height: auto
    }
    #footer_info {
        margin: 20px 0;
        float: left;
        width: 100%
    }
    #footer_cards {
        float: none;
        width: 100%;
        margin-top: 0;
        text-align: center
    }
    .capterra {
        float: none;
        object-fit: scale-down;
        display: block;
        margin: 0 auto
    }
    #footer_social {
        display: block;
        float: none;
        text-align: center;
        margin-top: 20px
    }
    #footer_copy {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        font-size: 10px;
        float: none
    }
    #footer_copy a {
        font-size: 8px
    }
}

@media screen and (max-device-width: 920px) and (orientation: portrait) {
    .form_wrapper {
        max-width: 90%
    }
}

@media screen and (max-device-width: 920px) and (orientation: landscape) {
    .form_wrapper {
        max-width: 90%
    }
}


@media (max-width: 920px){
    #navigation .menu li {
        margin-bottom: 5px;
    }
    #header.authenticated .menu li a:not(:hover):not(.selected) {
        background-color: rgba(255,255,255,0.06);
        border-radius: 0;
    }
    #navigation ul li a{
        border-radius: 0px !important;
    }
}

@media (max-width: 767px) {
    INPUT[type=text], INPUT[type=password], INPUT[type=url], INPUT[type=email], INPUT[type=phone], SELECT {
        font-size: 12px!important;
        padding: 0 8px
    }
    .sign_up_btn_lgn .flat {
        width: 100%;
        padding: 0 20px!important
    }
    textarea {
        padding: 8px
    }
    .reset_pass .flat {
        width: 100%
    }
    ::-webkit-input-placeholder {
        font-size: 12px
    }
    ::-moz-placeholder {
        font-size: 12px
    }
    :-ms-input-placeholder {
        font-size: 12px
    }
    :-moz-placeholder {
        font-size: 12px
    }
    section.section_4 .logo {
        margin: 15px auto
    }
    .breadcrumb {
        margin-top: 10px;
        display: inline-block!important
    }
    #gbox_coupon_list {
        float: none!important;
        overflow-x: scroll;
        width: 100%!important
    }
    #gbox_user_list {
        float: none!important;
        overflow-x: scroll;
        width: 100%!important
    }
    .sign_up_btn .flat {
        margin: 10px 0
    }
    .r-interview-panel .step-container {
        width: 100%!important
    }
    .modal-dialog {
        max-width: 60rem!important
    }
    .step p {
        text-align: center!important
    }
    .step {
        margin: 20px 0!important
    }

    .imp-tip-share{
        font-size: 16px;
    }

    .button-sm{
        font-size: 12px !important;
        line-height: 20px !important;
        padding: 4px 12px !important;
    }

    .profile_row{
        font-size: 14px;
    }

    .action-btn{
        display: none;
        padding: 0 !important;
    }

    .action-text{
        padding: 5px 0;
        text-align: left !important;
        margin: 5px 0;
    }

    .header-upgrade{
        padding: 0 !important;
    }

    #navigation ul li a {
        line-height: 55px !important;
    }
    #navigation ul>li {
        height: 55px !important;
    }

    .no-transform.vertical-center{
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        top: 0 !important;
    }

}

@media screen and (max-device-width: 767px) and (orientation: portrait) {
    .form_wrapper {
        max-width: 90%
    }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
    .form_wrapper {
        max-width: 90%
    }
}

@media screen and (max-device-width: 922px){
    .column-text-xs{
        text-align: center;
    }
}

@media screen and (max-device-width: 767px){
    .hidden-xs{
        display: none;
    }
    .column-text-xs{
        padding: 0 !important;
        text-align: left;
    }
    .column-text-xs span.email{
        word-break: break-word;
        line-height: 20px !important;
    }
    .button-xs{
        font-size: 11px !important;
        float: left !important;
        margin: 5px 0 !important;
    }
    .employer-add-review #frmReviewer, .employer-margin-xs, .seeker-margin-xs{
        margin-bottom: 100px;
    }
}

@media screen and (max-device-width: 688px){
    .jobseeker-myvideo .video-object-container{
        width: 345px !important;
        height: 200px !important;
        margin-left: 6px !important;
    }
    .jobseeker-myvideo .col-player{
        min-height: 300px !important;
    }
    .jobseeker-myvideo #video-preview,
    .jobseeker-myvideo #video-recording,
    .jobseeker-myvideo #publisher{
        height: 190px !important;
    }
    .jobseeker-myvideo .loading-tokbox img{
        height: 191px !important;
    }
    .jobseeker-myvideo #video-preview,
    .jobseeker-myvideo #video-recording,
    .jobseeker-myvideo .loading-tokbox img,
    .jobseeker-myvideo .vcontainer div.controls,
    .jobseeker-myvideo .video-control-bar,
    .jobseeker-myvideo #publisher{
        width: 345px !important;
    }
    .jobseeker-myvideo .video-control-bar{
        margin: 0 auto !important;
    }
    .jobseeker-myvideo .instruction-jobseeker-play p,
    .jobseeker-myvideo .instruction-jobseeker-record p{
        font-size: 15px !important;
    }

    .interview-outer .title-icon img{
        float: left;
        padding: 10px 10px 0 0;
    }
    .interview-outer{
        height: 0px !important;
    }

    #scroll-down{
        top: 70vh;
    }

    .jobseeker-index #scroll-down{
        top: 60vh;
    }

    .employer-index #scroll-down{
        top: 57vh;
    }

    .general #scroll-down{
        top: 80vh;
    }

    #modal-medialibrary .modal-dialog {
        padding: 0 15px
    }
}