/* Minification failed. Returning unminified contents.
(60,38): run-time error CSS1046: Expect comma, found '0'
(60,42): run-time error CSS1046: Expect comma, found '/'
(60,68): run-time error CSS1046: Expect comma, found '0'
(60,72): run-time error CSS1046: Expect comma, found '/'
(60,98): run-time error CSS1046: Expect comma, found '0'
(60,102): run-time error CSS1046: Expect comma, found '/'
(61,46): run-time error CSS1046: Expect comma, found '0'
(61,50): run-time error CSS1046: Expect comma, found '/'
(61,76): run-time error CSS1046: Expect comma, found '0'
(61,80): run-time error CSS1046: Expect comma, found '/'
(61,106): run-time error CSS1046: Expect comma, found '0'
(61,110): run-time error CSS1046: Expect comma, found '/'
(341,38): run-time error CSS1046: Expect comma, found '0'
(341,42): run-time error CSS1046: Expect comma, found '/'
(341,68): run-time error CSS1046: Expect comma, found '0'
(341,72): run-time error CSS1046: Expect comma, found '/'
(341,98): run-time error CSS1046: Expect comma, found '0'
(341,102): run-time error CSS1046: Expect comma, found '/'
(342,46): run-time error CSS1046: Expect comma, found '0'
(342,50): run-time error CSS1046: Expect comma, found '/'
(342,76): run-time error CSS1046: Expect comma, found '0'
(342,80): run-time error CSS1046: Expect comma, found '/'
(342,106): run-time error CSS1046: Expect comma, found '0'
(342,110): run-time error CSS1046: Expect comma, found '/'
(352,42): run-time error CSS1046: Expect comma, found '0'
(352,46): run-time error CSS1046: Expect comma, found '/'
(352,72): run-time error CSS1046: Expect comma, found '0'
(352,76): run-time error CSS1046: Expect comma, found '/'
(352,102): run-time error CSS1046: Expect comma, found '0'
(352,106): run-time error CSS1046: Expect comma, found '/'
(353,50): run-time error CSS1046: Expect comma, found '0'
(353,54): run-time error CSS1046: Expect comma, found '/'
(353,80): run-time error CSS1046: Expect comma, found '0'
(353,84): run-time error CSS1046: Expect comma, found '/'
(353,110): run-time error CSS1046: Expect comma, found '0'
(353,114): run-time error CSS1046: Expect comma, found '/'
(384,38): run-time error CSS1046: Expect comma, found '0'
(384,42): run-time error CSS1046: Expect comma, found '/'
(384,68): run-time error CSS1046: Expect comma, found '0'
(384,72): run-time error CSS1046: Expect comma, found '/'
(384,98): run-time error CSS1046: Expect comma, found '0'
(384,102): run-time error CSS1046: Expect comma, found '/'
(385,46): run-time error CSS1046: Expect comma, found '0'
(385,50): run-time error CSS1046: Expect comma, found '/'
(385,76): run-time error CSS1046: Expect comma, found '0'
(385,80): run-time error CSS1046: Expect comma, found '/'
(385,106): run-time error CSS1046: Expect comma, found '0'
(385,110): run-time error CSS1046: Expect comma, found '/'
 */
html,body {
    overflow-x: hidden;
}

h1 {
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
    color: #056c98;
}

h3 {
    margin-top: 10px;
    font-size: 1.3em;
    font-style: italic;
    color: #056c98;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    h3 a, h3 a:visited {
        color: #056c98;
    }

h4 {
    color: #056c98;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 20px;
}

a{
    text-decoration:none;
    color:#056c98;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #056c98;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    font-size:1.1em;
}

#logos{
    clear:both;
    text-align:left;
}

#managementbios a, #managmentbios a:visited {
    color: #056c98;
}

.management-profile {
    border-radius: 8px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    height:auto;
    width:100%;
}

#practiceList a{
    color: #555;
    text-decoration:none;
    margin-bottom:5px;
}

