/*******************************************************
 *
 * Research and Analysis
 *
 *******************************************************/
#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}


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

.ip-banner-logo {
    display: none;
}

#ip-research-and-analysis {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-ra-container {
    display: block;
    position: relative;
    padding: 109px 0 137px;
}

.ip-ra-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 1.875vw 1.875vw;
    pointer-events: none;
    background-color: #fff;
}

.ip-ra-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .10;
}

.ip-ra-container .custom-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.ip-ra-main {
    display: block;
    position: relative;
    z-index: 8;
}

.ip-ra-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

.ip-ra-title img {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0 auto 25px;
}

.ip-ra-title h2 {
    display: block;
    position: relative;
    font-size: 60px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.ip-ra-content p {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.030em;
    color: #000;
}

.ip-ra-content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 643px;
    margin: 0 auto 50px;
}

.ip-ra-content-list ul {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.ip-ra-content-list ul li {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.030em;
    color: #000;
}

.ip-ra-content-list ul li:not(:last-child) {
    margin-bottom: 20px;
}

.ip-ra-content-list ul li em.ai-circle-icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    border: 1px solid #a81a20;
    position: relative;
    border-radius: 50%;
}

.ip-ra-content-list ul li em.ai-circle-icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}

.ip-cta-holder {
    display: block;
    position: relative;
}

.ip-cta-list {
    display: block;
    position: relative;
    margin: 0 -5px;
    overflow: hidden;
}

.ip-cta-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 4);
    position: relative;
    padding: 0 5px;
}

.ip-cta-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.ip-cta-img {
    display: block;
    position: relative;
    background-color: #a81a20;
}

.ip-cta-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0,0,0,.25);
    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-cta-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.ip-cta-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 450px;
}

.ip-cta-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    z-index: 5;
    display: block;
    text-align: center;
}

.ip-cta-title:before, .ip-cta-title:after {
    position: absolute;
    content: '';
    top: calc(100% + 30px);
    left: 0;
    right: 0;
    width: 1px;
    height: 100vh;
    background-color: rgba(255,255,255,.50);
    pointer-events: none;
    margin: 0 auto;
    opacity: 0;
}

.ip-cta-title h2 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.500em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.ip-cta-title h2 span {
    display: block;
    padding: 8px 0;
    line-height: 1;
    font-size: 25px;
}

.ip-ra-content {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 955px;
    margin: 0 auto 55px;
}

.ip-cta-section-name.section-name {
    top: 356px;
    left: -60px;
    color: #000;
}

.ip-cta-section-name.section-name:before {
    width: 65px;
    background-color: #000;
    right: calc(100% + 30px);
}

.ip-cta-title:after {
    top: auto;
    bottom: calc(100% + 30px);
}

.ip-cta-item a:hover .ip-cta-img img {
    opacity: .15;
}

.ip-cta-item a:hover .ip-cta-img:before {
    opacity: 0;
    visibility: hidden;
}

.ip-cta-item:nth-child(odd) .ip-cta-title:before {
    opacity: 1;
}

.ip-cta-item:nth-child(even) .ip-cta-title:after {
    opacity: 1;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .ip-ra-container .custom-container {
        max-width: 1170px;
    }

    .ip-cta-title h2 {
        letter-spacing: 0.400em;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-ra-container .custom-container {
        max-width: 1100px;
    }

    .ip-cta-section-name.section-name {
        left: -50px;
        font-size: 14px;
        top: 310px;
    }

    .ip-cta-section-name.section-name:before {
        width: 55px;
    }

    .ip-cta-img canvas {
        min-height: 396px;
    }

    .ip-cta-title h2 {
        font-size: 15px;
    }

    .ip-ra-content-list {
    }
}

@media only screen and (max-width: 1366px) {
    .ip-ra-content p {
        font-size: 18px;
    }

    .ip-ra-content {
        max-width: 867px;
    }

    .ip-ra-title h2 {
        font-size: 55px;
    }

    .ip-ra-content-list ul li {
        font-size: 18px;
    }

    .ip-ra-content-list {
        max-width: 555px;
    }

    .ip-ra-content-list ul li em.ai-circle-icon {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }

    .ip-cta-img canvas {
        min-height: 380px;
    }

    .ip-cta-section-name.section-name {
        top: 288px;
        left: -35px;
        font-size: 13px;
    }

    .ip-cta-section-name.section-name:before {
        width: 60px;
    }

    .ip-ra-container .custom-container {
        max-width: 1060px;
    }

    .ip-ra-container .custom-container {
        max-width: 1040px;
    }
}

@media only screen and (max-width: 1280px) {
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-ra-container .custom-container {
        max-width: 830px;
    }

    .ip-ra-content-list {
        max-width: 480px;
        margin: 0 auto 40px;
    }

    .ip-ra-content-list ul li {
        font-size: 15px;
    }

    .ip-ra-content-list ul li:not(:last-child) {
        margin-bottom: 14px;
    }

    .ip-ra-content p {
        font-size: 16px;
    }

    .ip-ra-content {
        max-width: 768px;
        margin: 0 auto 35px;
    }

    .ip-cta-title h2 {
        font-size: 14px;
        letter-spacing: 0.200em;
    }

    .ip-cta-img canvas {
        min-height: 285px;
    }

    .ip-cta-section-name.section-name {
        font-size: 11px;
        top: 245px;
    }

    .ip-ra-title h2 {
        font-size: 45px;
    }

    .ip-ra-container {
        padding: 90px 0 100px;
    }

    .ip-cta-title h2 span {
        font-size: 20px;
    }

    .ip-cta-section-name.section-name:before {
        width: 27px;
        right: calc(100% + 15px);
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-ra-title img {
        max-width: 250px;
        width: 100%;
    }

    .ip-ra-title h2 {
        font-size: 40px;
    }

    .ip-ra-main {
        padding: 0 40px;
    }

    .ip-ra-content-list ul {
        display: block;
    }

    .ip-ra-content-list {
        display: block;
        max-width: 245px;
    }

    .ip-ra-content-list ul:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-cta-item {
        width: 100%;
        padding: 0;
        display: block;
    }

    .ip-cta-list {
        margin: 0 auto;
        padding: 0 30px;
    }

    .ip-cta-img canvas {
        min-height: 250px;
    }

    .ip-cta-item:not(:last-child) {
        margin-bottom: 18px;
    }

    .ip-cta-holder {
        max-width: 300px;
        margin: 0 auto;
    }

    .ip-cta-section-name.section-name {
        left: -10px;
        top: 268px;
        font-size: 12px;
    }

    .ip-cta-section-name.section-name:before {
        width: 53px;
        right: calc(100% + 20px);
    }

    .ip-ra-container {
        padding: 70px 0 70px;
    }

    .ip-ra-bg {
        margin: 0 20px 20px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-ra-title h2 {
        font-size: 35px;
    }

    .ip-ra-main {
        padding: 0 20px;
    }

    .ip-ra-content p {
        font-size: 15px;
    }

    .ip-cta-list {
        padding: 0 20px;
    }

    .ip-ra-bg {
        margin: 0;
    }

    .ip-cta-section-name.section-name:before {
        width: 80px;
    }
}