/* Menu Color
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #6DB14D;
}

/* Social Login Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.social_login {
}

    .social_login .social_box {
        display: block;
        clear: both;
        padding: 10px;
        margin-bottom: 10px;
        background: #F4F4F2;
        overflow: hidden;
        border-radius: 10px;
    }

    .social_login .icon {
        display: block;
        width: 10px;
        padding: 5px 10px;
        margin-right: 10px;
        float: left;
        color: #FFF;
        font-size: 16px;
        text-align: center;
    }

    .social_login .fb .icon {
        background: #3B5998;
    }

    .social_login .google .icon {
        background: #DD4B39;
    }

    .social_login .linkedin .icon {
        background: #007BB6;
    }

    .social_login .icon_title {
        display: block;
        padding: 5px 0;
        float: left;
        font-weight: bold;
        font-size: 16px;
        color: #777;
    }

    .social_login .social_box:hover {
        background: #E4E4E2;
    }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
   color: #105F9B;
   text-decoration: none;
}

    a:hover {
        color: #154367;
        text-decoration: none;
    }

/* Separator
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.separator {
    width:100%;
   text-align: center;
   color: #c8c8c8;
   margin: 50px 0;
}

/* Resume Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.newResumeSecContainer {
    position: absolute;
    display: none;
    top: 0;
    right: 10%;
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    width: 70%;
    z-index: 5001;
    border: 4px solid #105F9B;
}

.cancelModal, .saveModal {
   display: inline-block;
   height: 38px;
   padding: 0 30px;
   color: #555;
   border: 1px solid #bbb;
   text-align: center;
   font-size: 11px;
   font-weight: 600;
   line-height: 38px;
   letter-spacing: .1rem;
   text-transform: uppercase;
   text-decoration: none;
   white-space: nowrap;
   background-color: transparent;
   border-radius: 4px;
   cursor: pointer;
   box-sizing: border-box;
}

.cancelModal {
   color: #FFF;
   background-color: #105F9B;
   border-color: #105F9B;
}

   .cancelModal:hover,
   .cancelModal:focus {
      color: #FFF;
      background-color: #154367;
      border-color: #154367;
   }

.saveModal {
   color: #FFF;
   background-color: #6DB14D;
   border-color: #6DB14D;
}

   .saveModal:hover,
   .saveModal:focus {
      color: #FFF;
      background-color: #4e8236;
      border-color: #4e8236;
   }

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #2b2a2a;
    background: hsla(0, 1.2%, 16.7%, 0.89);
    width: 100%;
    height: 100%;
    z-index: 5000;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
   display: inline-block;
   height: 38px;
   padding: 0 30px;
   color: #ffffff;
   text-align: center;
   font-size: 11px;
   font-weight: 600;
   line-height: 38px;
   letter-spacing: .1rem;
   text-transform: uppercase;
   text-decoration: none;
   white-space: nowrap;
   background-color: #6DB14D;
   border: 1px solid #6DB14D;
   border-radius: 4px;
   cursor: pointer;
   box-sizing: border-box;
}

   .button:hover,
   button:hover,
   input[type="submit"]:hover,
   input[type="reset"]:hover,
   input[type="button"]:hover,
   .button:focus,
   button:focus,
   input[type="submit"]:focus,
   input[type="reset"]:focus,
   input[type="button"]:focus {
      color: #fff;
      border-color: #4e8236;
      background-color: #4e8236;
      outline: 0;
   }

   .button.button-primary,
   button.button-primary,
   input[type="submit"].button-primary,
   input[type="reset"].button-primary,
   input[type="button"].button-primary {
      color: #FFF;
      background-color: #105F9B;
      border-color: #105F9B;
   }

      .button.button-primary:hover,
      button.button-primary:hover,
      input[type="submit"].button-primary:hover,
      input[type="reset"].button-primary:hover,
      input[type="button"].button-primary:hover,
      .button.button-primary:focus,
      button.button-primary:focus,
      input[type="submit"].button-primary:focus,
      input[type="reset"].button-primary:focus,
      input[type="button"].button-primary:focus {
         color: #FFF;
         background-color: #154367;
         border-color: #154367;
      }

   .button.button-primary-alt,
   button.button-primary-alt,
   input[type="submit"].button-primary-alt,
   input[type="reset"].button-primary-alt,
   input[type="button"].button-primary-alt {
      color: #FFF;
      background-color: #6DB14D;
      border-color: #6DB14D;
   }

      .button.button-primary-alt:hover,
      button.button-primary-alt:hover,
      input[type="submit"].button-primary-alt:hover,
      input[type="reset"].button-primary-alt:hover,
      input[type="button"].button-primary-alt:hover,
      .button.button-primary-alt:focus,
      button.button-primary-alt:focus,
      input[type="submit"].button-primary-alt:focus,
      input[type="reset"].button-primary-alt:focus,
      input[type="button"].button-primary-alt:focus {
         color: #FFF;
         background-color: #4e8236;
         border-color: #4e8236;
      }

.button-box {
   display: inline-block;
   height: 38px;
   padding: 0 30px;
   color: #154367;
   text-align: center;
   font-size: 12px;
   font-weight: 600;
   line-height: 38px;
   letter-spacing: .1rem;
   text-transform: uppercase;
   text-decoration: none;
   white-space: nowrap;
   border-radius: 4px;
   background-color: transparent;
   border: 1px solid #bbb;
   cursor: pointer;
   box-sizing: border-box;
   margin-top: 20px;
}

/* Form Focus
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
   border: 1px solid #105F9B;
   outline: 0;
}


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#header {
    padding-top: 15px;
    padding-bottom: 5px;
}

.logo img {
    float: left;
    width: 100%;
    max-width: 212px;
}

.Arcorologo img {
   float: left;
   width: 100%;
   max-width: 265px;
}

.headerbuttons {
    float: right;
    margin-top: 5px;
}

   .headerbuttons button {
      display: inline-block;
      height: 28px;
      padding: 0 10px;
      color: #ffffff;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      line-height: 16px;
      letter-spacing: .1rem;
      text-transform: capitalize;
      text-decoration: none;
      white-space: nowrap;
      background-color: #6DB14D;
      border: 2px solid #6DB14D;
      border-radius: 10px;
      cursor: pointer;
      box-sizing: border-box;
      margin-left: 10px;
   }

      .headerbuttons button:hover,
      .headerbuttons button:focus {
         color: #fff;
         background-color: #4e8236;
         border-color: #4e8236;
      }

      .headerbuttons button.alt {
         display: inline-block;
         height: 28px;
         padding: 0 10px;
         color: #fff;
         text-align: center;
         font-size: 14px;
         font-weight: 600;
         line-height: 16px;
         letter-spacing: .1rem;
         text-decoration: none;
         white-space: nowrap;         
         border-radius: 10px;
         background-color: #105F9B;
         border: 2px solid #105F9B;         
         cursor: pointer;
         box-sizing: border-box;
         margin-left: 10px;
      }

         .headerbuttons button.alt:hover,
         .headerbuttons button.alt:focus {
            background-color: #154367;
            border-color: #154367;
         }

.menu {
    font-weight: bold;
    font-size: 14px;
    float: right;
}

/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#banner {
   background: url(../images/bannerbg.jpg) top center no-repeat;
   background-size: cover;
   padding: 50px;
   -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.35);
   -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.35);
   box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.35);
   background-position: left 1% bottom 77%;
}

/* Search
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-section {
    background: rgba(255,255,255,0.6);
    padding: 30px 30px 0px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    min-width: 300px;
}

    .search-section h2 {
        font-size: 35px;
        font-weight: bold;
    }

    .search-section .validation-summary-errors ul li {
        font-size: 12px;
        list-style-type: none;
        color: #ff0000;
        line-height: 0px;
        margin-top: -10px;
        margin-bottom: -15px;
    }
    .search-section input[type="text"] {
        height: 50px;
        padding: 10px 20px; /* The 6px vertically centers text on FF, ignored by Webkit */
        background-color: #fff;
        border: 1px solid #D1D1D1;
        border-radius: 10px;
        box-shadow: none;
        box-sizing: border-box;
    }

   .search-section input[type="submit"] {
      display: inline-block;
      height: 48px;
      padding: 0 22px;
      color: #555;
      text-align: center;
      font-size: 11px;
      font-weight: 600;
      line-height: 38px;
      letter-spacing: .1rem;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      background-color: #105F9B;
      border: 2px solid #105F9B;
      background-image: url(../../images/search.png);
      background-position: 10px 7px;
      background-repeat: no-repeat;
      border-radius: 10px;
      cursor: pointer;
      box-sizing: border-box;
   }

      .search-section input[type="submit"].button-primary:hover,
      .search-section input[type="submit"].button-primary:focus {
         background-color: #154367;
         border-color: #154367;
      }

