﻿/* Move down content because we have a fixed navbar that is 50px tall */

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */


/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}
html, body {
    width: 100%;
    height: 100%;
}

body {
    overflow: hidden visible;
    min-height: 100vh;
}

.REwrapper{
    min-height:340px;
}

    .REwrapper p {
        margin-top: 30px;
    }

.Iwrapper {
    min-height: 400px;
}

.container.wrapper {
    min-height: 400px !important;
}

.Internship {
    list-style-type:none;
}
form#ctl01 {
    overflow: hidden visible;
}

.disabilityContent{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
}

    .disabilityContent div {
        margin-right: 20px;
    }


    /*Mobile Code Tweaks*/
/*td.summary {
    width: 100%;
    padding: 2px;
}*/
.item-wrapper{
    display:flex;
    flex-direction:row;
}

.item-label {
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin-left: 3px;
}
.item-data {
    display: flex;
    flex-direction: column;
    padding:5px;
    margin-left:3px;
}

.item-label div , .item-data div {
    margin-bottom:5px;
}
/*End Mobile Code Tweaks*/
/*.container {
    min-width: 1270px;*/ /*Forces icons in a row instead of intially wrapped. orginal value was 1170px - Aj*/
/*}*/
/*Accordion Code*/
.accordion {
    margin: 40px 0;
}

.card-header {
    background-color: rgba(186, 200, 202,.30);
    border-bottom: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
}
.accordion .active {
    background-color: #093c71;
}

.card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
    word-wrap: break-word;
    margin-bottom: 10px;
}
.accordion .active h3 {
    color: white !important;
}

.card-header h3 {
    padding: 7px;
    margin-bottom: 0 !important;
    color: #161513 !important;
    margin-left: 70px;
}

.card-body {
    padding: 15px;
    background-color: rgba(186, 200, 202,.20);
}

.accordion .active .fa {
    color: white;
}

.accordion .fa {
    margin-right: 2.5rem;
    color: #161513;
    position: absolute;
    left: 20px;
}
.accordion h3 {
    margin-top: 10px !important;
}



/*End Accordion Code*/
.gridview {
    margin-top: 15px;
    padding: 10px;
}

.pagerstyle tr {
    background-color: transparent !important;
}

.pagerstyle td {
    border-top: none;
}

#content {
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin: 10px;
    padding: 5px;
}

    #content a {
        height: 34px !important;
    }

.header {
    background-image: url('../Allegheny-Banner1.png');
    background-position: bottom;
    background-size: cover;
    height: 227px;
    background-repeat: no-repeat;
}



.table-responsive {
    border: none !important;
}

.card {
    border: none !important;
}

.mb-4 .card-header {
    background-color: white !important;
}

.bg-light {
    background-color: white !important;
    border: solid 0.5px #d0d0d0 !important;
}

.form-control {
    border-radius: 0em 0.35em 0.35em 0em !important;
}


    .form-control:first-child {
        border-radius: .35em 0em 0em .35em !important;
    }

.introText {
    margin: 10px auto;
    width: 70%;
    height: auto;
    padding: 10px
}

span.icon-bar {
    background-color: black !important;
}

span.glyphicon.glyphicon-log-in {
    color: black !important;
}

