/* UNIVERSAL */

* {

  font-family: Arial, Helvetica, sans-serif;

}

h1, h2, h3, h4, h5, h6 {

  font-family: 'Patua One', Arial;

}

.sub-header h2 {

  font-size: 2.25em;

  padding-top: 33px;

  padding-bottom: 25px;

  overflow: hidden;

  text-align: center;

}

.sub-header h2:before,

.sub-header h2:after {

    border-top: 1px solid #000;

    border-bottom: 1px solid #000;

    content: "";

    display: inline-block;

    height: .1em;

    position: relative;

    vertical-align: middle;

    width: 50%;

    margin-bottom: .15em;

}

.sub-header h2:before {

    right: 0.5em;

    margin-left: -50%;

}

.sub-header h2:after {

    left: 0.5em;

    margin-right: -50%;

}

.no-wrap {

  white-space: nowrap;

}



/* HEADER */

header {

  background-color: #005f9e;

  position: relative;

  z-index: 100;

}

  header section.container {

    height: 57px;

  }

  header img {

    max-width: 212px;

    position: absolute;

  }

  header a {

    color: #fff;

    font-family: 'Patua One', Arial;

    font-size: 1.25rem;

    line-height: 57px;

  }

    header a span {

      font-family: 'Patua One', Arial;

    }

    header a:hover {

      color: #d5d0ca;

      text-decoration: none;

    }

  header i {

    color: #fff;

    font-size: 22px;

    margin-left: 15px;

    transform: rotate(-15deg);

  }

    header a:hover .fas {

      color: #d5d0ca;

    }





  /* MAIN */

  main {

    color: #fff;

    max-height: 450px;

    position: relative;

    z-index: 90;

  }

  .bg-image {

    background-image: url('../images/27.jpg');

    background-size: cover;

      background-position: 50% 30%;

      max-height: 465px;

      padding: 0;

  }

    .overlay {

      background-color: rgba(0,0,0, .25);

      max-height: 470px;

      position: absolute;

      width: 100%;

      height: 100%;

      z-index: 1;

  }



                                    /* TY PAGE ADJUSTMENTS HERO */

                                    .ty .bg-image section,

                                    .ty .bg-image,

                                    .ty .overlay {

                                        height: 290px;

                                        max-height: 290px;

                                    }

            

                                    .ty .bg-image section {

                                        position: relative;

                                    }

                                        .ty .overlay {

                                            background-color: rgba(0, 0, 0, 0.5);

                                        }

  main section.row {

    position: relative;

    z-index: 80;

  }

    main h1 {

      font-size: 3.5rem;

      width: 100%;

    }

    main p {

      font-size: 1.45rem;

      font-weight: 700;

    }



    /* FORM */

    .form {

      background: rgba(255,255,255, .1);

      color: #fff;

      padding: 15px;

      text-align: center;

    }

      .form p {

        font-family: 'Patua One', Arial;

        font-size: 1.1rem;

        font-weight: 400;

        margin-bottom: 0;

      }



      /* BODY COPY */

      .body-copy {

        margin-top: 45px;

      }

      .firstcharacter {

        color: #005f9e;

        float: left;

        font-family: 'Patua One', Arial;

        font-size: 85px;

        line-height: 60px;

        padding-top: 4px;

        padding-right: 8px;

        padding-left: 3px;

      }

      .body-copy p:last-child {

        margin-bottom: 0;

      }

      .body-copy a {

        color: #005f9e;

      }



      /* PROGRAM HIGHLIGHTS */

      .program-highlights {

        color: #fff;

      }



      .program-highlights > div {

        color: #fff;

        padding: 25px;

        margin: 25px 25px;

      }

      .program-highlights div > div {

        border: 2px solid #d5d0ca;

        color: #fff;

        padding: 25px;

        margin: 20px;

      }

      .program-highlights section.row {

        margin-bottom: 10px;

      }

          .program-highlights .margin-right {

            margin-right: 10px;

          }

          .program-highlights .margin-left {

            margin-left: 10px;

          }

      .program-highlights.blue-bg, .blue-bg  {

        background: #005f9e;

        padding-top: 20px;

        padding-bottom: 20px;

      }

      .program-highlights i {

        font-size: 3.5rem;

        margin-bottom: 10px;

      }

      .rotate {

        transform: rotate(11deg);

      }

      .program-highlights em, .program-highlights sup {

        font-family: inherit;

      }



      /* RECRUITER INFO */

      .recruiter-info {

        margin-bottom: 45px;

        /* padding-left: 0;

        padding-right: 0; */

        text-align: center;

    }

                .ty .recruiter-info {

                    padding: 15px 15px;

                }

                .ty .recruiter-info h4 {

                    padding: 15px 0;

                }

    .recruiter-info .col-sm-12 {

        padding-left: 15px;

    }

    .recruiter-info h4 {

        font-size: 1.85rem;

    }

      .recruiter-info h5 {

        color: #005f9e;

        font-size: 1.35rem;

      }

        .recruiter-info .btn {

          background: #877b77;

          color: #fff;

          font-size: 1.1rem;

          transition: .5s ease;

          width: 100%;

        }

          .recruiter-info .btn:hover {

            background: #fff;

            border: 1px solid #877b77;

            color: #877b77;

          }

          .recruiter-info .btn:hover a {

            color: #877b77;

            text-decoration: none;

          }

          .recruiter-info a {

            color: #fff;

            font-family: 'Patua One', Arial;

          }

          .recruiter-info img {

            width: 100%;

            border: 2px solid #000;

        }

        

        

        .recruiter-info .sm {

            margin: 0 15px 10px;

        }

                .ty .recruiter-info .sm {

                    margin-top: 0;

                }

                .ty .recruiter-info p {

                    width: 95%;

                }

                .recruiter-info .sm p {

                    background-color: #005f9e; 

                    border: 1px solid #d8d8d8;

                    border-radius: 0;

                    margin-top: 10px;

                    max-width: 400px;

                    padding: 22px 0;

                }

                    .ty .recruiter-info .sm p {

                        background-color: #fff; 

                        border: 1px solid #005f9e;

                        border-radius: 0;

                        margin-top: 5px;

                        max-width: 450px;

                        padding: 22px 0;

                    }

        

                .recruiter-info .sm a {

                    color: #fff;

                    font-size: 1.45rem;

                    transition: all .35s ease-in-out;

                }

                    .ty .recruiter-info .sm a {

                        color: #005f9e;

                    }

        

                    .recruiter-info .sm .btn.btn-success:hover {

                        background-color: #fff;

                        color: #fff;

                    }

                    .recruiter-info .sm .btn.btn-success:hover a {

                        color: #005f9e;

                    }

                        .ty .recruiter-info .sm .btn.btn-success:hover {

                            background-color: #005f9e;

                            border: 1px solid #fff;

                            color: #fff;

                        }

                        .ty .recruiter-info .sm .btn.btn-success:hover a {

                            color: #fff;

                        }

          .ty a.btn.btn-light.btn-lg {

            background-color: #005f9e;

            border: 1px solid #fff;

            border-radius: 5px;

            color: #fff;

            font-size: 20px;

            line-height: 45px;

            font-weight: bold;

            margin: 15px 0 0 0;

            /* height: 60px; */

            -webkit-appearance: none;

            border-radius: 0;

            text-transform: uppercase;

            transition: all .35s ease-in-out;

        }

        .ty a.btn.btn-light.btn-lg:hover {

            background-color: #fff;

            border-color: #005f9e;

            color: #005f9e;

        }



      /* FOOTER */

      footer {

        background: #d5d0ca;

        /* margin-bottom: 45px; */

        padding: 25px 0 15px;

        text-align: center;

      }

        footer img {

          display: block;

          margin: 0 auto;

          max-width: 275px;

        }

        footer a {

          color: inherit;

        }





        /* STATIC FOOTER */

        .static {

          bottom: 0;

          position: fixed;

          z-index: 200;

        }

            .start-date {

              background-color: #00abe8;

              border-top: 1px solid #fff;

              color: #fff;

              padding: 10px 0;

              text-align: center;

            }

            .start-date div > div > div:first-child {

              text-align: left;

            }

            .start-date span {

              font-family: 'Patua One', Arial;

              font-size: 1.5rem;

              line-height: 1.3;

            }

              .start-date .btn {

                font-size: 1.25rem;

                font-weight: bold;

              }

              .start-date i {

                color: #005f9e;

                font-size: 1.7rem;

                margin: 0 10px;

              }



              .color-split {

                background: #005f9e;

                height: 68px;

                width: 31%;

                position: absolute;

                bottom: 0;

              }

                .color-split:before {

                    background: #005f9e none repeat scroll 0 0;

                    content: "";

                    height: 100px;

                    position: absolute;

                    right: -25px;

                    transform: skew(-20deg);

                    width: 50px;

                }