/* CTA
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#cta {
    background: #f3f3f3;
    padding-top: 30px;
    margin-bottom: 30px;
}

    #cta h4 {
        font-size: 21px;
        line-height: 21px;
        font-weight: bold;
        margin-bottom: 5px;
    }

   #cta button {
      display: inline-block;
      height: 48px;
      padding: 0 22px;
      color: #fff;
      text-align: center;
      font-size: 21px;
      font-weight: 600;
      line-height: 21px;
      letter-spacing: .1rem;
      text-transform: capitalize;
      text-decoration: none;
      white-space: nowrap;
      border-radius: 10px;
      background-color: #105F9B;      
      border: 2px solid #105F9B;
      cursor: pointer;
      box-sizing: border-box;
      float: right;
   }

      #cta button:hover,
      #cta button:focus {
         background-color: #154367;
         border-color: #154367;
      }

/* Page Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#pageheader {
    background: #f3f3f3;
    padding-top: 30px;
    margin-bottom: 30px;
}

    #pageheader h2 {
        font-size: 31px;
        line-height: 46px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #pageheader h3 {
        font-size: 21px;
        line-height: 26px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    #pageheader h4 {
        font-size: 31px;
        line-height: 36px;
        font-weight: bold;
        margin-bottom: 0px;
    }

/* Main Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#main-content {
    margin-bottom: 30px;
}

.resume-table {
   background-color: #105F9B;
   border-color: #105F9B;
   color: #ffffff;
}

/* Featured Listings
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.featured-jobs {
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    background: #f3f3f3;
    margin-bottom: 10px;
}

    .featured-jobs h2 {
        font-size: 24px;
        font-weight: bold;
        padding: 10px;
        margin-bottom: 0px;
    }

.jobs {
    margin-left: 0%;
}

/* Sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sidebar h4 {
    font-size: 21px;
    font-weight: bold;
}

.sidebar .search-section {
    padding: 0px !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
    width: 100%;
}

    .sidebar .search-section h2 {
        font-size: 35px;
        font-weight: bold;
    }

    .sidebar .search-section input[type="text"] {
        height: 50px;
        padding: 10px 20px; /* The 6px vertically centers text on FF, ignored by Webkit */
        background-color: #fff;
        border: 1px solid #D1D1D1;
        border-radius: 10px;
        box-shadow: none;
        box-sizing: border-box;
    }

   .sidebar .search-section input[type="submit"] {
      display: inline-block;
      height: 48px;
      padding: 0 22px;
      color: #555;
      text-align: center;
      font-size: 11px;
      font-weight: 600;
      line-height: 38px;
      letter-spacing: .1rem;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      background-color: #105F9B;
      border: 2px solid #105F9B;
      background-image: url(../images/search.png);
      background-position: 10px 7px;
      background-repeat: no-repeat;
      border-radius: 10px;
      cursor: pointer;
      box-sizing: border-box;
   }

      .sidebar .search-section input[type="submit"].button-primary:hover,
      .sidebar .search-section input[type="submit"].button-primary:focus {
         background-color: #154367;
         border-color: #154367;
      }

