/* Additional Career Coach section stylesheet */

/* Banner Change */
#slider .sliderText .slide .bannerText {
    bottom: 430px;
}
#slider ul.slick-dots {
    bottom: 380px;
}

/* Reset dropdowns for Advanced Search */ 
.filterItems {
    opacity: 1;
    max-height: none;
    display: none;
}
.filterGroup:hover .filterItems {
    max-height: none;
}
.filterGroup:hover {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
}
.filterGroup.open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.filterHolder .filterGroup.open:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/* Bold Font */
.careerCoach .holder .title,
.careerCoach .holder .linksSet a span,
.sectionLinksNew a .title, 
.sectionLinksNew a .readMore,
.careerList .course a .courseName,
.careerList button.showMore,
.careerStats .stat .poundSign,
.careerStats .stat .counter,
.careerStats .stat .detail,
.skillsList .item .jobQty,
.similarCareersList a,
#listingSection.related .sectionTitle {
    font-family: 'greycliffbold', sans-serif
}

.careerCoach .holder .linksSet a,
.categoryList .cat a,
.sectionLinksNew a,
.sectionLinksNew a .hoverScreen,
.sectionLinksNew a .title,
.sectionLinksNew a .readMore,
.categoryList .cat a .catName,
.categoryList .cat a i,
.careerList .course a,
.careerList .course a .readMore,
.careerList button.showMore,
.similarCareersList a,
.filterHolder .filterGroup:after {
    -webkit-transition: all, 0.3s ease-in-out;
    transition: all, 0.3s ease-in-out;
}

.careerCoach {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1000;
}
.careerCoach.margin-40 {
    margin-bottom: 40px;
}
.careerCoach .holder {
    float: left;
    background-color: white;
    width: 100%;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
}
.careerCoach.homepage .holder {
    padding: 30px 100px;
padding-bottom:30px;
}
.careerCoach .holder .title {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #00001E;
    margin-bottom: 5px;
}
.careerCoach .holder .linksSet {
    display: block;
    width: 100%;
}
  .careerCoach .holder .linksSet a {
    display: block;
    float: left;
    width: 49.2307%;
    height: 100px;
    line-height: 100px;
    border-radius: 50px;
    padding: 0 30px 0 40px;
    color: #00001E;
    position: relative;
    margin: 20px 0 0 1.5386%;
    border-style: solid;
    border-width: 0.13rem;
}
.careerCoach .holder .linksSet a:nth-child(odd) {
    margin-left: 0;
}
.careerCoach .holder .linksSet a i#mainIcon {
    font-size: 46px;
    float: left;
    line-height: 100px;
}
 .careerCoach .holder .linksSet a i.fa-arrow-right {
    float: right;
    line-height: 58px;
    font-size: 18px;
}
@media (max-width:767px) 
{
	.careerCoach .holder .linksSet a i.fa-arrow-right 
	{
    		
    		margin-right: 10px;
	}
}
 .careerCoach .holder .linksSet a i.fa-chevron-right {
    float: right;
    line-height: 100px;
    font-size: 26px;
}
.careerCoach .holder .linksSet a span {
    font-size: 25px;
    font-weight: 700;
    margin-left: 15px;
}
      .colour-subject {
    background-color: #ab64ff;
}
      .colour-subject-appr {
    background-color: #03b5d1;
}
.colour-career {
    background-color: #EE7335;
}
.colour-interest {
    background-color: #E8423C;
}
.colour-location {
    background-color: #F7A200;
}
.careerCoach .holder .linksSet a:hover,
.careerCoach .holder .linksSet a.current {
    background-color: #00001E;
    color: #fff;
}
    .careerCoach.homepage {
    margin-top: -370px;
}

