/* Media Center
*----------------------------------------- */

.text-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.featured-testimonials__wrapper {
    margin-top: 0 !important;
}

/*Header*/
.header-media-center {
    display: block;
    border-top: 0;
}
.header-media-center > .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-media-center .banner-container {
    width: auto;
    display: inline-block;
}

.header-media-center .landing-banner-line2 {
    color: #588bc6;
    font-weight: 900;
    text-transform: none;
}

/*Creatives*/
.creatives-container {
    box-shadow: 0px 3px 20px #0000011a;
    border-radius: 4px;
    padding: 20px 20px 0;
    text-align: center;
    margin: 25px 0 10px;
}
.creatives-title {
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1em;
}
.creatives-subtitle {
    margin-bottom: 25px;
}
@media ( min-width: 768px ) {
    .creatives-container {
        padding: 50px 40px 30px;
        margin: 40px 0 20px;
    }
}
@media ( min-width: 1025px ) {
    .creatives-container {
        margin: 80px 0 20px;
        padding: 70px 70px 50px;
    }
    .creatives-title {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .creatives-subtitle {
        margin-bottom: 45px;
    }
}

.creative-button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.creative-button {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 15px 25px;
    text-align: center;
    width: 100%;
    border-radius: 0;
    color: #313131;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 25px;
}
.creative-content-below a {
    word-break: break-word;
}
@media ( min-width: 1025px ) {
    .creative-button {
        padding: 15px 45px;
        text-align: left;
        width: 235px;
        transition: all 0.4s ease;
    }
    .creative-button + .creative-button {
        margin-left: 30px;
    }
    .creative-button:hover {
        background: #f6f6f6;
        text-decoration: none;
    }
}

/*Download Section*/

[class*='col-'] {
    position: relative;
}

.media-center .mobile-secondary .row,
.media-center .desktop-secondary .row {
    justify-content: center;
    flex-wrap: wrap;
}
.media-center .mobile-secondary .row > div,
.media-center .desktop-secondary .row > div {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.media-center .secondary-wrapper {
    padding: 35px 25px 85px;
    text-align: center;
}

.media-center .pdf-download-caption {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0px;
    margin-top: 15px;
}
.media-center .desktop-secondary {
    margin-top: 20px;
}

.media-center .secondary-content {
    padding: 10px 0 0px;
}
.media-center .desktop-secondary a.btn.download-button,
.media-center .mobile-secondary a.btn.download-button {
    position: absolute;
    bottom: 25px;
    text-align: center;
}
.media-center .desktop-secondary a.btn.download-button,
.media-center .mobile-secondary a.btn.download-button,
.useful-link-content a.btn.download-button {
    color: #e77420;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    width: 100% !important;
}

.media-center .desktop-secondary a.btn.download-button img,
.media-center .mobile-secondary a.btn.download-button img,
.useful-link-content a.btn.download-button img {
    display: inline-block;
}

.media-center .desktop-secondary a.btn.download-button:hover img,
.media-center .mobile-secondary a.btn.download-button:hover img,
.useful-link-container:hover .useful-link-content a.btn.download-button img {
    margin-left: 10px;
}

.media-center .desktop-secondary a.btn.download-button:after,
.media-center .mobile-secondary a.btn.download-button:after,
.useful-link-content a.btn.download-button:after {
    display: none;
}

@media ( max-width: 1024px ) {
    .media-center .mobile-secondary .row {
        flex-wrap: wrap;
    }
}
@media ( min-width: 1025px ) {
    .desktop-secondary .row > div.col-md-3 {
        width: calc( 25% - 36px );
    }
}

/*Contact/Useful Links*/

.media-center .fourth-content h5,
.media-center .fourth-content h4 {
    margin-bottom: 15px;
}


.media-center .fourth-content h5 {
    text-transform: uppercase;
}
.media-center .fourth-content h4:not(.fourth-content__subheading) {
    text-transform: capitalize;
    color: #fff;
}

.fourth-content__subheading:after {
    position: relative;
    content: '';
    display: inline-block;
    width: 75px;
    height: 1px;
    top: -7px;
    background-color: var(--color-white);
    margin-left: 16px;
}

.media-center .fourth-content a {
    color: #fff;
    transition: all 0.2s ease;
}
.media-center .fourth-content a.contact-email:hover {
    text-decoration: none;
    color: #ff9a50;
    font-weight: 800;
}
.media-center .fourth-content a.contact-email:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e905';
    color: #ff9a50;
    margin-right: 10px;
}
.media-center .fourth-content hr {
    opacity: 0.5;
    max-width: 475px;
}
.media-center .fourth-content hr,
.media-center .fourth-content p {
    margin-bottom: 25px;
    text-align: left;
    margin-left: 0;
}

.useful-link-container {
    background: #fff;
    padding: 22px 15px;
    box-shadow: 0px 3px 20px #0000011a;
    margin-bottom: 25px;
    text-align: left;
    display: flex;
}
.useful-link-title {
    color: #404040;
    margin-bottom: 10px;
}
.useful-link-icon {
    height: 50px;
    width: 50px;
    object-fit: cover;
    margin-right: 25px;
}
.useful-link-content a.btn.download-button {
    padding: 0px;
    text-align: left;
}

@media ( min-width: 768px ) {
    .media-center .fourth-content h4:not(.fourth-content__subheading)  {
        font-size: 24px;
        font-weight: normal;
    }
    .media-center .fourth-content hr,
    .media-center .fourth-content p {
        top: 0;
        margin-bottom: 30px;
    }
    .useful-link-container {
        display: flex;
    }
    .useful-link-icon {
        height: 97px;
        width: 97px;
        object-fit: cover;
        margin-right: 25px;
    }
    .useful-link-content {
        text-align: left;
        padding: 20px 0;
    }
}

.page-template-page-media-center .trust-seals-footer,
.page-template-page-media-center .container.landing-spacing {
    display: none;
}

iframe#inlineframe {
    width: 100%;
    height: 100vh;
}

