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

 .ip-container .header-inner {
    width: 53%;
}

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


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

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

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

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

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

/* Section 1 */

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

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

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

.ip-about-hero-content {
    display: block;
    position: relative;
    padding: 12.313vw 0 0 5.813vw;
}

.ip-about-hero-content .global-title {
    margin-bottom: 50px;
}

.ip-about-text {
    display: block;
    position: relative;
    width: 98%;
}

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

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

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

.ip-about-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-about-hero-agent-holder img {
    max-width: 100%;
    width: 100%;
    position: relative;
}

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

.ip-about-hero-col:first-child {
    width: 53.712%;
}

.ip-about-hero-col:last-child {
    width: 46.288%;
}

.ip-about-text p {
    font-size: 1.063vw;
    line-height: 2.16;
    letter-spacing: 0.025em;
    color: #555555;
    display: block;
    position: relative;
    margin-bottom: 2.188vw;
}

.ip-about-text h2 {
    font-size: 1.250vw;
    line-height: 1;
    letter-spacing: 0.010em;
    color: #102339;
    font-weight: 600;
}


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

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

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

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

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

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

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

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

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


/* Section 2 */

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

.ip-about-main-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../../images/about/award-bg.jpg);
    background-position: center;
    background-size: cover;
    opacity: .10;
}


.ip-about-awards-main .global-title {
    text-align: center;
    margin-bottom: 3.125vw;
}

.ip-about-awards-list {
    display: block;
    position: relative;
    width: 100%;
    max-width: 71.25vw;
    margin: 0 auto;
}

.ip-about-awards-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 4);
    position: relative;
    padding: 0 0.938vw;
    text-align: center;
}

.ip-about-award-img {
    display: block;
    position: relative;
    margin-bottom: 1.375vw;
}

.ip-about-award-label {
    display: block;
    position: relative;
}

.ip-about-award-label span {
    font-size: 1.063vw;
    line-height: 1.53;
    letter-spacing: 0.020em;
    color: #555555;
    text-transform: uppercase;
}

.ip-about-award-img  span.ai-icon-award {
    background-image: url(../../images/about/ai-award-icon.png);
    width: 4.875vw;
    height: 2.75vw;
}

.ip-about-awards-item:not(:last-child) {
    margin-bottom: 3.438vw;
}

/*Section 3*/

.ip-about-section.section3 {
    margin-bottom: 8.5vw;
}


.ip-about-re-agent-holder {
    display: block;
    position: relative;
    padding-left: 2.875vw;
    padding-top: 1.563vw;
}

 .ip-about-re-agent-bg {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 59%;
     height: 82.5%;
     background-color: #073161;
 }

.ip-about-re-agent-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    background: #0a2c53;
    width: 8vw;
    height: 100%;
}

.ip-about-re-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;
    opacity: .20;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.ip-about-re-agent-holder img {
    max-width: 100%;
    width: 100%;
    position: relative;
    height: 100%;
}

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

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

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

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

.ip-about-re-content-container {
    display: block;
    position: relative;
    padding: 6.25vw 0 0 5.625vw;
}

ul.ip-about-re-smi-list li.ip-about-re-smi-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: calc(100% / 2);
    text-align: center;
    margin-bottom: 2.5vw;
    padding: 0 1.563vw;
}

ul.ip-about-re-smi-list {
    display: block;
    position: relative;
    max-width: 30.75vw;
    width: 100%;
}

.ip-about-re-smi {
    display: block;
    position: relative;
    margin-bottom: 1.5vw;
}

.ip-about-re-smi span {
    font-size: 3.25vw;
    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: 11.25vw;
    background-color: #898989;
    color: #fff;
    margin: 0 auto;
}

.ip-about-re-content-container .global-title {
    margin-bottom: 3.875vw;
    margin-left: -28%;
}

.ip-about-re-col:first-child {
    width: 51.927%;
}

.ip-about-re-col:last-child {
    width: 48.073%;
}

ul.ip-about-re-smi-list li.ip-about-re-smi-item > span {
    font-size: 2.5vw;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #555555;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin-bottom: 0.813vw;
    font-weight: 700;
}

ul.ip-about-re-smi-list li.ip-about-re-smi-item > em {
    font-size: 1.375vw;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #555555;
    font-style: normal;
}

ul.ip-about-re-smi-list li.ip-about-re-smi-item > span i {
    font-style: normal;
}

ul.ip-about-re-smi-list li.ip-about-re-smi-item:nth-child(2) .ip-about-re-smi span, 
ul.ip-about-re-smi-list li.ip-about-re-smi-item:nth-child(3) .ip-about-re-smi span {
    background-color: #073161;
}
.ip-about-re-smi-wrap {
    display: block;
    position: relative;
    margin: 0 -1.563vw;
}

.ip-about-re-smi span.ai-font-youtube {
    font-size: 3.625vw;
}

.ip-about-re-smi span.ai-font-facebook {
    font-size: 3.25vw;
}

 /*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;
}

/*  Section 5 */
.ip-about-ivan-container {
    display: block;
    position: relative;
    padding: 7.313vw 0 9.313vw;
}

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

.ip-about-ivan-main {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
}


.ip-about-ivan-btn a {
    margin: 0 auto;
    max-width: 19.563vw;
}