.sectionLinksNew {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.sectionLinksNew a {
    display: block;
    float: left;
    width: 49.2307%;
    height: 365px;
    position: relative;
    margin: 0 0 0 1.5386%;
}
.sectionLinksNew a.fullWidth {
    width: 100%;
    height: 450px;
}
.sectionLinksNew a:nth-child(odd) {
    margin-left: 0;
}
.sectionLinksNew a .image,
.sectionLinksNew a .overlay {
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
.sectionLinksNew a .hoverScreen {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 420px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #7ACAF1;
    opacity: 0.9;
    z-index: 3;
    border-radius: 10px;
    max-width: 80%;
}
.sectionLinksNew a .overlay {
    background-image: url(../images/01-2023/sector-links-overlay.svg);
    z-index: 2;
    mix-blend-mode: multiply;
}
.sectionLinksNew a:hover .hoverScreen {
    width: 100%;
    height: 100%;
    border-radius: 0;
    max-width: 100%;
}
.sectionLinksNew a .title,
.sectionLinksNew a .readMore {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 5;
    font-size: 25px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #00001E;
}
.sectionLinksNew a .readMore {
    opacity: 0;
}
.sectionLinksNew a:hover .title {
    opacity: 0;
}
.sectionLinksNew a:hover .readMore {
    opacity: 1;
}

/* Changes to the Course category List */
.categoryList {
    margin-top: 15px;
}
.categoryList .cat a {
    border-radius: 10px;
}
.categoryList .cat .catName,
.categoryList .cat i {
    color: #FFFFFF;
}
.categoryList .cat i {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 76px; /* was 66px */
}
.categoryList .cat .catName {
    bottom: 5px; /* was 0 */
}
.categoryList .cat a:hover .catName {
  bottom: 0;
}
         .categoryList .cat a:hover {
    background-color: #00001E;
}
         .categoryList .cat a.colour-interest:hover, .categoryList .cat a.colour-career:hover {
    background-color: #00001E;
}

.categoryList .cat a .catName,
 .categoryList .cat a i {
    color: #00001E;
}
.categoryList .cat a:hover .catName,
 .categoryList .cat a:hover i {
    color: #FFFFFF;
}
.categoryList.margin-bottom-40 {
    margin-bottom: 40px;
}


/* New Careers Listing */
.careerList {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.careerList .course {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}
   .careerList .course a {
    display: block;
    padding: 40px 330px 60px 40px;
    border-radius: 10px;
    color: #00001E;
    position: relative;
}
.careerList .course a .courseName {
    font-size: 30px;
    line-height: 1.4;
}
.careerList .course a i#mainIcon {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 50px;
}
.careerList .course a .intro {
    display: block;
    margin-top: 20px;
    line-height: 1.7;
}
.careerList .course a .readMore {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: #00001E;
    color: #fff;
    border-radius: 10px;
}
.careerList .course a:hover {
    background-color: #00001E;
    color: #fff;
}
.careerList .course a:hover .readMore {
    color: #00001E;
    background-color: #fff;
}

.careerList button.showMore {
    display: inline-block;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: 20px;
    background-color: #e5e5e5;
    margin-top: 15px;
}
.careerList button.showMore:hover {
    background-color:#00001E;
    color: #fff;
}

/* Course Category List for Interests */
  .categoryList.column-4 .cat {
    width: 32.3%;
    margin-left: 1.5%;
}

/* Location Landing page */
.searchForm .searchBlock.location .search.postcode {
    left: 0;
}
   .searchForm .searchBlock.location button.searchBTN {
    background-color: #AB64FF;
    color: #00001E; 
}
.searchForm .searchBlock.location button.searchBTN:hover {
    background-color: #00001E;
    color: #fff; 
}

/* Interest Listing */
.filterHolder.open {
    display: block;
}
#listingSection {
    padding-bottom: 100px;
}
body.map #listingSection {
    padding-bottom: 0;
}
#listingSection .grid.style-2 {
    max-height: none;
    overflow: visible;
    padding-top: 20px;
}
#listingSection .column.align_right .placement {
    padding-right: 0;
    padding-left: 20px;
}
#listingSection .column.align_left .placement {
    padding-right: 20px;
}
#listingSection .grid .grid-item .collegeBranding {
    max-width: 130px;
    height: 50px;
    float: left;
    margin: 5px 0 0 30px;
}
#listingSection .grid .grid-item .collegeBranding img {
    height: 100%;
    width: auto;
}

