@charset "utf-8";
/* CSS Document */

  @import url("https://use.typekit.net/vca0rlz.css");


#page {
	background-color: #fff;
}


 #page h2{
    font-size:2em;
     color:#08314C;
      font-variation-settings: "wght" 700;
}


 #page h3{
     color:#222;
      font-variation-settings: "wght" 700;
}





#page_content{
	font-family: "source-sans-3-variable", sans-serif;
  font-weight: 400;
}

/*global careers nav */
.nav-links {
    display: flex;
    justify-content: space-around; 
    padding: 10px 0;
    font-family: Arial, sans-serif; 
    font-size: 16px;
}


#main-jobs-navigation{
    padding-top:0;
}
#main-jobs-navigation .breakout-content{
	max-width:none;
	padding:0;
	    border-bottom: 3px solid #ddd; 

}

#main-jobs-navigation a{
    border-bottom:0!important;
}

.nav-links a {
    color: #000; 
    text-decoration: none;
    padding: 5px 10px; 
    transition: color 0.3s ease;
	border-bottom:0;
}

.nav-links a:hover {
    color: #C1272D; 
}

.nav-links .active {
    font-weight: bold; 
    position: relative;
}

.nav-links .active::after {
    content: "";
    position: absolute;
    bottom: -13px; 
    left: 0;
    right: 0;
    height: 3px;
    background-color: #806195; 
}





.banner-content .pseudo-h1, h1 {
    color: #08314C;
    font-size: 4rem;
    font-variation-settings: "wght" 700;
    line-height: 1.0;
    margin: 0 0 1rem;
}

.pseudo-h1{
    font-variation-settings: "wght" 700;
}
.banner-content {
    width: 100%;
    max-width: 60em;
    margin: 0 auto;
    padding: 3em 1em 4em;
}


.full-width-banner {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    padding: 3rem 1rem;
}


.full-width-banner#socialworker-banner {
    background: url("/-/Media/Images/jobs/careers/socialworkercareers25/banner-featuredroles.jpg") no-repeat center center;
    background-size: cover;
}

a.thumbnail{
    padding:0 0 1em 0;
    height:100%;
}

.breakout-bg{
    background:#ECE7EF;
}


.breakout-bg.alternate-three{
    background:#FAEBF1;
}

.breakout-bg.alternate-four{
    background:#D13A76;
}





.well h2{
    margin-top:1em!important;
}

.well.white{
    background:#fff;
}

.well.pink{
    background:#FAEBF1;
}

.well.purple{
    background:#806195;
    color:#fff;
}

.well.purple h2, .well.purple h3{
    color:#fff!important;
}


.well.darkpink{
    background:#D13A76;
    color:#fff;
}


.well.darkpink h2, .well.darkpink h3 {
    color:#fff!important;
}



 .well.white-left-border {
        background: #fff;
    }


@media (min-width: 585px) {
    .well.white-left-border {
        background: #fff;
        border-left: 1px solid #ccc;
    }
}



details summary {
    background: #D13A76;
    border-radius: 0.75em;
    color: #fff;
    margin-bottom: 0.5em;
    text-shadow: none;
    box-shadow: none;
}

details>summary::before {
    border: 1px solid;
    border-radius: 500em;
    content: "+";
    font-size: 2rem;
    left: .5rem;
    padding: .25rem .5rem;
    position: absolute;
    top: .75rem;
    color: #fff;
    border-color: #fff;
    border-width: .125rem;
}


.text-block, .image-block {
    display: table-cell;
    vertical-align: top;
}


.feature-blocks {
    width: 100%;
    overflow: hidden;
}

.feature-blocks .text-block {
    width: 65%;
    background: #fff;
    color: #444;
    font-weight: 500;
    padding: 1em 1em 0.5em;
    box-sizing: border-box;
}


.feature-blocks .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 200px;
}

.feature-blocks .image-block {
    width: 35%;
    box-sizing: border-box;
    height: 1em;
}

.chev-right::after {
    content: url("/-/media/DB4509DA03C54B539BA9A78F28D28357.ashx");
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    margin-left: 2px;
    vertical-align: middle;
}



