/* CSS Document */
*							{	margin:0; padding:0;box-sizing: border-box;}
body 						{	text-align: left; font-family: "Google Sans Flex", sans-serif; color:#333; background:#fff; line-height:1.2;box-sizing: border-box; font-weight: 400;}
object 						{	outline:none; }
a:active, a:focus 			{	outline: none; border:0px;-moz-outline-style:none;}
a:focus 					{	outline: none;}
.clear						{	clear:both}
a							{	text-decoration:none;}
a:hover						{	text-decoration:underline;}
sup							{	font-size:small}

.hero {
    width: 100%;
    padding: 80px 5%;
    display: flex;
    justify-content: space-between;
    background-size: cover;
    background-position: top right;
    align-items: flex-start;
}
.hero_content {
    width: 35%;
}
.hero_content h1 span {
    font-weight: 600;
    font-size: 44px;
    color:#333;
    display: block;
    line-height: 1;
    padding-bottom: 20px
}
.hero_content h1 {
    font-weight: 700;
    font-size: 52px;
    color:#114787;
    display: block;
    line-height: 1.1;
    margin-top: 60px;
}
.hero_content h2{
    font-weight: 700;
    font-size: 24px;
    color:#333;
   padding-top: 20px;
}
.hero ul {
    margin: 10px 0 0 2px;
    list-style: none;
}
.hero li {
    font-size: 18px;
    padding: 5px 0 5px 16px;
    background-image: url(/images/ppc/acc16/arrow.png);
    background-position: left 10px;
    background-repeat: no-repeat;
}
.hero .callout  li {
    background-image: none;
    list-style-type: disc;
}
.hide_mobile {
    display: block;
}
.hide_desktop {
    display: none;
}
.number_show {
    display: none!important;
}
.form_container {
    width: 400px;
    background-color: #fff;
    padding: 20px 20px;
}
.form_container input{
    padding: 6px 10px;
    font-size: 16px;
    width:100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    color:#333;
}
.form_container select{
    height: 40px;
    font-size: 16px;
    width:100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0 5px;
    color:#666;
}
.form_container p.form_disclaimer {
    font-size: 14px;
    font-family:Roboto Condensed, sans-serif;
    line-height: 1.2;
    padding: 10px 0;
}
.form_container p {
    padding: 4px 0;
    line-height: 1.4;
}
.form_container h3{
    font-size:24px;
    padding-bottom: 10px;
}
.form_container label{
    font-size: 14px;
}
.form_container sup{
    font-size: 14px;
    color:red;
}
.fullname_error {
    color:red; 
    font-size: 14px;
    display: none;
}
.submit_btn_container {
    display: block;
    text-align: center;
    padding:10px 0!important;
}
.form_container .submit_btn {
    display: inline-block;
    background-color: #c10000;
    color:#fff;
    padding: 16px 80px;
    border: none;
    width: auto;
    cursor: pointer;
}
.callout {
    max-width: 1100px;
    margin: 60px auto 0 auto;
    box-shadow: 0px 0px 15px #ddd;
    padding: 10px 20px;
}
.callout h3{
    font-size: 18px;
    color:#c10;
    margin: 16px 0;
}
.callout p {
    padding: 5px 0;
}
.callout ul {
    margin: 5px 0 5px 30px;
}
.callout li {
    padding: 5px 0;
}
.upper_content {
    width: 100%;
    padding: 80px 20px;
    background-image: url(/images/ppc/acc16/background_angle.gif);
    background-position: center 40px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.upper_content_container {
    max-width: 1100px;
    margin: 0 auto;
}
.upper_content_container h3 {
    font-size: 38px;
    font-weight: 600;
    color:#c10;
    text-align: center;
}
.upper_content_container h3 span {
    color:#333;
}
.four_reasons_container {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.four_reasons_content {
    width: 23%;
    background-color: #fff;
    text-align: center;
    padding: 20px 20px;
    box-shadow: 0px 0px 14px 5px rgb(0, 0, 0, .1);
}
.four_reasons_content h4 {
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0 10px 0;
    line-height: 1;
}
.four_reasons_content p {
    font-size: 14px;
}
.work_location_container {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.work_location_container_content {
    width: 50%;
}
.work_location_container_content h5 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 20px;
}
.work_location_container_content ul {
    margin: 10px 0 0 2px;
    list-style: none;
}
.work_location_container_content li {
    font-size: 18px;
    padding: 5px 0 5px 16px;
    background-image: url(/images/ppc/acc16/arrow.png);
    background-position: left 10px;
    background-repeat: no-repeat;
}
.work_location_container_content p{
    padding: 10px 0;
}
.work_location_container_content p.small {
    font-size: 12px;
    padding-top: 20px;
}
.work_location_container_content p sup {
    font-size: xx-small;
}
.work_location_container_img {
    width: 40%;
}
.work_location_container_img img {
    width: 100%;
    height: auto;
}
.career_services {
    max-width: 1100px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.career_services_content {
    width: 47%;
}
.career_services_content h5 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 20px;
}
.career_services_content p{
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.4;
}
a.goto_form {
    padding: 16px 24px;
    background-color: #c10;
    color:#fff;
    font-size: 18px;
    margin-top:20px;
    display: inline-block;
    cursor: pointer;
    transition: .5s ease;
}
a.goto_form:hover {
    text-decoration: none;
    background-color: #333;
}
.career_services_img {
    width: 47%;
}
.career_services_img img {
    width: 100%;
    height: auto;
}
.quote {
    max-width: 760px;
    margin: 30px auto 80px auto;
    text-align: center;
    padding: 0 20px;
}
.quote p {
    font-weight: 300;
    font-size: 26px;
    padding: 14px 0;
    line-height: 1.3;
}
.faq_section {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}
.faq_section h3 {
   font-size: 44px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 40px; 
}
.accordion h6 {
    font-size: 22px;
    font-weight: 700;
    padding: 16px 60px 16px 30px;
    border-top: 1px solid #A2A5A4;
    display: block;
    position: relative;
    color: #323232;
    cursor: pointer;
    line-height: 1.3;
}
.accordion > div {
    padding: 0 30px 30px 30px;
    display: none;
}
.accordion h6.closed::after {
    content: "+";
    font-weight: 300;
    font-size: 40px;
    position: absolute;
    right: 30px;
    top: 4px;
}
.accordion h6.open::after {
    content: "-";
    font-weight: 300;
    font-size: 60px;
    position: absolute;
    right: 34px;
    top: -10px;
}
.accordion p {
    padding: 10px 0;
}
p.quote_name {
    font-weight: 700;
    font-size: 20px;
}
.fa {
    width: 100%;
    padding: 50px 20px;
    background-color: #114787;
}
.fa-red {
    width: 100%;
    padding: 50px 20px;
    background-color: #c10;
}

.fa_container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fa_container p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    width: 70%;
}
.fa_container a {
    background-color: #fff;
    color:#333;
    padding: 16px 10px;
    font-weight: 600;
    width: 25%;
    text-align: center;
}
.fa_container a:hover {
    text-decoration: none;
    transition: .5s ease;
    background-color: #ddd;
}
.numbers {
    width: 100%;
    background-image: url(/images/ppc/acc16/numbers_bg.gif);
    background-position: top center;
    background-size: auto 100%;
    display: block;
}
.numbers_container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 50px 20px 0 20px;
}
.numbers_container_content {
    width: 50%;
    padding-bottom: 30px;
}
.numbers_container_content h5 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 20px;
}
.numbers_container_content h6 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0 10px 16px;
    background-image: url(/images/ppc/acc16/arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.numbers_container_content p {
    font-size: 18px;
    padding: 0px 0 20px 0;
}
.numbers_container_img {
    width: 40%;
    display: flex;
    align-items: baseline;
}
.numbers_container_img img {
    width: 100%;
    height: auto;
    display: block;
}
.why {
    max-width: 1100px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.why_content {
    width: 47%;
}
.why_content h5 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 20px;
}
.why_content p{
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.4;
}
.why_content img {
    width: 120px;
    padding-bottom: 20px
}
.why_img {
    width: 47%;
}
.why_img img {
    width: 100%;
    height: auto;
}
.train {
    width: 100%;
    background-image: url(/images/ppc/acc16/arrow_bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0 20px;
}
.train_container {
    max-width: 1100px;
    height: 380px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.train_container h6 {
    color:#fff;
    font-size: 38px;
    font-weight: 600;
    padding-right: 15%;
    line-height: 1.1;
}
.train_container p {
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
    line-height: 1.4;
}
.train_container a {
    background-color: #fff;
    color: #333;
    padding: 12px 20px;
    font-weight: 600;
    display: inline-block;
}
.train_container a:hover {
    text-decoration: none;
    transition: .5s ease;
    background-color: #ddd;
}
.train_container_content {
    padding-right: 20px;
}
.train_container_img {
    height: 380px;
}
.train_container_img img {
    height: 380px;
    width: auto;
}
.awards {
    max-width: 1000px;
    padding: 80px 20px;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.awards p {
    font-size: 16px;
    padding: 10px 0;
}
.awards > div {
    width: 30%;
}
.footer_content {
    width: 100%;
    background-color: #333;
    color:#fff;
}
.show_mobile{
    display: none;
}
.show_desktop{
    display: inline-block;
    font-style: normal;
}
.footer_content_container {
    max-width: 1100px;
    padding: 60px 20px;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_content_logo {
    width: 15%;
}
.footer_content_logo img {
    width: 100%;
    height: auto;
}
.footer_content_content {
    width: 80%;
}
.footer_content_content p {
    font-size: 12px;
    padding: 5px 0;
}

@media all and (max-width: 1400px) {
    .hero {
        background-position: -180px top;
    }
    .upper_content {
        background-position: center bottom;
    }
    .train_container {
        max-width: 900px;
    }
    .train_container h6 {
        padding-right: 0;
    }
}

@media all and (max-width: 1060px) {

    .hero {
        background-image:none !important;
        flex-direction: column;
        background-color: #E7F2F5;
        padding: 20px 0 0 0;
    }
    .hero_content h1 span {
        padding-right: 0;
        font-size: 36px;
    }
    .hero_content h1 {
        font-size: 40px;
        margin-top: 20px;
        padding-right: 20px;
    }
    .hero_content {
        width: 100%;
        padding: 0 20px;
    }
    .form_container {
        width: 100%;
        margin: 20px 0px;
    }
    .hero_content {
        padding: 0 0 0 20px;
    }
    .hero_content > p {
        text-align: right;
    }
    .show_mobile{
        display: inline-block;
    }
    .show_desktop{
        display: none;
    }
    .quote {
        margin: 30px auto;
    }
    .hide_mobile {
        display: none;
    }
    .hide_desktop {
        display: block;
        width: 100%;
    }
    .hide_desktop ul{
        margin: 10px 20px;
    }
    .hide_desktop h2{
        margin: 0 20px;
    }
    .hide_desktop img {
        width: 100%;
        height: auto;
        display: block;
    }
    .four_reasons_container {
        flex-direction: column;
    }
    .four_reasons_content {
        width: 100%;
        margin-bottom: 20px;
    }
    .work_location_container {
        flex-direction: column;
        margin-top: 40px;
    }
    .work_location_container_content h5 {
        font-size: 36px;
    }
    .work_location_container_content {
        width: 100%;
        margin-bottom: 20px;
    }
    .work_location_container_img {
        width: 100%;  
    }
    .career_services {
        flex-direction: column;
        padding: 0 20px;
        margin: 40px auto;
    }
    .career_services_img {
        width: 100%;
    }
    .career_services_content {
        width: 100%;
        order: -1;
        margin-bottom: 40px;
    }
    .fa_container {
        flex-direction: column;
        text-align: center;
    }
    .fa_container p {
        width: 100%;
    }
    .fa_container a {
        width: auto;
        padding: 16px 20px;
        margin-top: 20px
    }
    .callout.hide_desktop {
       margin: 20px auto 20px auto!important; 
    }
    .numbers{
        background-image: none;
        background-color: #CFE6EB;
    }
    .numbers_container {
        flex-direction: column;
    }
    .numbers_container_content {
        width: 100%;
        padding: 0 20px 20px 20px;
    }
    .numbers_container_content h5 {
        font-size: 36px;
    }
    .numbers_container_img {
        width: 100%;
    }
    .number_hide {
        display: none!important;
    }
    .number_show {
        display: block!important;
    }
    .numbers_container {
        padding: 40px 0 0 0;
    }
    .why {
        flex-direction: column;
        padding: 0 20px;
        margin: 40px auto;
    }
    .why_img {
        width: 100%;
    }
    .why_content {
        width:100%;
        order: -1;
        margin-bottom: 40px;
    }
    .train {
        background-image: none;
        background-color: #c10;;
    }
    .train_container {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 40px 20px;
        text-align: center;
    }
    .train_container_content {
        padding-right: 0;
    }
    .train_container_img {
        display: none;
    }
    .footer_content_container {
       flex-direction: column; 
    }
    .footer_content_content {
        width: 100%;
    }
    .footer_content_logo {
        width: 100%;
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }
    .footer_content_logo img {
        width: auto;
    }
    .upper_content {
        background-image: url(/images/ppc/acc16/background_angle_mobile.gif);
        background-position: center top;
        background-color: #E7F2F5;
    }
    .awards {
        flex-direction: column;
    }
    .awards > div {
        width: 100%
    }
 
}
@media all and (max-width: 920px) {
    .hero_content p .logo {float:right;}
}
@media all and (max-width: 420px) {
    .fa_container p{font-size: 20px!important;}
}