/* Career Page */
.careerStats {
    float: left;
    width: 100%;
    margin: 20px 0 50px 0;
}
  .careerStats .stat {
    float: left;
    width: 49.2307%;
    padding: 40px 100px 40px 90px;
    border-radius: 10px;
    background-color: #EE7335;
}
.careerStats .stat.align_right {
    float: right;
}
.careerStats .stat .progress-bar {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 130px;
}
.careerStats .stat .counter,
.careerStats .stat .poundSign {
    font-size: 60px;
}
.careerStats .stat .icon {
    font-size: 75px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 13px;
}
.careerStats .stat .detail {
    display: block;
    font-size: 25px;
    margin-top: 8px;
}
.careerStats .stat .excerpt {
    float: left;
    display: block;
    margin-top: 25px;
    line-height: 1.5;
}
#pageContent h3.margin-40 {
    margin-bottom: 40px;
}
.dailyTasks {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.skillsList {
    float: left;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #00001E;
    margin-bottom: 50px;
}
.skillsList .item {
    float: left;
    width: 100%;
    padding: 15px 0;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #00001E
}
.skillsList .item .role {
    float: left;
    width: 80%;
    width: calc(100% - 200px);
}
.skillsList .item .jobQty {
    float: right;
}
.similarCareersList {
    float: left;
    width: 100%;
    margin: 10px 0 30px 0;
}
.similarCareersList a {
    display: block;
    float: left;
    margin-right: 20px;
    padding: 20px 30px;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #00001E;
    border-radius: 10px;
}
.similarCareersList a:hover {
    background-color: #00001E;
    color: #fff;
}
#listingSection.related {
    clear: both;
    padding: 60px 0 110px 0;
    background-color: #f2f2f2;
}
#listingSection.related .sectionTitle {
    font-size: 30px;
    color: #00001E;
}

#pageHolder #pageContent h4 {
    line-height: 1.55;
}






/** ---------- RESPONSIVE SETTINGS ---------- **/