/*LivIcon CSS*/
/********* Five columns grid **********/
.col-xs-4ths,
.col-sm-4ths,
.col-md-4ths,
.col-lg-4ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-4ths {
    width: 25% !important;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-4ths {
        width: 25% !important;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-4ths {
        width: 50% !important;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-4ths {
        width: 25%;
        float: left;
    }
}
/************ Icon box 01 ************/
.icon-box-01 {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.icon-box-01 {
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.icon-box-01 {
    min-height: 110px !important;
}

    .icon-box-01.bg1 {
        background-color: #093c71;
    }

    .icon-box-01.bg2 {
        background-color: #A3320B;
    }

    .icon-box-01.bg3 {
        background-color: #932210;
    }

    .icon-box-01:hover {
        background-color: #1063b9 !important;
    }

    .icon-box-01 .livicon-evo {
        margin: 0 auto 20px;
    }

    .icon-box-01 .icon-wrapper {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .icon-box-01 h5 {
        font-weight: 400;
    }

    .icon-box-01 .white {
        color: #fff;
    }

    .icon-box-01 a:hover, a:focus {
        text-decoration: none;
    }
/*End LivIcon CSS*/
.icons {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.icon-container {
    margin-bottom: 20px;
    box-shadow: 0 5px 8px -2px rgb(0 0 0 / 20%);
}

/*Anthony Flexbox Navbar Code Moved to nav.SCSS file*/

.container nav {
    display: flex;
    background-color: #fafafa !important;
    justify-content: space-around;
    padding: 20px 0;
    color: rgb(0, 0, 0);
    align-items: center;
}

.navbar {
    min-height: 80px !important;
    box-shadow: 0 5px 8px -2px rgb(0 0 0 / 20%);
    z-index: 1030;
    margin-bottom: 0 !important;
    background-color: #fafafa;
}

    .navbar li {
        font-size: 1.75rem;
    }

    .navbar i {
        margin-right: 10px;
    }

nav.logo {
    letter-spacing: 3px;
}

a.logo {
    flex-grow: 1;
}

nav ul {
    display: flex;
    list-style: none;
    width: 50%;
    justify-content: space-evenly;
}

    nav ul li a {
        color: rgb(0, 0, 0);
        text-decoration: none;
        font-size: 1em;
    }

        nav ul li a:hover {
            color: rgb(0, 0, 0);
            text-decoration: none;
        }

    nav ul.slide {
        transform: translateX(0);
    }

/* Hamburger */
.menu-bars {
    display: none;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    position: relative;
}

    .menu-bars input {
        position: absolute;
        width: 40px;
        height: 28px;
        left: -5px;
        top: -3px;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
    }

    .menu-bars span {
        display: block;
        width: 28px;
        height: 3px;
        background-color: rgb(0, 0, 0);
        border-radius: 3px;
        transition: all 0.3s;
    }

        .menu-bars span:nth-child(2) {
            transform-origin: 0 0;
        }

        .menu-bars span:nth-child(4) {
            transform-origin: 0 100%;
        }

    .menu-bars input:checked ~ span:nth-child(2) {
        background-color: black;
        transform: rotate(45deg) translate(-1px, -1px);
    }

    .menu-bars input:checked ~ span:nth-child(4) {
        background-color: black;
        transform: rotate(-45deg) translate(-1px,0);
    }

    .menu-bars input:checked ~ span:nth-child(3) {
        opacity: 0;
        transform: scale(0);
    }
/* Mobile Menu */
@media only screen and (max-width: 768px) {
    nav ul {
        width: 40%;
    }
}

@media only screen and (max-width: 768px) {
    .menu-bars {
        display: flex;
    }

    nav ul {
        position: absolute;
        right: 0;
        top: 0;
        width: 60%;
        height: 70vh;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
        background-color: #fafafa;
        z-index: -1;
        transform: translateX(100%);
        transition: all 1s;
    }
}

/*End Navbar Code*/
/*Anthonys Landing Page CSS*/

.header2 {
    display: flex;
}
.banner-image {
    background-image: url('../Images/CourthouseFlags.jpg');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    height:auto;
}

.LandingIntro {
    text-align: justify;
    text-align-last: center;
    font-size: 1.75rem;
    padding: 2rem;
    white-space: normal;
    word-break: break-word;
}

.inner-banner {
    width: 100%;
    padding: 40px;
   
}

    .inner-banner .btn-default {
        background-color: #093c71;
        padding: 13px 40px;
        border-radius: 5px !important;
    }

    .inner-banner p {
        font-size: 2rem;
        color: black;
        line-height: 26px;
        text-align:left;
        width: 100%;
    }
    .inner-banner .Header-title {
        color: #093c71;
        font-weight: 800;
        font-size: 5vw;
    }

    .inner-banner a {
        color: white;
    }

.button-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.job-btn {
    padding: 20px !important;
    color: white;
    background-color: #fcb122;
    font-size: 2em !important;
}

.additionalOpportunities {
    display: flex;
    justify-content: space-around;
}

/*.additionalOpportunities div {
    margin: 0 35px;
}*/

@media (max-width: 1120px) {
  
    

}
@media (min-width: 769px) and (max-width: 890px) {
    .inner-banner .Header-title {
        font-size: 3.5vw;
    }
    .inner-banner p {
       font-size: 1.5em;
    }
 
}

    @media only screen and (max-width: 768px) {
        .inner-banner p {
            font-size: 1.5rem;
            line-height: 20px;
            
        }

        .footer-inner {
            flex-wrap: nowrap !important;
        }

        .inner-banner {
            margin-bottom: 0;
        }

        /* .LandingIntro { 
        font-size: 1.5rem;
    }*/
        .container p {
            font-size: 1.5rem;
        }
        .header2 {
            background-position: center;
        }
    }

    @media only screen and (max-width: 548px) {
        .inner-banner p {
            font-size: 1.15rem;
            line-height: 16px;
           
        }

        .inner-banner {
            margin-bottom: 0;
            padding: 10px;
        }

            .inner-banner .btn-default {
                margin-top: 10px;
                padding: 8px 20px;
            }
    }

    @media only screen and (max-width: 390px) {
        .inner-banner p {
            font-size: 1rem;
            line-height: 12px;
            width: 100%;
            margin: 0 auto;
        }

        .inner-banner .btn-default {
            margin-top: 10px;
            padding: 8px 20px;
            font-size: 1rem;
        }
    }

    @media only screen and (max-width:496px) {
        .footer-inner {
            flex-direction: column !important;
            justify-content: center !important;
        }

        .footer-item {
            margin-bottom: 20px !important;
        }

        section.footer-item.Dhr {
            flex-direction: column !important;
        }
    }

    /*Landing Page CSS End*/

    /*Anthonys Footer Code*/

    footer {
        background-color: #093c71;
        font-family: "Lato", sans-serif;
        padding: 85px 0 100px 0;
    }

    .footer-inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        width: 90%;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        position: relative;
    }

    .footer-item {
        margin: 0 3.2% 0 0;
        flex-grow: 1;
    }

    .f-item {
        margin-bottom: 10px;
    }
    /*.footer-left{
    flex-grow:1;
}*/

    .footer-item:nth-of-type(4) {
        display: none;
    }

    .footer-item:nth-of-type(7) {
        margin-left: auto;
        margin-right: 0 !important;
    }

    .footer-button {
        color: white;
        position: relative;
        font-weight: 400;
        font-size: 16px;
        transition: 1s;
        transition-delay: .2s;
        padding: 14px;
    }

        .footer-button:after {
            content: "";
            position: absolute;
            top: 45px;
            right: 13px;
            background-color: white;
            height: 1px;
            width: 86px;
            transition: .6s;
        }

        .footer-button:hover {
            color: black;
            background-color: white;
        }

            .footer-button:hover:after {
                width: 112px;
                right: 0px;
            }

    footer h1 {
        font-weight: 900;
        color: white;
        font-size: 24px;
        letter-spacing: 2px;
        margin: 0;
        padding-bottom: 10px;
    }

    footer h2 {
        font-weight: 300;
        line-height: 1.8;
        font-size: 13px;
        color: #d1d1d1;
        letter-spacing: 0.03em;
        padding: 15px 0 0 0;
    }

    footer h3 {
        font-weight: 400;
        font-size: 13px;
        color: white;
        margin: 0;
        padding-bottom: 9px;
        letter-spacing: 0.03em;
    }

    footer ul {
        line-height: 1.8;
        list-style-type: none;
        padding: 0;
    }

    footer li {
        font-weight: 300;
        font-size: 13px;
        color: #d1d1d1;
        letter-spacing: 0.03em;
    }

    footer p {
        font-weight: 300;
        font-size: 13px;
        padding: 0;
        /*line-height: 1.8;*/
        letter-spacing: 0.03em;
        color: white;
    }

    footer a {
        text-decoration: none;
        color: #d1d1d1;
    }

        footer a:hover {
            color: white;
        }
    /*.desktop {
    display: auto;
}*/
    .footer-inner:after {
        /* content: "© 2022 Allegheny County. All Rights Reserved.";*/
        font-weight: 300;
        letter-spacing: 0.03em;
        font-size: 13px;
        color: #d1d1d1;
        position: absolute;
        top: 260px;
    }


section.footer-item.Dhr {
    display: flex;
    justify-content: space-around;
}
    /*End Footer Code*/

    /* Featured Job Code*/

    .featured-jobs {
        display: flex;
        flex-direction: row;
        /* justify-content: center;*/
        height: 410px;
        flex-wrap: nowrap;
    }

    .slick-slide {
        height: 410px !important;
        /* width: 274px !important;*/
    }
    /*.featured-job img {
    margin: 10px auto 20px;
    display: block;
}*/
    .featured-job {
        /* padding: 10px; */
        border: solid 3px lightgrey;
        border-radius: 10px;
        margin: 0 20px;
        position: relative;
        height: inherit;
        /* box-shadow: 2px 0 10px; */
        background-color: #fafafa;
    }

    .btn-featured {
        color: #093c71;
        border: solid 2px #093c71 !important;
        border-radius: 15px !important;
    }

        .btn-featured:hover {
            color: white !important;
            background-color: #093c71;
        }

    .teaser {
        text-align: center;
        /*text-align-last: center;*/
        font-size: 1.5rem;
        padding: 15px;
        overflow: hidden;
        height: 120px;
        text-overflow: ellipsis;
        word-break: break-word;
        width: 100%;
    }

    p.text-center.f-button {
        position: relative;
        top: 10px;
    }

    .featured-job img {
        height: 150px;
        width: 100%;
        /* border-bottom: solid 2px #093c71; */
        border-radius: 7px 7px 0 0;
    }

    .slick-prev:before, .slick-next:before {
        color: #093c71 !important;
        font-size: 30px !important;
    }

    @media only screen and (max-width:576px) {
        .slick-prev {
            left: -10px !important;
        }

        .slick-next {
            right: 0 !important;
        }

        #content {
            border: none;
            height: 100px;
        }
    }

    /*End Featured Job Code*/
    .search {
        display: flex;
    }

    /* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        .body-content {
            padding: 0;
        }
    }
    /* Responsive: Portrait tablets and up */
    @media screen and (max-width: 768px) {
        .input-group {
            display: flex;
        }

        .input-group-append {
            display: flex;
        }

        .nav-text {
            display: none;
        }
    }