/* THANK YOU */

.ty .bg-image, .ty .bg-image section {

  height: 465px;

  position: relative;

}



.headline-wrap {

  position: absolute;

  bottom: 10%;

  text-align: center;

  width: calc(100% - 30px);

}

                      .ty .headline-wrap {

                          bottom: 1%;

                      }



                      .ty .body-copy {

                        margin-bottom: 50px;

                    }

                    .ty .recruiter-info {

                        color: #fff;

                        margin-top: 10px;

                        margin-bottom: 10px;

                    }

                    .nowrap {

                        white-space: nowrap;

                    }









@media (max-width: 1499px) {

  .color-split {

    width: 27%; 

  }        

}

@media (max-width: 1199px) {

  main h1 {

    font-size: 3rem;

  }

  main p {

    font-size: 1.25rem;

  }

  .program-highlights h3 {

    font-size: 1.25rem;

  }

  .recruiter-info h4 {

    font-size: 1.7rem;

}

  .recruiter-info h5 {

    font-size: 1.5rem;

  }

  .recruiter-info .btn {

    font-size: .9rem;

  }

  .recruiter-info h4, .recruiter-info h5 {

    margin-bottom: 5px;

  }

  .color-split {

    width: 26%; 

  } 

}



@media (max-width: 1075px) {

  .color-split {

    width: 24%; 

  } 

}



