/* Logo */
.logo__title.component__title {
    max-width: 195px;
    text-transform: uppercase;
    font-size: 27px;
    text-align: left !important;
    line-height: 26px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
}
.logo__caption.component__subtitle {
    text-align: left !important;
    margin: 0;
    font-size: 26px;
    text-transform: uppercase;
}
.mobileHeader-logo p {
    font-family: "noto-sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    font-size: 22px;
    max-width: 190px;
    margin: 0 auto;
}
.mobileHeader-logo p:after {
    content: "FAA Exams";
    display: block;
    font-weight: 400;
    font-size: 20px;
}

/* Maps */
.map__container.row {
    padding-top: 40px;
}
.map-a .map__col.animated {
	background: rgba(255,255,255,.9);
}
/* SEO service page */
.serviceimg {
    float: right;
    margin: 0 0 10px 10px;
}
/* Forms */
.form__group {
    margin-top: 12px;
    margin-bottom: 16px;
}
.form-control {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px #d0d0d0;
    color: #111111;
    transition: all 0.3s;
    border-color: #d0d0d0;
}
.leadFormInfo {
    font-family: "noto-serif", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1;
}
.form-wrap__submit {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-wrap__submit input {
    display: flex;
    font-family: "noto-sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 0;
    text-align: center;
    width: 13.75rem;
    height: 2.25rem;
    padding: 4px 8px;
    max-width: 100%;
    border-radius: 20px;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #0F3D5A;
    border: 2px solid #0F3D5A;
    text-decoration: none;
}
.form-wrap__submit input:hover {
    color: #FFFFFF;
    background-color: #0F3D5A;
    border: 2px solid #165b86;
    text-decoration: none;
}

/* Columns */
.col-2-conditions {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

/* Accordion Buttons */
.accordionButton2 {
    width:100%;
    margin:auto;
}

.accordionContent2 {
    clear:both;
}

.accordionButton2 span {
    color:#000;
    font-size:18px;
    font-family:georgia;
}

.accordionContent2 {
    width:100%;
}

.accordionContent2 p {
    color:#000;
    font-size:18px;
    padding-left:18px;
}

.on2 {
    width:100%;
    cursor:pointer;

}

.on2 span {
    color:#fff;
}

.over2 {
    width:100%;
    cursor:pointer;
}

.over2 span {
    color:#4b80b7;
}

.plusMinus2 {
    color:#4b80b7!important;
    content:"+";
    float:left;
    font-family:tahoma;
    font-size:24px!important;
    font-weight:700;
    margin-top:-6px;
    padding-right:4px;
}

/* -- PLE copyright -- */
.copyright__list {
    color: #fff;
    text-align: center;
}
.section-copyright .copyright__item:not(:last-child),
.section-copyright #copyright__item:not(:last-child) {
    border: 0;
}
.section-copyright .copyright__item,
.section-copyright #copyright__item {
    padding: 0;
}
.section-copyright .copyright__item:not(:last-child)::after, .section-copyright #copyright__item:not(:last-child)::after {
  content: '';
}

/* Colors */
.section--light .editable a {
    color: #19316F;
}
.section--light .editable a:hover {
    color: #224399;
}

/* Media */
@media(max-width: 991px) {
    .map-a .map__display, #gmap {
        height: 450px !important;
        position: relative;
    }
}
@media(min-width: 768px) {
    .logo-horizontal.image-position--left .logo__image {
        max-width: 60px;
        margin-right: 5px;
    }
}
@media(max-width: 767px) {
    .logo__title.component__title, .logo__caption.component__subtitle {
        text-align: center !important;
    }
    .banner__cta .cta__button {
        margin: 5px 0 5px;
    }
    .wrap_testimonials_inner {
        padding: 15px 05px;
    }
    .wrap_testimonials_inner h1 {
        font-size: 28px;
        line-height: 30px;
    }
    .wrap_testimonials img {
        max-width: 490px;
        width: 100%;
        margin-bottom: 20px;
    }
    .col-2-conditions {
        width: 100%;
    }
    .serviceimg {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}