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

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


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

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

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

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

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

/* Section 1 */

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

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

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

.ip-speaking-hero-content {
    display: block;
    position: relative;
    padding: 12.125vw 0 0 5.875vw;
}

.ip-speaking-hero-content .global-title {
    margin-bottom: 3.188vw;
}

.ip-speaking-text {
    display: block;
    position: relative;
    width: 91%;
}

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

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


.ip-speaking-hero-agent-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../../images/speaking/agent-accent-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


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

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

.ip-speaking-hero-col:first-child {
    width: 54.515%;
}

.ip-speaking-hero-col:last-child {
    width: 45.485%;
}

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

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

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

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

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

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

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

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

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

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

/* Section 2 */

.ip-speaking-fs-container {
    display: block;
    position: relative;
    padding: 5.813vw 0 0;
    background: #102339;
}

.ip-speaking-section.section2 {
}

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

.ip-speaking-fs-wrapper > .custom-container {
    max-width: 77.813vw;
}

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

.ip-speaking-fs-title {
    display: block;
    position: relative;
    margin-bottom: 4.375vw;
    text-align: center;
}

.ip-speaking-fs-list {
    display: block;
    position: relative;
    margin: 0 -2.188vw;
}

.ip-speaking-fs-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    position: relative;
    padding: 0 2.188vw;
    margin-bottom: 2.125vw;
}

.ip-speaking-fs-img-holder {
    display: block;
    position: relative;
}

.ip-speaking-fs-content {
    display: block;
    position: relative;
    padding: 2.125vw 0;
}

.ip-speaking-fs-img-holder a {
    display: block;
    position: relative;
}

.ip-speaking-fs-img-holder a img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    z-index: 2;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-speaking-fs-img-holder a:hover img {
    opacity: .75;
}

.ip-speaking-fs-img-holder a canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ip-speaking-fs-content h2 {
    font-size: 1.25vw;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    display: block;
    margin-bottom: 1.563vw;
}


.ip-speaking-fs-content h2 a {
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-speaking-fs-content h2 a:hover,
.ip-speaking-fs-content h2 a:focus {
    color: #adadad;
}

.ip-speaking-fs-btn {
    font-size: 0.875vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-speaking-fs-btn:hover, 
.ip-speaking-fs-btn:focus{
    color: #adadad;
}

.ip-speaking-fs-btn em {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.188vw;
    margin-left: 0.938vw;
    font-style: normal;
    font-weight: 300;
}

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

/*Form*/

.ip-speaking-cf-container {
    display: block;
    position: relative;
    padding: 6vw 0 6.25vw;
    background: #073161;
}

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

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

.ip-speaking-cf-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 3.75vw;
}

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

.ip-speaking-cf-widget {
    display: block;
    position: relative;
    width: 100%;
    max-width: 42.75vw;
    margin: 0 auto;
}

.ip-speaking-cf-widget form {
    display: block;
    position: relative;
}

.ip-speaking-form-row .ip-speaking-form-field {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: calc(50% - 0.75vw);
}

.ip-speaking-form-field input:not([type=submit]), 
.ip-speaking-form-field textarea {
    width: 100%;
    height: 3.188vw;
    background: transparent;
    font-size: 0.75vw;
    font-weight: 300;
    line-height: normal;
    padding: 0 1.563vw;
    color: #fff;
    letter-spacing: 0.050em;
    border: 1px solid rgba(255,255,255,0.30);
}


.ip-speaking-cf-widget div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -1.125vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1vw;
    height: 1vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ip-speaking-cf-widget div.wpcf7-response-output {
    font-size: 0.75vw;
    color: #fff!important;
    position: absolute;
    bottom: -2.5vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.ip-speaking-cf-widget .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 0.75vw;
}

.ip-speaking-form-field textarea {
    resize: none;
    padding: 1.25vw 1.563vw;
    height: 6.938vw;
}

.ip-speaking-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5vw;
    position: relative;
}

