/* CSS Document */
*							{	margin:0; padding:0;box-sizing: border-box;}
body 						{	text-align: left; font-family:Roboto, sans-serif; color:#333; background:#fff; line-height:1.2;box-sizing: border-box;}
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%;
    display: block;
    background-image: url(/images/ppc/acc14/main_hero_vn.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    padding: 40px 80px 60px 80px
}
.header {
    display: flex;
    width:100%;
    justify-content: space-between;
    align-items: flex-start;
}
.header_phone a {
    border: 3px solid #fff;
    padding: 15px 15px 15px 46px;
    background-image: url(/images/ppc/acc13/icon_phone.png);
    background-position: 16px center;
    background-repeat: no-repeat;
    border-radius: 12px;
    color:#fff;
    font-size:20px;
    display: inline-block;
}
.logo {
    margin-bottom: 100px;
}
.cta_content_container {
    display: flex;
    width:100%;
    justify-content: space-between; 
}
.cta_content {
    width: 26%;
}
.cta_content h1 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 900;
    color:#004597;
}
.cta_content h1 span {
    color:#000;
}
.cta_content p {
    font-size: 18px;
    padding: 20px 0;
}
.form_container {
    width: 400px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 20px;
}
.form_container input{
    padding: 6px 10px;
    font-size: 16px;
    width:100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-family:Roboto, 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;
}
.upper_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.upper_content_lt {
    width: 30%;
}
.upper_content_lt img {
    display: none;
}
.upper_content_lt h2 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.upper_content_lt ul{
    margin-left: 25px;
}
.upper_content_lt li {
    padding: 8px 0;
}
.upper_content_rt {
    width: 55%;
    position: relative;
    background-image: url(/images/ppc/acc14/arrow_lt.gif);
    background-size: auto 85%;
    background-repeat: no-repeat;
    text-align: right;
    background-position: left center;
}
.upper_content_rt img{
    width: 85%;
    height: auto;  
    position: relative;
    z-index: 100;
    text-align: right;
}
.ccpa_background {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    display: none;
}
.ccpa_content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    background: #fff;
    padding: 40px 30px;
    z-index: 100001;
    display: none;
}
.ccpa_content_close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
}
.five_reasons {
    width: 100%;
    background-image: url(/images/ppc/acc14/blue_bg.jpg);
    background-repeat: repeat-x;
    background-size: auto 50%;
    padding: 60px 20px 50px 20px;
}
.five_reasons_container {
    max-width: 1200px;
    margin: 0 auto;
}
.five_reasons_container h3{
    font-size: 36px;
    color:#fff;
    font-weight: 900;
    text-align: center;
}
.five_reasons_box {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 30px 0;
}
.five_reasons_content {
    width: 24%;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 20px 20px 20px;
    box-shadow: 0px 0px 24px 11px rgba(29,127,154,0.2);
    text-align: center;
}
.five_reasons_content p {
    padding: 10px 0;
    font-size:16px;
}
.five_reasons_content h4{
    color:#004597;
    font-size:16px;
    height: 40px;
}
.five_reasons_content img {
    height: 90px;
    width: auto;
    margin-bottom: 20px;
}
.middle_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px 20px 20px;
}
.middle_content_upper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
}
.middle_content_upper_lt {
    width: 55%;
    position: relative;
    background-image: url(/images/ppc/acc14/arrow_lt.gif);
    background-size: auto 85%;
    background-repeat: no-repeat;
    text-align: right;
    background-position: left center
}
.middle_content_upper_lt img {
    width: 85%;
    height: auto;
    position: relative;
    z-index: 100;
    text-align: right;
}
.middle_content_upper_rt {
    width: 35%;
}
.middle_content_upper_rt img,
.middle_content_lower_lt img {
     display: none;
}
p.disclaimer {
    font-size: 11px;
    padding: 10px 0;
    line-height: 1.3;
}
.middle_content_upper_rt h3 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.middle_content_upper_rt ul {
    margin-left: 25px;
}
.middle_content_upper_rt li {
    padding: 8px 0;
}
.middle_content_lower {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
}
.middle_content_lower_rt {
    width: 55%;
    position: relative;
    background-image: url(/images/ppc/acc14/arrow_lt.gif);
    background-size: auto 85%;
    background-repeat: no-repeat;
    text-align: right;
    background-position: left center
}
.middle_content_lower_rt img {
    width: 85%;
    height: auto;
    position: relative;
    z-index: 100;
    text-align: right;
}
.middle_content_lower_lt {
    width: 35%;
}
.middle_content_lower_lt h3 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.middle_content_lower_lt ul {
    margin-left: 25px;
}
.middle_content_lower_lt li {
    padding: 8px 0;
}
.middle_content_lower_lt p {
    line-height: 1.6;
}
.quote {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 20px 40px 20px;
    text-align: center;
}
.quote p {
    font-size: 22px;
    line-height: 2;
    padding: 10px ;
}
.quote h4 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px
}
.fa {
    width: 100%;
    display: block;
    background-color: #004597;
    padding: 40px 20px 0 20px;
}
.fa_container {
    max-width: 800px;
    margin: 0 auto -30px auto;
    text-align: center;
}
.fa_container h6 {
    font-size: 36px;
    text-align: center;
    color:#fff;
    margin-bottom: 30px;
}
.fa_container a {
    background-color: #fff;
    color:#c10000;
    padding: 16px 60px;
    border-radius: 5px;
    display: inline-block;
}
.who {
    width:100%;
    display: block;
    padding: 40px 20px 80px 20px;
    background-image: url(/images/ppc/acc14/who_bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #000;
    color:#fff;
}
.who_container {
    max-width: 460px;
    margin-left: 160px;
}
.who_container h5 {
    font-size: 38px;
    font-weight: 900;
    margin: 40px 0 20px 0;
}
.who_container h6 {
    font-size: 32px;
    font-weight: 900;
    margin: 40px 0 10px 0;
}
.who_container a {
    background-color: #fff;
    color: #c10000;
    padding: 16px 60px;
    border-radius: 5px;
    display: inline-block;
    margin: 40px 0 20px 0;
}
.who_container ul{
    list-style: none;
}
.who_container li {
    padding: 12px 0 12px 40px;
    font-size: 18px;
    background-image: url(/images/ppc/acc13/icon_checkmark.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.who_container_content_box {
    display: flex;
}
.who_container_content_box > div {
    margin: 0 40px 0 0;
}
.who_container_content_box > div p {
    font-weight: 900;
    font-size: 18px;
}
.who_container_content_box > div p.content_title {
    font-size: 28px;
}
.why{
    background-image: url(/images/ppc/acc14/building_bg.jpg);
    background-size: cover;
    padding: 60px 20px;
}
.why_container {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}
.why_lt {
    width: 20%;
}
.why_lt img {
    width: 100%;
    height: auto;
}
.why_rt {
    width: 70%;
    color:#fff
}
.why_rt h6 {
    font-size: 36px;
    margin-bottom: 20px;
}
.why_rt p {
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.6;
}
.map_image img{
    width: 100%;
    height: auto;
}
.map_locations {
    max-width: 1100px;
    margin: -80px auto 0 auto;
    border: 2px solid #000;
    z-index: 1000;
    position: relative;
}
.map_locations h6 {
    display: block;
    color: #fff!important;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    background-color:#000;
    padding: 8px 20px;
}
.map_locations ul{
    display: flex;
    list-style: none;
    background-color: #fff;
}
.map_locations li {
    width: 33%;
    padding: 40px 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
}
.map_locations li:nth-of-type(2),
.map_locations li:nth-of-type(3) {
    border-left: 1px solid #ccc;
}
.map_locations li strong{
    display: block;
    padding-bottom: 8px;
    color:#c10000
}
.awards {
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 40px 40px 40px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-sizing: border-box;
}
.awards > div {
    width: 28%;
    text-align: center;
}
.awards > div p strong {
    display: block;
}
.awards > div p {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 14px;
}
.footer_content {
    background-color: #333;
    padding: 60px 20px;
}
.footer_content_container {
    max-width: 1100px;
    margin: 0 auto;
    color:#fff;
    display: flex;
}
.footer_content_container > div:nth-of-type(1) {
    margin-right: 40px;
}
.footer_content_container p {
    font-size: 12px;
    padding: 6px 0;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #1D7F9A;
}
.slick-dots li button:before {
    color:#fff;
    filter: drop-shadow(1px 1px #1D7F9A) drop-shadow(1px -1px #1D7F9A)
    drop-shadow(-1px 1px #1D7F9A) drop-shadow(-1px -1px #1D7F9A);
    opacity: .8;
}
@media all and (max-width: 1320px) {
    .hero {
	    background-position: -100px top;
    }
}
@media all and (max-width: 1200px) {
    .hero {
        padding: 40px 30px 60px 30px;
        background-position: -160px top;
    }

}
@media all and (max-width: 1060px) {
    .five_reasons{
        padding: 60px 0;
    }
	.five_reasons_box{
        width: 100%;
    }
    .five_reasons_content {
        width: 100%;
        margin: 0 10px 20px 10px;
        box-shadow: 0px 0px 14px 8px rgba(29, 127, 154, 0.2);
        height: 300px!important;
    }
    .five_reasons_container h3 {
        padding: 0 20px;
        line-height: 1.1;
    }
    .programs_box {
        flex-direction: column;
        padding: 0 10px;
    }
    .programs_box_content,
    .programs_box_image {
        width: 100%
    }
    .programs_box_content {
        padding: 0 40px;
    }
    .programs_box_image {
        order: -1;
    }
    .programs h5 {
        padding: 0 20px;
        font-size: 28px;
    }
    .programs h5 span {
        display: inline;
    }
    .fa_container h6 {
        font-size: 28px;
    }
    .who_container {
        margin-left: 0;
    }
    .who_container_content_box {
        flex-direction: column;
    }
    .who_container_content_box > div {
        margin: 10px 0;
    }
    .who_container a {
        margin-top:20px;
    }
    .who_container li {
        padding: 8px 0 8px 40px;
    }
    .who{
        padding-bottom: 400px;
        background-size: 55% auto;
    }
    .map_image img {
        line-height: 0;
        display: block;
    }
    .map_locations {
        margin: 0;
        border: none;
        border-bottom: 1px solid #000;
    }
    .map_locations ul {
        flex-direction: column;
        padding: 40px 0;
    }
    .map_locations li {
        width: 100%;
        padding: 0;
    }
    .map_locations li:nth-of-type(1):after,
    .map_locations li:nth-of-type(2):after {
        height: 1px;
        display: block;
        margin: 40px auto;
        width: 180px;
        background: #ccc;
        border-bottom: 1px white;
        content: '';
        text-align: center;
    }
    .map_locations li:nth-of-type(2), .map_locations li:nth-of-type(3) {
        border-left: 0px solid #ccc;
    }
    .awards {
        flex-direction: column;
    }
    .awards > div {
        width: 100%
    }
    .footer_content_container {
        flex-direction: column; 
    }
    .footer_content_container p {
        line-height: 1.6;
    }
    .footer_content_container > div:nth-of-type(1) {
        text-align: center;
        margin-bottom: 40px;
    }
    .cta_content_container {
        flex-direction: column;  
    }
    .cta_content {
        width: 100%;
        margin: 0px 10px 30px 10px;
    }
    .form_container {
        width: 100%;
        box-sizing: border-box;
        box-shadow: 0px 0px 24px 38px rgba(0, 69, 151, 0.1);
    }
    .cta_content h1 {
        font-size: 36px;
        line-height: 1.1;
    }
    .upper_content {
        flex-direction: column;
        padding: 20px 20px 00px 20px;
    }
    .upper_content_lt {
        width: 100%;
        margin-bottom: 30px;
    }
    .upper_content_lt h2 {
        font-size: 32px;
    }
    .upper_content_lt img {
        display: block;
        width: 100%;
        padding-bottom: 20px;
    }
    .upper_content_rt {
       display: none;
    }
    .hero {
        padding: 20px 10px;
        background-image: none;
    }
    .five_reasons_content img {
        text-align: center;
        margin: 0 auto 30px auto;
    }
    .middle_content_upper {
        padding-bottom: 0px;
    }
    .middle_content_upper,
    .middle_content_lower{
        flex-direction: column;
    }
    .middle_content_upper_lt,
    .middle_content_lower_rt {
        display: none;
    }
    .middle_content_upper_rt,
    .middle_content_lower_lt {
        width: 100%;
    }
    .middle_content_upper_rt h3,
    .middle_content_lower_lt h3 {
        font-size: 32px;
    }
    .middle_content_upper_rt img,
    .middle_content_lower_lt img {
        width: 100%;
        padding-bottom: 20px;
        display: block;
    }
    .quote p {
        font-size: 20px;
    }
    .why_container {
        flex-direction: column;
    }
    .why_lt {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .why_lt img{
        width: 50%;
    }
    .why_rt {
        width: 100%;
    }
    .header {
        justify-content: space-between;
        align-items: center;
    }
    .logo {
        max-width: 40%;
        margin-bottom: 20px;
    }
    .logo img {
        width: 100%;
    }
    .header_phone {
        width: 58%;
        text-align: right;
    }
    .header_phone a {
        border: 3px solid #c10000;
        color:#c10000;
        font-weight: 900;
        padding: 18px 15px 18px 46px;
        background-image: url(/images/ppc/acc13/icon_phone_red.png);
        
    }
}
@media all and (max-width: 600px) {
    .who{
        padding-bottom: 400px;
        background-size: 65% auto;
    }
}

@media all and (max-width: 430px) {
	.logo {
        width: 38%;
    }
    .header_phone {
        width: 60%;
        text-align: right;
    }
    .header_phone a {
        padding: 14px 15px 14px 46px;
    }
    .who{
        padding-bottom: 400px;
        background-size: 85% auto;
    }
}
