/* @override 
	http://older.nichestud.io/wp-content/themes/jobroller-older/style.css
	http://older.nichestud.io/wp-content/themes/jobroller/style.css
*/

/*
Theme Name: JobRoller Older Workers
Description:
Author: Niche Studio
Author URL: http://forums.appthemes.com/members/takanakui/
Template: jobroller
*/

@import url("styles/jobroller.css");
@import url("styles/style-pro-gray.css");

body {
    font: 12px/1.8em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    background-color: white;
}

a {
    color: #3687C3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    padding: 8px 10px;
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
    background-repeat: repeat-x;
    font-weight: bold;
    color: white;
    background-color: #AAAAAA;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AAAAAA), color-stop(100%,#666666));
    background-image: -webkit-linear-gradient(top,  #AAAAAA 0%, #666666 100%);
    background-image:    -moz-linear-gradient(top,  #AAAAAA 0%, #666666 100%);
    background-image:     -ms-linear-gradient(top,  #AAAAAA 0%, #666666 100%);
    background-image:      -o-linear-gradient(top,  #AAAAAA 0%, #666666 100%);
    background-image:         linear-gradient(to bottom, #AAAAAA 0%, #666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AAAAAA', endColorstr='#666666',GradientType=0 );
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.btn:hover,
.btn:focus {
    color: white;
    text-decoration: none;
    
    background-color: #C4C4C4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C4C4C4), color-stop(100%,#808080));
    background-image: -webkit-linear-gradient(top,  #C4C4C4 0%, #808080 100%);
    background-image:    -moz-linear-gradient(top,  #C4C4C4 0%, #808080 100%);
    background-image:     -ms-linear-gradient(top,  #C4C4C4 0%, #808080 100%);
    background-image:      -o-linear-gradient(top,  #C4C4C4 0%, #808080 100%);
    background-image:         linear-gradient(to bottom, #C4C4C4 0%, #808080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C4C4C4', endColorstr='#808080',GradientType=0 );
}

.btn:active {
    background-color: #919191;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#919191), color-stop(100%,#4D4D4D));
    background-image: -webkit-linear-gradient(top,  #919191 0%, #4D4D4D 100%);
    background-image:    -moz-linear-gradient(top,  #919191 0%, #4D4D4D 100%);
    background-image:     -ms-linear-gradient(top,  #919191 0%, #4D4D4D 100%);
    background-image:      -o-linear-gradient(top,  #919191 0%, #4D4D4D 100%);
    background-image:         linear-gradient(to bottom, #919191 0%, #4D4D4D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#4D4D4D',GradientType=0 );
}

.section_footer li.apply a.active,
ul.section_footer .job-edit-link,
.btn.btn-orange {
    background-color: #fbb857;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbb857), color-stop(100%,#ea864d));
    background-image: -webkit-linear-gradient(top,  #fbb857 0%, #ea864d 100%);
    background-image:    -moz-linear-gradient(top,  #fbb857 0%, #ea864d 100%);
    background-image:     -ms-linear-gradient(top,  #fbb857 0%, #ea864d 100%);
    background-image:      -o-linear-gradient(top,  #fbb857 0%, #ea864d 100%);
    background-image:         linear-gradient(to bottom, #fbb857 0%, #ea864d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb857', endColorstr='#ea864d',GradientType=0 );
}

.section_footer li.apply a.active:hover,
.section_footer li.apply a.active:focus,
ul.section_footer .job-edit-link:hover,
.job-edit-link:focus,
.btn.btn-orange:hover,
.btn.btn-orange:focus {
    background-color: #FCCB88;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCCB88), color-stop(100%,#EFA57B));
    background-image: -webkit-linear-gradient(top,  #FCCB88 0%, #EFA57B 100%);
    background-image:    -moz-linear-gradient(top,  #FCCB88 0%, #EFA57B 100%);
    background-image:     -ms-linear-gradient(top,  #FCCB88 0%, #EFA57B 100%);
    background-image:      -o-linear-gradient(top,  #FCCB88 0%, #EFA57B 100%);
    background-image:         linear-gradient(to bottom, #FCCB88 0%, #EFA57B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCCB88', endColorstr='#EFA57B',GradientType=0 );
	text-decoration: none;
}

.section_footer li.apply a.active:active,
ul.section_footer .job-edit-link:active,
.btn.btn-orange:active {
    background-color: #F9A124;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9A124), color-stop(100%,#E5681F));
    background-image: -webkit-linear-gradient(top,  #F9A124 0%, #E5681F 100%);
    background-image:    -moz-linear-gradient(top,  #F9A124 0%, #E5681F 100%);
    background-image:     -ms-linear-gradient(top,  #F9A124 0%, #E5681F 100%);
    background-image:      -o-linear-gradient(top,  #F9A124 0%, #E5681F 100%);
    background-image:         linear-gradient(to bottom, #F9A124 0%, #E5681F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9A124', endColorstr='#E5681F',GradientType=0 );
}

ul.widgets li.widget-submit div .button,
form.main_form .submit,
form.account_form .submit,
p.button a,
.btn.btn-green {
    background-color: #76CB82;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76CB82), color-stop(100%,#3AB44B));
    background-image: -webkit-linear-gradient(top,  #76CB82 0%, #3AB44B 100%);
    background-image:    -moz-linear-gradient(top,  #76CB82 0%, #3AB44B 100%);
    background-image:     -ms-linear-gradient(top,  #76CB82 0%, #3AB44B 100%);
    background-image:      -o-linear-gradient(top,  #76CB82 0%, #3AB44B 100%);
    background-image:         linear-gradient(to bottom, #76CB82 0%, #3AB44B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76CB82', endColorstr='#3AB44B',GradientType=0 );
}

ul.widgets li.widget-submit div .button:hover,
ul.widgets li.widget-submit div .button:focus,
form.main_form .submit:hover,
form.main_form .submit:focus,
form.account_form .submit:hover,
form.account_form .submit:focus,
p.button a:hover,
p.button a:focus,
.btn.btn-green:hover,
.btn.btn-green:focus {
    background-color: #9BD9A3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9BD9A3), color-stop(100%,#59C968));
    background-image: -webkit-linear-gradient(top,  #9BD9A3 0%, #59C968 100%);
    background-image:    -moz-linear-gradient(top,  #9BD9A3 0%, #59C968 100%);
    background-image:     -ms-linear-gradient(top,  #9BD9A3 0%, #59C968 100%);
    background-image:      -o-linear-gradient(top,  #9BD9A3 0%, #59C968 100%);
    background-image:         linear-gradient(to bottom, #9BD9A3 0%, #59C968 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9BD9A3', endColorstr='#59C968',GradientType=0 );
}

ul.widgets li.widget-submit div .button:active,
form.main_form .submit:active,
form.account_form .submit:active,
p.button a:active,
.btn.btn-green:active {
    background-color: #51BD60;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51BD60), color-stop(100%,#2E8E3B));
    background-image: -webkit-linear-gradient(top,  #51BD60 0%, #2E8E3B 100%);
    background-image:    -moz-linear-gradient(top,  #51BD60 0%, #2E8E3B 100%);
    background-image:     -ms-linear-gradient(top,  #51BD60 0%, #2E8E3B 100%);
    background-image:      -o-linear-gradient(top,  #51BD60 0%, #2E8E3B 100%);
    background-image:         linear-gradient(to bottom, #51BD60 0%, #2E8E3B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51BD60', endColorstr='#2E8E3B',GradientType=0 );
}

.paging .top a,
.section_footer li.star a,
.section_footer li.print a,
#latest-news a.read-more,
#latest-jobs a.read-more,
.btn.btn-blue {
    background-color: #5FAFD4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5FAFD4), color-stop(100%, #3889C4));
    background-image: -webkit-linear-gradient(top, #5FAFD4 0%, #3889C4 100%);
    background-image:    -moz-linear-gradient(top, #5FAFD4 0%, #3889C4 100%);
    background-image:     -ms-linear-gradient(top, #5FAFD4 0%, #3889C4 100%);
    background-image:      -o-linear-gradient(top, #5FAFD4 0%, #3889C4 100%);
    background-image:         linear-gradient(to bottom, #5FAFD4 0%, #3889C4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5FAFD4', endColorstr='#3889C4',GradientType=0 );
}

.paging .top a:hover,
.paging .top a:focus,
.section_footer li.star a:hover,
.section_footer li.star a:focus,
.section_footer li.print a:hover,
.section_footer li.print a:focus,
#latest-news a.read-more:hover,
#latest-news a.read-more:focus,
#latest-jobs a.read-more:hover,
#latest-jobs a.read-more:focus,
.btn.btn-blue:hover,
.btn.btn-blue:focus {
    background-color: #86C3DF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86C3DF), color-stop(100%, #5CA0D1));
    background-image: -webkit-linear-gradient(top, #86C3DF 0%, #5CA0D1 100%);
    background-image:    -moz-linear-gradient(top, #86C3DF 0%, #5CA0D1 100%);
    background-image:     -ms-linear-gradient(top, #86C3DF 0%, #5CA0D1 100%);
    background-image:      -o-linear-gradient(top, #86C3DF 0%, #5CA0D1 100%);
    background-image:         linear-gradient(to bottom, #86C3DF 0%, #5CA0D1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86C3DF', endColorstr='#5CA0D1',GradientType=0 );
}

.paging .top a:active,
.section_footer li.star a:active,
.section_footer li.print a:active,
#latest-news a.read-more:active,
#latest-jobs a.read-more:active,
.btn.btn-blue:active {
    background-color: #369BC9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #369BC9), color-stop(100%, #2C6D9B));
    background-image: -webkit-linear-gradient(top, #369BC9 0%, #2C6D9B 100%);
    background-image:    -moz-linear-gradient(top, #369BC9 0%, #2C6D9B 100%);
    background-image:     -ms-linear-gradient(top, #369BC9 0%, #2C6D9B 100%);
    background-image:      -o-linear-gradient(top, #369BC9 0%, #2C6D9B 100%);
    background-image:         linear-gradient(to bottom, #369BC9 0%, #2C6D9B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#369BC9', endColorstr='#2C6D9B',GradientType=0 );
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    line-height: 1;
}

.btn-xlarge {
    padding: 16px 20px;
    font-size: 30px;
    line-height: 1;
}

.btn-slim {
	padding: 4px 5px;
}

        /* Put all jobroller buttons in these three declarations */
            
           form.main_form .submit,
            form.account_form .submit,
            p.button a {
                display: inline-block;
                font-size: 15px;
                margin-bottom: 2px;
                padding: 8px 10px;
                border-radius: 4px;
                box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
                background-repeat: repeat-x;
                font-weight: bold;
                color: white;
            }
            
            /* remember to have both :hover and :focus */
            form.main_form .submit:hover,
            form.account_form .submit:hover,
            p.button a:hover,
            form.main_form .submit:focus,
            form.account_form .submit:focus,
            p.button a:focus {
                text-decoration: none;
            }
            
			form.main_form .submit.xlarge,
            form.account_form .submit.xlarge,
            p.button a.xlarge {
                font-size: 30px;
                padding: 16px 20px;
                line-height: 1;
            }
            a.buy-pack {
	width: 220px !important;
	text-decoration: none;
}
        /* End of jobroller button overrides */

form.main_form .goback,
form.account_form .goback {
    font-size: 15px;
    padding: 8px 10px;
}

#content h1 {
    color: #3687C3;
    font-size: 39px;
    font-weight: bold;
    margin-bottom: 0.25em;
}

#headerNav {
    background-color: #5eafd4;
    background-image: url(images/shadow-large-up.png), url(images/shadow-large-up.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eafd4), color-stop(100%,#3687c3));
    background-image: url(images/shadow-large-up.png), url(images/shadow-large-up.png), -webkit-linear-gradient(top, #5eafd4 0%, #3687c3 100%);
    background-image: url(images/shadow-large-up.png), url(images/shadow-large-up.png),    -moz-linear-gradient(top, #5eafd4 0%, #3687c3 100%);
    background-image: url(images/shadow-large-up.png), url(images/shadow-large-up.png),     -ms-linear-gradient(top, #5eafd4 0%, #3687c3 100%);
    background-image: url(images/shadow-large-up.png), url(images/shadow-large-up.png),      -o-linear-gradient(top, #5eafd4 0%, #3687c3 100%);
    background-image: url(images/shadow-large-up.png), url(images/shadow-large-up.png),         linear-gradient(to bottom, #5eafd4 0%,#3687c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eafd4', endColorstr='#3687c3',GradientType=0 );
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: center bottom, center 92px, top left;
    padding-bottom: 40px;
}

body.home #headerNav {
    padding-bottom: 0;
}

#headerNav .inner {
    position: relative;
}

#logo {
    padding: 0;
    float: left !important;
    margin: 13px 0 0 15px;
}

#banner-top {
    float: right;
    width: 728px;
    height: 90px;
    margin: 8px 82px 16px 0;
    overflow: hidden;
}

#banner-top .textwidget {
    padding: 0 !important;
}

        /* SAMPLE */
        #header-ad {
            text-align: center;
            line-height: 90px;
            font-size: 50px;
            color: black;
            background-color: #FE9400;
            background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#FE9400), color-stop(100%,#FFBE00));
            background-image: -webkit-linear-gradient(left top, #FE9400 0%, #FFBE00 100%);
            background-image:    -moz-linear-gradient(left top, #FE9400 0%, #FFBE00 100%);
            background-image:     -ms-linear-gradient(left top, #FE9400 0%, #FFBE00 100%);
            background-image:      -o-linear-gradient(left top, #FE9400 0%, #FFBE00 100%);
            background-image:         linear-gradient(to right bottom, #FE9400 0%, #FFBE00 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9400', endColorstr='#FFBE00',GradientType=0 );
        }

#headerNav ul.menu {
    padding: 0;
    text-align: left;
    line-height: 1;
    font-size: 11px;
    border: none;
    margin: 8px 0 16px;
    float: right;
    width: 810px;
}

#headerNav ul.menu:after {
    content: '';
    display: table;
    width: 0;
    height: 0;
    clear: both;
}

#headerNav ul.menu li {
    list-style: none outside;       
    float:left; 
    position: relative;
}

#headerNav ul.menu li.menu-item a {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 10px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
    background-color: #3E82B1;
    background-color: rgba(0,0,0,0.1);
    color: white;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    border-radius: 4px;
    padding: 8px;
    margin-left: 5px;
}

#headerNav ul.menu li a:hover {
    text-decoration: none;
}

#headerNav ul.menu li.current-menu-item a,
#headerNav ul.menu li.current_page_item a,
#headerNav ul.menu li.menu-item a:hover,
#headerNav ul.menu li.menu-item a:focus {
    background-color: #6FABD4;
    background-color: rgba(255,255,255,0.25);
    color: white;
}

#headerNav ul.menu li.menu-item:first-child a {
    margin-left: 0 !important;
}

#headerNav ul.menu li.right {
    float: right;
}

#headerNav ul.menu li.right a {
    border: none;
}

#headerNav ul.menu li.right .btn {
    margin-left: 5px;
}



#country-selector {
    position: absolute;
    width: 70px;
    right: 0;
    top: 0;
    background-color: #539CBE;
    border-radius: 0 0 4px 4px;
    border: 5px solid transparent;
    border-left: none;
    border-right: none;
    cursor: pointer;
    z-index: 300;
}

#country-selector .overlay {
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: -5px;
    background-color: transparent;
    background-color: rgba(0,0,0,0);
    opacity: 0;
    filter: alpha(opacity=1);
    z-index: 2;
}

#country-selector.open,
#country-selector:hover {
    background-color: #84C1DE;
}

#country-selector.open .overlay {
    display: none;
}

#country-selector ul {
    display: block;
    height: 35px;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}

#country-selector.open ul {
    height: auto;
}

#country-selector ul li {
    display: block;
    text-align: center;
}

#country-selector ul li a {
    display: block;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

#country-selector ul li a:hover:before {
    content: attr(data-code);
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    right: 10px;
    bottom: 5px;
    background-color: rgba(41, 102, 148, 0.5);
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
}

#country-selector ul li a img {
    width: 50px;
    height: 25px;
    display: block;
}



#header {
    background: white none;
    border: none;
}
#header .inner {
    padding: 0;
    margin: 0 auto 44px;
}



#content-wrap {
    min-height: 300px;
    background-color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AAAAAA), color-stop(100%,#FFFFFF)),
                      -webkit-gradient(linear, left bottom, left top, color-stop(0%,#AAAAAA), color-stop(100%,#FFFFFF));
    background-image: -webkit-linear-gradient(top, #AAAAAA 0%, #FFFFFF 100%),
                      -webkit-linear-gradient(bottom, #AAAAAA 0%, #FFFFFF 100%);
    background-image:    -moz-linear-gradient(top, #AAAAAA 0%, #FFFFFF 100%),
                         -moz-linear-gradient(bottom, #AAAAAA 0%, #FFFFFF 100%);
    background-image:     -ms-linear-gradient(top, #AAAAAA 0%, #FFFFFF 100%),
                          -ms-linear-gradient(bottom, #AAAAAA 0%, #FFFFFF 100%);
    background-image:      -o-linear-gradient(top, #AAAAAA 0%, #FFFFFF 100%),
                           -o-linear-gradient(bottom, #AAAAAA 0%, #FFFFFF 100%);
    background-image:         linear-gradient(to bottom, #AAAAAA 0%, #FFFFFF 100%),
                              linear-gradient(to top, #AAAAAA 0%, #FFFFFF 100%);
    background-size: 150px 150px, 150px 150px;
    background-position: top left, bottom left;
    background-repeat: repeat-x, repeat-x;
}

div#content .inner {
    background: none;
    padding: 0;
    width: auto;
}
div#content {
    background-image: none;
    padding: 1px 0 0;
}
#mainContent.nosearch {
    width: 670px;
}
#sidebar, ul.widgets {
    width: 300px;
}
.section, #searchform {
    width: auto;
    display: block;
    float: none;
}
#searchform div.search-wrap {
    border-radius: 6px 0 0 6px;
    padding: 20px 20px 19px;
    background-color: #dcddde;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcddde), color-stop(100%,#b2b3b6));
    background-image: -webkit-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:    -moz-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:     -ms-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:      -o-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:         linear-gradient(to bottom, #dcddde 0%, #b2b3b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcddde', endColorstr='#b2b3b6',GradientType=0 );
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
}
#mainContent.nosearch {
    padding-top: 0;
}
#searchform div.search-wrap div.radius {
    display: none;
}
#searchform div.search-wrap div {
    height: auto;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
}
#searchform input#search,
#searchform select#near {
    width: 284px !important;
    border: 1px solid #999;
    background-color: white;
    font-size: 20px;
    color: #999;
    border-radius: 5px;
    padding: 10px 5px 10px 15px;
    margin: 0 6px 0 0;
    float: left;
}
#searchform input#search {
    width: 310px !important;
}
#searchform select#near {
    width: 280px !important;
    height: 46px;
}
#searchform input#search + input.empty {
    width: 310px !important;
    border: 1px solid #999;
    background-color: white !important;
    font-size: 20px;
    color: #999;
    padding: 10px 5px 10px 15px;
    margin: 0 6px 0 0;
    float: left;
}
html.ie8 #searchform {
    border: none;
}
html.ie8 #searchform select#near {
    width: 278px !important;
    height: 45px;
}
#searchform button.submit {
    background: #5FAFD4 url(images/search-icon.png);
    background-image: url(images/search-icon.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5FAFD4), color-stop(100%, #3889C4));
    background-image: url(images/search-icon.png), -webkit-linear-gradient(top, #5FAFD4 0%, #3889C4 100%);
    background-image: url(images/search-icon.png),    -moz-linear-gradient(top, #5FAFD4 0%, #3889C4 100%);
    background-image: url(images/search-icon.png),     -ms-linear-gradient(top, #5FAFD4 0%, #3889C4 100%);
    background-image: url(images/search-icon.png),      -o-linear-gradient(top, #5FAFD4 0%, #3889C4 100%);
    background-image: url(images/search-icon.png),         linear-gradient(to bottom, #5FAFD4 0%, #3889C4 100%);
    background-position: center;
    background-position: center, top left;
    background-repeat: no-repeat;
    background-repeat: no-repeat, repeat-x;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
    border-radius: 5px;
    margin: 0;
    height: 46px;
    width: 46px;
}
#searchform button.submit:hover,
#searchform button.submit:focus {
    background-color: #86C3DF;
    background-image: url(images/search-icon.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86C3DF), color-stop(100%, #5CA0D1));
    background-image: url(images/search-icon.png), -webkit-linear-gradient(top, #86C3DF 0%, #5CA0D1 100%);
    background-image: url(images/search-icon.png),    -moz-linear-gradient(top, #86C3DF 0%, #5CA0D1 100%);
    background-image: url(images/search-icon.png),     -ms-linear-gradient(top, #86C3DF 0%, #5CA0D1 100%);
    background-image: url(images/search-icon.png),      -o-linear-gradient(top, #86C3DF 0%, #5CA0D1 100%);
    background-image: url(images/search-icon.png),         linear-gradient(to bottom, #86C3DF 0%, #5CA0D1 100%);
}

#searchform button.submit:active {
    background-color: #369BC9;
    background-image: url(images/search-icon.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #369BC9), color-stop(100%, #2C6D9B));
    background-image: url(images/search-icon.png), -webkit-linear-gradient(top, #369BC9 0%, #2C6D9B 100%);
    background-image: url(images/search-icon.png),    -moz-linear-gradient(top, #369BC9 0%, #2C6D9B 100%);
    background-image: url(images/search-icon.png),     -ms-linear-gradient(top, #369BC9 0%, #2C6D9B 100%);
    background-image: url(images/search-icon.png),      -o-linear-gradient(top, #369BC9 0%, #2C6D9B 100%);
    background-image: url(images/search-icon.png),         linear-gradient(to bottom, #369BC9 0%, #2C6D9B 100%);
}
html.ie8 #searchform button.submit {
    background-image: url(images/search-icon.png);
}
form.filter {
    background-color: transparent;
}
.section {
}
#searchform {
    margin: 0 -20px 20px;
}
ul.widgets li.widget {
    width: auto;
    float: none;
}
ul.widgets li.widget-submit div {
    width: auto;
    margin: 0 -20px 70px 0 !important;
    padding: 20px 20px 20px 0 !important;
    border-radius: 0 6px 6px 0;
    background-color: #dcddde;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcddde), color-stop(100%,#b2b3b6));
    background-image: -webkit-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:    -moz-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:     -ms-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:      -o-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:         linear-gradient(to bottom, #dcddde 0%, #b2b3b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcddde', endColorstr='#b2b3b6',GradientType=0 );
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
}
ul.widgets li.widget-submit div .button {
    height: 45px;
    padding: 0;
    line-height: 46px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-repeat: repeat-x;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    position: relative;
    z-index: 2;
}
ul.widgets li.widget-submit div .button:hover,
ul.widgets li.widget-submit div .button:focus {
    text-decoration: none;
}

li.job-pack-offers, li.job-pack-resume, div.option-header {
	display: none;
}

/* My Comment */

ul.widgets li.widget-submit div .button:active {
    
}
ul.widgets li.widget-submit div .button span {
    border: none;
    border-radius: 0;
    padding: 0;
    display: inline;
}


ul.widgets li.widget-submit div p.pricing {
    background-color: #5EAED3;
    background-color: rgba(94,174,211,0.9);
    padding: 25px 0;
    margin: 0 10px -68px 10px !important;
    border-radius: 0 0 5px 5px;
    color: white;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    z-index: 1;
}
ul.widgets li.widget-submit div p.pricing em {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
}

ul.widgets li.widget.widget-nav div ul li a.top {
    background-position-x: 282px;
}



#header .inner {
    padding: 0;
    margin: 0 auto 44px;
}
#header-slideshow {
    height: 306px;
    overflow: hidden;
}
#header-slideshow .slide {
    height: 306px;
    width: 100%;
    background-position: top right;
    background-repeat: no-repeat;
}
#header-slideshow .cycle-pager {
    height: 12px;
    margin-top: -30px;
    text-align: center;
    position: relative;
    z-index: 200;
    font-size: 0;
    line-height: 0;
}
#header-slideshow .slide h1 {
    font-size: 56px;
    line-height: 1.2em;
    font-weight: bold;
    color: #3687C3;
    padding-top: 60px;
}
#header-slideshow .slide h1 small {
    display: block;
    color: #FBB857;
    font-size: 38px;
    font-weight: normal;
}
#header-slideshow .cycle-pager span {
    text-indent: 100px;
    display: inline-block;
    background-color: #787878;
    overflow: hidden;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#787878), color-stop(100%,#cccccc));
    background-image: -webkit-linear-gradient(top, #787878 0%, #cccccc 100%);
    background-image:    -moz-linear-gradient(top, #787878 0%, #cccccc 100%);
    background-image:     -ms-linear-gradient(top, #787878 0%, #cccccc 100%);
    background-image:      -o-linear-gradient(top, #787878 0%, #cccccc 100%);
    background-image:         linear-gradient(to bottom, #787878 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#cccccc',GradientType=0 );
}
#header-slideshow .cycle-pager span:hover {
    cursor: pointer;
}
#header-slideshow .cycle-pager span.cycle-pager-active {
    background-color: #88B8DC;
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#88b8dc), color-stop(100%,#3687c3));
    background-image: -webkit-radial-gradient(center, circle cover, #88b8dc 0%, #3687c3 100%);
    background-image:    -moz-radial-gradient(center, circle cover, #88b8dc 0%, #3687c3 100%);
    background-image:     -ms-radial-gradient(center, circle cover, #88b8dc 0%, #3687c3 100%);
    background-image:      -o-radial-gradient(center, circle cover, #88b8dc 0%, #3687c3 100%);
    background-image:         radial-gradient(circle at center, #88b8dc 0%,#3687c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b8dc', endColorstr='#3687c3',GradientType=0 );
    box-shadow: 0 2px 0 rgba(0,0,0,0.25);
}

div.section_content,
ul.widgets,
ul.widgets li.widget,
ul.widgets li.widget-submit {
    border: none;
}

div#footer {
    background-color: #3687c3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3687c3), color-stop(100%, #5eafd4));
    background-image: -webkit-linear-gradient(top, #3687c3 0%, #5eafd4 100%);
    background-image:    -moz-linear-gradient(top, #3687c3 0%, #5eafd4 100%);
    background-image:     -ms-linear-gradient(top, #3687c3 0%, #5eafd4 100%);
    background-image:      -o-linear-gradient(top, #3687c3 0%, #5eafd4 100%);
    background-image:         linear-gradient(to bottom, #3687c3 0%, #5eafd4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3687c3', endColorstr='#5eafd4',GradientType=0 );
    color: white;
}
div#footer .inner {
    border: none;
}
div#footer {
    font-size: 15px;
    line-height: 18px;
}
#footer .menu-footer {
    
}
#footer .menu-footer a {
    color: white;
    text-decoration: none;
}
#footer .footer-upper {
    background: url(images/shadow-large-up.png) no-repeat bottom center;
}
#footer .footer-lower {
    font-size: 13px;
}
.menu-footer-menu-container,
#menu-footer-menu {
    display: inline;
}
#menu-footer-menu li {
    display: inline;
    margin-left: 20px;
}
#menu-footer-menu li a:hover {
    text-decoration: underline;
}

#footer .footer-upper h1 {
    float: left;
}
#footer .footer-upper #footer-logo {
    float: left;
    clear: left;
    margin: 40px 0 30px 30px;
}
div#footer .inner:after {
    content: '';
    display: block;
    clear: both;
}
div#footer .inner .job-categories {
    padding-left: 230px;
}
div#footer .inner h1 {
    font-size: 40px;
    line-height: 1em;
    color: white;
    font-weight: bold;
    width: 220px;
}
#footer .footer-upper .inner {
    padding-top: 40px;
}

div#footer .inner .job-categories a:hover {
    text-decoration: underline;
}
div#footer .inner .job-categories a {
    color: white;
    display: inline-block;
    width: 33%;
    text-decoration: none;
    margin-bottom: 4px;
}

div#footer .credit {
    float: right;
    margin-top: -9px;
    margin-bottom: -2px;
}

#content hr {
    border: none;
    height: 22px;
    background: url(images/shadow-small-down.png) no-repeat top center;
}

.btn.home-rego-jobseeker,
.btn.home-rego-employer {
    width: 310px;
}

.btn.home-rego-jobseeker {
    margin-right: 10px;
}

ol.jobs dd {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    float: none;
}

ol.jobs li .type span {
    display: none;
}
ol.jobs li.job-expired dd.title a,
ol.jobs dd.title a {
    display: inline;
    font-size: 21px;
    font-weight: bold;
    vertical-align: middle;
}

#content ol.jobs:after {
    content: url(images/shadow-small-down.png);
    display: block;
    text-align: center;
}




ol.jobs dd.title {
    width: 500px;
}
ol.jobs dd.company {
    float: left;
    margin-right: 20px;
}
ol.jobs dd.location {
    width: auto;
    padding-right: 0;
    float: left;
}
ol.jobs dd a,
h1 small a {
    color: #3687C3 !important;
    text-decoration: none;
}
ol.jobs dd a:hover,
h1 small a:hover {
    text-decoration: underline;
}
ol.jobs li.job-expired a {
    color: #3687C3 !important;
}
ol.jobs li.job-expired strong,
ol.jobs li.job-expired dd {
    color: #333 !important;
}
ol.jobs li.job-expired {
    opacity: 0.5;
}
ol.jobs dd {
    color: #333;
}
ol.jobs dd.date,
ol.resumes dd.date {
    width: auto;
    float: right;
}
p {
    line-height: inherit;
    font-size: inherit;
}
ol.jobs dd.excerpt {
    clear: left;
}
#content ol.jobs li {
    padding: 8px 10px !important;
}

ol.jobs {
    border-top: 1px solid #999999;
}
ol.jobs li.job {
    background-color: #fff;
    border-bottom-color: #999999 !important;
}
ol.jobs li.job-expired {
    background-color: #fff !important;
    border-bottom-color: #999999 !important;
}
#content ol.jobs li:nth-child(odd) {
    background-color: #F4F4F4 !important;
}
ol.jobs dd.category {
    float: right;
    clear: right;
    width: 140px;
    text-align: right;
    line-height: 1em;
}

body.single-transaction .order-wrapper {
    margin: 0;
    padding: 0;
}

#sidebar-ad {
    float: left;
    width: 300px;
    height: 90px;
    margin: 8px 0 16px;
    padding: 80px 0;
}

        /* SAMPLE */
        #sidebar-ad {
            text-align: center;
            line-height: 90px;
            font-size: 50px;
            color: black;
            background-color: #FE9400;
            background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#FE9400), color-stop(100%,#FFBE00));
            background-image: -webkit-linear-gradient(left top, #FE9400 0%, #FFBE00 100%);
            background-image:    -moz-linear-gradient(left top, #FE9400 0%, #FFBE00 100%);
            background-image:     -ms-linear-gradient(left top, #FE9400 0%, #FFBE00 100%);
            background-image:      -o-linear-gradient(left top, #FE9400 0%, #FFBE00 100%);
            background-image:         linear-gradient(to right bottom, #FE9400 0%, #FFBE00 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9400', endColorstr='#FFBE00',GradientType=0 );
        }

.widget_user_info,
.widget_user_options,
#latest-news,
#latest-jobs {
    background-color: #dcddde;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcddde), color-stop(100%,#b2b3b6));
    background-image: -webkit-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:    -moz-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:     -ms-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:      -o-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:         linear-gradient(to bottom, #dcddde 0%, #b2b3b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcddde', endColorstr='#b2b3b6',GradientType=0 );
    padding: 10px !important;
    display: block;
    clear: both;
    margin-bottom: 10px;
    border-radius: 5px;
}

.widget_user_info h2,
.widget_user_options h2,
#latest-news h3,
#latest-jobs h3 {
    margin-bottom: 10px !important;
    font-size: 19px !important;
    line-height: 1.25em !important;
    font-weight: bold !important;
}

ul.widgets li.widget_user_info ul,
ul.widgets li.widget_user_options ul,
#latest-news ul,
#latest-jobs ul {
    padding: 0 !important;
    margin: 0 0 10px;
}

.widget_user_info ul li,
.widget_user_options ul li,
#latest-news ul li,
#latest-jobs ul li {
    list-style: none;
    background: none;
    padding: 0;
    border: 0;
}

.widget_user_options ul li a,
#latest-news ul li a,
#latest-jobs ul li a {
    color: #3888c5;
    background: #fff;
    padding: 2px 10px;
    margin-bottom: 2px;
    font-size: 16px;
    display: block;
    line-height: 1.5em;
}

.widget_user_options ul li a:hover,
#latest-news ul li a:hover,
#latest-jobs ul li a:hover {
    text-decoration: none;
    background: #f1f1f1;
}

#latest-news a.read-more,
#latest-jobs a.read-more {
    padding: 6px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-repeat: repeat-x;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    display: block;
}
#latest-news a.read-more:hover,
#latest-news a.read-more:focus,
#latest-jobs a.read-more:hover,
#latest-jobs a.read-more:focus {
    text-decoration: none;
}

.widget_user_info {
    margin-top: 10px !important;
    margin-bottom: 100px !important;
}

ul.widgets li.widget_user_info ul {
    background: #fff;
    padding: 10px !important;
    color: #000;
}

.widget_user_info ul li {
    font-size: 14px !important;
    margin-bottom: 2px !important;
    border-bottom: 1px solid #f1f1f1;
    padding: 4px 0;
}

.sidebar-magazine {
    background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #e7e8e9 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 0%, #e7e8e9 100%);
    background-image: linear-gradient(top, #f4f4f4 0%, #e7e8e9 100%);
    padding: 10px;
    display: block;
    clear: both;
    margin-bottom: 10px;
    border-radius: 5px;
}

#slider-code { height: 125px; overflow:hidden; }
#slider-code .viewport { float: left; width: 100%; height: 125px; overflow: hidden; position: relative; }
#slider-code .buttons { display: block; margin: 30px 10px 0 0; float: left; position: absolute;}
#slider-code .next { margin: 30px 0 0 10px;  }
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 121px; background: #fff; width: 125px; box-shadow: 0px 2px 3px #747474;}

#slider-code {
    padding: 15px 50px;
    background-color: #dcddde;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcddde), color-stop(100%,#b2b3b6));
    background-image: -webkit-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:    -moz-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:     -ms-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:      -o-linear-gradient(top, #dcddde 0%, #b2b3b6 100%);
    background-image:         linear-gradient(to bottom, #dcddde 0%, #b2b3b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcddde', endColorstr='#b2b3b6',GradientType=0 );
    border-radius: 5px;
    margin-bottom: 60px;
    position: relative;
}

#slider-code .buttons.prev {
    background: url('images/slider-button-left.png') no-repeat top left;
    height: 20px;
    width: 20px;
    left: 15px;
    top: 40px;
    text-indent: -999em;
}

#slider-code .buttons.next {
    background: url('images/slider-button-right.png') no-repeat top left;
    height: 20px;
    width: 20px;
    right: 15px;
    top: 40px;
    text-indent: -999em;
}

.paging .top a {
    padding: 4px 6px;
    border: none;
    line-height: 1.375em;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-repeat: repeat-x;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    display: block;
}
.paging .top a:hover,
.paging .top a:focus {
    border: none;
}

form.account_form .submit {
    margin-bottom: 2px;
}

ol.steps.more-steps li {
    font-size: 14px;
}

#sidebar .fb-like-box {
    margin-bottom: 20px;
    background: #fff;
}

p.meta {
    line-height: 1.375em;
    margin-bottom: 5px;
}

.section_footer {
    background: none;
    border: none;
}

.section_footer li {
    background: none;
}

.section_footer li a {
    border: none;
}

.section.single p.stats,
.section_footer li.map {
    display: none;
}

ul.section_footer a.job-edit-link, .section_footer a {
    padding: 8px 10px !important;
    margin-bottom: 2px;
}

ul.section_footer a.job-edit-link, .section_footer li.star a,
.section_footer li.print a {
    padding: 6px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-repeat: repeat-x;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    display: block;
    margin-left: 10px;
}

.section_footer li.star a:hover,
.section_footer li.print a:hover {
    text-decoration: none;
}

.section_header .date strong {
    display: inline;
    font-size: 16px;
}

.section_header .date span {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    display: inline !important;
}

.section_content {
    position: relative;
}

.addthis_button_tweet {
    width: 80px;
}

.addthis_toolbox {
    float: right;
    clear: right;
}

#our-clients h2 {
    color: #3687C3;
    font-size: 39px;
    font-weight: bold;
    margin-bottom: 20px;
}

#apply_form {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}

#mainContent table.data_list {
    font-size: 14px;
}

.myjobs_section, .myprofile_section {
    background: #fff;
}

#footer-lower-menu {
    float: left;
}

#footer-icons {
    margin-top: -4px;
    margin-left: 10px;
    display: block;
    float: left;
}

.footer-icon {
    margin-left: 8px;
}

ul.widgets li.widget-submit .user-logged-in p {
    background-color: #5EAED3;
    background-color: rgba(94,174,211,0.9);
    padding: 16px 0 15px;
    margin: 0 10px -68px 10px !important;
    border-radius: 0 0 5px 5px;
    color: white;
    font-style: normal;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.section.post .section_content p {
    margin-bottom: 10px;
}

#content .section.post .section_header {
    margin-bottom: 10px;
}

#content .section.post .section_header p.meta {
    margin: 10px 0;
}


form .wpcf7-form-control-wrap {
    display: block;
    z-index: 40;
}
form.main_form p label {
    position: relative;
    z-index: 50;
}
form span.wpcf7-not-valid-tip {
    margin-top: -6px;
    width: 50%;
    height: 37px;
    padding: 6px 8px 0;
    line-height: 37px;
    color: red;
    background-color: #fcc;
    -khtml-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
form.main_form .wpcf7-form-control-wrap select {
    margin: 0;
    height: 39px;
}
form div.wpcf7-validation-errors {
    margin: 20px 0;
    border: 1px solid red;
    padding: 10px 15px;
    color: red;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fcc;
}

form div.wpcf7-mail-sent-ok {
    margin: 20px 0;
    border: 1px solid #398f14;
    padding: 10px 15px;
    color: #398f14;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #BDF2A6;
}

#orders .orders-history-legend {
    font-size: 14px;
}

#content .job-pack-choose {
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
    margin-top: 10px;
}

select,
textarea,
.text,
.taglist {
    background-color: white;
}

form.main_form p.optional input.text,
form.main_form p.optional textarea,
form.main_form select {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: 0;
    margin-bottom: 0;
}
form.main_form p label {
    font-weight: bold;
}
form.main_form p.optional label {
    font-weight: normal;
    color: inherit;
}

.featured-label {
    display: inline-block;
    border-radius: 2px;
    padding: 3px 5px;
    font-style: italic;
    font-size: 12px;
    line-height: 12px;
    margin-left: 5px;
    vertical-align: middle;
    font-weight: normal;
    color: white;
    background-color: #FE9400;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#FE9400), color-stop(100%,#FFBE00));
    background-image: -webkit-linear-gradient(left top, #FE9400 0%, #FFBE00 100%);
    background-image:    -moz-linear-gradient(left top, #FE9400 0%, #FFBE00 100%);
    background-image:     -ms-linear-gradient(left top, #FE9400 0%, #FFBE00 100%);
    background-image:      -o-linear-gradient(left top, #FE9400 0%, #FFBE00 100%);
    background-image:         linear-gradient(to right bottom, #FE9400 0%, #FFBE00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9400', endColorstr='#FFBE00',GradientType=0 );
    text-shadow: 0px 1px 1px #804A00;
}

#login-form p.role label.alt {
	clear: both;
	width: 100%;
}

ul.job-pack-details {
	margin: 0 !important;
	padding: 0 !important;
}
.new-pack{
	padding-bottom: 0 !important;
}

#content img.alignleft{
    float: left;
    margin: 1px 15px 5px 0;
}
#content img.alignright {
    float: right;
    margin: 5px 0 5px 15px;
}

a.dummy-link {
    cursor: text;
}
a.dummy-link:hover,
a.dummy-link:focus {
    text-decoration: none;
}

blockquote.content-preview {
    margin: 0 !important;
    font-style: normal;
    font-family: inherit;
    font-size: inherit;
    padding: 5px 15px;
}
blockquote.content-preview p {
    margin: 0 0 1.54em !important;
}


form.main_form input.text.error,
form.main_form select.error {
    outline: none;
}
form.main_form p textarea + label.error {
    width: 634px;
}
form.main_form input.text,
form.main_form textarea,
form.main_form.contact_form textarea,
form.account_form input.text {
    position: relative;
    z-index: 2;
}
form.main_form input.text,
form.main_form textarea,
form.main_form.contact_form textarea,
form.account_form input.text {
    position: relative;
    z-index: 2;
}
form.main_form p label.error {
    background-color: #FCC;
    padding: 14px 8px 8px;
    margin-top: -6px;
    width: 50%;
    font-weight: normal;
    color: red;
    outline: none;
    position: relative;
    z-index: 1;
    -khtml-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
form.main_form p.optional input.text,
form.main_form p.optional textarea,
form.main_form select {
    position: relative;
    z-index: 2;
}

form.main_form p.optional input.text[type="file"] {
    border-color: transparent;
}

#content ol.jobs li.job.job-featured {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,transparent), color-stop(100%,rgba(255, 190, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, transparent 0%, rgba(255, 190, 0, 0.5) 100%);
    background-image:    -moz-linear-gradient(left, transparent 0%, rgba(255, 190, 0, 0.5) 100%);
    background-image:     -ms-linear-gradient(left, transparent 0%, rgba(255, 190, 0, 0.5) 100%);
    background-image:      -o-linear-gradient(left, transparent 0%, rgba(255, 190, 0, 0.5) 100%);
    background-image:         linear-gradient(to right, transparent 0%, rgba(255, 190, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8FFCCB88', endColorstr='#8FEFA57B',GradientType=0 );
}

@media print {
    
    div#content .inner {
        margin-top: 0;
    }
    #headerNav,
    .btn,
    h1.pagetitle small.rss,
    .paging .top a,
    #our-clients,
    #header,
    #footer,
    #sidebar,
    #searchform,
    #respond,
    #share_form,
    #apply_form,
    ul.section_footer,
    form.filter .submit,
    #commentform #submit,
    ul.section_footer a.job-edit-link,
    .section_footer li.star a,
    .section_footer li.print a {
        display: none;
    }

    #mainContent {
        width: 100%;
        margin: 0;
        float: none;
    }

    span.type {
        display: inline-block;
        float: none;
        color: #000;
        text-align: left;
    }
    span.type span {
        display: block;
        float: none;
        color: black;
        background: none;
        border: 0;
        font-size: 14px;
        text-align: left;
        padding: 0;
    }

    .section_header {
        border: 0 !important;
    }

    a {
        text-decoration: underline;
    }
    #content-wrap {
        background-image: none;
    }
    div#content {
        width: auto;
    }
    form.filter p {
        color: black;
    }
    
    .type span.jtype {
        color: black !important;
        text-shadow: none;
        display: inline-block;
        margin: 0;
        background: none;
        border: none;
    }
    .type span.jtype::before {
        content: '(';
    }
    .type span.jtype::after {
        content: ') -';
    }
    
}


/* NON-RESPONSIVE STYLES */
#wrapper {
    min-width: 1050px;
}

#footer {
    min-width: 1050px;
}

@media screen and (max-width: 1000px) {
    div#content {
        width: 990px;
    }
    #mainContent {
        margin-right: 0;
    }
    .inner {
        width: 990px;
    }
}

@media screen and (max-width: 860px) {
    #sidebar {
        float: right;
        width: 300px;
    }
}

@media screen and (max-width: 600px) {
    #logo,
    #mainNav {
        display: table-cell;
        width: auto;
    }
    ol.jobs dd.location,
    .wider ol.jobs dd.location {
        padding-left: 0;
    }
}
/* /NON-RESPONSIVE STYLES */


.sidebar-social-icons:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}

.sidebar-social-icons div {
    float: left;
    width: 52px;
    margin-left: 10px;
    height: 52px;
}

.sidebar-social-icons div:first-child {
    margin-left: 0;
}

#content ul {
    list-style: disc outside;
}


#slider-code li {
    text-align: center;
    line-height: 121px;
}
#slider-code li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
#slider-code li img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

/* Hide Legacy Plan */
#purchase-plan .pack-id-4009.new-pack { display: none; }


#pledge-box .img-wrap {
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
#pledge-box .img-wrap:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}
#pledge-box .img-wrap img {
    display: inline-block !important;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

#content div.resume_header img {
    outline: none;
}

.packs-buttons p {
    float: left;
    margin-right: 20px;
}

.packs-buttons:after {
    content: '';
    display: table;
    clear: both;
}

#content .sidebar-widget h2 {
    margin: 10px 0 -5px;
}