/*only called on arj pages (ie the old v2 site) */


.v2-container {
    background-color: #fff;
    border-left: 1px solid #a7c8dc;
    border-right: 1px solid #a7c8dc;
    margin: 0 auto;
    max-width: 1026px;
    position: relative;
}
.mob-nav {
    display: none;
}
.mob-show {
    display: none;
}
.v2-top-header {
    background-color: #084e79;
    border-bottom: 1px solid #d1e7f7;
    padding: 0 0 0 35px;
}
.v2-social {
    float: left;
    padding: 7px 0 0;
}
.v2-signin {
    background-color: #8cbe2e;
    color: #fff;
    float: right;
    font-size: 14px;
    padding: 7px 23px 7px 15px;
}
.v2-phone {
    color: #fff;
    float: right;
    font-size: 14px;
    padding: 7px 15px 7px 0;
}
.v2-phone a:hover {
    color: #fff !important
    ;
    text-decoration: underline !important;
}
.v2-clear,
.clear {
    clear: both !important;
}
.v2-social a {
    color: #88bdf0;
    display: block;
    float: left;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
}
.v2-signin a,
.v2-signin span {
    color: #fff;
    font-size: 14px;
}
.v2-phone a {
    color: #fff;
}
.v2-header {
    background-color: #084e79;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 28px 35px 0 0;
}
.v2-logo {
    display: block;
    height: 62px;
    margin-left: 27px;
    width: 697px;
}
.v2-header h1 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 0 33px;
}
.v2-nav-bar {
    float: left;
    margin: 29px 0 0 18px;
    width: 100%;
}
.v2-nav-bar ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.v2-nav-bar ul li {
    float: left;
    margin: 0;
    padding: 0;
}
.v2-nav-bar ul li a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-right: 5px;
    padding: 6px 12px;
}
.v2-nav-left a {
    background-color: #3c90e0;
}


.v2-nav-bar ul li a:hover {
    background-color: #8cbe2e;
    color: #fff;
    text-decoration: none;
}

.v2-nav-right {
    float: right;
}
.v2-nav-right a {
    background-color: #67a4de;
}
.mob-nav-items {
    display: none !important;
}

@media (max-device-width: 640px) {
    .mob-nav-items {
        display:block !important;
        background-color:#8cbe2e !important;
    }
}

#myaccount {
    background-color: #8cbe2e;
}
#siteContainer .applicationForm {
    /*max-width: 990px !important;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.v2-footer {
    background-color: #084e79;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    padding: 19px 35px;
}
.v2-footer-bottom {
    border-top: 1px solid #3c90e0;
    margin-top: 30px;
    padding-bottom: 20px;
    padding-top: 30px;
}
.v2-3col {
    float: left;
    margin-right: 3%;
    width: 30%;
}
.v2-footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.v2-footer ul li a {
    font-size: 14px;
}
.v2-footer a {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
}

.v2-footer a:hover {
    color: #88bdf0;
    text-decoration: none;
}
.v2-footer-middle ul li {
    display: block;
    float: left;
    width: 33%;
}
.mob-navDisplay {
    display: none;
}
@media (max-device-width: 640px) {
    .v2-top-header {
        display: none;
    }
    .mob-navDisplay {
        display: block;
    }
    .mob-nav {
        background-color: #67a4de;
        color: #fff;
        display: block;
        font-size: 20px;
        margin-right: 10px;
        margin-top: 10px;
        padding: 2px 5px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999;
    }
    .v2-header {
        height: 90px;
    }
    .v2-logo {
        background-image: url("../images/logo.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-left: 17px;
        margin-top: -12px;
        width: 100%;
    }
    .v2-header h1 {
        display: none;
        font-size: 13px;
        font-weight: 700;
        margin-top: -30px;
    }
    .v2-nav-bar {
        border-radius: 6px;
        display: none;
        margin: 56px 0 0 18px;
        overflow: hidden;
    }
    .v2-nav-bar {
        border-radius: 6px;
        display: none;
        margin: 56px 0 0 18px;
        overflow: hidden;
    }
    .v2-nav-bar ul {
        width: 100%;
    }
    .v2-nav-bar ul li {
        width: 100%;
    }
    .v2-nav-bar ul li .v2-current-menu-item {
        background-color: #3c90e0 !important;
        color: #fff !important;
    }
    .v2-nav-bar ul li a {
        background-color: #3c90e0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 100%;
    }
    .mob-hide {
        display: none;
    }
    .mob-show {
        display: block !important;
    }
    .v2-3col {
        float: left;
        margin: 0 !important;
        width: 100% !important;
    }
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 4px 0 6px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
    color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.job_description, .job_description p {
    margin-top: 25px;
    /*color: #064e79;*/
    color: #333;
    width: 100%;
    line-height: 175%;
}

.job_description a {
    color: #3c90e0;
}

.job_description a:hover {
    text-decoration: underline;
}

.job_description a:active {
    color: #8cbe2e;
}

.v2-main h2, .v2-main h1 {
    font-size: 24px;
    /*color: #084e79;*/
    color: #333;
    font-weight: 300;
    margin-top: 0px;
    margin-left: 3px;
    line-height: 125%;
}

.job-logo {
    float: right;
    padding: 13px;
    border: solid 1px #b8d7f4;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 0px;
}

.jobdetailstopblock {
    border-top: solid 1px #8bb4d5;
    border-bottom: solid 1px #8bb4d5;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}