/*** Pardot landing page - navbar and footer styling ***/

/* Footer */
.gs18-Footer__Title {
    color: #000000;
}
.gs18-Footer__Legal {
    margin: 1em 0;
}
.gs18-Footer__Legal>li>a:link, .gs18-Footer__Legal>li>a:visited {
    color: #000;
    transition: 0.4s ease;
}
.gs18-Footer__Legal>li>a:hover, .gs18-Footer__Legal>li>a:active {
    color: #1D8AC2;
}
.contact-info {
    border-left: 2px solid #adadad;
    font-weight: 400;
    padding-left: 24px;
}
.contact-info p {
    color: #000000;
    line-height: 1.35;
    margin: 0.5em 0;
}
.contact-info h3 {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 500;
}
.international a {
    color: #000000;
    text-decoration: none;
    transition: 0.4s ease;
}
.international a:hover {
    color: #004878; /* was #1D8AC2 */
}
.gs18-GoTop {
    z-index: 999;
}

@media only screen and (min-width: 981px) {
    .gs18-Footer__Links {
        position: absolute;
    }
    .gs18-Footer__Inner {
        box-sizing: content-box;
        padding: 0 30px 30px;
        height: 300px;
    }
    .contact-info {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 980px) {
    .gs18-Footer__Inner {
        margin-bottom: 0;
    }
    .gs18-Footer__Inner .flex-container {
        flex-direction: column;
    }
    .contact-info {
        border-left: none;
        padding-left: 0;
        margin: 2.5rem 0;
    }
    .contact-info p {
        font-size: 1rem;
    }
    .gs18-Footer__LogoInner .gs18-Footer__Logo img {
		width: auto;
		height: 23px;
	}
}

/* Old */

#navigation-frame {
    position: relative;
    overflow: hidden;
    height: 330px;
}
#footer-frame {
    position: relative;
    overflow: hidden;
}
.nav-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}
#nav-top {
    height: 90px;
}
.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1260px;
    margin: 0 auto;
}
.logo {
    float: left;
    height: 100%;
}
.logo img {
    height: 100%;
}
.btn-return {
    font-size: 1.25em;
    font-weight: 500;
}
.line {
    border-bottom: 2px solid #004878; /* was #00528B */
}
/* Breadcrumbs */
#navigation-trail {
    padding: 12px 0;
}
.trail-inner {
    width: auto;
    max-width: 1260px;
}

/* Footer */
.social {
    display: flex;
    flex-flow: row nowrap;
    float: none;
    margin-top: 18px;
}
.social a {
    margin-left: 0;
    margin-right: 16px;
}
.logo-footer {
    width: 90px;
}
.logo-footer img {
    opacity: .5;
}
.menu-inner {
    width: 90%;
    margin: 24px auto;
    padding: 0;
}

/* Responsive */
@media (max-width: 1450px){
    .nav-wrapper, .trail-inner, .content {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .nav-wrapper, .trail-inner, .content, .footer-mobile {
        width: 90%;
    }
    .trail-inner {
        font-size: 0.875em;
    }
    #footer-frame h3 {
      font-size: 1.5em;
      margin-bottom: 0.5em;
    }
    .footer-bottom {
      padding-top: 0;
    }
}