@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/* HIDE NAV ON EDITOR PAGE TO ACCESS FIRST ROW */
.inside-iframe .navbar,
.inside-iframe header.topNavShadow {
    display: none;
}

/* NAV LINKS */
a.nav-link,
a.nav-link:hover {
  color: #003A70;
  font-weight: 600;
  font-size: .9em;
  white-space: nowrap;
  text-shadow: 0px 1px 6px rgba(0,0,0,0.75);
}
.nav-item:not(.last) {
  display: inline-flex;
}
.nav-item:not(.last):after {
    content: "|";
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    padding: 0 15px;
    margin: auto;
}
.nav-link:hover:after {
  text-decoration: none;
}

/* BUTTONS */
a.btn-primary {
    text-align: center;
    background: #a3c8e3;
    display: block;
    color: #fff;
    width: 100%;
    max-width: 250px;
    /* margin: 5px auto; */
    padding: 0px 0px 0px 0;
    border-left: 2px solid #a3c8e3;
    list-style-type: none;
    line-height: 3;
}

.btn-primary {
    text-align: center;
    background: #a3c8e3;
    color: #fff;
    width: 100%;
    max-width: 250px;
    /* margin: 5px auto; */
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    line-height: 3;
}

.logo-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
}
.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: 75px;
}

.job-search-results ul {
    font-weight: 400;
}

.job-search-results a {
    color: #265A87;
    font-weight: 600;
}
.job-search-results a:hover {
    color: #1C3F5F;
	text-decoration: underline !important;
}

.block-job-search-results .job-search-results table {
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .block-job-search-results .job-search-results .job-search-collapse {
        font-size: 16px;
    }
}

.block-job-search-results .job-search-results .job-search-filter-groups {
    width: auto;
}

.job-search-results-card {
    border-radius: 8px;
    border: 8px solid rgba(246, 246, 244, 1);
}
@media (min-width: 768px) {
  .job-search-results-card-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
    .navbar {
        height: auto;
    }
}

.job-search-filter-groups {
    background-color: #EDEDE9;
    padding-left: 36px !important;
    padding-right: 36px !important;
    border-radius: 8px;
}