@media (max-width:767px) {
    .careerCoach.homepage {
        margin-top: -45px;
    }
       .careerCoach.homepage .holder {
        padding: 15px 18px 20px 18px;
    }
    .careerCoach .holder .title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.4;
    }
    .careerCoach .holder .linksSet a {
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
        margin: 5px 0 0 0;
    }
    .careerCoach .holder .linksSet a span {
        font-size: 16px;
        margin-left: 10px;
    }
    .careerCoach .holder .linksSet a i#mainIcon {
        line-height: 50px;
        font-size: 28px;
    }
    .careerCoach .holder .linksSet a i.fa-chevron-right {
        line-height: 50px;
        font-size: 20px
    }
    .sectionLinksNew {
        margin-top: 0;
    }
    .sectionLinksNew a {
        height: 200px;
        margin: 20px 0 0 0;
    }
    .sectionLinksNew a .title, 
    .sectionLinksNew a .readMore {
        font-size: 16px;
    }
    .sectionLinksNew a .hoverScreen {
        height: 50px;
    }
    .categoryList {
        margin-top: 5px;
    }
    .categoryList .cat {
        height: 200px;
        margin-bottom: 10px;
    }
    .categoryList .cat .catName {
        height: 90px;
    }
    .categoryList .cat i {
        top: 40px;
        font-size: 50px
    }
    .careerCoach.margin-40 {
        margin-bottom: calc(40px / 2);
    }
    .categoryList.margin-bottom-40 {
        margin-bottom: 15px;
    }
    .sectionLinksNew a.fullWidth {
        height: 200px;
    }
    h4 {
        line-height: 1.4;
    }
    .careerList {
        margin-top: 5px;
    }
    .careerList .course a {
        padding: 26px 30px 115px 22px;
    }
    .careerList .course a i#mainIcon {
        bottom: 30px;
        left: 20px;
        right: auto;
        top: auto;
    }
    .careerList .course a .courseName {
        font-size: 25px;
    }
    .careerList .course a .intro {
        margin-top: 16px;
    }
    .categoryList.column-4 .cat {
        width: 100%;
        margin-left: 0;
    }
    .careerStats .stat {
        margin: 0 0 10px 0;
        padding: 24px 30px 30px 30px
    }
    #pageContent h3.margin-40 {
        margin-bottom: 0px;
    }
    .careerStats {
        margin: 5px 0;
    }
    .careerStats .stat .progress-bar {
        padding-left: 0;
    }
    .careerStats .stat .icon {
        position: relative;
        float: left;
        width: 100%;
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .careerStats .stat .counter, 
    .careerStats .stat .poundSign {
        font-size: 40px;
    }
    .careerStats .stat .detail {
        font-size: 16px;
    }
    .careerStats .stat .excerpt {
        margin-top: 20px;
    }
    .dailyTasks {
        margin-bottom: 20px;
    }
    #pageHolder #pageContent .dailyTasks ul {
        margin-top: 0;
        margin-bottom: 0;
    }
    #listingSection {
        padding-bottom: 0;
    }
    #listingSection.related {
        padding: 25px 5% 0 5%;
    }
    #listingSection.related .column .placement {
        padding-left: 0;
        padding-right: 0;
    }
    #listingSection.related .sectionTitle {
        margin-bottom: 20px;
        font-size: 25px;
    }
    .skillsList {
        margin-bottom: 25px;
    }
    .skillsList .item {
        padding: 10px 0 12px 0;
    }
    .skillsList .item .role {
        width: 100%;
    }
    .skillsList .item .jobQty {
        float: left;
        margin-top: 8px;
    }
    .similarCareersList {
        margin: 5px 0 10px 0;
    }
    .similarCareersList a {
        padding: 15px 20px;
        margin: 0 10px 10px 0;
        font-size: 14px;
    }
}

@media all and (min-width:768px) and (max-width:1023px) {
    #slider .sliderText .slide .bannerText {
        bottom: 400px;
    }
    #slider ul.slick-dots {
        bottom: 360px;
    }
    .careerCoach.homepage {
        margin-top: -320px;
    }
     .careerCoach.homepage .holder {
        padding: 20px 25px 25px 25px;
    }
    .careerCoach .holder .title {
        margin-bottom: 15px;
    }
    .careerCoach .holder .linksSet a {
        padding-left: 25px;
        height: 60px;
        line-height: 60px;
        margin: 10px 0 0 0;
    }
    .careerCoach .holder .linksSet a span {
        font-size: 22px;
    }
    .careerCoach .holder .linksSet a i#mainIcon {
        line-height: 60px;
        font-size: 34px;
    }
    .careerCoach .holder .linksSet a i.fa-chevron-right {
        line-height: 60px;
    }
    .sectionLinksNew {
        margin-top: 20px;
    }
    .sectionLinksNew a {
        margin: 20px 0 0 0;
    }
    .categoryList.margin-bottom-40 {
        margin-bottom: 20px;
    }
    .careerList .course a {
        padding: 35px 30px 115px 40px;
    }
    .careerList .course a i#mainIcon {
        bottom: 30px;
        left: 40px;
        right: auto;
        top: auto;
    }
    .categoryList.column-4 .cat {
        width: 48.6251%;
        margin-left: 2.7498%; 
    }
    .categoryList.column-4 .cat:nth-child(odd) {
         margin-left: 0;   
    }
    body.interest #listingSection .column .placement,
    body.subject #listingSection .column .placement {
        padding-left: 0;
        padding-right: 0;
    }
    .careerStats .stat {
        margin: 0 0 20px 0;
    }
    #pageContent h3.margin-40 {
        margin-bottom: 30px;
    }
    .careerStats {
        margin: 10px 0 20px 0;
    }
    .dailyTasks {
        margin-bottom: 20px;
    }
    #listingSection {
        padding-bottom: 20px;
    }
    #listingSection.related {
        padding: 40px 0 30px 0;
    }
    #listingSection.related .column .placement {
        padding-left: 0;
        padding-right: 0;
    }
    #listingSection.related .sectionTitle {
        margin-bottom: 40px;
    }
}

