/*******************************************************
 *
 * Press
 *
 *******************************************************/

.ft-cont-agent.is-page-communities{
    display: block;
}

.ft-cont-agent.is-default{
    display: none;
}

.global-btn.is-blue {
    background: transparent;
    border: 0.125vw solid #06274b;
    color: #06274b;
    text-align: center;
    border-bottom: 0.250vw solid #06274b;
}

.global-btn:hover {
    background: #092244!important;
    color: #fff!important;
    border-color: #092244!important;
}

em.ai-icon-logo-sm {
    margin-right: 1.4375vw;
}

.global-btn:hover em.ai-icon-logo-sm {
    background-image: url(../../images/logo-sm.png)!important;
}


#ip-our-team .global-title h2 {
    font-size: 6.875vw;
    line-height: 1;
    letter-spacing: 0.010em;
    font-weight: 400;
}

 #inner-page-wrapper {
     margin-bottom: 0;
 }

.ip-banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 39.8%;
    width: 0.063vw;
    height: 100%;
    background: rgba(255,255,255,0.24);
    z-index: 1;
}

.ip-banner canvas {
    background-image: url(../../images/press/press-banner.jpg)!important;
}

.ip-banner:before{
    background: rgba(0,0,0,0.15);
}


#ip-press {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 1;
    letter-spacing: normal;
    overflow: hidden;
}


.ip-press-lines {
    position: absolute;
    content: '';
    top: 0;
    left: 51%;
    width: 0.063vw;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: rgba(8,48,93,.08);
}



.ip-press-content-lines {
    position: absolute;
    content: '';
    top: 0;
    left: 23%;
    width: 100%;
    height: 100%;
    max-width: 44.22%;
    margin: 0 auto;
    z-index: 0;
    pointer-events: none;
}

.ip-press-content-lines:before, .ip-press-content-lines:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0.063vw;
    height: 100%;
    background: rgba(255,255,255,.08);
    z-index: 1;
}

.ip-press-content-lines:after {
    height: 100%;
    right: 0;
    left: auto;
}

.ip-press-content-tab-control {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    padding: 0 1.875vw 1.688vw;
    cursor: pointer;
    opacity: .30;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-press-content-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5.375vw 0.938vw 0 0.938vw;
    position: relative;
}

.ip-press-content-tab-control span {
    font-size: 1.25vw;
    line-height: 1;
    font-family: var(--jost);
    letter-spacing: 0.150em;
    color: #fff;
    text-transform: uppercase;
}

.ip-press-content-tab-control:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.125vw;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}



.ip-press-content-tab-control.ip-press-content-tab-active:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.ip-press-content-tab-control:hover,
.ip-press-content-tab-control.ip-press-content-tab-active {
    opacity: 1;
}

.ip-press-content-tab-wrap {
    display: block;
    position: relative;
    padding-right: 6.625vw;
    background: #06274b;
    width: calc(100% - 7.125vw);
    margin-left: auto;
}

.ip-press-tab-bg {
    position: absolute;
    top: 0;
    right: 100%;
    width: 7.125vw;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: #fff;
}

.ip-press-tab-bg canvas {
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/press/accent-bg.jpg);
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.15;
}

.ip-press-content-tab:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: calc(100% + 1vw);
    height: 0.063vw;
    background: rgba(255,255,255,0.20);
}

.ip-press-main .global-title h2 {
    font-size: 6.875vw;
    letter-spacing: 0.020em;
    font-weight: 400;
}

.ip-press-section {
    display: block;
    position: relative;
}

#ip-press .parallax-title-accent.is-left .parallax-text-holder:last-of-type {
    left: -3.2%;
    width: 16%;
    bottom: auto;
    top: 0;
}

#ip-press .parallax-text-holder:last-of-type .parallax-text h2 {
    -webkit-text-stroke-color: rgba(12,41,74,0.14);
}