#practiceList a:hover{
    color:#0685ba;
}

#practiceListHeader{
    font-weight:600;
    font-size:1.2em;
}

/* Icons */
.feather {
    width: 24px;
    height: 24px;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: #fff;
}

/* Carousel */
.carousel-caption {
    margin-top: 20px;
    margin-left: 20px;
    background-color: #078fc9;
    opacity:0.7;
    border-radius:8px;
    bottom: 0px;
    left: 0%;
    right: 0%;
    top: 0%;
    height: 225px;
    width: 300px;
}

    .carousel-caption p {
        font-size: 1em;
        text-align: left;
        padding: 15px;
    }

    .carousel-caption a {
        text-decoration:none;
        color: #fff;
    }

/* Job Search */
#loading {
    display: none;
}
#loading_top{
    display:none;
}
#loading_bottom{
    display:none;
}

#searchcriteria {
    background-color: #e7e9ef;
    margin-top: 10px;
    border-width: 1px;
    border-color: #000000;
    padding: 20px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

#processing {
    display: none;
    font-size: 1.1em;
    color: #056c98;
}

#siteMap a, #siteMap a:visited{
    color:#000;
}

.job-summary {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 10px;
    text-align: left;
    color: #000;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-bottom: 1px solid rgba(0,0,0,.25);
}

    .job-summary:hover {
        background-color: #e7e9ef;
    }

.job-summary-link{
    text-decoration:none;
}

.job-summary-title {
    color:#056c98;
    font-size: 1.3em;
}

.job-detail-title {
    font-size: 1.5em;
    font-weight: 600;
}

.job-search-quick-links-container{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.job-search-quick-link {
    background-color: #e7e9ef;
    padding:10px;
    border-radius:8px;
    margin-right:10px;
}
    .job-search-quick-link a {
        text-decoration: none;
        color: #056c98;
    }


.panel-title {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    color: #056c98;
    height:30px;
    font-size:1.1em;
}
    .panel-title a {
        color: #056c98;
    }
    .panel-title a:hover{
        font-weight:600;
    }
.panel-title a svg{
    height:24px;
    width:24px;
    margin-left:10px;
}

.help-block{
    font-size: .8em;
}

.header-image-background {
    background-color: #fff;
}
    .header-image-background h1 {
        text-align:center;
        color: #056c98;
    }

.sub-header-caption {
    left: 0%;
    right: 0%;
    top: 0%;
    margin-top: 30px;
    margin-left: 40px;
    bottom: 0%;
    position: absolute;
    z-index: 10;
    height: 50px;
    background-color: #078fc9;
    opacity: 0.75;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 8px;
}

.sub-header {
    background-color: #056C98;
}

.sub-header h1{
    margin-bottom: 0;
}

.sub-body {
    margin-top: 20px;
}

.sub-body ul li{
    list-style:none;
}
    .sub-body ul li > h6 {
        color: #056C98;
    }

.location-name{
    color: #056c98;
    font-size: 1.2em;
    font-weight: bold;
}

.form-group{
    margin-bottom:1rem;
}

/* bootstrap.css overrides */
.btn-primary {
    background-color: #056c98;
    font-weight: 400;
}

.btn-search {
    margin-top: 10px;
    width: 100px;
}
.btn-view-all-openings {
    background-color: #056c98;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    border-color:#0d6efd;
    padding:.375rem .75rem;
    border-radius:.25rem;

}
.navbar-nav > li > a {
    color: #000;
}

.button-link {
    align-items: center;
    display: inline-flex;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .75rem 1rem;
    border-radius: .375rem;
    justify-content: center;
    width: fit-content;
    outline: 0;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    background: #056c98;
    color:#fff;
}
.ripple:not(:disabled) {
    background-position: center;
    transition: background 0.5s;
}
.ripple:hover:not(:disabled) {
    background: #4797e9 radial-gradient(circle, transparent 1%, #4797e9 1%) center/15000%;
}

.ripple:active:not(:disabled) {
    background-color: var(#143866);
    background-size: 100%;
    transition: background 0s;
}

/* Blog */
.blog-image {
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.blog-image-container{
    display:flex;
    width:100%;
    justify-content:center;
    padding:10px;
}
    .blog-image-container img {
        border-radius: 6px;
        box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
        -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    }

.blog-index-container{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    height:100%;
    margin-bottom:100px;
    justify-content:flex-start;
}
.blog-index-container .card{
    min-height:450px;
}
.blog-index-container a{
    margin-bottom:20px;
}
.blog-index-container strong{
    font-size:.875rem;
    color:#056c98;
}

.blog-index-container a{
    text-decoration:none;
    color:rgba(0,0,0,.6);
    margin-right:20px;
}

/* Cards */
.card {
    max-width: 300px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    transition: all 0.3s ease-in-out
}
.card > img {
    max-width: 300px;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    vertical-align:middle;
    border-style:none;
}
    .card::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        transition: opacity 0.3s ease-in-out;
    }

    .card:hover {
        transform: scale(1.05,1.05);
    }
        .card:hover::after {
            opacity: 1;
        }

/* Footer 
------------------------------*/
#footer-upper {
    font-size: .8em;
    background-color: #056c98;
    padding: 20px;
    margin-top: 40px;
}
#footer-lower {
    font-size: .8em;
    color: GrayText;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: right;
}
#footernav {
    text-align: right;
    height: 75px;
    color: #ffffff;
}
    #footernav ul {
        list-style: none;
    }
        #footernav ul li {
            padding-right: 7px;
            display: inline;
        }
            #footernav ul li a {
                text-decoration: none;
                color: #ffffff;
            }
                #footernav ul li a:hover {
                    color: #70e1fb;
                }

