/* CSS Document */
:root {
  --font-roboto-condensed: "Roboto Condensed", sans-serif;
}
*                           {   margin:0; padding:0;box-sizing: border-box;}
body                        {   text-align: left; 
    /*font-family: "Google Sans Flex", sans-serif; */
     font-family: var(--font-roboto-condensed);
    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}
p {   font-family: var(--font-roboto-condensed); }
li{   font-family: var(--font-roboto-condensed);}

.hero {
    background-image: url(/images/ppc/acc18/ppc-dfw-rad.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}
.hero-container {
    display: flex;
    max-width: 1260px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.hero_content {
    max-width: 1260px;
    margin: 0 auto;
}
.hero_content .container {
    width: 500px;
    color:#fff;
    padding: 50px 20px 150px 20px;
}
.call-now {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 20px;
}
.call-now .call-now-text {
    margin-left: 15px;
}
.call-now .phone-number {
    font-size: 28px;
}
.hero_content h2 {
    font-size: 23px;
    font-weight: 600;
    display: block;
    padding: 50px 0 10px 0;
}
.hero_content h1 {
    font-weight: 700;
    font-size: 46px;
    color:#fff;
    line-height: 1.;
    display: block;
    padding: 0 0 30px 0;
}
.hero_request_info {
    background: #fff;
    display: inline-block;
    color:#E31B23;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    transition: .5s ease;
    cursor: pointer;
}
.hero_request_info:hover {
    background: #333;
    color: #fff;
}
.hide_mobile {
    display: block;
}
.hide_desktop {
    display: none;
}
.number_show {
    display: none!important;
}
.logo {
    float: right;
}
.logo_mobile {
    display: none;
}
.icons_mobile {
    display: none;
}
.form_container {
    background-color: #fff;
    padding: 20px 20px;
}
.form_container input{
    padding: 6px 10px;
    font-size: 16px;
    width:100%;
    border: 1px solid #333;
    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: 13px;
    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:28px;
    padding-bottom: 10px;
    text-align: center;
    color:#0F7F99;
}
.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;*/
    background-color: #E31B23;
    color:#fff;
    padding: 16px 80px;
    border: none;
    width: auto;
    cursor: pointer;
}
#name {
    background-image: url(/images/ppc/acc17/icon_name.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}
#emailfield {
    background-image: url(/images/ppc/acc17/icon_email.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}
#phonefield {
    background-image: url(/images/ppc/acc17/icon_phone.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}
.career_content_mobile {
    display: none;
}
.icons {
    width: 100%;
    display: block;
    background-color: #0F7F99;
    padding: 40px 20px;
}
.icons_container {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.icons_container > div {
    width: 31%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icons_container > div p {
    color:#fff;
    font-size: 18px;
    font-weight: 600;
    width: 65%;
}
.career {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    justify-content: space-between;
}
.career_content { 
    width: 48%
}
.career_content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #0F7F99;
    line-height: 1.2;
    padding-bottom: 20px;
}
.career_content p {
    font-size: 16px;
    padding-bottom: 20px;
}
.career_content ul{
    margin-left: 25px;
}
.career_content li {
    padding: 6px 0;
    line-height: 1.4;
}
.upper_content {
    width: 100%;
    background-image: url(/images/ppc/acc17/map_tx.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    display: flex;
    justify-content: flex-end;
}
.upper_content_container {
    width: 70%;
    background-image: url(/images/ppc/acc17/arrow_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    padding: 60px 28% 60px 140px;
}
.upper_content_container h3 {
    font-size: 42px;
    color:#fff;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 20px;
}
.upper_content_container p strong {
    color:#fff;
    font-size: 20px;
}
.upper_content_container p {
    padding: 10px 0;
    color:#fff;
    font-size: 16px;
    line-height: 1.4;
}
.upper_content_img {
    display: none;
}
.location_icon {
    background-image: url(/images/ppc/acc17/map_pin.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px!important;
}
.train {
    width: 100%;
    background-color: #333333;
    padding: 60px 20px;
}
.train_container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.train_container_content {
    width: 44%;
    color:#fff;
}
.train_container_content h5 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 20px;
}
.train_container_content h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    padding-bottom: 20px;
}
.train_container_content p {
    font-size: 14px;
    padding: 6px 0;
    line-height: 1.4;
}
.train_container_content li {
    padding: 6px 0;
    line-height: 1.4;
}
.train_container_img {
    width: 46%;
}
.train_container_img img {
    width:100%;
    height: auto;
}
.request_white {
    background: #fff;
    display: inline-block;
    color: #E31B23;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    margin-top: 20px;
    cursor: pointer;
    transition: .5s ease;
}
.request_white:hover {
    background: #E31B23;
    color: #fff;
}
.form_container { 
    width: 40%;
    border: 1px solid #333;
}
.footer_content {
    width: 100%;
}
.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;
}
.footer_content_logo-mobile{display: none;}
@media all and (max-width: 1500px) {
    .upper_content_container {
        width: 60%;
        padding: 60px 10% 60px 140px;
    }
}
@media all and (max-width: 1400px) {
    .hero_content {
        margin-left: 14%;
    }
}
@media all and (max-width: 1060px) {

    .hero {
        background-image: none;
        background-color: #E31B23;
        display: block;
    }
    .hero_request_info {
        display: none;
    }
    .hero_content h2 {
        display:none;
    }
    .hero_content {
        margin: 0;
        width: 100%;
        display: block;
    }
    .hero_content .container {
        width: 100%;
        padding: 40px 20px 0 20px;
    }
    .call-now {
        position: relative;
        height: 76px;
        margin-right: 20px;
        display: inline-flex;
        align-items: center;
        padding: 10px;
        font-size: 14px;
        background: #E31B23;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    /* outer white point */
    .call-now::before {
        content: "";
        position: absolute;
        top: -2px;
        right: -20px;
        width: 20px;
        height: calc(100% + 4px);
        background: #fff;
        clip-path: polygon(0 0, 0 100%, 100% 50%);
    }

    /* inner red point */
    .call-now::after {
        content: "";
        position: absolute;
        top: 0;
        right: -18px;
        width: 18px;
        height: 100%;
        background: #E31B23;
        clip-path: polygon(0 0, 0 100%, 100% 50%);
    }
    .call-now.no-border {
        border: none;
    }
    .call-now.no-border:after,
    .call-now.no-border:before {
        display: none;
    }
    .call-now .phone-number {
        font-size: 14px;
    }
    .hero_content h2 {
        font-weight: 700;
        font-size: 28px;
        padding: 30px 0 10px 0;
    }
    .hero_content p {
        display: flex;
        justify-content: flex-end;
    }
    .hide_mobile {
        display: none;
    }
    .logo_mobile {
        display: block;
        margin-right: 20px;
    }
    .logo {
        display: none;
    }
    .icons {
        display: none;
    }
    .career {
        flex-direction: column;
        padding: 0;
    }
    .career_content {
        width: 100%;
    }
    .upper_content_container {
        background-image: none;
    }
    .upper_content {
      flex-direction: column;  
    }
    .upper_content {
        background-image: none;
    }
    img.upper_content_img {
        display: block;
        width: 100%;
        height: auto;
    }
    .upper_content_container {
        width: 100%;
        background-color: #E31B23;
        padding: 40px 20px;
    }
    .train_container {
        flex-direction: column;
    }
    .train_container_content {
        width: 100%;
        padding: 40px 20px;
    }
    .train_container_img {
        width: 100%;
        order: -1;
    }
    .train {
        padding: 0
    }
    .footer_content_container {
        flex-direction: column; 
    }
    .footer_content_content {
        width: 100%;
    }
    .footer_content_logo{display: none;}
    .footer_content_logo-mobile{display: block; margin-bottom: 15px;}
    .footer_content_logo {
        width: 50%;
    }
    .footer_content_logo {
        padding: 0px 0px 20px 0;
    }
    .form_container {
        width: 100%;
        order: -1;
        background-color: #E31B23;
        border: 1px solid #E31B23;
    }
    .mobile_form_pad {
        background-color: #fff;
        padding:20px 20px;
    }
    .career_content {
        display: none;
    }
    .career_content_mobile {
        display: block;
        padding: 40px 20px;
    }
    .career_content_mobile h2 {
        font-size: 40px;
        font-weight: 700;
        color: #0F7F99;
        line-height: 1.2;
        padding-bottom: 20px;
    }
    .career_content_mobile ul {
        margin-left: 25px;
    }
    .career_content_mobile li {
        font-size: 16px;
        padding: 6px 0;
        line-height: 1.3;
    }
    .career_content_mobile p {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .icons_mobile {
        width: 100%;
        display: block;
        background-color: #0F7F99;
        padding: 30px 0 40px 0;
    }
    .icons_mobile div {
        margin: 0 auto;
    }
    .icons_mobile div span {
        display: flex;
        justify-content: space-between;
        padding: 20px 30px;
    }
    .icons_mobile div span p {
        padding-left: 30px;
        color:#fff;
        font-size: 28px;
        font-weight: 600;
        line-height: 1;
    }
    .slick-dots {
        bottom: 20px;
    }
    .slick-dots li button:before {
        color: #fff;
        filter: drop-shadow(1px 1px #fff) drop-shadow(1px -1px #fff) drop-shadow(-1px 1px #fff) drop-shadow(-1px -1px #fff);
        opacity: 1;
    }
    .slick-dots li button::before {
        font-size: 16px;
        line-height: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 20px;
        height: 20px;
        content: "•";
        text-align: center;
        color: #0F7F99;
    }
    .slick-dots li.slick-active button:before {
        filter: drop-shadow(1px 1px #fff) drop-shadow(1px -1px #fff) drop-shadow(-1px 1px #fff) drop-shadow(-1px -1px #fff);
        color:#fff;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 0!important;
    }
}
@media all and (max-width: 1060px) {
    .hero_content .container {
        padding-bottom: 25px;
        padding-top: 25px;
    }

}
.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}