@font-face {
  font-family: 'Replica';
  src: url('./fonts/Replica-Light.woff') format('woff'),
       url('/fonts/Replica-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Replica';
  src: url('./fonts/Replica-Regular.woff') format('woff'),
       url('./fonts/Replica-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Replica';
  src: url('./fonts/Replica-Bold.woff') format('woff'),
       url('./fonts/Replica-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

body {
    font-family: 'Replica';
    font-weight: 300;
}

h1, h2, h3 {
    font-weight: 700;
    text-transform: uppercase;
}

h1 > .light, h2 > .light, h3 > .light {
    font-weight: 300;
}

h1 {
    
}

h2 {
    font-size: 2.5rem;
    line-height: 1;
    margin: 0;
}

h3 {
    
}

.bg-black {
    background-color: black;
    color: white;
}

.bg-white {
    background-color: white;
    color: black;
}

.container {
    max-width: 46rem;
    margin: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
}

.container--lg {
    max-width: 55rem;
}

.padding-y {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.flexible-title {
    width: auto;
    padding-right: 10%;
}

.flexible-row {
    flex: 1;
}

.mt-0 {
    padding-top: 0 !important;
}

/* Header */

.primary-logo {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

header {
    width: 100%;
    overflow-x: hidden;
}

.primary-logo img {
    display: inline-block;
    width: 10rem;
}

.header-grid-mob {
    flex-direction: column;
}

.header-grid-mob-1 {
    
}

.header-grid-mob-2 {
    display: flex;
}

.header-grid-mob-2 > div {
    width: 50%;
}

.header-grid {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1rem;
    padding-bottom: 4rem;
}

.header-grid-mob {
    display: none;
    padding-bottom: 0;
}

.header-primary-core {
    display: flex;
}

.header-primary-core-title {
    width: 55%;
    padding-right: 1rem;
}

.header-primary-core-title h1 {
    font-size: 1.65rem;
    margin: 0;
    border-bottom: solid #ec0000 2px;
    margin-bottom: 2rem;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.header-primary-core-text p {
    margin: 0;
}

.header-primary-core-text {
    width: 45%;
    text-align: justify;
    font-size: 0.85rem;
}

.header-primary-logo {
    width: 60%;
}

.header-primary-core-text strong {
    text-transform: uppercase;
    font-weight: 700;
}

.header-grid-item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-grid-row {
    display: flex;
}

.header-grid-item {
    padding-bottom: 25%;
    margin: 1rem;
}
.header-grid-side {
    flex: 2;
}

.header-primary {
    flex: 3;
    position: relative;
}

.header-grid-primary-row .header-grid-item {
    padding-bottom: 10%;
}

.header-primary-core {
    padding-bottom: 0 !important;
}

.header-grid-primary-core {
    display: flex;
    padding: 1rem 2rem;
}

.header-grid-mob-link {
    padding-bottom: 58% !important;
}

.header-grid-primary-core .header-primary-core-title {
    padding-right: 1rem;
}

.youtube-logo {
    width: 6rem;
    position: absolute;
    z-index: 10;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
/* END Header */

/* Newsletter Signup */

.newsletter-signup {
    display: flex;
    flex-wrap: wrap;
}

#newsletter-form {
    display: flex;
}

.newsletter-form-inputs {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.newsletter-form-button {
    margin-left: 10%;
}

.newsletter-form-button {
    display: flex;
    align-content: flex-end;
}

.newsletter-form-button button {
    appearance: none;
    background-color: #ec0000;
    border-radius: 20px;
    border: none;
    color: white;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    align-self: flex-end;
}

.newsletter-form-button button:focus {
    outline: none;
}

.newsletter-form-inputs input {
    border-radius: 20px;
    margin-bottom: 0.5rem;
    border: solid black 1px;
    padding: 0.25rem 1rem;
}

.newsletter-form-inputs input:focus {
    outline: none;
}


.newsletter-form-inputs input:last-of-type {
    margin-bottom: 0;
}

.newsletter-form-inputs input::placeholder {
    color: black;
    opacity: 1;
}


/* END Newsletter Signup */

/* Coursels / Swipers */

.swiper-button-white:focus {
    outline: none !important;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    font-size: 1.5rem !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
}

.swiper-container {
    overflow: hidden;
}

.image-slide-wrapper {
    position: relative;
    padding-bottom: 75%;
}

.image-slider-img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* END Coursels / Swipers */

/* Partners */

.partners {
    display: flex;
    flex-wrap: wrap;
}

.partners_title {
    width: auto;
}

.partner_logos {
    display: flex;
    flex-wrap: wrap;
}

.partner_logo {
    width: calc(33% - 2rem);
    padding: 1rem;
    align-self: center;
}
/* END Partners */

/* Dates */
.dates {
    display: flex;
}

.dates h2 {
    margin: 0;
    font-size: 6rem;
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
}

.dates p {
    font-size: 0.8rem;
    margin: 0;
}


.dates h3 {
    margin-top: 0;
    font-size: 1.25rem;
}

.dates_list {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
}

.dates_list_item {
    border-left: solid #ec0000 2px;
    padding-right: 1rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 33.3%;
}

.dates_list_item:last-of-type {
    border-right: solid #ec0000 2px;
}
/* END Dates */
/* Coming Soon */

.coming-soon {
    display: flex;
    justify-content: space-between;
}

.coming-soon .flexible-title {
    border-right: solid #ec0000 2px;
}

.coming-soon-title {
    text-align: right;
}
/* END Coming Soon */

/* Interview Quote */

.interview-quote {
    display: flex;
    justify-content: space-between;
}

.interview-quote-logos {
    width: 45%;
    border-right: solid #ec0000 2px;
    padding-right: 5%;
    display: flex;
}

.interview-logos-container {
    border: solid white 2px;
    display: flex;
    padding: 2.5rem 1.5rem;
    align-items: center;
}

.interview-quote-title {
    width: 55%;
    padding-left: 5%;
}

.interview-quote-title h2 {
    font-size: 1.99rem;
    text-transform: inherit;
    line-height: 1.1;
}

.interview-quote-title p {
    margin-bottom: 0;
}

.interview-img {
    width: 100%;
    height: auto;
}

.interview-weldtite-logo {
    width: 40%;
    height: auto;
    padding-right: 1.5rem;
    margin-top: -5px;
    margin-bottom: -10px;
}

.interview-team-logo {
    width: 60%;
    height: auto;
    padding-left: 1.5rem;
    position: relative;
    border-left: solid 2px;
}

.interview-team-logo p {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0.75rem;
    margin-top: -2.2rem;
    margin-bottom: 0 !important;
}

/* END Interview Quote */

/* Video Block */

.video-block-container {
    position: relative;
    height: 60vh;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.video-block {
    position: relative;
    background-position: center;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* END Video Block */

.social-intro {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social-intro h2 {
    text-transform: lowercase;
}

.social-intro-title {
    text-align: right;
}

.eapps-instagram-feed-posts-grid-load-more {
    display: none;
}
/* END Social Intro */

/* Main Body Text */

.main > * {
    max-width: 55rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
}

.main > h4 {
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 1.6rem;
}

.main p {
    margin-top: 0.5rem;
    line-height: 1.3;
    letter-spacing: 0.25px;
    text-align: justify;
}

/* END Main Body Text *

/* Article IMG Pair */

.article-img-pair {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.img-pair-single {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    position: relative;
    padding-bottom: 30%;
    overflow: hidden;
    width: 50%;
}

.img-pair-single img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* END Article IMG Pair */

/* Interview header */

.interview-banner {
    padding-bottom: 25%;
    background-position: center;
    background-size: cover;
}

/* END Interview header */

/* footer */
.footer {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/* END footer */

@media (max-width:900px) {
    
    .video-block-container {
        height: auto;
        padding-bottom: 60%;
    }
    
    .video-block {
     padding-bottom: 55%;   
    }
    
    .header-grid-desk {
        display: none;
    }

    .header-grid-item {
        padding-bottom: 27%;
        margin: 0.5rem;
    }
    
    .header-grid-mob {
        display: flex;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        margin-top: -0.5rem;
        padding-bottom: 0.5rem;
    }
    
    .interview-quote {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .interview-quote-logos {
        width: 100%;
        border: none;
        padding-right: 0;
    }
    
    .interview-team-logo p {
        margin-top: -1.5rem;
    }
    
    .interview-logos-container {
        max-width: 370px;
    }
    
    .interview-quote-title {
        padding: 0;
        width: 100%;
        padding-bottom: 2rem;
    }
}

@media (max-width: 625px) {
    
    .article-img-pair {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    
    .img-pair-single {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    
    #newsletter-form {
        margin-top: 1rem;
    }
    
    .dates_list {
        flex-wrap: wrap;
        margin-bottom: -2rem;
    }
    
    .dates_list > div,
    .dates_list > li {
        width: calc(50% - 2.2rem);
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
    
    .dates_list .flexible-title {
        border-left: solid white 2px;
        padding-left: 0;
        padding-right: 2rem;
    }
    
    .dates_list .flexible-title h2 {
        font-size: 19vw;
    }
    
    .dates_list_item:last-of-type {
        border-right: 0;
    }
    
    .padding-y {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .partner_logos {
        min-width: 100%;
        margin-top: 1rem;
    }
    
    .partner_logo {
        width: calc(33% - 0.8rem);
        padding: 0.5rem;
    }
    
    .partner_logo:first-of-type {
        padding-left: 0;
    }
    
    .partner_logo:last-of-type {
        padding-right: 0;
    }
    
    .coming-soon h2 {
        font-size: 1.25rem;
    }
    
    .social-intro h2 {
        font-size: 1.25rem;
    }
    
    .fancybox-slide {
        padding: 1rem !important;
    }
    
    .video-block .youtube-logo {
        width: 4rem;
    }
}

@media (max-width: 400px) {
    
    .article-img-pair {
        margin-left: 0rem;
        margin-right: 0rem;
        flex-wrap: wrap;
    }
    
    .img-pair-single {
        margin-left: 0rem;
        margin-right: 0rem;
        width: 100%;
        padding-bottom: 65%;
        margin-bottom: 7%;
    }
    
    .img-pair-single:last-of-type {
        margin-bottom: 0;
    }
    
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .main > * {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .dates_list {
        flex-direction: column;
    }
    
    .dates_list > div,
    .dates_list > li {
        width: calc(100% - 2rem);
    }
    
    #newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-form-inputs input {
            padding: 0.5rem 1rem;
    }
    
    .newsletter-form-inputs input:last-of-type {
        margin-bottom: 0.5rem;
    }
    
    .newsletter-form-button {
        margin: 0;
    }
    
    .newsletter-form-button button {
        padding: 0.6rem;
        width: 100%;
    }
}