/*
Author: Sankara.co 
*/
body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 13px;
    line-height: 125%;
    /*background-color: #EBEEB7;*/
/*    background: url(../images/main-bg.jpg) repeat center top;*/

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,e2e2e2+24,d1d1d1+51,dbdbdb+71,dbdbdb+71,fefefe+100 */
    background: rgb(226,226,226); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(226,226,226,1) 24%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 71%, rgba(219,219,219,1) 71%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(226,226,226,1) 24%,rgba(209,209,209,1) 51%,rgba(219,219,219,1) 71%,rgba(219,219,219,1) 71%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(226,226,226,1) 24%,rgba(209,209,209,1) 51%,rgba(219,219,219,1) 71%,rgba(219,219,219,1) 71%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

    min-width: 320px;
}

.body-bg {
    background: linear-gradient(to bottom, #5B97C8 0%, #003C79 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

input, optgroup, select, textarea {
    color: #000033 !important;
}
input[type=submit] , input[type=button] {
    color:#FFFFFF !important;
}
#header {
    height: 100%;
    width: 100%;
}

#main {

}

#footer {
    /* background: url("../images/footer-bg.jpg") repeat center top #67951e;*/
    padding: 0 0 45px;
    position: relative;
}

h1 {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 30px;
    color: #FFF;
    line-height: 32px;
    font-weight: bold;
    -moz-moz-text-: 1.0px 3.0px 1.0px #353535;
    -webkit-moz-text-: 1.0px 3.0px 1.0px #353535;
    text-shadow: 1.0px 3.0px 1.0px #353535;
    display: block !important;
}

h1 a {
    float: left;
    margin: 12px 26px;
    margin-bottom: -5px;
    background: url(../images/logo.png) no-repeat left top;
    width: 300px;
    height: 100px;
    display: block;
    text-indent: -99999px;
}

h2 {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 20px;
    color: #FFF;
    line-height: 24px;
    font-weight: bold;
}

h3 {
    padding: 5px 0;
}

h3, h3 a {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #FFF; /* #E4E4E4;*/
    font-weight: bold;
    letter-spacing: -0.5px;
}

h3 a {
    text-decoration: underline;
}

h6 {
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    line-height: 20px;
    padding: 5px 0;
}

a {
    text-decoration: none;
    color: #FFF;
}

a:hover {
    color: #000;
}

p, td {
    line-height: 125%;
}

