 

.animated.bounceInUp {
	-webkit-animation-duration: .5s !important;
	animation-duration: .5s !important;
	
}

#jobs-list aside .filter-group .LocationSearchInputComponent .radius-dropdown.filters-radius{
    font-size: 12px;
    padding: 10px;
}

/*HACKS IE 9*/

#slider{
    z-index:-1\9\0;/*Only works in IE9*/
}

#wrapper{
    background-color: transparent\9\0 !important;/*Only works in IE9*/

}
/**End Hacks**/

/*nav logo mke bigger*/
.container{
    width: 1200px;
}
/*company Follow+footer+preview */

.ico.icon-email, #footerpowered, #preview-alert {
    display: none !important;
}


#header {
    display: none;
}
/*company follow to bottom*/
#company-profile-main #company-follow .company-follow-container {
    top:calc(100% - 29px);
    margin-left:-130px;
    left:50%;
    
}
#company-profile-main #company-follow .company-follow-container.expand {
    right: 15%;
    top: calc(100% - 360px);
    bottom: 0;
    margin-left: -130px;
    left: 50%;
}

#company-profile-main #company-follow .company-follow-container .leader {
    height: 29px;
    width: 270px;
    padding-left: 10px;
}

#company-profile-main #company-follow .company-follow-container .leader>div {
    transform: rotate(-90deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    left: auto;
    position: auto;
    top: 6px;
    padding-right: 20px
}

#company-profile-main #company-follow .company-follow-container .leader>div span {
    font-size: 1.5rem
}

#company-profile-main #company-follow .company-follow-container .content-container{
    height: 360px;
    margin-left: 0
}

#company-profile-main #company-follow .company-follow-container .content-container .company-follow-description {
    margin-top: 25px
}

#company-profile-main #company-follow .company-follow-container .form-container {
    margin-top: 15px
}

#company-profile-main #company-follow #manage-modal {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    min-width: 300px;
    max-height: calc(100vh - 20px);
    overflow-y: scroll
    
}
#company-profile-main #company-follow #manage-modal .company-follow-manage-form {
    overflow: scroll
    
}
#company-profile-main #company-follow #manage-modal .company-follow-manage-form .options-container .column {
    width: 100%;
    min-width: 200px;
    margin: 5px auto;
    display: block;
    float: none
    
}


/*end*/

/**job search*/

#jobs-list {
    position: relative;
    /*background: url("https://www.planwallpaper.com/static/images/colorful-triangles-background_yB0qTG6.jpg") no-repeat center center fixed;*/
    background: url(//d2i2zd9axwkr7h.cloudfront.net/company/sites/138938/images/footer/1.jpg) no-repeat -674px center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jobs-list .app.stacked {
    display: table !important;
}

.jobs-list aside {
    background-color: rgba(0, 32, 69, 0.66);
}


/*h3 styling*/

.jobs-list aside .filter-group>h3 {
    display: none;
}

.jobs-list .app.stacked .filter-block .filter-container .keyword-search:before {
    content: "Available Jobs";
    display: block;
    margin: 50px auto;
    margin-top: 0;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
    width: 50%;
}


/*filed spacing*/

#jobs-list .keyword-input, #jobs-list .LocationSearchInputComponent {
    margin-bottom: 30px;
}


/*search function*/

.jobs-list .app.stacked .filter-block .filter-container .keyword-search {
    vertical-align: top;
    margin: auto;
    background: rgba(0, 40, 86, 0.9);
    padding: 30px !important;
}

.jobs-list .app.stacked .filter-block {
    width: 40% !important;
}

.jobs-list aside {
    display: table-cell !important;
    vertical-align: middle !important;
}

.jobs-list .job-search-button.primary {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #f15d22 !important;
}

.jobs-list .job-search-button.primary:hover {
    background-color: #f15d22;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.jobs-list aside .filter-container button {
    height: 80px !important;
}

#jobs-list input.keyword-input {
    background: none;
    box-shadow: 0 4px 0px -2px #0067b1;
    -moz-box-shadow: 0 4px 0px -2px #0067b1;
    -webkit-box-shadow: 0 4px 0px -2px #0067b1;
}

.jobs-list aside .filter-group .LocationSearchInputComponent .Select-control {
    background: none;
    box-shadow: 0 4px 0px -2px #ffc425;
    -moz-box-shadow: 0 4px 0px -2px #ffc425;
    -webkit-box-shadow: 0 4px 0px -2px #ffc425;
}

#jobs-list input.keyword-input:focus {
    box-shadow: 0 4px 0px -2px #f15d22;
    -moz-box-shadow: 0 4px 0px -2px #f15d22;
    -webkit-box-shadow: 0 4px 0px -2px #f15d22;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.jobs-list aside .filter-container input[type="text"], .jobs-list aside .filter-group .LocationSearchInputComponent .Select-control {
    border: none;
    color: white;
}

#jobs-list .has-value.Select--single>.Select-control .Select-value .Select-value-label {
    color: #fff;
}


/*result list*/

.jobs-list .stacked main {
    width: 60% !important;
    display: table-cell !important;
}

.jobs-list .results-list .result-item {
    border-left: solid rgba(0, 0, 0, 0);
    border-width: 3px;
    padding: 10px;
}

.jobs-list .results-list .result-item:hover {
    border-left: solid rgb(241, 93, 34);
}

.jobs-list .pagination {
    width: 100%;
    padding: 0 30px;
}

.page-link.current-page {
    color: rgb(241, 93, 34) !important;
}

#jobs-list>div>main>div>div.sort-container {
    text-align: center;
}


/*Query*/

@media only screen and (max-width: 992px) {
    .jobs-list aside, .jobs-list .app.stacked {
        display: block!important;
    }
    .jobs-list .app.stacked .filter-block, .jobs-list .stacked main {
        width: 100%!important;
        display: block!important;
    }
    #jobs-list {
        background-position: center center;
    }
}