@media  (max-width:1023px) {
    .careerCoach .holder .linksSet a,
    .sectionLinksNew a,
    .careerStats .stat {
        width: 100%;
    }
    .sectionLinksNew a.fullWidth {
        margin-top: 0;
    }
    .searchForm .searchBlock.location {
        height: 40px;
    }
    #listingSection .grid.style-2 {
        padding-top: 0;
        margin-bottom: 0;
    }
    #listingSection .column.align_right .grid.style-2 {
        margin-bottom: 50px;
    }
}

@media all and (min-width:1024px) and (max-width:1400px) {
    body.career-page #listingSection .column.courseList.align_left .placement {
        padding-left: 0;
    }
    body.career-page #listingSection .column.courseList.align_left {
        width: 50%;
    }
    body.career-page #listingSection .column.align_right .placement,
    body.career-page #listingSection .column.courseList.align_left .placement {
        width: 100%;
    }
    .careerCoach.homepage .holder {
        padding: 30px 50px;
    }
     .careerCoach.homepage .holder {
       padding: 10px 50px 25px 50px;
    }
	.careerCoach.homepage {
    margin-top: -250px;
}
.careerCoach .holder .linksSet a {
    height: 50px;
    line-height: 50px;
}
.careerCoach .holder .linksSet a i#mainIcon {
    font-size: 23px;
    float: left;
    line-height: 50px;
}
.careerCoach .holder .linksSet a i.fa-chevron-right {
    float: right;
    line-height: 50px;
    font-size: 26px;
}
.careerCoach .holder .linksSet a span {
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px;
}
  #slider .sliderText .slide .bannerText {
    bottom: 330px;
}
#slider ul.slick-dots {
    bottom: 210px;
}
    .careerCoach .holder .linksSet a {
        padding-left: 30px;
    }
    .careerList .course a {
        padding-right: 230px;
    }
    .categoryList.column-4 .cat {
        width: 32.0150%;
        margin-left: 1.9775%; 
    }
    .categoryList.column-4 .cat:nth-child(3n+1) {
         margin-left: 0;   
    }
    body.interest #listingSection .column.courseList.align_left .placement,
    body.subject #listingSection .column.courseList.align_left .placement {
        padding-left: 0;
        padding-right: 20px;
        width: 100%;
    }
    body.interest #listingSection .column.courseList.align_left,
    body.subject #listingSection .column.courseList.align_left {
        width: 50%;
    }
    body.interest #listingSection .column.align_right .placement,
    body.subject #listingSection .column.align_right .placement {
        padding-right: 0;
        padding-left: 20px;
        width: 100%;
    }
    .careerStats .stat {
        padding: 40px 70px 40px 50px;
    }
    .careerStats .stat .progress-bar {
        padding-left: 110px;
    }
}

@media (min-width:1400px) {
    #listingSection .column.courseList.align_left .placement
    .categoryList.column-4 .cat:nth-child(3n+1) {
        margin-left: 0;
    }
    .categoryList.column-4 .cat:nth-child(3n+1) {
        margin-left: 0;
    }
}
    .categoryList .cat {
        height: 120px;
        margin-bottom: 10px;
    }
.categoryList .cat i {
        top: 40px;
        position: relative;
        float: left;
        margin-left: 40px;
        font-size: 35px;
        left: 0px;
    }
    .categoryList .cat a .catName {
        float: left;
        width: calc(100% - 55px);
        top: 15px;
        text-align: left;
        margin-left: 40px;
        margin-top: -5px;
    }