.ip-about-ivan-main .global-title {
    text-align: center;
    margin-bottom: 3.125vw;
}

.ip-about-ivan-text {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 4.063vw;
}

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

.ip-about-ivan-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 22.489%;
    height: 100%;
    background: url(../../images/about/agent-accent-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    pointer-events: none;
    display: none;
}

.ip-about-ivan-container:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 24.7%;
    height: 75%;
    background: url(../../images/about/about-accent-logo.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    opacity: .03;
    pointer-events: none;
}


/* Engage */

.ewm-container {
    padding: 67px 0 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-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 1 */

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

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

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

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

    .ip-about-hero-agent-holder {
        padding:  0 0 0 20px;
    }

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

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


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

    .ip-about-hero-col:first-child {
        /* width: 55%; */
    }

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

    .ip-about-text p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 20px;
    }


.ip-about-text h2 {
    font-size: 18px;
}

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

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


    .ip-about-awards-main {
        padding: 80px 0;
    }


    .ip-about-bg:before, .ip-about-bg:after {
        /* width: 5.5vw; */
    }


    /* Section 2 */


    .ip-about-awards-main .global-title {
        margin-bottom: 50px;
    }

    .ip-about-awards-list {
        max-width: 767px;
    }

    .ip-about-awards-item {
        width: calc(100% / 2);
        padding: 0;
    }

    .ip-about-award-img {
        margin-bottom: 22px;
    }

    .ip-about-award-label span {
        font-size: 16px;
    }

    .ip-about-award-img  span.ai-icon-award {
        width: 78px;
        height: 44px;
    }

    .ip-about-awards-item:not(:last-child) {
        margin-bottom: 55px;
    }

    /*Section 3*/

    .ip-about-section.section3 {
        margin-bottom: 0;
    }


    .ip-about-re-agent-holder {padding: 30px 30px 0;}

     .ip-about-re-agent-bg {
         width: 59%;
         height: 82.5%;
     }

    .ip-about-re-agent-bg:before {
        width: 50px;
        height: 100%;
    }


    .ip-about-re-content-container {
        padding: 50px 30px;
    }

    ul.ip-about-re-smi-list li.ip-about-re-smi-item {
        width: calc(100% / 2);
        margin-bottom: 40px;
        padding: 0 25px;
    }

    ul.ip-about-re-smi-list {
        max-width: 492px;
        width: 100%;
        margin: 0 auto;
    }

    .ip-about-re-smi {
        margin-bottom: 24px;
    }

    .ip-about-re-smi span {
        font-size: 45px;
        height: 180px;
    }

    .ip-about-re-content-container .global-title {
        margin-bottom: 62px;
        margin-left: 0;
        text-align: center;
    }



    ul.ip-about-re-smi-list li.ip-about-re-smi-item > span {
        font-size: 40px;
        margin-bottom: 13px;
    }

    ul.ip-about-re-smi-list li.ip-about-re-smi-item > em {
        font-size: 22px;
    }

    .ip-about-re-smi-wrap {
        margin: 0 -25px;
    }

    .ip-about-re-smi span.ai-font-youtube {
        font-size: 45px;
    }

    .ip-about-re-smi span.ai-font-facebook {
        font-size: 45px;
    }

    /*  Section 5 */
    .ip-about-ivan-container {
        padding: 80px 0 90px;
    }


    .ip-about-ivan-main {
        width: 80%;
    }

    .ip-about-ivan-main .global-title {
        margin-bottom: 35px;
    }


    .ip-about-ivan-text p {
        font-size: 15px;
    }

    .ip-about-ivan-btn a {
        max-width: 313px;
    }

    .ip-about-ivan-text {
        margin-bottom: 35px;
    }


    .ip-about-ivan-container:before {
        width: 275px;
        height: 100%;
    }

    .ip-about-ivan-container:after {
        width: 100%;
    }

    .ip-about-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-about-hero-agent-holder img {
        margin: 0 auto;
        display: block;
    }

    .ip-about-re-col {
        width: 100%!important;
        display: block;
    }



    .ip-about-awards-wrapper {
       padding: 0 30px;
    }

    .ip-about-bg:before, .ip-about-bg:after {
         width: 30px;
     }

    /* 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) {
     .ip-about-awards-item {
/*
        width: 100%;
        display: block;
*/
    }

    .ip-about-award-label span {
        font-size: 15px;
    }

    .as-item {
        width: calc(100% / 3);
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
     .ip-about-re-content-container {
        padding: 50px 15px;
    }

    ul.ip-about-re-smi-list li.ip-about-re-smi-item {
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .ip-about-re-smi-wrap {
        margin: 0 -10px;
    }

    ul.ip-about-re-smi-list li.ip-about-re-smi-item > span {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .ip-about-re-smi span {
        height: 160px;
    }

    .ip-about-ivan-container:before {
        width: 80%;
    }

    .ip-about-ivan-main {
        width: 100%;
    }

    .ip-about-ivan-container {
        padding: 70px 0 50px;
    }

   

    .ip-about-awards-wrapper {
       padding: 0 15px;
    }

    .ip-about-bg:before, .ip-about-bg:after {
       width: 15px;
    }

     /*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;
    }*/
}
 