.sidebar .browse {
    margin-bottom: 20px;
}

.sidebar .jobactions {
    margin-bottom: 20px;
}

.sidebar .browse-icon {
    background-color: #105F9B;
    border-radius: 100px;
    font-size: 11px;
    padding-top: 3px;
    padding-left: 2px;
    color: #fff;
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 5px;
}

    .sidebar .browse-icon.plug {
        font-size: 10px;
        padding-top: 5px;
    }

    .sidebar .browse-icon.wrench {
        font-size: 9px;
        padding-top: 5px;
        padding-left: 7px;
    }

    .sidebar .browse-icon.cog {
        font-size: 12px;
        padding-top: 1px;
        padding-left: 4px;
    }

    .sidebar .browse-icon.email {
        font-size: 9px;
        padding-top: 4px;
        padding-left: 5px;
    }

    .sidebar .browse-icon.link {
        font-size: 10px;
        padding-top: 4px;
        padding-left: 5px;
    }

.sidebar .browse-text {
    height: 38px;
    background-color: #f3f3f3;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
    margin-left: 10px;
}

.sidebar .job-alert {
    background-color: #f3f3f3;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    padding: 20px;
    text-align: center;
    clear: both;
}

.sidebar .jobapply {
    background-color: #f3f3f3;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    padding: 20px;
    text-align: center;
    clear: both;
    margin-bottom: 20px;
}