.ip-press-section.section1 {
    padding: 6.875vw 0  6.875vw;
 }

 .ip-press-section.section1:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 6.625vw;
    height: 100%;
    background: #06274b;
    z-index: 2;
    pointer-events: none;
}


.ip-press-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(100% - 12.5vw);
    height: calc(100% - 5.125vw);
    background: #fff;
    z-index: 1;
}

.ip-press-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 21.625vw;
    height: calc(100% - 7.5vw);
    pointer-events: none;
}

.ip-press-bg canvas {
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/press/accent-bg.jpg);
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.15;
}

.ip-press-content-wrapper {
    display: block;
    position: relative;
    width: 100%;
    max-width: 71.25vw;
    margin: 0 auto;
}

.ip-press-content-title {
    display: block;
    position: relative;
    margin-bottom: 3.125vw;
}

.ip-press-content {
    display: block;
    position: relative;
}

.ip-press-content p {
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.020em;
    color: #000;
    font-family: var(--roboto);
}

/*Press Room*/

.ip-press-container {
    display: block;
    position: relative;
}

.ip-press-item {
    position: relative;
    padding: 2.813vw 1.563vw 2.188vw 1.563vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.625vw;
    max-width: 20vw;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-press-item:hover {
    -webkit-transform: translateY(-0.625vw);
        -ms-transform: translateY(-0.625vw);
            transform: translateY(-0.625vw);
}

.ip-press-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ip-press-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ip-press-category-title,.ip-press-title, .ip-press-desc, .ip-press-img, .ip-press-readmore-btn {
    display: block;
    position: relative;
}

.ip-press-title span {
    font-family: var(--encorpada);
    font-size: 1.563vw;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.020em;
    color: #fff;
}

.ip-press-category-title span {
    font-family: var(--roboto);
    font-size: 1.25vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.500em;
    color: #fff;
    text-transform: uppercase;
}

.ip-press-category-title {
    margin-bottom: 1.25vw;
}

.ip-press-desc p {
    font-family: var(--roboto);
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.020em;
    color: #fff;
}

.ip-press-img a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.ip-press-img-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.ip-press-img-inner canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0d63c3;
}

.ip-press-readmore-btn a {
    font-size: 0.813vw;
    line-height: 1;
    letter-spacing: 0.400em;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--roboto);
}

.ip-press-title {
    margin-bottom: 1.25vw;
}

.ip-press-desc {
    margin-bottom: 0.625vw;
}

.ip-press-img {
    margin-bottom: 1.875vw;
}

.ip-press-item.is-dblue {
    background: #0e253d;
}

.ip-press-item.is-lblue {
    background: #8cbeff;
}

.ip-press-item.is-blue {
    background: #08315e;
}

.ip-press-item.is-white {
    background: #fff;
}

.ip-press-wrapper {
    display: block;
    position: relative;
}

.ip-press-item.is-lblue .ip-press-title span,
.ip-press-item.is-lblue .ip-press-category-title span,
.ip-press-item.is-lblue .ip-press-desc p,
.ip-press-item.is-lblue .ip-press-readmore-btn a,
.ip-press-item.is-lblue .ip-press-title span a,
.ip-press-item.is-white .ip-press-title span,
.ip-press-item.is-white .ip-press-category-title span,
.ip-press-item.is-white .ip-press-desc p,
.ip-press-item.is-white .ip-press-readmore-btn a,
.ip-press-item.is-white .ip-press-title span a{
    color: #000;
}

.ip-press-main {
}

.ip-press-main {
    display: block;
    position: relative;
}



.ip-press-readmore-btn a:hover {
    color: #0d63c3!important;
}