@media (max-width: 991px) {

  main h1 {

    font-size: 2rem;

  }

  main p {

    font-size: .9rem;

  }

  .form p {

    font-size: 1.15rem;

  }

  .program-highlights h3 {

    font-size: .85rem;

  }

  .recruiter-info h4 {

    font-size: 1.6rem;

}

  .recruiter-info h5 {

    font-size: 1.1rem;

  }

  .recruiter-info .btn {

    font-size: .65rem;

  }

  .recruiter-info h4, .recruiter-info h5 {

    margin-bottom: 15px;

  }

  .dn-max-991 {

    display: none;

  }



  .start-date span {

    font-size: 1rem;

  }

  .color-split {

    width: 28%; 

  } 

}



@media (max-width: 914px) {

  .color-split {

    width: 24%; 

  } 

}

@media (max-width: 767px) {

  .bg-image {

    background-image: url('../images/27-mobile.jpg');

  }

            /*TY PAGE CHANGES*/



            .bg-image section,

            .overlay,

            .bg-image {

                max-height: 630px;

                height: 588px;

            }

                        .ty .bg-image section,

                        .ty .overlay,

                        .ty .bg-image {

                            max-height: 170px;

                        }

                        .overlay {

                            background-color: rgba(0, 0, 0, .5);

                        }

  .dn-max-767 {

    display: none;

  }

  .d-flex {

    display: initial!important;

    display: initial!important;

    display: initial!important;

  }

  header img {

    max-width: 130px;

  }

  .overlay {

    max-height: 588px;

  }

  .bg-image {

    max-height: 630px;

  }



  main h1 {

    font-size: 1.65rem;

  }

  main p {

    font-size: .9rem;

  }



  .form p {

    font-size: 1rem;

  }

  

  .program-highlights div > div {

    padding: 10px;

  }

  .program-highlights h3 {

    font-size: .7rem;

  }

  .bg-image section.row {

    padding-top: 80px;

  }

  .sub-header h2 {

    font-size: 1.25em;

  }

  .recruiter-info img {

    padding-right: 0;

    width: 50%;

  }

    /* .recruiter-info h4 {

        font-size: 0.75rem;

    } */

    .recruiter-info h5 {

      font-size: .75rem;

    }

    .recruiter-info h4, .recruiter-info h5 {

      margin-bottom: 8px;

    }

    .recruiter-info .btn {

      font-size: .45rem;

    }

      .ty .blue-bg {

        padding: 20px;

    }

    .ty section.row.content-block {

        padding: 0 15px;

    }

  /* footer {

    margin-bottom: 45px;

  } */

  footer p {

    font-size: 1.2rem;

  }

  .start-date span {

    font-size: 1rem;

  }

}

@media (max-width: 575px) {

  .dn-max-576 {

    display: none;

  }

  header img {

    max-width: 90px;

  }

  header a {

    font-size: 1rem;

  }

  .sub-header h2 {

    padding-top: 25px;

  }



  .bg-image section.row {

    padding-top: 35px;

  }



  .body-copy {

    margin-top: 25px;

  }

  .program-highlights .margin-right {

    margin-right: 20px;

  }

    .program-highlights .margin-left {

      margin-left: 20px;

    }

    .program-highlights section.row {

      margin-bottom: 0;

    }



    .program-highlights h3 {

      font-size: .85rem;

    }

    .recruiter-info h4 {

      font-size: 1.25rem;

  }

      .recruiter-info h5 {

        font-size: 1.1rem;

      }

      .recruiter-info .btn {

        font-size: 1rem;

      }

      .recruiter-info h4, .recruiter-info h5 {

        margin-bottom: 15px;

        padding: 0 5px;

      }

      .ty .recruiter-info {

        margin: 0 15px;

    }

  /* footer {

    margin-bottom: 87px;

  } */

  footer p {

    font-size: .9rem;

  }



  .start-date div > div > div:first-child {

    text-align: center;

  }

  .start-date span {

    font-size: 1.1rem;

  }

  .start-date .btn {

    font-size: 1rem;

  }

  .ty a.btn.btn-light.btn-lg {

    font-size: 16px;

}

}

@media (max-width: 414px) {

  .bg-image {

      background-image: url(../images/27-mobile2.jpg);

  }

}

@media (max-width: 399px) {

  header a {

    font-size: .7rem;

  }

}