.ip-speaking-form-row.full {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.ip-speaking-form-row.full .ip-speaking-form-field {
    display: block;
    width: 100%;
    position: relative;
}

.ip-speaking-form-submit input[type=submit] {
    background: #fff;
    color: #073161;
    display: block;
    height: 3.625vw;
    width: 100%;
    font-size: 0.875vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.050em;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-align: center;
    border: none;
    padding: 0;
    text-indent: -0.875vw;
}

.ip-speaking-form-row.full .ip-speaking-form-field:not(:last-child) {
    margin-bottom: 1.5vw;
}

.ip-speaking-form-submit {
    width: 100%;
    max-width: 9.563vw;
    position: relative;
    margin: 0 auto;
}


.ip-speaking-form-submit:before {
    position: absolute;
    content: '+';
    top: 50%;
    right: 2.188vw;
    font-size: 1.313vw;
    line-height: 1;
    color: #073161;
    font-weight: 300;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-speaking-form-submit:hover input[type=submit] {
    background: #d8d8d8;
}

/* Engage */

.ewm-container {
    display: block;
    position: relative;
    padding: 3.688vw 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: flex;
    justify-content: 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-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-speaking {
        margin-top: 80px;
    }


    /* Section 1 */

    .ip-speaking-hero-row {
        display: flex;
        flex-direction: column-reverse;
    }


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

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

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

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

    .ip-speaking-hero-agent-holder {
        padding-left: 15px;
    }

     .ip-speaking-hero-agent-bg {
         width: 92%;
     }

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


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

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

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

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

    /* Section 2 */


    .ip-speaking-fs-container {
        padding: 50px 0 30px;
    }

    .ip-speaking-fs-wrapper > .custom-container {
        max-width: 100%;
    }


    .ip-speaking-fs-title {
        margin-bottom: 50px;
    }

    .ip-speaking-fs-list {
        margin: 0 -15px;
    }

    .ip-speaking-fs-item {
        width: calc(100% / 2);
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .ip-speaking-fs-content {
        padding: 34px 0;
    }

    .ip-speaking-fs-content h2 {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .ip-speaking-fs-content h2 br {
        display: none;
    }


    .ip-speaking-fs-btn {
        font-size: 12px;
    }

    .ip-speaking-fs-btn em {
        font-size: 19px;
        margin-left: 15px;
    }

    .ip-speaking-fs-title h2 {
        font-size: 30px;
    }

    /* Section 3 */

    .ip-speaking-cf-container {
        padding: 50px 0 70px;
    }


    .ip-speaking-cf-title {
        margin-bottom: 60px;
    }

    .ip-speaking-cf-title h2 {
        font-size: 30px;
    }

    .ip-speaking-cf-widget {
        max-width: 684px;
    }


    .ip-speaking-form-row .ip-speaking-form-field {
        width: calc(50% - 12px);
    }

    .ip-speaking-form-field input:not([type=submit]), 
    .ip-speaking-form-field textarea {
        height: 51px;
        font-size: 12px;
        padding: 0 15px;
    }


    .ip-speaking-cf-widget div.wpcf7 .ajax-loader {
        bottom: -18px;
    }

    .ip-speaking-cf-widget div.wpcf7-response-output {
        font-size: 12px;
        bottom: -40px;
    }

    .ip-speaking-cf-widget .use-floating-validation-tip span.wpcf7-not-valid-tip {
        font-size: 12px;
    }

    .ip-speaking-form-field textarea {
        padding: 20px 15px;
        height: 111px;
    }

    .ip-speaking-form-row {
        margin-bottom: 24px;
    }



    .ip-speaking-form-submit input[type=submit] {
        height: 58px;
        font-size: 14px;
        text-indent: -14px;
    }

    .ip-speaking-form-row.full .ip-speaking-form-field:not(:last-child) {
        margin-bottom: 24px;
    }

    .ip-speaking-form-submit {
        max-width: 153px;
    }


    .ip-speaking-form-submit:before {
        top: 50%;
        right: 35px;
        font-size: 18px;
    }


    .ip-speaking-cf-wrapper {
        padding: 0 15px;
    }

    .ip-speaking-cf-widget div.wpcf7 .ajax-loader{
        width: 16px;
        height: 16px;
        
    }

    /* 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-speaking-fs-item {
        width: 100%;
        padding: 0;
        display: block;
    }

    .ip-speaking-fs-list {
        margin: 0;
    }

    .ip-speaking-form-row {
        margin-bottom: 10px;
    }

    .ip-speaking-form-row .ip-speaking-form-field {
        width: calc(50% - 5px);
    }

    .ip-speaking-form-row.full .ip-speaking-form-field:not(:last-child) {
        margin-bottom: 10px;
    }

    .ip-speaking-cf-title {
        margin-bottom: 50px;
    }


    .ip-speaking-cf-title h2 br {
        display: none;
    }
}

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

    .ip-speaking-fs-content {
        padding: 20px 0;
    }
    
    .ip-speaking-form-field input:not([type=submit]), .ip-speaking-form-field textarea {
        padding: 0 10px;
    }

    .ip-speaking-form-field textarea {
        padding: 20px 10px;
    }

    .ip-speaking-cf-widget div.wpcf7-response-output {
        bottom: -45px;
    }

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