#copywright {
    color: GrayText;
    text-align: right;
    height: 60px;
}

/* Media Queries
------------------------------------------------------------*/
@media(min-width:766px){
    .header-image-background {
        background-color: #056c98;
    }
    .header-image-background h1{
        text-align:left;
        color:#fff;
    }
}

@media (max-width:767.98px){
    #navHeader {
        background-color: #056c98;
    }
    .navbar-toggler {
        color: #fff;
    }
        .navbar-toggler img {
            color: #fff;
        }
}

@media (max-width: 991.98px) {
    #footer-upper{
        margin-top:10px;
    }

    #copywright{
        text-align:center;
    }

    #searchcriteria {
        background-color: #e7e9ef;
        margin: 0;
        border-width: 1px;
        border-color: #000000;
        padding:10px;
        border-radius: 5px;
    }

    #logos{
        text-align:center;
    }

    .navbar{
        padding-left:0;
        padding-right:0;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-toggler {
        color: #056c98;
    }

        .navbar-toggler img {
            color: #056c98;
        }

    .sub-header-caption {
        left: 0%;
        right: 0%;
        top: 0%;
        margin-top: 0;
        margin-left: 0;
        bottom: 0%;
        position: relative;
        z-index: 10;
        height: 50px;
        background-color: #056c98;
        opacity: 1;
        filter: alpha(opacity=100);
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 100%;
    }

    .sub-header h1 {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .sub-body{
        margin-top: 0;
    }

    .job-summary{
        background-color: #056c98;
        padding-top:5px;
        padding-bottom:5px;
        margin-left:1px;
        margin-right:1px;
        margin-bottom: 10px;
        text-align:center;  
        color: white;
        border-radius:8px;
    }

    .job-summary-title {
        color:#fff;
        font-size: 1.3em;
    }

    .job-detail-header{
        text-align:center;
    }

    .page-number{
        font-size: 1.3em;
    }

    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #056c98;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
        z-index: 100;
    }

        .offcanvas-collapse.open {
            left: 20%;
            visibility: visible;
        }
}