.job-search-filter-categories {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-departments {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-employment-types {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-cities {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.side-panel {
  background: transparent;
  padding: 1em;
  background-color: #f5fafc;
  margin-bottom: 30px;
  border-radius: 3px;
  margin-bottom: 30px;
}


@media (min-width: 767px) {
  .block-posts .post h3.post-title,
  .side-panel h3 {
    font-size: 21px;
  }
}

.side-panel {
    background-color: #f3f3f3;
    border: 4px solid #ebebeb;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

a.button.button1 {
    text-align: center;
    background: #a3c8e3;
    display: block;
    width: 100%;
    max-width: 250px !important;
    margin: 0px auto; 
    padding: 0px 0px 0px 0;
    border-left: 2px solid #a3c8e3;
    list-style-type: none;
    line-height: 3;
}

.block-job-description h3 {
    font-size: 24px;
    font-weight: bolder;
}




/* FOOTER STYLES (WASHBURN) */
footer a {
    color: #265A87;
}

footer a:hover {
    color: #1C3F5F;
}

footer a:focus {
    text-decoration: underline;
}

footer .disclaimer a {
    border-bottom: solid 1px #e9edf0;
}

.text-12 {
    font-size: 12px;
}

.border-left-white {
    border-left: 1px solid #6c91b3;
}

footer {
    color: white;
}

footer a,
footer a:focus,
footer p {
    color: white;
}

footer .disclaimer a {
    color: #ECAA00;
}

footer .social {
    text-decoration: none;
}

footer a.social:hover {
    text-decoration: none;
}

footer a:hover,
footer a:focus {
    color: white;
    text-decoration: underline;
}

.footerBg {
    background-image: url(https://www.washburn.edu/_redesign2018/_files/images/template/footerBg.jpg);
    background-size: cover;
    font-size: 14px;
    position: relative;
    padding-top: 50px;
}

.footerBg ul.list-unstyled li a {
    font-size: 13px;
}

footer .socialIcon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

footer .text-center-responsive img {
    margin: auto;
}

footer .eowrapper img {
    width: 110px;
}

@media (min-width:768px) and (max-width:992px) {
    .footerCol {
        float: none;
        margin: auto;
        text-align: center;
    }

    .border-left-white {
        border: 0;
    }
}

.margin-top-xx {
    margin-top: 20px;
}

.margin-top-xxxx {
    margin-top: 40px;
}

@media (max-width: 1440px) {
    footer {
        
    }
}

@media (max-width: 1440px) {
    footer {
        
    }
}

@media (max-width: 1024px) {
    footer {
        
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    footer .col-md-3 {
        width: 25%;
    }

    footer .footerColLogo {
        width: 100%;
        left: 0;
    }

    footer .footerCol {
        width: 25%;
        left: 12%;
    }
}

@media (max-width: 768px) {
    .text-center-responsive {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .footerSeperatorRes {
        height: 2px;
        background-color: #ffffff;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .footerNav {
        margin-top: -10px;
    }

    .line-height-26 {
        line-height: 26px;
        font-size: 16px;
    }

    .footerBg {
        background-size: 450% 100%;
        background-position: 28% 0%;
        background-repeat: no-repeat;
    }
}

@media (max-width: 480px) {
    .footerBg {
        background-size: 650% 100%;
    }
}

@media (max-width: 414px) {
    .footerBg {
        background-size: 660% 100%;
    }
}

@media (max-width: 375px) {
    .footerBg {
        background-size: 770% 100%;
    }
}

@media only screen and (max-width: 767px) {

    footer a:focus,
    footer a:focus>.img-responsive {
        outline-style: dotted !important;
        outline-width: thin !important;
    }
}


/* NEW */
.hero {
    position: relative;
/*     top: 55px; */
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  	background-position: top;
    height: 700px;
}


/* Header */

header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 0px 0;
}

@media (min-width: 768px) {
    header {
        padding: 0;
        margin-top: 15px;
    }
}

header .navbar-brand {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 800;
    font-size: 2rem;
}

header .navbar-brand.absolute {
    position: absolute;
}

@media (max-width: 991.98px) {
    header .navbar-brand.absolute {
        position: relative;
    }
}

header .navbar-brand span {
    color: #fff;
}

@media (min-width: 768px) {
    header .navbar-brand span {
        color: #ced4da;
    }
}

header .navbar {
    background: black !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
    header .navbar {
        padding-top: 0;
        padding-bottom: 0;
        background: none !important;
        position: relative;
    }
}

header .navbar .nav-link {
    padding: 1.7rem 1rem;
    outline: none !important;
    font-size: 1rem;
    color: #fff !important;
}

@media (max-width: 1199.98px) {
    header .navbar .nav-link {
        padding: 0.5rem 0rem;
    }
}

header .navbar .nav-link.active {
    color: #fff !important;
}

header .navbar .dropdown-menu {
    font-size: 14px;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
    min-width: 13em;
    margin-top: -15px;
}

header .navbar .dropdown-menu:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
}

@media (max-width: 991.98px) {
    header .navbar .dropdown-menu:before {
        display: none;
    }
}

header .navbar .dropdown-menu .dropdown-item:hover {
    background: #A9A89E;
    font-weight: 600;
    color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
    background: #A9A89E;
    font-weight: 600;
    color: #fff;
}

header .navbar .dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
}

header .navbar .cta-btn a {
    background: #007AA3;
    border-radius: 8px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 15px 20px !important;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: 0.3s all ease;
    
    transition: 0.3s all ease;
}

header .navbar .cta-btn a:hover {
    background: #fff;
    color: #007AA3 !important;
    -webkit-box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
}


/* WASHBURN FIXED NAV SCROLL */
header {
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
}

.topNavShadow {
    height: 82px;
    background: black;
    background: -webkit-linear-gradient(black, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(black, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(black, rgba(0, 0, 0, 0));
    background: linear-gradient(black, rgba(0, 0, 0, 0));
}

.topNavShadow .logo {
    width: 234px;
    transition: all 0.5s;
}

.topNavShadow.navBgBlue .logo {
    width: 170px;
    margin: 20px 20px 20px 0;
    transition: all 0.5s;
}

.navBgBlue {
    background: rgba(25, 61, 111, 0.8);
    height: 75px;
    z-index: 9999;
}

.navbar {
    transition: all ease .5s;
}

.navBgBlue .navbar {
    padding: 0;
    transition: all ease .5s;
}

@media (max-width: 991px) {
    .topNavShadow .logo {
        width: 170px;
    }

    .topNavShadow .logo {
        margin: 20px 20px 20px 20px;
    }

    .topNavShadow.navBgBlue .logo {
        margin: 20px 20px 20px -15px;
    }
}

@media (min-width: 768px) {
    .topNavShadow {
        margin-top: 0;
        z-index: 100;
    }
}

@media (max-width: 767px) {
    .topNavShadow {
        height: 89px;
    }

    .topNavShadow.navBgBlue {
        height: 70px;
    }

    .topNavShadow .logo {
        margin: 10px 10px 10px -20px;
        width: 250px;
    }

    header.topNavShadow {
        background: rgba(25, 61, 111, 1);
        z-index: 9999;
        transition: all 0.5s;
    }
}

@media (max-width: 400px) {
    .topNavShadow .logo {
        width: 170px;
    }
}

/************** Washburn CSS *******************/
/************** Header Image *******************/

.page-block.block-image-cover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)), url(https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/6ae96ea9c91b85580878985f6f60e28e/images/files/0346493d969f31d7ef703eaab1fae71e/large/washburn_hero.jpg?1660768547) !important;
    background-position: 50% top !important;
}

/**************** Top Nav ************************/
.topNavShadow {
    background: rgba(25, 61, 111, 0.8);
}

.nav-item:not(.last):after {
    content: "|";
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    padding: 0 5px;
    margin: auto;
    content: "";
}
.nav-item:first-child{display:none;}

@media(min-width:768px) and (max-width: 1200px){
  header .navbar .nav-link {
    font-size: .9rem;
  }
  .nav-item:not(.nav-item:nth-last-child(3)):after {
    padding: 0 2px;
  }
  .nav-item:last-child{margin: 10px 0 0 -100px;}
  .nav-item:nth-last-child(2){margin: -10px 0 0 0;}
  .topNavShadow .logo { margin: 20px 20px 20px 20px; }
  .container-md, .container-sm, .container {max-width: 960px;}
}
@media(min-width:768px) and (max-width: 900px){
  header .navbar .nav-link {
    font-size: .8rem;
  }
  .nav-item:not(.nav-item:nth-last-child(3)):after {
    padding: 0 1px;
  }
}
@media (min-width: 768px){
.container-md, .container-sm, .container {
    max-width: 960px;
}
}
@media (max-width:800px){
	.topNavShadow .logo { margin: 20px 0 10px 0; }
}
@media (max-width:767px){
	header .navbar {
		background: #003A70 !important;
	}
}

/*************** Primary Btn ***************/
.btn-primary {
    background: #a3c8e3;
    color: #003A70;
    line-height: 1;
}
.btn-primary:hover{
  background: #003A70;
}

/*************** Footer ***************/

footer a, footer a:visited{
  color: #FFFFFF;
}

/*******************Interior Page *************************/
.job-listing-page #page_row_1.row-background-brand_color_1,
.job-listing-page #page_row_3.row-background-brand_color_1 {
    background: transparent;
}

.job-listing-page #search_control_button_1_0.btn-primary {
    line-height: 1;
}

.job-listing-page a.btn-primary,
.job-listing-page .btn-primary,
.candidate-settings-page a.btn-primary,
.candidate-settings-page .btn-primary {
    border: 1px solid rgba(80, 86, 86, 0.5);
    color: #003A70;
    line-height: 3;
}

.job-listing-page a.button.button1,
.candidate-settings-page a.button.button1 {
    color: #003A70;
    border: 1px solid rgba(80, 86, 86, 0.5);
}

.job-listing-page a.button.button1:hover,
.candidate-settings-page a.button.button1:hover {
    background: #003A70;
    border: 1px solid rgba(80, 86, 86, 0.5);
    color: #fff !important;
    font-weight: 500;
}

.job-listing-page a.btn-primary:hover,
.job-listing-page .btn-primary:hover,
.job-listing-page a.button.button1:hover
.candidate-settings-page a.btn-primary:hover,
.candidate-settings-page .btn-primary:hover,
.candidate-settings-page a.button.button1:hover {
  color: #fff !important;
}
/*************** Header Adjustment for widths less than 768 ***************/
@media(max-width:767px){
  header {position: relative;}
}

/* ======== Not you? Sign Out button fix ======== */
button.btn-info.sign-out {
    background: #a3c8e3;
    border: 1px solid #a3c8e3;
    color: #003A70;
    line-height: 1;
}
button.btn-info.sign-out:hover {
    background: #003A70;
    border: 1px solid #003A70;
    color: #fff;
    line-height: 1;
}
/* ======== Cookie Consent Modal Buttons fix ======== */
#consent_agree.btn.consent-agree,
#consent_reject.btn.consent-reject {
    background: #a3c8e3;
    border: 1px solid #a3c8e3;
    color: #003A70;
    line-height: 1;
}
#consent_agree.btn.consent-agree span,
#consent_reject.btn.consent-reject span {
    color: #003A70;
}
#consent_agree.btn.consent-agree:hover,
#consent_reject.btn.consent-reject:hover {
    background: #003A70;
    border: 1px solid #003A70;
    color: #fff;
    line-height: 1;
}
#consent_agree.btn.consent-agree:hover span,
#consent_reject.btn.consent-reject:hover span {
    color: #fff;
}

/* temporary margin/gutter fix for horizontal scrollbar */
* {
  max-width: 99vw;
}