.ip-press-title span a {
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-press-title span a:hover {
    color: #0d63c3!important;
}


.ip-press-content-tab-bg {
    padding: 6.25vw 9.375vw 6.188vw;
    background: rgb(12,26,42);
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(12,26,42,1)),to(rgba(5,49,98,1)));
    background: -o-linear-gradient(left,  rgba(12,26,42,1) 0%,rgba(5,49,98,1) 100%);
    background: linear-gradient(to right,  rgba(12,26,42,1) 0%,rgba(5,49,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a2a', endColorstr='#053162',GradientType=1 );
    display: block;
    position: relative;
    height: 100%;
    min-height: 43.75vw;
}

.ip-press-img.is-sm {
    max-height: 10.250vw;
    height: 100%;
}

.ip-press-img.is-sm .ip-press-img-inner canvas {
    background-color: transparent;
    background-size: contain;
    min-height: 105px;
}

.ip-press-content-hide {
    display: none;
}

.ip-press-btn {
    display: block;
    text-align: center;
    padding: 5.438vw 0 0;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ip-banner:after {
        display: none;
    }
    
    .ip-press-content-tab {
        display: block;
        padding: 30px 50px;
        text-align: center;
    }

    .ip-press-content-tab-control {
        padding: 19px 0;
        width: calc(100% / 3);
    }

    .ip-press-content-tab-control span {
        font-size: 20px;
    }

    .ip-press-tab-bg {
        display: none;
    }

    .ip-press-content-tab-wrap {
        width: 100%;
        padding-right: 0;
    }

    .ip-press-section.section1 {
        padding: 80px 0;
    }

    .ip-press-content-wrapper {
        max-width: 930px;
        padding: 0 30px 0 15px;
        text-align: center;
    }

    .ip-press-bg {
        display: none;
    }

    .ip-press-section.section1:before {
        width: 25px;
    }

    .ip-press-main .global-title h2 {
        font-size: 55px;
    }

    .ip-press-content-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .ip-press-content p {
        font-size: 14px;
    }

    #ip-press .parallax-title-accent.is-left .parallax-text-holder:last-of-type {
        left: -2.2%;
        width: 100%;
        max-width: 115px;
    }

    
    /*Press Room*/


    .ip-press-category-title span {
        font-size: 20px;
    }

    .ip-press-title span {
        font-size: 25px;
    }

    .ip-press-desc p {
        font-size: 16px;
    }

    .ip-press-readmore-btn a {
        font-size: 13px;
    }

    .ip-press-item {
        padding: 50px 24px 44px;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
    }

    .ip-press-title {
        margin-bottom: 15px;
    }

    .ip-press-category-title {
        margin-bottom: 20px;
    }

    .ip-press-desc {
        margin-bottom: 10px;
    }

    .ip-press-img {
        margin-bottom: 30px;
    }

    
    .ip-press-inner {
        display: block;
    }

    .ip-press-img.is-sm {
        max-height: 100%;
        margin-bottom: 30px;
    }

    .ip-press-img.is-sm .ip-press-img-inner canvas {
        background-size: contain;
        height: 134px;
    }

    .ip-press-btn {
        padding-top: 50px;
    }

    .ip-press-content-tab-bg {
        padding: 80px 15px;
    }

    .ip-press-slide {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .ip-press-content-tab-control:before {
        height: 1px;
    }

    .ip-press-content-tab:before {
        height: 1px;
        width: 100%;
    }


    .ip-press-content-lines {
        right: 0;
        left: 0;
        max-width: 60%;
    }

    .ip-press-content-lines:before, .ip-press-content-lines:after {
        width: 1px;
    }

    .ip-press-content {
        max-width: 85%;
        margin: 0 auto;
    }
   
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .ip-press-content-tab-control span {
        font-size: 17px;
    }

    .ip-press-content-tab-control span em.ai-icon-logo-sm {
        margin-right: 10px;
    }

    .ip-press-content-tab {
        padding: 30px 15px;
    }

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
  
    .ip-press-content-tab-control {
        width: 100%;
        padding: 15px 0;
        max-width: 172px;
        margin: 0 auto;
        display: block;
    }


    .ip-press-content p {
    }

    .ip-press-main .global-title h2 {
        font-size: 40px;
    }



}