.sidebar button {
   display: inline-block;
   height: 48px;
   padding: 0 22px;
   color: #ffffff;
   text-align: center;
   font-size: 21px;
   font-weight: 600;
   line-height: 21px;
   letter-spacing: .1rem;
   text-transform: capitalize;
   text-decoration: none;
   white-space: nowrap;
   border-radius: 10px;
   background-color: #6DB14D;
   border: 2px solid #6DB14D;
   cursor: pointer;
   box-sizing: border-box;
}

   .sidebar button:hover,
   .sidebar button:focus {
      color: #fff;
      background-color: #4e8236;
      border-color: #4e8236;
   }


/* Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination button {
    display: inline-block;
    height: 28px;
    padding: 0 10px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: .1rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: #f3f3f3;
    border-radius: 10px;
    border: 2px solid #d6d6d6;
    cursor: pointer;
    box-sizing: border-box;
    margin-left: 10px;
}

    .pagination button a:link {
        color: #000;
    }

    .pagination button:hover,
    .pagination button:focus {
        background-color: #d6d6d6;
        border-color: #d6d6d6;
    }

   .pagination button.current {
      display: inline-block;
      height: 28px;
      padding: 0 10px;
      color: #fff;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      line-height: 16px;
      letter-spacing: .1rem;
      text-decoration: none;
      white-space: nowrap;
      background-color: #105F9B;
      border: 2px solid #154367;
      border-radius: 10px;
      cursor: pointer;
      box-sizing: border-box;
      margin-left: 10px;
   }

        .pagination button.current:hover,
        .pagination button.current:focus {
            background-color: #154367;
            border-color: #154367;
        }

    .pagination button.inactive {
        display: inline-block;
        height: 28px;
        padding: 0 10px;
        color: #898989;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: .1rem;
        text-decoration: none;
        white-space: nowrap;
        background-color: #f8f8f8;
        border-radius: 10px;
        border: 2px solid #e6e6e6;
        cursor: default;
        box-sizing: border-box;
        margin-left: 10px;
    }


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#footer {
    background: #f3f3f3;
    padding: 20px 0;
}

.footer-menu a {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.copyright {
    font-size: 14px;
    line-height: 30px;
}

   .copyright a {
      font-weight: bold;
      color: #105F9B;
   }
   .copyright a:hover {
      font-weight: bold;
      color: #154367;
   }

.field-validation-error {
   color: red;
   font-size: 14px;
}