/*******************************************************
 *
 * About Club Members
 *
 *******************************************************/
#inner-page-wrapper {
    margin-bottom: 0;
}

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

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

/*Section 1*/
.ip-about-container, .ip-about-main, .ip-about-logo, .ip-about-content, .ip-about-content-list, .ip-about-content-item {
    display: block;
    position: relative;
    z-index: 5;
}

.ip-about-logo {
    text-align: center;
    margin-bottom: 75px;
}

.ip-about-container {
    padding: 74px 0 24px;
}

.ip-about-logo img {
    max-width: 100%;
    height: auto;
}

.ip-about-content h2 {
    font-size: 60px;
    line-height: 1;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 35px;
}

.ip-about-content p {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.007em;
    color: #153e35;
    margin: 20px -3px 0;
}

.ip-about-content {
    text-align: center;
}

.ip-about-container .custom-container {
    max-width: 1313px;
}

.ip-about-container .global-accent-bg.top-right {
    width: 449px;
    height: 959px;
    top: -21%;
}

.ip-about-container .global-accent-bg.top-right canvas {
    background-size: contain;
}

.ip-about-content-item {
    text-align: left;
}

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

.ip-about-content-list {
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ip-about-content-col {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(50% - 45px);
}

.ip-about-content .ip-about-content-item p {
    margin: 0;
}

.ip-about-content h3 {
    font-size: 35px;
    line-height: 1;
    color: var(--secondary-color);
    font-family: var(--title-font);
    display: block;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.ip-about-content-col:first-child {
    width: calc(47% - 45px);
}

.ip-about-content-col:last-child {
    width: calc(53% - 45px);
}

.ip-about-content-col:last-child .ip-about-content-item p {
    width: 90%;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
    .ip-about-logo {
        margin-bottom: 4.688vw;
    }

    .ip-about-container {
        padding: 4.625vw 0 1.500vw;
    }

    .ip-about-logo img {
        width: 50.250vw;
        height: 18.125vw;
    }

    .ip-about-content h2 {
        font-size: 3.750vw;
        margin-bottom: 2.188vw;
    }

    .ip-about-content p {
        font-size: 1vw;
        margin: 1.250vw -0.188vw 0;
    }

    .ip-about-container .custom-container {
        max-width: 82.063vw;
    }

    .ip-about-container .global-accent-bg.top-right {
        width: 28.063vw;
        height: 59.938vw;
    }

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

    .ip-about-content-list {
        margin: 3.125vw auto 0;
    }

    .ip-about-content-col {
        width: calc(50% - 2.813vw);
    }

    .ip-about-content h3 {
        font-size: 2.188vw;
        margin-bottom: 0.813vw;
    }

    .ip-about-content-col:first-child {
        width: calc(47% - 2.813vw);
    }

    .ip-about-content-col:last-child {
        width: calc(53% - 2.813vw);
    }
}

/* 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-about-logo img {
        max-width: 350px;
        width: 100%;
    }

    .ip-about-content h2 {
        font-size: 50px;
        margin-bottom: 25px;
    }

    .ip-about-content p, .ip-about-cta-content p {
        font-size: 15px;
    }

    .ip-about-logo {
        margin-bottom: 50px;
    }

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

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

    .ip-about-content-list {
        margin: 30px auto 0;
        display: block;
        text-align: center;
    }

    .ip-about-content-col:not(:last-child) {
        margin-bottom: 20px;
    }

    .ip-about-content-item {
        text-align: center;
    }

    .ip-about-content .ip-about-content-item p {
        width: 100%!important;
    }

    .ip-about-content h3 {
        font-size: 30px;
    }

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

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-about-content h2 {
        font-size: 40px;
    }
}

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