/*******************************************************
 *
 * Press
 *
 *******************************************************/
 .ip-banner {
     display: none;
 }

 .ip-container .header-inner {
    width: 51.813vw;
}

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


#ip-press {
    font-size: 0;
    letter-spacing: 0;
    line-height: 1;
}

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

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

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

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

/* Section 1 */

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

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

.ip-press-hero-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.ip-press-hero-content {
    display: block;
    position: relative;
    padding: 10.375vw 0 0 5.500vw;
}

.ip-press-hero-content .global-title {
    margin-bottom: 4.125vw;
}

.ip-press-text {
    display: block;
    position: relative;
    width: 89%;
}

.ip-press-hero-agent-holder {
    display: block;
    position: relative;
}

 .ip-press-hero-agent-bg {
     position: absolute;
     bottom: 0;
     right: 0;
     width: 65%;
     height: 100%;
     background-color: #073161;
 }

.ip-press-hero-agent-bg:before {
    position: absolute;
    content: '';
    top: 0;
    right: 100%;
    background: #0a2c53;
    width: 10.25vw;
    height: 100%;
}

.ip-press-hero-agent-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../../images/about/agent-accent-bg.jpg);
    background-position: center;
    background-size: cover;
    pointer-events: none;
}


.ip-press-hero-agent-holder img {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.ip-press-section.section1 {
    padding-left: 5.5vw;
}

.ip-press-hero-col:first-child {
    width: 53.511%;
}

.ip-press-hero-col:last-child {
    width: 46.489%;
}

.ip-press-text p {
    font-size: 1.063vw;
    line-height: 1.8;
    letter-spacing: 0.025em;
    color: #555555;
}

.ip-press-hero-content .global-title h2 {
    font-size: 5.313vw;
    line-height: 1;
}

.ip-press-hero-content .global-title span {
    font-size: 2.813vw;
    letter-spacing: 0.094em;
    display: block;
    margin-bottom: 0.938vw;
}

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

.ip-press-awards-wrapper {
    display: block;
    position: relative;
    padding: 0 5.5vw;
}

.ip-press-awards-main {
    display: block;
    position: relative;
    padding: 7vw 0 4.25vw;
}

.ip-press-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

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

.ip-press-bg:before, .ip-press-bg:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 5.5vw;
    height: 100%;
    background: #102339;
}

.ip-press-bg:before {
    left: auto;
    right: 0;
}


/* Section 2 */

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

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

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

.ip-press-post-list {
    display: block;
    position: relative;
    margin: 0 -2.188vw;
    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;
}

.ip-press-post-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    position: relative;
    padding: 2.188vw;
}

.ip-press-post-img-holder {
    display: block;
    position: relative;
}