/*Job Page*/


/************************************
*****Job_detaill Button Hover********
*************************************/
#job-detail .job-description h1.job-title {
    font-size: 3rem;
}

#job-detail .job-description{
    background: #104e94;
    background: -moz-linear-gradient(top, #104e94 0%, #fec634 100%);
    background: -webkit-linear-gradient(top, #104e94 0%,#fec634 100%);
    background: linear-gradient(to bottom, #104e94 0%,#fec634 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104e94', endColorstr='#fec634',GradientType=0 );

}

#job-detail .primary-background-color-lighter:hover,
#job-detail .primary-background-color-lighter:focus {
    background-color: #0f4d93;
    color: #fff;
}
#job-detail .secondary-color {
    color: #fff;
}
#job-detail .primary-background-color {
    background-color: rgba(6, 6, 6, 0.6);
}
#job-detail .job-description .apply-with-jobing-component .jobing-icon{
    fill: #fff;
}
#job-detail .job-addl-info .map-button:hover,
#job-detail .job-addl-info .job-share-button:hover {
    color: #ffffff;
    background-color: #0f4d93;
}

/*#job-detail > div:nth-child(3) > div > div > div.job-addl-info > p.job-ref > strong*/


#job-detail .job-description .content {
    background-color: white;
    padding: 5rem;
    margin: 0 auto;
    max-width: 80rem;
    
}

#job-detail .job-description .job-description-content p,
#job-detail .job-description .job-description-content span{
    font-size: 1.5rem;
}

#job-detail .job-description h4.job-description-header, 
#job-detail .job-description h4.job-skills-header,
#job-detail .job-description h4.job-notes-header,
#job-detail .job-description h4.apply-with-header{
    font-size: 2rem;
}

#job-detail .job-description .apply-button,
#job-detail .job-description .map-button,
#job-detail .job-description .job-share-button{
    font-size: 1.5rem;
}
#job-detail .modal{
    background: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    left: 0;
    overflow: hidden !important;
    position: relative !important;
    display: block;
}
#job-detail .modal-content{
    position: fixed !important;
}

#job-detail #footer .modal.in{
    position: fixed !important;
}

#job-detail #footer .modal.in .modal-content{
    position: relative !important;
}


#job-detail #PContentContainer ul li {
    list-style-type: disc !important;
}

#job-detail #PContentContainer ul {
    display: block !important;
    list-style-type: disc !important;
    margin-top: 1em !important;
    margin-bottom: 1 em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 40px !important;
}

#job-detail #PContentContainer ol {
    list-style-type: decimal !important;
    list-style-position: inside !important;
}

#job-detail #PContentContainer ul ul, #job-detail #PContentContainer ol ul {
    list-style-type: circle !important;
    list-style-position: inside !important;
    margin-left: 15px !important;
}

#job-detail #PContentContainer ol ol, #job-detail #PContentContainer ul ol {
    list-style-type: lower-latin !important;
    list-style-position: inside !important;
    margin-left: 15px !important;
}

.ulStyle {
    padding: 0 !important;
}

#footerpowered>li {
    list-style: none;
}



#job-detail #top-search{
    display:none;
}

#job-detail form#emailFriend {
    padding: 0;
    display: block;
    clear: both;
}

#job-detail input#eRecipient {
    font-size: 14px;
    height: 40px;
    margin: 10px 0 15px 0;
}

#job-detail input#email-submit-button {
    display: block;
    clear: both;
    background: rgb(4, 56, 101);
    color: #ffffff;
    border: 0;
    font-size: 14px;
    padding: 8px 12px;
    margin: 0 0 50px 0;
}

#job-detail #footer{
    margin: 0 auto !important;
}
#job-detail #PContent{
    padding-top: 90px;
    margin: 0 20px;
}
/*#job-detail .job-description .content{*/
/*    max-width: 75em;*/
/*}*/
/*@media (min-width: 768px){*/
/*    #job-detail .job-description .main-content {*/
/*        width: calc(100% - 30rem);*/

/*    }*/
/*}*/
#job-detail > div.container{
    max-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
}
#job-detail #footer > div.container > div{
    width: 90%;
    margin: 0 auto;
}
#job-detail #footer > div.container{
    width: 100% !important;
}

 #job-detail #job-addl-info > div > ul{
   padding-left: 0 !important;
}
#job-detail #PContentContainer ul li.email{
    list-style-type: none !important;
}

/*B edits*/
#job-detail .job-ref,
#job-detail .application-instructions-header,
#job-detail .custom-apply-text,
#job-detail .job-description-header{
    display: none;
}
#job-detail .job-description h3{
    margin: 0 auto;
}
/*********************
******FACEBOOK********
**********************/
#PTitle,
#PDetails,
#CompVideo,
#cosearch label,
.open-jobs .job-paging .title,
ul.co-footnav,
#footerpowered,
.open-jobs h2,
#CompCareerHead,
#job-list-page .header-content > *:not(h1) {
    display: none;
}


/*********************
**quick mobile fixes**
**********************/

@media (max-width:767px) {
    #home_slider .slider-caption p{
        font-size: 12px;
    }
    #home_slider .slider-caption .two-cap,
    #home_slider .slider-caption .third-cap{
        display: block !important;
    }
    #home_slider .slider-caption .two-cap{
        width: 200px;
        left: 50px;
        position: relative;
    }
    #home_slider .slider-caption .third-cap{
        width: 200px;
        position: relative;
        left: -90px;
    }
    
    
}

@media(max-width:450px) {
    #section-about > div:nth-child(3) > div:nth-child(1){
        background-position: -90px !important;
    }
}


