/* PENGUIN COMPUTING UPDATE */

/* Home page */

html{
    --text-dark: #25282A;
    --text-light: #fff;
}

.mk-grid{
    max-width: 1390px !important;
}
.main-btn{
    font-weight: 600;
}
.hero {
    background-size: cover;
}
.hero .vc_column_container>.vc_column-inner, .success .vc_column_container>.vc_column-inner{
    padding: 0;
}

.hero .hero__title{
    padding-left: 15px;
    padding-right: 15px;
}

.hero .hero__title h1{
  font-size: 70px;
  line-height: 1.07;
  color: #fff;
  font-weight: 400;
}

/* Tabs */

.messaging .wpb_tabs_nav{
    margin-bottom: 6rem !important;
}
#mk-tabs.messaging .wpb_tabs_nav{
    display: flex;
    justify-content: space-between;
    gap: var(--theme-grid-gap);
    margin: 0 calc(-0.5 * var(--theme-grid-gap));
}
#mk-tabs.messaging .title-mobile{
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    color: #01426A;
    border: none;
    border-bottom: 10px solid #009CDE;
    background-color: transparent;
}

#mk-tabs.messaging .wpb_tabs_nav li{
    border-bottom: 10px solid #009CDE;
    width: 100%;
    text-align: center;
}
#mk-tabs.messaging .wpb_tabs_nav li[aria-selected="false"]{
    border-bottom: 10px solid #01426A;
}
#mk-tabs.messaging .wpb_tabs_nav a{
    border: none;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    color: #01426A;
    text-transform: uppercase;
}
#mk-tabs.messaging .wpb_tabs_nav .ui-state-active a{
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #01426A;
}

#mk-tabs.messaging .wpb_tab{
    border: none !important;
    padding: 0 !important;
}
#mk-tabs.messaging .wpb_tab h2{
    font-size: 40px;
    font-weight: 400;
    color: var(--text-dark);
}

#mk-tabs.messaging .wpb_tab p{
    font-size: 20px;
}
#mk-tabs.messaging .wpb_tab  ul li{
    font-size: 15px;
    line-height: 26px;
}

.testimonial .mk-grid{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 120px;
}

.testimonial p{
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 0 0.75em;
}
.testimonial p:first-child:before {
    content: '';
    width: 1em;
    height: 1em;
    display: inline-block;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0 12a15.6 15.6 0 0 1 1.5-6.3A17 17 0 0 1 5.8 0l3.6 2.4A15.8 15.8 0 0 0 6.2 12v4.2H0v-4Zm10.6 0a18 18 0 0 1 1.5-6.4A17 17 0 0 1 16.4 0L20 2.4a15.6 15.6 0 0 0-3.2 9.6v4h-6.2v-4Z'/%3E%3C/svg%3E") no-repeat;
    margin-left: -1em;
}
.testimonial p em{
  font-weight: 300;
}
.testimonial__logo .wpb_wrapper{
    display: flex;
    justify-content: center;
}
.success .success__title h3{
    font-weight: 600;
    font-size: 20px;
    color: var(--text-dark);
    text-transform: uppercase;
}

.success .success__callout p{
    font-size: 40px;
    line-height: 1.38;
    font-weight: 400;
    color: var(--text-dark);
}

.success .success__image{
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Insight */

.insights .insights__title h3{
    font-weight: 400;
    color: #404040;
    font-size: 30px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.insights p{
    margin-bottom: 0;
}
.insights .insights__content{
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}
.insights .single-insight{
    border-radius: 18px;
    background-color: #fff;
    padding: 30px;
}
.insights .single-insight .wpb_wrapper{
    position: relative;
}
.insights .single-insight:not(:last-child){
    margin-bottom: 25px;
}
.insights .single-insight:not(:first-child){
    margin-top: 25px;
}
.insights .single-insight .single-insight__date > *{
    color: var(--text-dark);
    font-size: 15px;
}
.insights .single-insight .single-insight__title > *{
    font-size: 20px;
    line-height: 1.5;
    color: #006298;
}
.insights .single-insight .single-insight__source > *{
    color: #54585a;
    font-size: 15px;
}
.insights .single-insight .single-insight__link{
    font-size: 15px;
    color: #006298;
}

/* Contact */
.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact .contact__title h3{
    font-size: 40px;
    color: var(--text-dark);
    font-weight: 400;
}

.contact .contact__content > *{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: var(--text-dark);
}
.contact .contact__image{
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .hero .mk-padding-divider{
        height: 120px !important;
    }
    .testimonial .mk-grid{
        flex-direction: row;
        padding-bottom: 0;
    }
    .insights .insights__content{
        display: flex;
        flex-direction: row;
    }
    .success .meta-logo{
        margin-left:60px;
    }
    .success .success__image{
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .insights .single-insight{
        padding: 20px;
    }
    .insights .single-insight:not(:last-child){
        margin-bottom: 0;
        margin-right: 15px;
    }
    .insights .single-insight:not(:first-child){
        margin-top: 0;
        margin-left: 15px;
    }
    .contact {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
}

@media screen and (min-width: 1024px) {
    .hero .mk-padding-divider{
        height: 142px !important;
    }
    .insights .single-insight:not(:last-child){
        margin-right: 19px;
    }
    .insights .single-insight:not(:first-child){
        margin-left: 19px;
    }
}

@media screen and (min-width: 1440px) {
    .mk-grid{
        max-width: 1390px !important;
    }
    .success .meta-logo{
        margin-left:185px;
    }
    .insights .single-insight{
        padding: 30px;
    }
    .insights .single-insight:not(:last-child){
        margin-right: 25px;
    }
    .insights .single-insight:not(:first-child){
        margin-left: 25px;
    }
}

@media only screen and (max-width: 767px){
    #mk-tabs.mobile-true .title-mobile {
        display: none !important;
    }
}
