.CAO-section {
    padding-top: 0em;
}
.nav { background-color: #ffffff; /* #315470;  */ padding: 1rem 0rem;}
.nav__dropdown {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
    background: #fff;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
}

    .nav__dropdown li {
        padding: 5px 15px;
    }

.nav .sjc {
    display: inline-block;
    height: 82px;
    padding-top: -20px;
    text-align: left;
    width: 250px !important;
}

@media screen and (max-width: 640px) {
    .nav .sjc {
        display: inline-block;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        height: 100%;
    }
}

.nav .sjc .logo {
    height: 82px;
    padding-top: 0;
    pointer-events: none;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    width: 231px;
}

@media screen and (max-width: 640px) {
    .nav .sjc .logo {
        height: 64px;
        padding-left: 15px;
        padding-top: 0;
        width: 150px;
    }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
    .nav .sjc .logo {
        text-align: left;
        width: 230px;
    }
}


select, textarea, input[type="text"],  input[type="password"] {
    border-radius: 4px;
    color: #555;
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}
textarea, input[type="text"]
, textarea, input[type="password"] {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

/* JOBAPS CUSTOM */

    /* DEFINE THE OEC BASIC SKIN */
    body {
    }

    #OuterWrapper {
    }

    h1, h2, h3, h4 {
        /*font-family: Georgia, Arial;*/
    }

h1 {
    text-align: center;
    background-color: #ffffff;   /* #dde3ad;  */
    width: auto;
    margin-top: 0;
    margin: 0em -1.25em 1em -1.25em !important;
    padding-bottom: 1em !important;
}
    h2 {
    }
  tr.even td:first-child { border-left: 1px solid #e8e8e8;}

   .JobListing .IconNew, .IconNew {
  background-position: left -1em;
  padding-top: 1.4em;
}
  .JobListing  .small-only .IconNew, .IconNew {
  background-position: center -0.75em;
  padding-top: 1.4em;
}

   #SearchPage h2 { text-align: center;}
    /* MM boobstrap override */
    .container {
        width: auto;
        /*max-width: 900px;*/
        padding: 0;
}

    .glyphicon {
        font-size: 150%;
        top: 0.25em;
        padding-right: 0.25em;
    }

    .btn {
        margin: 0em 0.25em;
        white-space: normal;
    }
    :focus          { outline: #3f5566 dotted 1px; }


  .ApplyPanel a[href$=".pdf"],  .ApplyPanel a[href$=".PDF"], .ApplyPanel a[type="application/pdf"] {
    box-shadow: none;
    background: transparent;
    display: flex;
    flex-direction: row;
    padding: 1rem .5rem 1rem 0;
    font-weight: bold;
    border: none;
    margin: 8px 0;
}

  main + footer { padding-top: 1em;}
  #ApPageFooter {padding: 0em 1em 1em;}
  ul li, ol li {
    line-height: 1rem;
}

   @media screen and (max-width: 640px){
       h1 { font-size: 1.5em; line-height: 1.5;}
   h2 
   { font-size: 1.25em;}
   #Dept_Select { width: 100%;}
   .ListingPanelSpecial div.HalfPanel { padding: 0; }
   .PanelCard h2 span { font-size: 0.825em;}
   #ClassSpecsInterestCard ul {margin: 0em 0em; font-size: 0.825em;}
   #SetClassGroups table { margin-left: 0em;  font-size: 0.825em;}
   #SetClassGroups table td { vertical-align: top;}
   .CAO-section { padding: 0em 0.75em 0.75em;}
  
   .ApplyPanel { font-size: 85%;}
   }


    @media screen and  (max-width: 810px) {

        #OuterWrapper {
            padding: 0em;
        }

    #SearchPage .top-controls {
  margin: auto 1em;
}

    }

    @media screen and  (max-width: 767px) {


     

        #SearchPage .top-controls > div {
            display: block;
            width: 100%;
            text-align: left;
        }

        #HelpTopic {
            width: 75%;
        }

        #SearchPage .top-controls > div.control-right {
            text-align: left;
        }



        .ListingPanelSpecial div.HalfPanel {
            display: block;
            width: 100%;
        }

            .ListingPanelSpecial div.HalfPanel:nth-child(even) {
                border-left: none;
                border-top: 1px #e8e8e8 solid;
            }

        .PanelCard h2 {
            text-align: left;
        }
    }