input, textarea, select {
    background: rgb(169, 203, 249); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169, 203, 249, 1) 0%, rgba(219, 219, 219, 1) 70%, rgba(246, 246, 246, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169, 203, 249, 1)), color-stop(70%, rgba(219, 219, 219, 1)), color-stop(100%, rgba(246, 246, 246, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(169, 203, 249, 1) 0%, rgba(219, 219, 219, 1) 70%, rgba(246, 246, 246, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(169, 203, 249, 1) 0%, rgba(219, 219, 219, 1) 70%, rgba(246, 246, 246, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(169, 203, 249, 1) 0%, rgba(219, 219, 219, 1) 70%, rgba(246, 246, 246, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(169, 203, 249, 1) 0%, rgba(219, 219, 219, 1) 70%, rgba(246, 246, 246, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9cbf9', endColorstr='#f6f6f6', GradientType=0); /* IE6-9 */
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
    background: rgb(220, 247, 220); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(220, 247, 220, 1) 0%, rgba(247, 247, 247, 1) 46%, rgba(212, 178, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(220, 247, 220, 1)), color-stop(46%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(212, 178, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(220, 247, 220, 1) 0%, rgba(247, 247, 247, 1) 46%, rgba(212, 178, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(220, 247, 220, 1) 0%, rgba(247, 247, 247, 1) 46%, rgba(212, 178, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(220, 247, 220, 1) 0%, rgba(247, 247, 247, 1) 46%, rgba(212, 178, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(220, 247, 220, 1) 0%, rgba(247, 247, 247, 1) 46%, rgba(212, 178, 255, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcf7dc', endColorstr='#d4b2ff', GradientType=1); /* IE6-9 */
}

div.content {
    word-wrap: break-word;
}

.header-inner, .main-inner, .footer-inner {
    max-width: 1045px;
    padding: 0 2%;
    margin: 0 auto;
}

.box-right {
    background: url(../images/main-right.png) repeat-y right top;
    border-left: #666 1px solid;
}

.box-inner, .box-inner2 {
    margin: 0 7px 0 0;
    padding: 0 17px;
}

.box-inner2 {
    background: url(../images/main-inner.png) repeat-x left bottom #f2f5f7;
}

.box-bl {
    background: url(../images/main-bl.png) no-repeat left bottom;
}

.box-br {
    background: url(../images/main-br.png) no-repeat right bottom;
}

.box-bm {
    background: url(../images/main-bm.png) repeat-x left bottom;
    height: 17px;
    margin: 0 16px 0 13px;
}

.head-top {
    height: 170px;
    background: none;
    min-height: 170px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, .5);
}

.login-box {
    float: right;
    min-height: 170px;
    width: calc(610 * 100% / 1003);
    /*background: url(../images/login-box-bg.png) no-repeat center/contain;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */

}

.featured_purple {
    background-color: #936;
}

.white {
    background-color: #FFF;
    padding: 15px;
}

.curvy_border {
    border-radius: 25px 0;
    padding: 15px;
}

form.login-form, form.search-form {
    padding: 0px 41px 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
}

form.search-form {
    padding: 10px 0;
    width: 100%;
}

form.login-form-responsive {
    box-sizing: border-box;
    padding: 0 50px;
}

form.login-form div.input, form.login-form div.submit, form.search-form div.text, form.search-form div.submit {
    margin: 5px;
    float: left;
}

form.login-form div.input label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 0;
    width: auto;
    margin-left: 10px;
}

form.login-form-responsive div.input {
    width: calc(250 * 100% / 570);
    margin: 0 calc(5 * 100% / 570) calc(5 * 100% / 570);
}

form.login-form-responsive div.submit {
    width: calc(40 * 100% / 570);
    margin: calc(5 * 100% / 570);
}

form.login-form div.text input, form.login-form div.password input {
    font-family: Arial, Helvetica, sans-serif;
    width: 210px;
    font-size: 1.1em;
    padding: 6px;
    border: none;
    font-size: 13px;
    -moz-box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, .9);
    -webkit-box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, .9);
    box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, .9);
}

form.login-form-responsive div.input input {
    width: 95%;
    display: block;
    margin: 0 auto;
    outline: none;
    box-sizing: border-box;
    padding: 6px 20px;
}

form.login-form div.submit input, form.search-form div.submit input {
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 2px 10px;
    margin: 35px 0 0 0;
    width: auto;
    height: 27px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

form.login-form#EmployerRegisterForm div.submit {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

form.login#EmployerRegisterForm div.submit input {
    max-width: 100%;
}

form.login-form-responsive div.submit input {
    margin-top: 27px;
}

form.login-form-responsive div.radio {
    margin: 5px -20px 0 -80px;
    text-align: center;
}

h2.login-text {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 33px;
    /* padding: 10px 0 17px; */
    text-align: center;
    color: #00162b;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    -moz-text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    -webkit-text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.search-block {
    background: #9C9909; /* #7bddfd */
    /* Old browsers */
    background: -moz-linear-gradient(top, #9C9909 0%, #00a9e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9C9909), color-stop(100%, #00a9e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9C9909 0%, #00a9e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9C9909 0%, #00a9e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9C9909 0%, #00a9e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9C9909 0%, #00a9e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9C9909', endColorstr='#00a9e0', GradientType=0); /* IE6-9 */
    padding: 10px 20px;
}

.search-block-outer {
    border: 5px solid #fcfdfd;
    margin: 10px -4px 0;
}

form.search-form div.text {
    -webkit-border-radius: 25px 0 25px 0;
    -moz-border-radius: 25px 0 25px 0;
    border-radius: 25px 0 25px 0;
    border: 4px solid #047499; /* 0470EC; */
    width: calc(812 * 100% / 960);
    margin: calc(5 * 100% / 960);
    box-sizing: border-box;
}

form.search-form div.text label {
    display: none;
}

form.search-form div.text input {
    width: 805px;
    *width: 790px;
    /* color: #c298d5;*/
    color: #029005;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 18px;
    border: none;
    padding: 7px;
}

form.search-form div.submit {
    width: calc(120 * 100% / 960);
    margin: calc(5 * 100% / 960);
}

form.search-form div.submit input {
    font-size: 16px;
    height: 36px;
    margin: 0;
    padding: 0 13px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 3px;
}
/*** menu starts ***/
div.menu-block {
    margin: 10px 0 0 0;
    background: #164e8f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: -moz-linear-gradient(top, #164e8f 17%, #164e8f 50%, #0e76d0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #164e8f), color-stop(50%, #164e8f), color-stop(100%, #0e76d0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #164e8f 17%, #164e8f 50%, #0e76d0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #164e8f 17%, #164e8f 50%, #0e76d0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #164e8f 17%, #164e8f 50%, #0e76d0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #164e8f 17%, #164e8f 50%, #0e76d0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#164e8f', endColorstr='#0e76d0', GradientType=0); /* IE6-8 */
    -webkit-box-shadow: 1px 1px 5px #000000;
    box-shadow: 1px 1px 5px #000000;
    -moz-box-shadow: 1px 1px 5px #000000;
}
ul.menu-list {
    text-align: justify;
    min-width: 500px;
    height: 46px;
}


ul.menu-list.child-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 0;
}

ul.menu-list:after {
    content: '';
    display: inline-block;
    width: 100%;
}
ul.menu-list > li {
    font-size: 15px;
    background: url(../images/menu-list-bg.png) no-repeat left center;
    color: #FFF;
    display:inline-block;
    padding: 0;
    background: url(../images/menu-list-inner.png) no-repeat center top;
    cursor:pointer
}

ul.menu-list > li.parent-menu {
    position: relative;
}

ul.menu-list > li.parent-menu:hover .child-menu {
    display: block;
}

ul.menu-list > li:hover a {
    color: #fff;
}

ul.menu-list li:first-child {
    background: none;
}

ul.menu-list > li > a {
    display: block;
    padding: 15px;
}

ul.sub-menu {
    display: none;
    background: #d02257;
    -moz-box-shadow: 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px #000000;
    -moz-box-shadow: 1px 1px 1px #000000;
    width: 100%;
}

ul.sub-menu li {
    border-top: 1px solid #E32861;
    padding: 8px 10px;
}

ul.sub-menu li:first-child {
    border-top: none;
}

ul.sub-menu li a {
    font-size: 12px;
    line-height: 13px;
    display: block;
}

ul.sub-menu li a:hover {
    color: #fec3d5;
}

ul.sub-menu, ul.sub-menu li:hover {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

ul.menu-list li:first-child:hover {
    -webkit-border-radius: 25px 0 0 0;
    -moz-border-radius: 25px 0 0 0;
    border-radius: 25px 0 0 0;
}

ul.menu-list li:last-child:hover {
    -webkit-border-radius: 0 0 25px 0;
    -moz-border-radius: 0 0 25px 0;
    border-radius: 0 0 25px 0;
}

ul.menu-list li:last-child:hover  > a {
    color: #fff;
}

ul.sub-menu li a {
    background: none;
}

ul.menu-list > li:hover ul.sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 44px;
}
/**** ends menu *****/
.browse-block-outer {
    border: 5px solid #e0d9da;
}

.browse-block {
    padding: 10px 20px;
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

ol.browse-list {
    margin-left: calc(50 * -100% / 953);
    padding: 10px 0;
}

ol.browse-list li {
    border-bottom: 1px dashed #FFFFFF;
    float: left;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    margin: 0 0 0 calc(50 * 100% / 953);
    padding: 10px 0;
    width: calc(267 * 100% / 953);
    font-size: 14px;
}

.featuredjobs-outer {
    border: 5px solid #a4eef7;
    margin: 10px 0;
}

.featuredjobs-block {
    padding: 10px;
    background: #5b97c8; /* Old browsers */
    background: -moz-linear-gradient(top, #5b97c8 0%, #003c79 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b97c8), color-stop(100%, #003c79)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5b97c8 0%, #003c79 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5b97c8 0%, #003c79 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5b97c8 0%, #003c79 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5b97c8 0%, #003c79 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b97c8', endColorstr='#003c79', GradientType=0); /* IE6-8 */
}

ol.job-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -4px;
}

ol.job-list .dtblock {
    border: 2px solid #FFFFFF;
    margin: calc(2 * 100% / 960);
    width: calc(316 * 100% / 960);
    box-sizing: border-box;
}

ol.job-list li:nth-child(4n+1) .green, ol.job-list2 li:nth-child(4n+1) .green, .green, ol.job-list2 li:nth-child(4n+3) .green {
    padding: 5px;
    background: #135805; /*#135805 Old browsers */
    background: -moz-linear-gradient(top, #FF5805 0%, #458137 50%, #135805 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #135805), color-stop(50%, #458137), color-stop(100%, #135805)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FF5805 0%, #458137 50%, #135805 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FF5805 0%, #458137 50%, #135805 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FF5805 0%, #458137 50%, #135805 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FF5805 0%, #458137 50%, #135805 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5805', endColorstr='#135805', GradientType=0); /* IE6-8 */

    /*min-height: 310px;
    min-width: 470px;*/
}

ol.job-list li:nth-child(4n+2) .green {
    padding: 5px;
    background: #db34a4; /* Old browsers */
    background: -moz-linear-gradient(top, #0004A0 0%, #a80077 50%, #db34a4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db34a4), color-stop(50%, #a80077), color-stop(100%, #db34a4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0004A0 0%, #a80077 50%, #db34a4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0004A0 0%, #a80077 50%, #db34a4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0004A0 0%, #a80077 50%, #db34a4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0004A0 0%, #a80077 50%, #db34a4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0004A0', endColorstr='#db34a4', GradientType=0); /* IE6-8 */
    /*
        background: #f6f7f7; /* Old browsers */
    /*  background: -moz-linear-gradient(top, #F690F7 0%, #b709C5 50%, #f6f7f7 99%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F690F7), color-stop(50%, #b709C5), color-stop(99%, #F690F7)); /* Chrome,Safari4+ */
    /*  background: -webkit-linear-gradient(top, #F690F7 0%, #b709C5 50%, #f6f7f7 99%); /* Chrome10+,Safari5.1+ */
    /*  background: -o-linear-gradient(top, #F690F7 0%, #b709C5 50%, #f6f7f7 99%); /* Opera 11.10+ */
    /*  background: -ms-linear-gradient(top, #F690F7 0%, #b709C5 50%, #f6f7f7 99%); /* IE10+ */
    /*  background: linear-gradient(to bottom, #F690F7 0%, #b709C5 50%, #f6f7f7 99%); /* W3C */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F690F7', endColorstr='#f6f7f7', GradientType=0 ); /* IE6-8 */
}

ol.job-list li:nth-child(4n+3) .green {
    padding: 5px;
    background: #ef413d; /* Old browsers */
    background: -moz-linear-gradient(top, #ef413d 0%, #008399 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef413d), color-stop(99%, #008399)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ef413d 0%, #008399 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ef413d 0%, #008399 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ef413d 0%, #008399 99%); /* IE10+ */
    background: linear-gradient(to bottom, #ef413d 0%, #008399 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef413d', endColorstr='#008399', GradientType=0); /* IE6-8 */
}

ol.job-list2 li:nth-child(4n+3) .green {
    padding: 5px;
    background: #135805; /* Old browsers */
    background: -moz-linear-gradient(top, #135805 0%, #458137 50%, #135805 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #135805), color-stop(50%, #458137), color-stop(100%, #135805)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #135805 0%, #458137 50%, #135805 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #135805 0%, #458137 50%, #135805 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #135805 0%, #458137 50%, #135805 100%); /* IE10+ */
    background: linear-gradient(to bottom, #135805 0%, #458137 50%, #135805 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#135805', endColorstr='#135805', GradientType=0); /* IE6-8 */
}

ol.job-list li:nth-child(4n+4) .green, .green, ol.job-list2 li:nth-child(4n+2) .green, .green, ol.job-list2 li:nth-child(4n+4) .green {
    padding: 5px;
    background: #0d79d6; /* Old browsers */
    background: -moz-linear-gradient(top, #0d79d6 0%, #336600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d79d6), color-stop(100%, #336600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0d79d6 0%, #336600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0d79d6 0%, #336600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0d79d6 0%, #336600 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0d79d6 0%, #336600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d79d6', endColorstr='#336600', GradientType=0); /* IE6-8 */
}

.topjoblist:nth-child(odd) {
    background-color: #033;
}

ol.job-list li>div {
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
}

ol.job-list li a.linkbtn {
    margin: 6px;
}

ol.job-list .img-block {
    /* float: right; */
    width: auto;
    padding: 0px 0;
}

ol.job-list.job-list2 .img-block {
    float: left;
    width: 220px;
}

ol.job-list.job-list2 .block-info {
    float: left;
    width: 430px;
}

.top-list-outer {
    border: 2px solid #a4eef7;
    margin: 10px 0;
}

.top-list-block {
    padding: 10px;
    background: #033;
}

ol.top-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ol.top-list>li {
    float: left;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    margin: 0px 3px;
    width: calc(315 * 100% / 979);
}

.job-detail {
    padding: 0 5px;
}

.topjoblist {
    min-height: 120px;
    background-color: #069;
    border-radius: 5px;
    margin: 1px 2px;
    padding: 2px;
}

.topjoblist>h3 {
    padding-left: 3px;
}

li.featured-list {
    float: left;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    width: 275px;
}

a.view-more {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}

a.view-more:hover, h3 a:hover {
    color: #000000;
}

.round5, form.login-form div.submit input, form.login-form div.input input, form.search-form div.submit input, form.search-form div.text input {
    -webkit-border-radius: 25px 0 25px 0;
    -moz-border-radius: 25px 0 25px 0;
    border-radius: 25px 0 25px 0;
}

form.search-form div.text input {
    width: 100%;
    box-sizing: border-box;
}

.round10 {
    border-radius: 10px;
}

form.login-form div.submit input, form.search-form div.submit input {
    -moz-box-shadow: 0px 0px 5px #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px #FFFFFF;
    box-shadow: 0px 0px 5px #FFFFFF;
    text-shadow: 0px 2px 2px #333333;
    -moz-text-shadow: 0px 0px 5px #FFFFFF;
    -webkit-text-shadow: 0px 0px 5px #FFFFFF;
}

div.seekerlogin-outer, div.employerlogin-outer, div.resumebox-outer {
    float: left;
    width: calc(332 * 100% / 1003);
    margin: 1px;
    border: 3px solid #FFF;
    box-sizing: border-box;
}

div.seekerlogin-block,
div.employerlogin-block,
div.resumebox-block {
    padding: 13px 20px;
}


.inner-page-column-1 div.seekerlogin-outer,
.inner-page-column-1 div.employerlogin-outer,
.inner-page-column-1 div.resumebox-outer {
    width: 100% !important;
}

div.seekerlogin-block {
    /* background: #135805; */
    background: rgb(19, 88, 5); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTM1ODA1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjOGFhNTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzNTgwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, rgba(19, 88, 5, 1) 0%, rgba(138, 165, 0, 1) 47%, rgba(19, 88, 5, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(19, 88, 5, 1)), color-stop(47%, rgba(138, 165, 0, 1)), color-stop(100%, rgba(19, 88, 5, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgba(19, 88, 5, 1) 0%, rgba(138, 165, 0, 1) 47%, rgba(19, 88, 5, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(19, 88, 5, 1) 0%, rgba(138, 165, 0, 1) 47%, rgba(19, 88, 5, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(19, 88, 5, 1) 0%, rgba(138, 165, 0, 1) 47%, rgba(19, 88, 5, 1) 100%); /* IE10+ */
    background: linear-gradient(45deg, rgba(19, 88, 5, 1) 0%, rgba(138, 165, 0, 1) 47%, rgba(19, 88, 5, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#135805', endColorstr='#135805', GradientType=1); /* IE6-8 fallback on horizontal gradient */

}

div.employerlogin-block {
    background: #df252a; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: -moz-linear-gradient(top, #df252a 0%, #ffb600 50%, #df252a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df252a), color-stop(50%, #ffb600), color-stop(100%, #df252a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #df252a 0%, #ffb600 50%, #df252a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #df252a 0%, #ffb600 50%, #df252a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #df252a 0%, #ffb600 50%, #df252a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #df252a 0%, #ffb600 50%, #df252a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df252a', endColorstr='#df252a', GradientType=0); /* IE6-8 */
}

div.resumebox-block {
    background: #db34a4; /* Old browsers */
    background: -moz-linear-gradient(top, #db34a4 0%, #a80077 50%, #db34a4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db34a4), color-stop(50%, #a80077), color-stop(100%, #db34a4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #db34a4 0%, #a80077 50%, #db34a4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #db34a4 0%, #a80077 50%, #db34a4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #db34a4 0%, #a80077 50%, #db34a4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #db34a4 0%, #a80077 50%, #db34a4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db34a4', endColorstr='#db34a4', GradientType=0); /* IE6-8 */
}

.green-title h2, .rose-title h2, .blue-title h2 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 29px;
    line-height: 32px;
    padding: 2px 5px 10px;
    text-align: center;
    text-shadow: 1px 2px 1px #000;
}

.green-title, .rose-title, .blue-title {
    position: relative;
    margin: 0 11px 15px;
}

.green-title span, .rose-title span, .blue-title span {
    position: absolute;
    top: 0px;
    width: 31px;
    height: 44px;
}

.green-title span.title-left, .rose-title span.title-left, .blue-title span.title-left {
    left: -31px;
}

.green-title span.title-right, .rose-title span.title-right, .blue-title span.title-right {
    right: -31px;
}

.green-title {
    background: url(../images/green-title-mid.png) repeat-x left top;
}

.green-title span.title-left {
    background: url(../images/green-title-left.png) no-repeat left top;
}

.green-title span.title-right {
    background: url(../images/green-title-right.png) no-repeat right top;
}

.rose-title {
    background: url(../images/rose-title-mid.png) repeat-x left top;
}

.rose-title span.title-left {
    background: url(../images/rose-title-left.png) no-repeat left top;
}

.rose-title span.title-right {
    background: url(../images/rose-title-right.png) no-repeat right top;
}

.blue-title {
    background: url(../images/blue-title-mid.png) repeat-x left top;
}

.blue-title span.title-left {
    background: url(../images/blue-title-left.png) no-repeat left top;
}

.blue-title span.title-right {
    background: url(../images/blue-title-right.png) no-repeat right top;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.resume-left {
    width: 55%;
    float: left;
}

.resume-img {
    width: 45%;
    float: right;
}

.resume-img>img {
    display: block;
    height: auto;
    max-width: 100%;
    padding: 0 0 0 5px;
    box-sizing: border-box;
}

p.resume-des {
    line-height: 14px;
    padding: 0 0 15px;
}

.footer-outer {
    border: 3px solid #FFF;
    -moz-box-shadow: 0 1px 3px #AAAAAA;
    -webkit-box-shadow: 0 1px 3px #AAAAAA;
    box-shadow: 0 1px 3px #AAAAAA;
}

.footer-top {
    padding: 10px 30px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #0d79d6; /* Old browsers */
    background: -moz-linear-gradient(top, #0d79d6 0%, #164e8f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d79d6), color-stop(100%, #164e8f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0d79d6 0%, #164e8f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0d79d6 0%, #164e8f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0d79d6 0%, #164e8f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0d79d6 0%, #164e8f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d79d6', endColorstr='#164e8f', GradientType=0); /* IE6-8 */
}

.footer-bottom {
    padding: 15px 30px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: #08366b;
}

.copy {
    float: right;
    margin: 14px 0 0;
}

.footer-bottom .copy {
    width: calc(255 * 100% / 937);
    margin: 7px 0 0;
    text-align: right;
}

.footer-bottom .copy>a {
    display: block;
}

.small-text {
    font-size: 9px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

ul.share-list {
    float: right;
    margin-top: 5px;
}

ul.share-list li {
    float: left;
    margin: 12px 25px 0 0;
}

ul.share-list li.facebook a {
    background: url(../images/facebook-icon.png) no-repeat left top;
}

ul.share-list li.rss a {
    background: url(../images/rss-icon.png) no-repeat left top;
}

ul.share-list li a {
    display: block;
    height: 15px;
    padding: 5px 0 5px 32px;
    line-height: 15px;
}

ul.share-list li:hover a {
    background-position: left bottom;
}

#init {
    color: #FFF;
    background-color: rgba(0, 102, 102, 0.2);
    color: #FFF;
    padding: 4px;
    font-size: 13px;
    font-style: italic;
    border-radius: 3px;
}

form.login {
    padding: 5px 0 0;
    width: 100%;
}

form.login div.input label {
    display: none;
}

form.login div.text input, form.login div.password input {
    padding: 8px;
    width: 260px;
    font-weight: bold;
    margin: 5px 0;
}

form.login div.submit input {
    height: 35px;
    margin: 6px 0;
    padding: 2px 12px;
    font-size: 16px;
    float: left;
    line-height: 28px;
    /* width: 80px; */
}

form.login-form-column div.input {
    float: none;
}

form.login-form-column div.input input{
    width: 100%;
    box-sizing: border-box;
}

ul.login-option {
    float: right;
    width: 185px;
}

ul.login-option li {
    background: url(../images/login-option.png) no-repeat left center;
    margin: 17px 0 0 7px;
    padding: 0 0 0 7px;
    float: left;
    font-size: 12px;
}

ul.login-option li:first-child {
    background: none;
    margin: 17px 0 0 0;
    padding: 0;
}

ul.menu-list.child-menu>li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    white-space: nowrap;
    background: #164e8f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: -moz-linear-gradient(top, #164e8f 17%, #164e8f 50%, #0e76d0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #164e8f), color-stop(50%, #164e8f), color-stop(100%, #0e76d0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #164e8f 17%, #164e8f 50%, #0e76d0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #164e8f 17%, #164e8f 50%, #0e76d0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #164e8f 17%, #164e8f 50%, #0e76d0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #164e8f 17%, #164e8f 50%, #0e76d0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#164e8f', endColorstr='#0e76d0', GradientType=0); /* IE6-8 */
    -webkit-box-shadow: 1px 1px 5px #000000;
    box-shadow: 1px 1px 5px #000000;
    -moz-box-shadow: 1px 1px 5px #000000;
}

.red-btn input, ul.menu-list li:hover, ul.menu-list li.active,
.head-top-employer .sticky ul.menu-list li:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+49,111111+60,2b2b2b+76,1c1c1c+91,131313+100 */
    background: rgb(76,76,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 49%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 49%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 49%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

.rose-btn input {
    background: #db34a4; /* Old browsers */
    background: -moz-linear-gradient(top, #db34a4 0%, #a80077 50%, #db34a4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db34a4), color-stop(50%, #a80077), color-stop(100%, #db34a4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #db34a4 0%, #a80077 50%, #db34a4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #db34a4 0%, #a80077 50%, #db34a4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #db34a4 0%, #a80077 50%, #db34a4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #db34a4 0%, #a80077 50%, #db34a4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db34a4', endColorstr='#db34a4', GradientType=0); /* IE6-8 */
}

.green-btn input {
    background: #539a19; /* Old browsers */
    background: -moz-linear-gradient(top, #539a19 0%, #0d5204 50%, #539a19 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #539a19), color-stop(50%, #0d5204), color-stop(100%, #539a19)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #539a19 0%, #0d5204 50%, #539a19 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #539a19 0%, #0d5204 50%, #539a19 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #539a19 0%, #0d5204 50%, #539a19 100%); /* IE10+ */
    background: linear-gradient(to bottom, #539a19 0%, #0d5204 50%, #539a19 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#539a19', endColorstr='#539a19', GradientType=0); /* IE6-8 */
}

.yellow-btn input, .yellow-btn a {
    background: #fdb913; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdb913), color-stop(50%, #f7941e), color-stop(100%, #fdb913)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdb913 0%, #f7941e 50%, #fdb913 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdb913 0%, #f7941e 50%, #fdb913 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdb913 0%, #f7941e 50%, #fdb913 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdb913 0%, #f7941e 50%, #fdb913 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb913', endColorstr='#fdb913', GradientType=0); /* IE6-8 */
}

.red-btn input:hover, .green-btn input:hover, .yellow-btn input:hover, .rose-btn input:hover {
    background: #061254; /* Old browsers */
    background: -moz-linear-gradient(top, #061254 0%, #000000 50%, #061254 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #061254), color-stop(50%, #000000), color-stop(100%, #061254)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #061254 0%, #000000 50%, #061254 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #061254 0%, #000000 50%, #061254 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #061254 0%, #000000 50%, #061254 100%); /* IE10+ */
    background: linear-gradient(to bottom, #061254 0%, #000000 50%, #061254 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#061254', endColorstr='#061254', GradientType=0); /* IE6-8 */
}

.footer-session {
    float: left;
    width: calc(115 * 100% / 614);
    margin: 0 30px 0 0;
}

.footer-session2 {
    width: 85px;
}

.footer-session-right {
    width: calc(615 * 100% / 937);
    float: left;
}

.footer-logo {
    float: right;
    width: calc(300 * 100% / 937);
    padding: 8px 0 8px;
}

.footer-logo h6 a {
    background: url("../images/logo.png") no-repeat center/contain transparent;
    display: block;
    height: 92px;
    text-indent: -99999px;
    width: 100%px;
}

h6.footer-caption {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0 0 24%;
}

dl.job-status, dl.employer-status, dl.seeker-status {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    position: relative;
    float: left;
    margin: 0 calc(30 * 100% / 937) 0 0;
    width: calc(145 * 100% / 937);
}

dl.seeker-status {
    margin: 0px;
}

dl.job-status dd, dl.employer-status dd, dl.seeker-status dd {
    font-size: 27px;
    line-height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
}

dl.job-status dt, dl.employer-status dt, dl.seeker-status dt {
    padding: 32px 0 0 0;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
    zoom: 1;
}

.center {
    clear: both;
    text-align: center;
    margin: 0 auto;
}

.width-full {
    width: 100%;
}

/*### Custom CSS ###*/

.inner-page-column-1 {
    float: right;
    width: calc(270 * 100% / 1003);;
}

.inner-page-column-2 {
    float: right;
    border-radius: 5px;
    border: 5px solid #A4EEF7;
    width: calc(728 * 100% / 1003);
    box-sizing: border-box;
}

.big-sidebar .inner-page-column-2 {
    width: calc(700 * 100% / 1003);
}

.big-sidebar .inner-page-column-1 {
    width: calc(300 * 100% / 1003);
    overflow: hidden;
}

.big-sidebar .inner-page-column-1 .adsbygoogle {
    width: 100% !important;
}

.big-sidebar .inner-page-column-1 .adsbygoogle>ins {
    display: block !important;
    width: 100% !important;
}

.big-sidebar .inner-page-column-1 .adsbygoogle>ins>ins {
    width: 100% !important;
}

.big-sidebar .inner-page-column-1 .adsbygoogle>ins>ins>iframe {
    position: static !important;
    width: 300px !important;
    display: block;
    margin: 0 auto;
}

.inner-page-column-2-inner {
    border-radius: 5px;
    background: #5b97c8; /* Old browsers */
    background: -moz-linear-gradient(top, #5b97c8 0%, #003c79 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b97c8), color-stop(100%, #003c79)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5b97c8 0%, #003c79 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5b97c8 0%, #003c79 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5b97c8 0%, #003c79 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5b97c8 0%, #003c79 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b97c8', endColorstr='#003c79', GradientType=0); /* IE6-8 */
    padding: 10px;
}

.featured_side {
    border: 5px solid #fafafa;
    padding: 10px;
    margin-bottom: 10px;
    background: #556B2F; /* 038DCB; /* #6633cc; */
    border-radius: 10px 10px 10px 10px;
}

.featured_side .info {
    margin-top: 10px;
}

.featured_emp_side {
    border: 5px solid #fafafa;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    background: #e4e4e4; /* 038DCB; /* #6633cc; */
    border-radius: 10px 10px 10px 10px;
    text-align: center;
}

.featured_emp_side .info {
    margin-top: 10px;
}

.featured_emp_side h2 {
    color: #333;
}

.related_side {
    border: 5px solid #fafafa;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    background: #936; /* Old browsers */
    border-radius: 10px 10px 10px 10px;
}

.related_side .info {
    margin-top: 10px;
}

.form_container1 {
    margin-bottom: 10px;
}

.form_container1 h2 {
    padding-left: 5px;
}

.form_container1 p.msg {
    padding-left: 5px;
    padding: 5px;
}

.form_container1 table tr td {
    padding: 5px;
    vertical-align: middle;
}

.form_container1 label {
    font-size: 15px;
    font-weight: bold;
    padding: 8px 0;
}

.form_container1 .label {
    font-size: 15px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}

.form_container1 input[type="text"] {
    font-family: Arial, Helvetica, sans-serif;
    color: #036;
    padding: 6px;
    border: #903 solid 1px;
    font-size: 13px;
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, .9);
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, .9);
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, .9);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form_container1 input[type="password"] {
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px;
    border: none;
    font-size: 13px;
    -moz-box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, .9);
    -webkit-box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, .9);
    box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, .9);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form_container1 select {
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px;
    border: none;
    font-size: 13px;
    /*-moz-box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, .9);
    -webkit-box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, .9);
    box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, .9);*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form_container1 textarea {
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px;
    border: none;
    font-size: 13px;
    -moz-box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, .9);
    -webkit-box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, .9);
    box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, .9);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form_container1 input[type="submit"], .form_container1 button, .cbutton1 {
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 2px 10px;
    width: auto;
    height: 27px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    background: #d22358; /* Old browsers */
    background: -moz-linear-gradient(top, #d22358 0%, #920d3e 50%, #d22358 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d22358), color-stop(50%, #920d3e), color-stop(100%, #d22358)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d22358 0%, #920d3e 50%, #d22358 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d22358 0%, #920d3e 50%, #d22358 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d22358 0%, #920d3e 50%, #d22358 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d22358 0%, #920d3e 50%, #d22358 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d22358', endColorstr='#d22358', GradientType=0); /* IE6-9 */
    -moz-box-shadow: 0px 0px 5px #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px #FFFFFF;
    box-shadow: 0px 0px 5px #FFFFFF;
    text-shadow: 0px 2px 2px #333333;
    -moz-text-shadow: 0px 2px 2px #333333;
    -webkit-text-shadow: 0px 2px 2px #333333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 2px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.form_container1 input[type="submit"]:hover, .form_container1 button:hover, .cbutton1:hover {
    background: #061254; /* Old browsers */
    background: -moz-linear-gradient(top, #061254 0%, #000000 50%, #061254 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #061254), color-stop(50%, #000000), color-stop(100%, #061254)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #061254 0%, #000000 50%, #061254 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #061254 0%, #000000 50%, #061254 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #061254 0%, #000000 50%, #061254 100%); /* IE10+ */
    background: linear-gradient(to bottom, #061254 0%, #000000 50%, #061254 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#061254', endColorstr='#061254', GradientType=0); /* IE6-8 */
    color: #FFF;
}

div.middle {
    padding-top: 2px;
    padding-bottom: 2px;
}

.middle p, .middle li {
    line-height: 200%;
    padding: 5px;
}

.middle textarea {
    width: 80%;
}

h2.underline {
    border-bottom: 2px solid #97c7ef;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.underline2 {
    border-bottom: 2px solid #97c7ef;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#success, #error, #security, #lyrsuccess {
    display: none;
}

label.error {
    padding-left: 5px;
    font-weight: normal;
}

.success {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    font-style: italic;
    text-align: left;
    width: auto;
    background: url(icons/green.png) no-repeat scroll 10px 10px #E9FAD0;
    border: 1px solid #AEE756;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #525252;
    padding: 14px 10px 10px 44px;
    line-height: 120%;
}

.success-msg {
    background-color: #e9fad0;
    border: 1px solid #aee756;
    border-radius: 4px;
    clear: both;
    color: #525252;
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 120%;
    padding: 10px;
    text-align: justify;
    width: auto;
}

.error {
    padding: 2px;
    display: block;
    width: auto;
    background-color: #E0122F; /* #D22358; */
    border: 1px solid #FF3333;
    border-radius: 4px 4px 4px 4px;
    clear: both; /* color: #FFFFFF; */
}

.field h6 {
    font-size: 12px;
}

.advertise p {
    margin: 5px 5px 15px 5px;
}

.advertise ul {
    margin: 5px;
    padding-left: 30px;
}

.advertise ul li {
    list-style-type: disc;
    padding-left: 5px;
}

.advertise h3 {
    margin: 0 5px;
}

.advertise_table table {
    background: rgba(255, 255, 255, 0.05);
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.advertise_table table td {
    background: rgba(255, 255, 255, 0.05);
    padding: 5px;
}

.advertise_table th {
    background: rgba(255, 255, 255, 0.15);
}

.job-list2 {
    margin-left: 0 !important;
}

.job-list2 li {
    width: 100% !important;
    float: none !important;
    margin: 5px 0;
}

.job-list2 li div {
    padding: 5px;
}

.job-list2 li div#fb-root {
    padding: 0 !important;
}

.job-list2 dl.job-detail {
    float: left;
    margin-left: 20px;
}

.info li:nth-child(odd) {
    background: linear-gradient(to bottom, #0D79D6 0%, #994980 100%) repeat scroll 0 0 transparent;
    /* orange red
    background: linear-gradient(to bottom, #DF252A 0%, #FFB600 50%, #DF252A 100%) repeat scroll 0 0 transparent;
    */
}

.info li:nth-child(even) {
    background: linear-gradient(to bottom, #135805 0%, #458137 50%, #ACAF23 100%) repeat scroll 0 0 transparent;
}

.apply_hold {
    display: block;
    text-align: right;
    margin-right: 5px;
}

.seekerlogin-outer2 {
    border-width: 5px !important;
    width: calc(270 * 100% / 1003) !important;
}

/*.inner-page-column-3 { width:650px;}*/
.employer h2 {
    padding-left: 0 !important;
    font-size: 24px !important;
}

.employer h1 {
    padding-bottom: 10px;
}

.user_menu {
    margin: 10px 0;
}

.user_menu li {
    padding: 3px 0;
}

.user_menu a {
    font-size: 14px;
    font-weight: bold;
}

#loading {
    display: none;
}

.employer ul {
    padding-left: 20px;
}

.employer ul li {
    list-style-type: disc;
}

.employer p {
    margin: 5px 5px 15px 5px;
}

.employer ul li p {
    margin: 0 !important;
}

.logo-bg {
    background-color: #FFF;
    border-radius: 5px;
    padding: 2px;
}

.cbutton1 {
    padding: 7px 15px;
}

.job-list5 dl.job-detail {
    width: 650px;
}

.apply_page_member {
    height: 800px !important;
}

.apply_page_guest {
    height: 610px !important;
}

.slogan {
    margin-top: 15px;
}

.top_links {
    margin: 0;
    text-align: center;
    padding-top: 30px;
}

.personal-cabinet .slogan {
    margin-top: 35px;
}

.top_links li {
    display: inline;
    margin: 0 10px;
}

.top_links li span {
    margin-right: 5px;
}

.top_links li {
    font-size: 14px;
    font-weight: bold;
}

.seperator {
    border-bottom-color:#e4e4e4 solid 1px;
}

.job-intro-section {
    background-color: #332635;
    border-radius: 10px;
    border: #e4e4e4 solid 1px;
    opacity: 0.9;
}

.job-intro {
    font-size: 14px;
    font-family: Calibri, Arial, Tahoma;
    font-weight: bold;
    font-style: italic;
    line-height: 125%;
}

.job-intro-section {
    padding: 10px;
}

#job-des li {
    background: none;
}

.job-des {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    background-color: rgba(0, 102, 102, 0.2);
    border-radius: 5px;
    padding: 3px; /* border: #e4e4e4 solid 1px; */
    word-wrap: break-word;
}

.job-des ul {
    margin-left: 15px;
!important background : none;
!important border : none;
!important
}

.job-des ul li {
    background-color: : none;
    border: hidden;
}

.tdtitle {
    background-color: #CCC;
    color: #000;
}

.rtl {
    /**/
    direction: rtl;
    unicode-bidi: bidi-override;
}

.hide {
    display: none;
}

.expired {
    background-image: url(../../../images/icons/expired.png);
    background-position: right center;
    background-repeat: no-repeat;
}

/* background colors */
.bg-green {
    background-color: #063;
}

a.linkbtn {
    color: #000;
    background: -moz-linear-gradient(top, #8DD297 0%, #398525 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8DD297), color-stop(100%, #398525)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
    padding: 4px 8px;
    margin: 2px;
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #9F6;
    border-radius: 1px 10px 1px 10px;
    font: bold 11px Helvetica, Sans-Serif;
    text-align: center;
    text-shadow: 0px 1px 2px #b4d1ad;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    float: right;
}

a.linkbtn:hover {
    color: #FFF;
    border: 1px solid #5ea617;
    background: #398525; /* old browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top, #f47a20, #faa51a);
}

.vis {
    display: none;
}

#l_container {
    float: left;
    width: calc(390 * 100% / 1003);
    height: 100%;
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}

#l_container h1 {
    height: 100%;
}

#l_container h1 a {
    float: none;
    width: 83%;
    margin: 0 auto;
    background-size: contain;
    height: 100%;
    background-position: center;

  }

#histats_counter {
    display: block;
    width: 390px;
    padding-left: 40px;
    float: left;
}

.pagination {
    text-align: right;
    font-size: 11px;
    display: block;
}

.listing {
    background-color: rgba(0, 102, 102, 0.75);
    color: #FFF;
    padding: 4px;
    font-size: 13px;
    font-style: italic;
    border-radius: 3px;
}

#pagination ul {
    border: 0;
    margin: 15px;
    padding: 10px;
    float: right;
    display: block;
}

#pagination li {
    border: 0;
    margin: 1px;
    padding: 0;
    font-size: 11px;
    list-style: none;
    display: inline-block;
	width: auto !important;
}

#pagination a {
    border: solid 1px #663366;
    margin-right: 2px;
    color: #606;
    background-color: #C9F;
    border-radius: 1px;
}

#pagination .previous-off, #pagination .next-off {
    border: solid 1px #DEDEDE;
    color : #888888;
    display:block;
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding:3px 4px;
}
#pagination .next a, #pagination .previous a {
    font-weight: bold;
}

#pagination .active {
    background: #99F;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 3px 4px;
    border: solid 1px #036;
}

#pagination a:link, #pagination a:visited {
    color: #0e509e;
    display : block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
}

#pagination a:hover {
    border: solid 1px #0e509e;
    background-color: #99F;
    color: #036;
    margin-right: 2px;
}

.yellow_small_text {
    color: #9F0;
    font-size: 9px;
    text-align: left;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.profile_photo {
    border-radius: 10px;
}

/* table styles */
.navy-table {
    background-color: #036;
    border-spacing: 10px;
    border-collapse: separate;
    padding: 5px;
    border-radius: 10px
}

/* div styles */
div.blue {
    background: linear-gradient(to bottom, #3775DD 0px, #3455C1 100%) repeat scroll 0 0 #3261C3;
    border: 1px solid #053496;
    box-shadow: 0 1px 3px 0 rgba(92, 195, 244, 0.8) inset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}

div.dark-blue {
    background: linear-gradient(to bottom, #26376A 0px, #192446 100%) repeat scroll 0 0 #2F477A;
    border: 1px solid #053496;
    box-shadow: 0 1px 3px 0 rgba(92, 195, 244, 0.8) inset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}

div.orange {
    background: linear-gradient(to bottom, #DB7000 0px, #A13700 100%) repeat scroll 0 0 #DB7000;
    border: 1px solid #053496;
    box-shadow: 0 1px 3px 0 rgba(92, 195, 244, 0.8) inset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}

div.light-green {
    background: linear-gradient(to bottom, #37941B 0px, #297817 100%) repeat scroll 0 0 #37941B;
    border: 1px solid #053496;
    box-shadow: 0 1px 3px 0 rgba(92, 195, 244, 0.8) inset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}

div.dark-green {
    background: linear-gradient(to bottom, #135805 0px, #297817 100%) repeat scroll 0 0 #135805;
    border: 1px solid #053496;
    box-shadow: 0 1px 3px 0 rgba(92, 195, 244, 0.8) inset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}

div.purple {
    background: linear-gradient(to bottom, #754CBF 0px, #6B44A4 100%) repeat scroll 0 0 #6B44A4 !important;
    border: 1px solid #053496;
    box-shadow: 0 1px 3px 0 rgba(92, 195, 244, 0.8) inset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}

div.meroon {
    background: linear-gradient(to bottom, #6E123D 0px, #4E0828 100%) repeat scroll 0 0 #541C36;
    border: 1px solid #053496;
    box-shadow: 0 1px 3px 0 rgba(92, 195, 244, 0.8) inset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}

div.grey {
    background: linear-gradient(to bottom, #6B6461 0px, #4F4B49 100%) repeat scroll 0 0 #6B6461;
    border: 1px solid #053496;
    box-shadow: 0 1px 3px 0 rgba(92, 195, 244, 0.8) inset;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* button styles
class="btn btn-warning" - yellow
class="btn btn-primary" - blue
class="btn btn-danger" - red
class="btn btn-success" - green
class="btn btn-info" - cyan
class="btn btn-inverse" - black
*/
.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    *margin-left: .3em
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #e6e6e6
}

.btn:active, .btn.active {
    background-color: #ccc;

}

.btn:first-child {
    *margin-left: 0
}

.btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.active, .btn:active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    outline: 0
}

.btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    background-color: #e6e6e6;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-large {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.btn-large [class^="icon-"] {
    margin-top: 1px
}

.btn-small {
    padding: 5px 9px;
    font-size: 12px;
    line-height: 16px
}

.btn-small [class^="icon-"] {
    margin-top: -1px
}

.btn-mini {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 14px
}

.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    border-radius: 5px;
}

.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
}

.btn-primary {
    background-color: #0095d9;
    background-image: -moz-linear-gradient(top, #00afff, #006d9f);
    background-image: -ms-linear-gradient(top, #00afff, #006d9f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00afff), to(#006d9f));
    background-image: -webkit-linear-gradient(top, #00afff, #006d9f);
    background-image: -o-linear-gradient(top, #00afff, #006d9f);
    background-image: linear-gradient(top, #00afff, #006d9f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afff', endColorstr='#006d9f', GradientType=0);
    border-color: #006d9f #006d9f #003953;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #006d9f
}

.btn-primary:active, .btn-primary.active {
    background-color: #004a6c;

}

.btn-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #f89406
}

.btn-warning:active, .btn-warning.active {
    background-color: #c67605;

}

.btn-danger {
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #bd362f
}

.btn-danger:active, .btn-danger.active {
    background-color: #942a25;

}

.btn-success {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #51a351
}

.btn-success:active, .btn-success.active {
    background-color: #408140;
}

.btn-info {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #2f96b4
}

.btn-info:active, .btn-info.active {
    background-color: #24748c;
}

.btn-inverse {
    background-color: #414141;
    background-image: -moz-linear-gradient(top, #555, #222);
    background-image: -ms-linear-gradient(top, #555, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222));
    background-image: -webkit-linear-gradient(top, #555, #222);
    background-image: -o-linear-gradient(top, #555, #222);
    background-image: linear-gradient(top, #555, #222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222
}

.btn-inverse:active, .btn-inverse.active {
    background-color: #080808;
}

button.btn, input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px
}

button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}

/* messages */
.alert-message {
    position: relative;
    padding: 7px 15px;
    margin-bottom: 5px;
    color: #404040;
    background-color: #eedc94;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
    background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
    background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
    background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
    background-image: -o-linear-gradient(top, #fceec1, #eedc94);
    background-image: linear-gradient(top, #fceec1, #eedc94);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #eedc94 #eedc94 #e4c652;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.alert-message a {
    font-weight: bold;
    color: #404040;
}

.alert-message.danger p a,
.alert-message.error p a,
.alert-message.success p a,
.alert-message.info p a {
    color: #ffffff;
}

.alert-message h5 {
    line-height: 18px;
}

.alert-message p {
    margin-bottom: 0;
}

.alert-message div {
    margin-top: 5px;
    margin-bottom: 2px;
    line-height: 28px;
}

.alert-message .btn {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.alert-message.block-message {
    background-image: none;
    background-color: #fdf5d9;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 14px;
    border-color: #fceec1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.alert-message.block-message li {
    color: #404040;
}

.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-message.block-message.error {
    background-color: #fddfde;
    border-color: #fbc7c6;
}

.alert-message.block-message.success {
    background-color: #d1eed1;
    border-color: #bfe7bf;
}

.alert-message.block-message.info {
    background-color: #ddf4fb;
    border-color: #c6edf9;
}

.alert-message.block-message.danger p a,
.alert-message.block-message.error p a,
.alert-message.block-message.success p a,
.alert-message.block-message.info p a {
    color: #404040;
}

.forms-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
}

.forms-list .seekerlogin-block,
.forms-list .employerlogin-block,
.forms-list .resumebox-block {
    height: 100%;
    box-sizing: border-box;
}

.mb10 {
    margin-bottom: 10px;
}

.main-menu-handle,
#main-menu-data {
    display: none;
}

.main-menu-handle {
    position: absolute;
    top: 20px;
    right: 6%;
    width: 27px;
    height: 23px;
    cursor: pointer;
    z-index: 11;
}

.main-menu-handle > span {
    position: absolute;
    left: 5%;
    width: 100%;
    height: 4px;
    top: 0;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.main-menu-handle > span:nth-child(2) {
    top: 11px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.main-menu-handle > span:nth-child(3) {
    top: 22px;
}

.sticky #main-menu-data:checked + label + .menu-wrapper {
    visibility: visible;
    opacity: 1;
}

.sticky #main-menu-data:checked + label > span:first-child {
    -moz-transform: rotate(45deg) translateX(4px) translateY(-5px);
    -ms-transform: rotate(45deg) translateX(4px) translateY(-5px);
    -webkit-transform: rotate(45deg) translateX(4px) translateY(-5px);
    transform: rotate(45deg) translateX(4px) translateY(-5px);
}

.sticky #main-menu-data:checked + label > span:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.sticky #main-menu-data:checked + label > span:nth-child(3) {
    -moz-transform: rotate(-45deg) translateX(7px) translateY(2px);
    -ms-transform: rotate(-45deg) translateX(7px) translateY(2px);
    -webkit-transform: rotate(-45deg) translateX(7px) translateY(2px);
    transform: rotate(-45deg) translateX(7px) translateY(2px);
}

.sticky .menu-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 80%;
    margin: 0 -10px 0 -31px;
    padding: 60px 10px 0 10px;
    top: 0;
    right: 0;
    background: #164e8f;
    -webkit-box-shadow: 1px 1px 5px #000000;
    box-shadow: 1px 1px 5px #000000;
    -moz-box-shadow: 1px 1px 5px #000000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10;
}

.sticky ul.menu-list {
    height: auto;
    min-width: 0;
    text-align: right;
}
.sticky ul.menu-list > li {
    display: block;
    font-size: 21px;
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.2;
}

.sticky ul.menu-list li:first-child {
    background: url(../images/menu-list-inner.png) no-repeat center top;
}

.sticky ul.menu-list:after {
    content: none;
}


.radio-wrapper {
    display: inline-block;
}


.show-on-mobile {
    display: none !important;
}


.inner-page-column-2 .navy-table iframe {
    max-width: 100%;
}

#cke_company_profile iframe.cke_wysiwyg_frame {
    width: 100% !important;
}

.name {
    font-weight: 300;
    font-size: 38px;
    margin: 0px 0px 0px 0px;
    line-height: 120%;
    font-family: 'Open sans', sans-serif;
}

.education {
    background-color: #8cafed;
    color: #0d0d0d;
}
.education h3, .experience h3{
    color: #0d0d0d;
}
.experience {
    background-color: #b4d1ad;
    color: #0d0d0d;
}
.navy-table select option {
    background-color:#FFF!important;
    padding: 2px;
}

.delete-work {
    cursor: pointer;
}

.job-list2 form input[type="text"],
.job-list2 form textarea {
    width: 100%;
    box-sizing: border-box;
}