﻿@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato font family/Lato-Black.ttf?#iefix') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato font family/Lato-Bold.ttf?#iefix') format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato font family/Lato-Regular.ttf?#iefix') format('truetype');
}

@font-face {
    font-family: 'Lato-Semibold';
    src: url('../fonts/Lato font family/Lato-Semibold.ttf?#iefix') format('truetype');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato font family/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'CharterITCStd-Bold';
    src: url('../fonts/ITC Charter/CharterITCStd-Bold.otf') format('opentype');
}

img {
    max-width: 100%;
}

p, div, li, label, span, input, body, a, input {
    font-family: 'LatoRegular','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
}
.cover-story-color {
    background-color: #e53b5f;
    display: inline-block;
    padding: 3px 8px;
    color: #ffffff;
}

a {
    color: #e53b5f;
}

a:hover {
    color: #b31217;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato-Bold','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #333333;
    margin-top: 0;
}

h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
}

h3 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 14px;
}

h4, h4 a {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}

h5, h5 a {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

.inline {
    display: inline-block;
}

.mb-30 {
    margin-bottom: 35px;
}

.button-color {
    background-color: #e53b5f;
    color: #ffffff;
    border-radius: 0;
}

.header {
    padding: 15px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.header-secondary-nav {
    font-family: 'Lato-Light','Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #626262;
    font-size: 1rem;
    display: table-cell;
    padding: 0 10px;
    border-right: 1px solid #626262;
    line-height: 1.5rem;
}

.header-secondary-nav:last-child {
    border-right: none;
    padding-right: 0;
}

.header-secondary-nav:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.navigation-bg {
    background-color: #a50f15;
}

.pomegranate-color {
    color: #ef4023;
}

.turquoise-color {
       color: #49ccc0;    
}
.froly-color {
    color: #f27186;
}

.jackson-purple-color {
    color: #20358c;
}

.shiraz-color {
    color: #b0063a;
}

.default-color {
    color: #333333;
}

.limegreen-color {
    color: #32cd32;
    text-transform: uppercase;
}

.java-color {
    color: #71bdb7;
}

.burnt-yellow {
    color: #f5b216;
}
.main-navigation ul {
    display:contents;
}

.main-navigation ul li {
    display: table-cell;        
    padding: 10px 13px;
}

.main-navigation ul li:first-child {
    padding-left: 0;
}

.main-navigation ul li:last-child {
    padding-right: 0;
}

.nav-item a {
    font-family: 'Lato-Bold','Helvetica Neue','Helvetica','Arial',sans-serif;
    font-size: 1rem;
    line-height: 24px;
    padding: 0;
}

.nav-item a.limegreen-color {
    padding: 5px;
}

.counsel-navigation {
    padding: 0;
    margin: 0 0 30px;
    background-color: #f3f3f3;
}

.snip1217 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.snip1217 {
    display: inline-block;
    list-style: outside none none;    
    padding: 0;
}

.snip1217 a {
    padding: 0.3em 0;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.snip1217 a:before,
.snip1217 a:after {
    height: 3px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #9b59b6;
    width: 0;
}

.snip1217 a:before {
    top: 0;
    left: 0;
}

.snip1217 a:after {
    bottom: 0;
    right: 0;
}

.snip1217 a:hover:before,
.snip1217.current a:before,
.snip1217 a:hover:after,
.snip1217.current a:after {
    width: 100%;
}

.snip1217 .limegreen-color-reverse {
    background-color: #32cd32;
    color: #fff;
}

.main-navigation ul.sub {
    display: none;
    position: absolute;
    top: 30px;
    height: 0;
    transition: all 1s ease-in;
    background-color: #f9f9f9;
    min-width: 170px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.5);
    z-index: 1;
    left: 10px;
}

.dropdown:hover ul.sub {
    display: block;
    height: auto;
}

.main-navigation ul.sub li {
    display: block;
    padding: 0;
}

.main-navigation ul.sub a {
    float: none;
    color: #333333;
    padding: 8px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 2px;
}

.main-navigation ul.sub a:hover {
    background-color: #ddd;
}

ul.sub {
    left: 7px;
    padding: 8px;
    margin: 5px 0 0;
}

/*HEADER CSS ENDS*/
.button-color {
    border: 0;
    padding: 10px;
    text-align: center;
}

.button-color:hover {
    background-color: #b31217;
    color: #ffffff;
}

.breadcrumb {
    background-color: transparent;
    padding-top: 0;
}

.breadcrumb-item a {
    color: #333333;
}

.breadcrumb-item.active, .breadcrumb-item a:hover {
    color: #b31217;
}
/*mega menu css begins*/
.sidepanel {
    width: 0;
    position: fixed;
    height: auto;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 6px 0;
    z-index: 999;
}

.sidepanel a {
    padding: 8px 8px 8px 18px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 36px;
}

.mob-menu {
    display: block;
    clear: both;
    margin: 3rem 0 0;
}

.openbtn {
    cursor: pointer;
    background-color: #111111;
    color: #ffffff;
    padding: 5px 11px;
    border: none;
}

.openbtn:hover {
    background-color: #444444;
}

.dropdown-btn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    border: none;
    border-bottom: 1px solid #818181;
    margin: 0 0 9px;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.dropdown-btn {
    color: #e53b5f;
}
/* Add an active class to the active dropdown button */
.dropdown-btn.active {
    color: #b31217;
    border-bottom: 0;
    margin: 0;
}

.dropdown-btn:focus {
    outline: 0;
}

.dropdown-container a {
    padding: 4px 8px 4px 32px;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 18px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: none;
    padding-right: 8px;
}

.sidepanel .bottom-links {
    padding: 0 8px 3px 32px;
}
/*mega menu css ends*/

/*job of the weke on home page start*/
.career-board.job-of-week .job-column {
    background: #EEE8AA;
    margin-bottom: 0;
    box-shadow: 6px 4px 9px 0 rgba(0,0,0,0.2);
    padding: 20px 15px 0;
}

.job-left-image {
    margin-bottom: 8px;
}

.job-left-image img {
    width: 100%; /* be removed after thumbnail*/
    object-fit: cover;
}

.job-location {
    font-family: 'Lato-Bold','Helvetica Neue','Helvetica','Arial',sans-serif;
    font-size: 14px;
}

.home-job-parent .career-board.job-of-week > .row {
    margin-left: 0;
    margin-right: 0;
}
/*job of the weke on home page end*/
.no-count {
    visibility: hidden;
}

.desk-mb-30 {
    margin-bottom: 30px;
}

@media only screen and (min-device-width: 768px) {
    .header-right {
        margin-top: 1.4rem;
        float: right;
    }

    .openbtn {
        display: none;
    }

    .counsel-navigation {
        display: block;
    }

    .top-ad {
        margin: 20px auto 10px;
        text-align: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    .breadcrumb {
        display: none;
    }

    .counsel-navigation, .header-right {
        display: none;
    }

    .form-control.counsel-search {
        height: 38px;
    }

    .openbtn {
        display: inline-block;
    }

    .right-column {
        text-align: right;
    }

    .main-navigation ul li {
        padding: 0 0.8rem;
    }

    .nav-item a {
        font-size: 0.65rem;
        line-height: 14px;
    }

    h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 14px;
    }

    h4, h4 a {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
    .breadcrumb {
        display: none;
    }

    .counsel-navigation, .header-right {
        display: none;
    }

    .openbtn {
        display: inline-block;
    }

    .right-column {
        text-align: right;
    }

    .form-control.counsel-search {
        height: 38px;
    }
}

@media only screen and (max-device-width: 767px) {
    .breadcrumb {
        display: none;
    }

    .main-navigation, .mob-hide {
        display: none;
    }

    .mob-border-bottom {
        border-bottom: 1px solid #dddddd;
    }

    .articleListingBottom {
        display: inline-flex;
    }

    .header-right {
        display: none;
    }

    .openbtn {
        display: block;
    }

    .counsel-navigation {
        margin: 0;
    }

    .header {
        margin-top: 0;
        margin-bottom: 0;
    }

    h2 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 16px;
    }

    .jobtitlecol8{
        width:60%;

    }
    .jobtitlecol4{
         width:40%;
    }
     .jobtitlecol7{
        width:50%;
    } 

     }

@media all and (-ms-high-contrast:none) {
    .career-board.job-of-week {
        display: flex;
    }

    .job-of-week.career-board > .row {
        margin-left: 0;
        margin-right: 0;
        flex: wrap;
        width: 100%;
    }

    .job-of-week.career-board .job-column {
        display: inline-block;
        width: 100%;
    }

    .career-right-list.chairs-list .features-column {
        display: block;
    }
    /* IE10 */
    /* IE11 */
    *::-ms-backdrop, .career-board.job-of-week {
        display: flex;
        width: 100%;
    }

    *::-ms-backdrop, .job-of-week.career-board > .row {
        margin-left: 0;
        margin-right: 0;
        flex: wrap;
        width: 100%;
    }

    *::-ms-backdrop, .job-of-week.career-board .job-column {
        display: inline-block;
        width: 100%;
    }
}
.ellipsis{
overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

}

/*Add to any css for scocial sharing icons starts*/
.a2a_button_facebook > span:first-child, .a2a_button_twitter > span:first-child, .a2a_dd > span:first-child, .a2a_button_linkedin > span:first-child {
    background-color: #ccc !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
}

.a2a_button_facebook > span:first-child svg, .a2a_button_twitter > span:first-child svg, .a2a_dd > span:first-child svg, .a2a_button_linkedin > span:first-child svg {
    width: 24px;
    height: 24px;
    margin: 3px auto;
}
/*End*/