.ip-press-post-img-holder a {
    display: block;
    position: relative;
    /*background-color: #000;*/
    -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-post-img-holder a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: block;
    z-index: 2;
    -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-post-img-holder a canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

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


.ip-press-post-content {
    display: block;
    position: relative;
    padding: 2.938vw 0 0;
}

.ip-press-post-content h2 {
    font-size: 1.25vw;
    line-height: 1.5;
    color: #073161;
    display: block;
    margin-bottom: 0.938vw;
    font-weight: 600;
    min-height: 3.25vw;
    -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-post-content a.ip-press-post-btn em {
    font-style: normal;
    margin-left: 0.75vw;
    font-size: 1.438vw;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

.ip-press-post-content p {
    font-size: 1.063vw;
    line-height: 1.8;
    letter-spacing: 0.050em;
    color: #444444;
    display: block;
    margin-bottom: 3.125vw;
    margin-right: -1.188vw;
    min-height: 3.75vw;
    -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-post-content a.ip-press-post-btn {
    font-size: 0.875vw;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.050em;
    text-transform: uppercase;
    color: #073161;
    -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-post-content h2 a {
    color: #073161;
    -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-post-item .ip-press-post-content h2 a:hover {
    color: #99badf!important;
}

.ip-press-post-wrapper .custom-container {
    max-width: 77.813vw;
}

.ip-press-section.section5 {
    padding: 4vw 0 6.25vw;
}

.ip-press-post-more-btn {
    display: block;
    position: relative;
    margin-top: 6.875vw;
}

.ip-press-post-more-btn a {
    margin: 0 auto;
    max-width: 20.188vw;
}

.ip-press-post-item .ip-press-post-content a.ip-press-post-btn:hover {
    color: #99badf!important;
}


.ip-press-post-img-holder a:hover img {
    opacity: .90;
}

.ip-press-post-item:hover:before {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.ip-press-post-item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background: #073161;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ip-press-post-item:hover .ip-press-post-content h2 a, 
.ip-press-post-item:hover .ip-press-post-content h2, 
.ip-press-post-item:hover .ip-press-post-content a.ip-press-post-btn {
    color: #fff;
}

.ip-press-post-item:hover .ip-press-post-content p {
    color: #99badf;
}


 /*As Featured In*/

.as-container {
    display: block;
    position: relative;
    padding: 5.813vw 0 6.25vw;
    background: #102339;
    font-size: 0;
}

.as-wrapper {
    display: block;
    position: relative;
}

.as-main {
    display: block;
    position: relative;
}

.as-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 4.438vw;
}

.as-title h2 {
    font-size: 1.875vw;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--encorpada);
}

.as-item img {
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin: 0 auto;
    max-width: 100%;
}

.as-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 2.438vw;
}

.as-slide {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 60vw;
    margin: 0 auto;
}

.as-img-holder {
    display: block;
    position: relative;
    cursor: pointer;
}

.as-img-holder:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

.as-slide:not(.slick-initialized) .as-slide-holder:nth-child(n+2) {
    display: none;
}

.as-slide-holder {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.as-slide-holder-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -2.438vw;
}

.ip-press-post-item {
    display: none;
}


/* Engage */

/*.ewm-container {
    display: block;
    position: relative;
    padding: 8.25vw 0 0;
    font-size: 0;
}

.ewm-wrapper {
    display: block;
    position: relative;
    padding-left: 7.75vw;
}

.ewm-wrapper:before {
    position: absolute;
    content: '';
    top: 1.25vw;
    left: 0;
    background-image: url(../../images/ewm-accent-logo.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.03;
    pointer-events: none;
    width: 37.019%;
    height: 93.784%;
    margin: 0 auto;
}

.ewm-main {
    display: block;
    position: relative;
}

.ewm-row {
    display: block;
    position: relative;
}

.ewm-col {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 50%;
}

.ewm-agent-bt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30vw;
    height: 52.938vw;
    background-color: #073161;
}

.ewm-agent-holder {
    display: block;
    position: relative;
}

.ewm-agent-inner {
    display: block;
    position: relative;
    padding: 0 9.188vw 0 2.938vw;
}

.ewm-agent-inner img {
    max-width: 100%;
    width: 100%;
}

.ewm-agent-bt:before {
    position: absolute;
    content: '';
    top: 0;
    right: 100%;
    background: #102339;
    width: 8vw;
    height: 100%;
}

.ewm-agent-bt canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../../images/ewm-agent-bg.jpg);
    background-position: center;
    background-size: cover;
    pointer-events: none;
    opacity: .20;
}

.ewm-content-container {
    display: block;
    position: relative;
    padding-bottom: 6.813vw;
}

.ewm-col:first-child {
    width: 47.43%;
}

.ewm-col:last-child {
    width: 52.57%;
}

.ewm-img {
    display: block;
    position: relative;
    background-color: #2d2d2d;
}

.ewm-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: .15;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.ewm-image-holder {
    display: block;
    position: relative;
}

.ewm-caption {
    position: absolute;
    bottom: 15%;
    left: 0;
    display: block;
    text-align: center;
    padding: 0 1.938vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-width: 68%;
    right: 0;
    margin: 0 auto;
}

.ewm-content-container .global-title {
    margin-bottom: 3.75vw;
    padding: 0 3.063vw;
}

.ewm-social-wrapper {
    display: block;
    position: relative;
}

.ewm-list {
    display: block;
    position: relative;
    margin-bottom: 1.688vw;
    z-index: 3;
}

.ewm-list>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}

.ewm-list>ul>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0.813vw 2.688vw;
}

.ewm-main-icon span {
    font-size: 2.75vw;
    color: #b8b8b8;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
   min-height: 2.750vw;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ewm-main-icon span.ai-font-facebook {
    font-size: 2.438vw;
}

.ewm-main-icon span.ai-font-instagram {
    font-size: 2.438vw;
}

.ewm-list>ul>li:first-child {
    padding-left: 0;
}

.ewm-list>ul>li:last-child {
    padding-right: 0;
}

.ewm-list>ul>li span.ai-icon-podcast {
    background-image: url(../../images/ai-podcast-icon.png);
    width: 38px;
    height: 42px;
}

.ewm-list>ul>li.ewm-trigger:hover .ewm-main-icon span.ai-icon-podcast {
    background-image: url(../../images/ai-podcast-icon-b.png);
}

.ewm-list>ul>li:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0.063vw;
    height: 100%;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
    background: #b8b8b8;
    pointer-events: none;
}

.ewm-main-icon {
    display: block;
    position: relative;
    cursor: pointer;
}

.ewm-list>ul>li:last-child:before {
    display: none;
}

.ewm-social-dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    top: 0;
    -webkit-transform: translateY(1.25vw);
        -ms-transform: translateY(1.25vw);
            transform: translateY(1.25vw);
}

.ewm-social-dropdown>div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}


.ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.313vw 0 4.375vw;
    width: 100%;
}

.ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links span {
    font-size: 0.875vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}

.ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links a {
    display: block;
    margin-bottom: 0;
    margin-left: 10px;
}

.ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links a:first-of-type {
    margin-left: 1.250vw;
}

.ewm-social-dropdown[data-tabpanel="podcast"]:before {
    left: 0;
    margin: 0 auto;
    width: 80%;
}


.ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links a img {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links a:hover img {
    opacity: .75;
}

.ewm-social-links {
    margin-left: 6.125vw;
    margin: 0 auto;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ewm-caption span {
    font-size: 1.063vw;
    line-height: 1.8;
    color: #fff;
    letter-spacing: 0.020em;
}

.ewm-list>ul>li:hover .ewm-social-dropdown {
    opacity: 1;
    visibility: visible;
}

.ewm-social-icon-inner span {
    font-size: 2.75vw;
    line-height: 1;
    color: #fff;
    background: #435e98;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}

.ewm-social-links a:not(:last-child) {
    margin-bottom: 0.938vw;
}

.ewm-social-links a {
    font-size: 1.625vw;
    line-height: 1;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 0.050em;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ewm-social-icon-inner {
    display: block;
    position: relative;
    width: 12.75vw;
    height: 13.438vw;
}

.ewm-social-dropdown.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.ewm-list>ul>li.ewm-trigger.active .ewm-main-icon span,
.ewm-list>ul>li.ewm-trigger:hover .ewm-main-icon span {
    color: #073161;
}

.ewm-social-icon-inner span.ai-font-linkedin {
    background: #0077b5;
}

.ewm-social-icon-inner span.ai-font-youtube {
    background: #F70000;
}

.ewm-social-icon-inner span.ai-font-instagram {
    background-image: url(../../images/ewm-ig-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ewm-social-links a:hover {
    color: #5a85b6;
}

.ewm-hover-details {
    display: block;
    position: relative;
}

.ewm-social-dropdown:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 65%;
    height: 0.063vw;
    background: #555555;
    z-index: 2;
    pointer-events: none;
}*/

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

@media only screen and (max-width: 1366px) {
     .ewm-list>ul>li span.ai-icon-podcast {
        width: 30px;
        height: 35px;
    }
}


@media only screen and (max-width: 1280px) {
     .ewm-list>ul>li span.ai-icon-podcast {
        width: 23px;
        height: 27px;
    }
}

 
/* 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-container .header-inner {
        width: 100%;
    }


    #ip-about {
        margin-top: 80px;
    }
    
/*     Section 2 */
    #ip-press {
        margin-top: 80px;
    }

    .ip-press-post-list {
        margin: 0;
    }

    .ip-press-post-item {
        width: 100%;
        padding: 25px;
        max-width: 480px;
        margin: 0 auto;
    }


    .ip-press-post-content {
        padding: 35px 0 0;
    }

    .ip-press-post-content h2 {
        font-size: 20px;
        margin-bottom: 30px;
        min-height: 0;
    }

    .ip-press-post-content a.ip-press-post-btn em {
        margin-left: 12px;
        font-size: 23px;
    }

    .ip-press-post-content p {
        font-size: 15px;
        margin-bottom: 40px;
        margin-right: 0;
        min-height: 0;
    }

    .ip-press-post-content a.ip-press-post-btn {
        font-size: 14px;
    }


    .ip-press-post-wrapper .custom-container {
        max-width: 890px;
        padding: 0 15px;
    }

    .ip-press-section.section5 {
        padding: 64px 0;
    }

    .ip-press-post-more-btn {
        margin-top: 50px;
    }

    .ip-press-post-more-btn a {
        max-width: 323px;
    }


    /* Section 1 */

    .ip-press-hero-col {
        width: 100%!important;
        display: block;
    }

    .ip-press-hero-content {
        padding: 50px 30px 50px;
        text-align: center;
    }

    .ip-press-hero-content .global-title {
        margin-bottom: 30px;
    }

    .ip-press-text {
        width: 100%;
    }

    .ip-press-hero-agent-holder {
        padding: 0 0 0 30px;
    }

     .ip-press-hero-agent-bg {
         width: 100%;
     }

    .ip-press-hero-agent-bg:before {
        width: 23%;
        right: auto;
    }

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


    .ip-press-hero-col:last-child {
        width: 45%;
    }

    .ip-press-text p {
        font-size: 15px;
        line-height: 1.7;
    }

    .ip-press-hero-content .global-title h2 {
        font-size: 32px;
    }

    .ip-press-hero-content .global-title span {
        font-size: 24px;
        margin-bottom: 11px;
    }

    .ip-press-hero-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .ip-press-hero-agent-holder img {
        margin: 0 auto;
        display: block;
    }

   /* As Featured In */
    .as-title h2 {
        font-size: 30px;
    }
    .as-container {
        padding: 63px 0 39px;
    }
    .as-title {
        margin-bottom: 32px;
    }
    .as-slide-holder-inner {
        margin: 0 -15px;
        display: block;
    }
    .as-item {
        padding: 15px;
    }
    .as-item img {
        max-width: 100%;
    }
    .as-slide {
        max-width:100%;
    }
    .as-img-holder {
        width: 100%;
        height: 100%;
    }
    /* End of As Featured In */

    /* Engage */
    /*.ewm-container {
        padding: 34px 0 0;
        width: 100%;
    }
    .ewm-wrapper {
        padding-left: 0;
    }
    .ewm-wrapper:before {
        top: auto;
        width: 80%;
        height: 128%;
        background-size: contain;
        bottom: 0;
    }
    .ewm-col {
        display: inline-block;
        vertical-align: bottom;
        position: relative;
        width: 50%;
    }
    .ewm-agent-bt {
        width: 54%;
        height: 83%;
    }
    .ewm-agent-inner {
        padding: 0;
    }
    .ewm-agent-bt:before {
        width: 75px;
    }
    .ewm-content-container {
        padding-bottom: 96px;
    }
    .ewm-col:first-child {
        width: 47.43%;
    }
    .ewm-col:last-child {
        width: 52.57%;
    }
    .ewm-caption {
        bottom: 13%;
        max-width: 79%;
        padding: 0 15px;
    }
    .ewm-content-container .global-title {
        margin-bottom: 60px;
        padding: 0;
    }
    .ewm-list {
        margin-bottom: 0;
    }
    .ewm-list>ul>li {
        padding: 9px 14px!important;
        border-right: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
        width: calc(100% / 3);
    }
    .ewm-main-icon span {
        font-size: 36px;
        min-height: 36px;
    }
    .ewm-main-icon span.ai-font-facebook {
        font-size: 31px;
    }
    .ewm-main-icon span.ai-font-instagram {
        font-size: 34px;
    }
    .ewm-list>ul>li span.ai-icon-podcast {
        width: 29px;
        height: 32px;
        margin: 0 auto;
    }
    .ewm-list>ul>li:before {
        width: 1px;
        display: none;
    }
    .ewm-social-links {
        margin-left: 0;
        width: 70%;
    }
    .ewm-caption span {
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 22px;
    }
    .ewm-social-icon-inner span {
        font-size: 32px;
    }
    .ewm-social-links a:not(:last-child) {
        margin-bottom: 15px;
    }
    .ewm-social-links a {
        font-size: 22px;
        letter-spacing: 1.1px;
    }
    .ewm-social-icon-inner {
        width: 139px;
        height: 160px;
    }
    .ewm-social-dropdown:before {
        width: calc(100% - 185px);
    }
    .ewm-list>ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 81%;
    }
    .ewm-list>ul>li:nth-child(5){
         border-bottom: none;
    }
    .ewm-list>ul>li:nth-child(4) {
        border-bottom: none;
        padding-left: 0!important;
    }
    .ewm-list>ul>li:nth-child(3) {
        border-right: none;
        padding-right: 0!important;
    }
    .ewm-list>ul>li:last-child {
        border-bottom: none;
        border-right: none;
    }
    .ewm-row {
        padding-left: 30px;
    }
    .ewm-content-container .global-title span {
        font-size: 26px;
        letter-spacing: 1.3px;
        margin-bottom: 10px;
        display: block;
    }
    .ewm-content-container .global-title h2 {
        font-size: 40px;
        letter-spacing: 2px;
        line-height: 1.3;
    }
    .ewm-list>ul>li:first-child {
        padding-left: 0!important;
    }
    .ewm-agent-holder {
        margin-right: -28%;
    }
    .ewm-img canvas {
        min-height: 372px;
    }
    .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links {
        padding: 52px 0;
    }

    .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links span {
        font-size: 13px;
    }

    .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links a {
        margin-left: 10px;
    }

    .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links a:first-of-type {
        margin-left: 15px;
    }*/

    /* End of Engage */
    
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .as-item {
        width: calc(100% / 3);
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

     /*As Featured In*/
    .as-item {
        width: 50%;
        padding: 8px;
    }
    .as-slide-holder-inner {
        margin: 0 -8px;
    }
    /*Engage*/
    /*.ewm-row {
        padding-left: 15px;
    }
    .ewm-list>ul>li {
        padding: 9px 7px!important;
    }
    .ewm-main-icon span {
        font-size: 25px;
        min-height: 31px;
    }
    .ewm-main-icon span.ai-font-facebook {
        font-size: 21px;
    }
    .ewm-main-icon span.ai-font-instagram {
        font-size: 24px;
    }
    .ewm-list>ul>li span.ai-icon-podcast {
        width: 19px;
        height: 31px;
        margin: 0 auto;
    }
    .ewm-content-container {
        padding-bottom: 50px;
    }
    .ewm-content-container .global-title h2 {
        font-size: 35px;
        letter-spacing: normal;
        line-height: 1;
    }
    .ewm-content-container .global-title {
        margin-bottom: 40px;
    }
    .ewm-content-container .global-title span {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .ewm-social-icon-inner {
        width: 95px;
        height: 120px;
    }
    .ewm-social-links a {
        font-size: 13px;
        letter-spacing: normal;
    }
    .ewm-social-dropdown:before {
        width: calc(100% - 125px);
    }
    .ewm-caption {
        bottom: 13%;
        max-width: 100%;
        padding: 0 15px;
    }
    .ewm-caption span {
        font-size: 14px;
    }
    .ewm-social-links a:not(:last-child) {
        margin-bottom: 10px;
    }
    .ewm-img canvas {
        min-height: 300px;
    }
    .ewm-social-dropdown[data-tabpanel="podcast"] .ewm-social-links {
        padding: 34px 0 33px;
    }*/

    /*Section 2 */

    .ip-press-post-item {
        padding: 15px;
    }

    .ip-press-post-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-press-post-content {
        padding: 35px 0 20px;
    }

    .ip-press-post-content h2 {
        margin-bottom: 20px;
    }

    .ip-press-post-content p {
        margin-bottom: 30px;
    }


}
 