@media (min-width: 48em) {
    #csw-learn {
        background: url(/-/media/7DD085F9C04E4FA6A8B6B7F3137F3D26.ashx) no-repeat;
        background-position: right bottom;
        margin-bottom: 0;
        padding-bottom: 3em;
    }
    
    .cs-quote{
    font-size:2em;
        line-height:130%;

}
}




a[role="button"].primary {
    background:#0096D7;
    color: #222;
    font-weight: 700;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    font-size:1.15em;
    border-radius: 30px;
}



a[role="button"].primary.small {
    background:#0096D7;
    color: #222;
    font-weight: 700;
    box-shadow: none;
       font-size:1.15em;
    text-shadow: none;
    border: 0;
}



a[role="button"].secondary {
   background:#D13A76;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    text-shadow: none;
    border: 0;
      border-radius: 30px;
     font-size:1.15em;

}

  
a[role="button"].secondary.small {
    background:#D13A76;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 0;
      border-radius: 30px;
       font-size:1.15em;
}


.well{
    background:#ECE7EF;
}

.well h2.remove-all{
    margin:0!important;
}


.blue-quote{
    color:#0096D7;
    font-variation-settings: "wght" 700;
}
.corporate-lightblue{
    color:#0096D7;
}

.corporate-pink{
    color:#D13A76;
}



.corporate-blue{
    color:#08314C;
}

.no-pad{
    padding:0!important;
}

.pad-left-15{
    padding-left:1.5em;
}


.add-double-top{
    padding-top:2em;
}

@media (min-width: 585px) {
    .border-left {
        border-left: 1px solid #ccc;
        padding-left: 1em;
    }
}


.pad-tb{
    padding-top:2em!important;
    padding-bottom: 2em!important;
}

.pad-all{
    padding:1em!important;
}

.display-flex{
    display: block;
}

.h-100{
    height:100%;
}

.h-100{
    height:100%;
}
.h-90{
    height:90%;
}

@media only screen and (min-width: 37em) {
    .mobile-only {
        display: none;
    }
}


    .display-flex{
    display: block;
}


@media(min-width:37.5em){
    .display-flex{
    display: flex;
}
}

.cs-quote{
    font-size:1.25em;
    color:#806195;
}





.mobile-nav-btn{
    display:none;
   cursor: pointer;

}
 .menu-icon {
            position: relative;
          top:2px;
            font-size: 24px;
            cursor: pointer;
        }

  #close-icon {
            display: none;
            font-size: 1em;
            cursor: pointer;
        }

#close-icon .icon.cancel.black{
    color:#08314c;
    font-size:16px;
    position:relative;
    top:-2px;
}

  #mobile-main-jobs-navigation{
        display:none;
    }

@media (max-width: 768px) {
    #main-jobs-navigation {
        display:none;
}
    
    
    #mobile-main-jobs-navigation{
        display:block;
        z-index: 1000;
    }
    
     #mobile-main-jobs-navigation a {
    border-bottom: 0 !important;
}
    
   .mobile-nav-btn{
    display:block;
}
    
    .nav-links {
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background-color: #fff;
        box-shadow: 2px 0 5px rgba(0,0,0,0.5);
        transition: left 0.3s ease;
    }
    .nav-links a {
           padding: 5px 15px 0px;
        margin-top: 20px;
        border-bottom: 1px solid #ddd;
    }
    .menu-icon {
        display: block;
        padding: 10px;
    }
    
    #close-icon {
                display: block;
            }
    
    
    .nav-links.open {
        left: 0;
        display: flex;
    }
    
    
}


.full-width-banner#social-home-banner {
    background: url('/-/Media/Images/jobs/careers/socialworkercareers25/social-home-banner.jpg') no-repeat center center;
    background-size: cover;
}



.full-width-banner#social-adult-banner {
    background: url('/-/Media/Images/jobs/careers/socialworkercareers25/social-adult-banner.jpg') no-repeat center center;
    background-size: cover;
}


.full-width-banner#social-childrens-banner {
    background: url('/-/Media/Images/jobs/careers/socialworkercareers25/social-childrens-banner.jpg') no-repeat center center;
    background-size: cover;
}

.ad-yellow {
	color: #F9B459;
}

/* Video */

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* override grid width limits only for videos */
.video-wrapper {
    max-width: 100% !important;
}

.video-wrapper iframe {
    max-width: 100% !important;
}