.logo-seal img {
    width: 75%;
    height: auto;
    margin: auto;
}

.trust-seals-footer {
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    grid-gap: 13px;
    padding: 30px;
}

.logo-seal:nth-child(3) {
    grid-column-start: unset;
    grid-column-end: unset;
}

.logo-seal:nth-child(5) {
    grid-column-start: unset;
    grid-column-end: unset;
}

@media (min-width: 768px) {
    .trust-seals-footer {
        grid-template-columns: repeat(8, 1fr);
        grid-gap: 50px;
        padding: 40px;
    }

    .logo-seal:nth-child(3) {
        grid-column-start: 3;
        grid-column-end: 5;
    }

    .logo-seal:nth-child(5) {
        grid-column-start: 6;
        grid-column-end: 8;
    }
}

/* 50Floor Media Center */
.post-password-form {
    margin: 0 auto;
    max-width: 1366px;
    padding: 50px 24px;
}

.post-password-form p label {
    margin-bottom: 20px;
}

.post-password-form p input[type='submit'] {
    border-radius: 50px;
    height: 54px;
}

@media (min-width: 600px) {
    .post-password-form p+p {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
    }

    .post-password-form p label {
        margin: 0;
        width: 70%;
    }

    .post-password-form p input[type='submit'] {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .header-media-center .masthead--innerpage__heading {
        font-size: 60px;
    }
}

/* PRIMARY SECTION */
.landing-v2 .btn--blue,
.landing-v2 .btn {
    font-size: 17px;
    margin-top: 15px;
}
.landing-v2 .btn--blue:after,
.landing-v2 .btn:after {
    content: none;
}
.primary-section h2 {
    font-weight: 500;
}

@media ( max-width: 1024px ) {
    .primary-section {
        padding-left: 30px;
        padding-right: 30px;
    }
    .primary-section .col-md-7 {
        margin-top: 40px;
    }
}

/* SECONDARY SECTION */
.secondary-section h2 {
    font-weight: 500;
    margin-bottom: 10px;
}
.mobile-secondary .secondary-wrapper {
    box-shadow: 0px 3px 20px rgba( 0, 0, 0, 0.03 );
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
}
.mobile-secondary .secondary-content {
    background: #fff;
    line-height: 1.4;
}
.secondary-content {
    padding: 30px 25px 40px;
    text-align: center;
}
.secondary-image {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.secondary-title {
    background: rgba( 231, 116, 32, 0.9 );
    bottom: 0;
    z-index: 1;
    padding: 15px;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.mobile-secondary {
    display: block;
}
.desktop-secondary {
    display: none;
}
.mobile-secondary .row > div,
.desktop-secondary .row > div {
    background: #fff;
    box-shadow: 0px 3px 20px rgba( 0, 0, 0, 0.03 );
    padding: 0px;
    float: none;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
}
@media ( max-width: 650px ) {
    .mobile-secondary .row > div {
        width: 75%;
    }
}
@media ( min-width: 651px ) {
    .mobile-secondary .row,
    .desktop-secondary .row {
        display: flex;
    }
}
@media ( max-width: 767px ) {
    .secondary-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}
@media ( min-width: 1025px ) {
    .desktop-secondary {
        display: block;
    }
    .mobile-secondary {
        display: none;
    }
}
@media ( max-width: 1024px ) {
    .secondary-image .img-responsive {
        width: 100%;
    }
}
@media ( min-width: 992px ) {
    .desktop-secondary .row > div {
        margin: 0 15px 39px;
    }
}
@media ( max-width: 14000px ) {
    .desktop-secondary .row > div {
        width: 30%;
    }
}
@media ( min-width: 1200px ) {
    .desktop-secondary .row > div {
        margin: 0 18px 39px;
    }
}

/* THIRD SECTION */
.third-left-image img {
    text-align: center;
    margin: auto;
}
@media ( max-width: 1024px ) {
    .third-wrapper {
        padding: 40px 30px;
    }
}
@media ( min-width: 1025px ) {
    .third-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 800px;
        padding-left: 5%;
    }
}

/* FOURTH SECTION */
.fourth-wrapper {
    min-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover !important;
    position: relative;
    color: #fff;
}
.fourth-wrapper .fourth-wrapper-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.fourth-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.fourth-wrapper .container {
    position: relative;
    z-index: 3;
}
.fourth-wrapper h2,
.fourth-wrapper .blue-title {
    color: #fff;
    font-weight: 900;
}
.fourth-wrapper .blue-title--left-line:after {
    background: #fff;
}
@media ( min-width: 992px ) {
    .fourth-wrapper:before {
        content: '';
        background: linear-gradient(
            to right,
            rgba( 80, 133, 195, 1 ) 0%,
            rgba( 125, 185, 232, 0 ) 100%
        );
    }
}
@media ( max-width: 991px ) {
    .fourth-wrapper:before {
        background-color: rgba( 80, 133, 195, 0.71 );
    }
}
@media ( max-width: 1024px ) {
    .fourth-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .fourth-wrapper .col-md-4 {
        margin-top: 40px;
    }
}