/*******************************************************
 *
 * About
 *
 *******************************************************/

[class*="ai-icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}


.ip-btn {
    width: 100%;
    height: 66px;
    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;
    text-align: center;
    border: 1px solid #9b9b9b;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000;
    position: relative;
    font-family: var(--proxima-nova);
}

.ip-btn:before {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 3px;
    height: 100%;
    background: #0569b2;
    content: '';
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ip-btn:hover:before {
    width: calc(100% + 8px);
}

.ip-btn span {
    position: relative;
    z-index: 10;
    color: var(--font-color-default);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ip-btn:hover span {
    margin-top: 9px;
    margin-left: 16px;
    color: var(--light);
    font-weight: 600;
}

.ip-container .slideshow-smi {
    display: block;
    top: 155px;
}

.ip-banner canvas {
    background-image: url(../../images/about/about-banner.jpg) !important;
    height: 600px;
}

.ip-banner::before {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+40,0+60,0.6+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0.2+40,0.2+60,0.6+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.6) 100%);
background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0.6)),color-stop(40%, rgba(0,0,0,0.2)),color-stop(60%, rgba(0,0,0,0.2)),to(rgba(0,0,0,0.6)));
background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */

}

p#breadcrumbs {
    display: none;
}

.custom-breadcrumbs p#breadcrumbs {
    display: block;
}

.custom-breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(26,46,78,0.50);
    font-size: 14px;
    color: #b2b2b2;
    padding: 13px 0;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: var(--proxima-nova);
    display: none;
}


.custom-breadcrumbs > .container {
    -webkit-transform: none!important;
        -ms-transform: none!important;
            transform: none!important;
    position: relative;
    left: 0;
}

.custom-breadcrumbs span.breadcrumb_last {
    color: #fff;
}

.custom-container {
    display: block;
    position: relative;
    padding: 0 150px;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}


#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;
}

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

.ip-ab-wrapper {
    display: block;
    position: relative;
    z-index: 2;
}


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

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

/* Section 1 */

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

.ip-ab-team-left{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    pointer-events: none;
}

.ip-ab-team-left canvas{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .38;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}


.ip-ab-team-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    pointer-events: none;
}

.ip-ab-team-right canvas{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ip-ab-team-wrapper {
    display: block;
    position: relative;
    z-index: 2;
}

.ip-ab-team-main {
    display: block;
    position: relative;
    padding-right: 150px;
}

.ip-ab-team-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

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

.ip-ab-team-img-holder {
    display: block;
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
}

.ip-ab-team-img-holder img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.ip-ab-team-content-container {
    display: block;
    position: relative;
    background: #fff;
    padding: 111px 50px 100px 40px;
    height: 100%;
}

.ip-ab-team-content {
    display: block;
    position: relative;
}

.ip-ab-team-content p {
    font-size: 14px;
    line-height: 28px;
    color: #3f3f3f;
    font-family: var(--proxima-nova);
}

.ip-ab-team-content p:first-child {
    font-size: 24px;
    line-height: 36px;
    font-family: 'Playfair Display', sans-serif;
    color: #000;
}

.ip-ab-team-content p:not(:last-child) {
    margin-bottom: 26px;
}

.ip-ab-team-content-container .section-title {
    margin-bottom: 50px;
}

.ip-ab-team-col:first-child {
    width: 48.989%;
}

.ip-ab-team-col:last-child {
    width: 51.011%;
}

.ip-ab-team-content-container:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: calc(100% + 140px);
    height: 100%;
    background: #fff;
    pointer-events: none;
}

.ip-ab-team-left:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 35%;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 2;
}


.ip-ab-team-content-title {
    display: inline-block;
    position: relative;
}


.ip-ab-team-content-title:before {
    position: absolute;
    content: '';
    top: -30px;
    right: -25px;
    width: 263px;
    height: 295px;
    /*background-image: url(../../images/about/monogram-logo.png);*/
    background-image: url(../../images/house.png);
    background-position: center;
    background-repeat: no-repeat;
    /*opacity: .05;*/
    pointer-events: none;
    background-size: contain;
}

/*Section 2*/

.ip-ab-ch-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.ip-ab-ch-left {
    width: 43.102%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 5;
}

.ip-ab-ch-right {
    width: 56.898%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 95px;
    padding-top: 20px;
}

.ip-ab-ch-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px;
}

.ip-ab-ch-item-wrap a {
    max-width: 100%;
}

.ip-ab-ch-item-wrap {
    width: 50%;
    padding: 10px;
    position: relative;
}

.ip-ab-ch-item {
    display: block;
    width: 100%;
    max-width: 272px;
    position: relative;
    z-index: 5;
}

.ip-ab-ch-img {
    position: relative;
    font-size: 0;
    width: 100%;
    z-index: 5;
}

.ip-ab-ch-img canvas {
    width: 100%;
    display: block;
    background: rgb(0,0,0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), color-stop(50%, rgba(23,23,23,1)), to(rgba(0,0,0,1)));
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(23,23,23,1) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(23,23,23,1) 50%, rgba(0,0,0,1) 100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ip-ab-ch-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 165px;
    width: 61%;
    height: auto;
    z-index: 5;
}

.ip-ab-ch-img:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #e7a745;
    content: '';
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.cs-item .ip-ab-ch-img img {
    max-width: 159px;
    width: 59%;
}

.yoe-item .ip-ab-ch-img img {
    max-width: 149px;
    width: 55%;
}

.adotm-item .ip-ab-ch-img img {
    max-width: 127px;
    width: 47%;
}

.ip-ab-ch-desc {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: var(--light);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.ip-ab-ch-desc h3 {
    font-size: 60px;
    font-family: var(--font-family-title);
    margin-bottom: 15px;
}

.ip-ab-ch-desc span {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--proxima-nova);
}

.ip-ab-ch-item-wrap .ch-item .ip-ab-ch-img:before {
    background: rgba(231,167,69,0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ip-ab-ch-item-wrap .ch-item:hover .ip-ab-ch-img:before {
    opacity: 1;
}

.ip-ab-ch-item-wrap .ch-item:hover .ip-ab-ch-img:after {
    opacity: 0;
}
.ip-ab-ch-title.section-title {
    margin-bottom: 40px;
}

.ip-ab-ch-content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 26px;
    font-family: var(--proxima-nova);
}

.ip-ab-ch-title.section-title h2 {
    color: var(--light);
}

.ip-ab-ch-content .highlight {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--font-family-title);
}

.ip-ab-ch-content {
    color: var(--light);
}

.ip-ab-ch-item-wrap a:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 23px;
    background: url(../../images/ch-shadow.png) no-repeat top center/ contain;
    content: '';
    z-index: 0;
}

.ip-ab-ch-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 515px;
    background: #000;
    pointer-events: none;
}

.ip-ab-ch-container {
    display: block;
    position: relative;
    padding: 60px 0 0;
    z-index: 5;
}

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

/*Section 3*/


.ip-ab-testi-flex {
    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;
}

.ip-ab-testi-left {
    max-width: 470px;
    width: 34%;
}

.ip-ab-testi-right {
    max-width: 415px;
    width: 30%;
    margin-left: 30px;
}

.ip-ab-testi-title.section-title {
    margin-bottom: 55px;
    padding-left: 25px;
    white-space: nowrap;
}

.ip-ab-testi-title.section-title:after {
    max-height: 130px;
    top: 40px;
    bottom: unset;
}

.ip-ab-testi-btn {
    max-width: 260px;
}

.ip-ab-testi-btn .hp-btn:hover span {
    margin-left: 23px;
    margin-top: 13px;
}

.ip-ab-testi-middle {
    position: relative;
    max-width: 382px;
    width: 28%;
    margin-left: 55px;
}

.ip-ab-testi-photo {
    font-size: 0;
    position: relative;
    z-index: 10;
}

.ip-ab-testi-photo img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
}

.ip-ab-testi-accent {
    width: 91.88%;
    height: 100%;
    top: -8.375%;
    left: -13.87%;
    background: url(../../images/testi-accent.jpg) no-repeat center center/ cover;
    position: absolute;
}

.ip-ab-testi-house {
    font-size: 0;
    position: absolute;
    top: -19.26%;
    right: -27.48%;
    max-width: 227px;
    width: 60%;
}

.ip-ab-testi-house img {
    width: 100%;
    height: auto;
}

.ip-ab-testi-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.ip-ab-testi-item p {
    font-size: 14px;
    line-height: 22px;
    color: #3f3f3f;
    margin-bottom: 20px;
    font-family: var(--proxima-nova);
}

.ip-ab-testi-item .highlight {
    font-size: 24px;
    color: #000000;
    font-family: var(--font-family-title);
    line-height: 33px;
    max-width: 370px;
}

.ip-ab-testi-item .author {
    font-size: 16px;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
}

.ip-ab-testi-buttons {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
    position: relative;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.ip-ab-testi-buttons button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.6em;
    padding: 0;
    background: transparent;
    border: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ip-ab-testi-buttons button i {
    font-style: normal;
    top: -1px;
    position: relative;
}

.ip-ab-testi-buttons:before {
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--secondary);
    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.ip-ab-testi-buttons .prev-slick {
    margin-right: 30px;
}

.ip-ab-testi-buttons .next-slick {
    margin-left: 35px;
}

.ip-ab-testi-buttons button:hover {
    color: var(--primary);
}

.ip-ab-testi-slider {
    display: block;
    position: relative;
}

.ip-ab-testi-slider:not(.slick-initialized) .ip-ab-testi-item:nth-child(n+2) {
    display: none;
}

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

.ip-ab-testi-wrapper .custom-container {
    padding: 0 95px;
}

.ip-ab-testi-container {
    display: block;
    position: relative;
    padding: 206px 0 94px;
    margin-top: -114px;
}

.ip-ab-testi-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #fff;
}

.ip-ab-testi-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .50;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}


.ip-ab-testi-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 31%;
    pointer-events: none;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.ip-ab-testi-main-title {
    display: block;
    position: relative;
}

.ip-ab-testi-main-title:before {
    position: absolute;
    content: '';
    bottom: calc(100% - 39px);
    right: 25px;
    width: 227px;
    height: 254px;
    /*background-image: url(../../images/about/monogram-logo.png);*/
    background-image: url(../../images/house.png);
    background-position: center;
    background-repeat: no-repeat;
    /*opacity: .05;*/
    pointer-events: none;
    background-size: contain;
    z-index: 7;
}

/* Section 4 */

.ip-ab-org-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.ip-ab-org-left canvas{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.ip-ab-org-right{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

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

.ip-ab-org-container {
    display: block;
    position: relative;
    padding: 105px 0 123px;
}

.ip-ab-org-main .section-title {
    margin: 0 auto 69px;
}

.ip-ab-org-wrapper {
    display: block;
    position: relative;
    z-index: 5;
}

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

.ip-ab-org-slide {
    display: block;
    position: relative;
}

.ip-ab-org-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.ip-ab-org-content p {
    font-size: 14px;
    line-height: 22px;
    color: #3f3f3f;
    margin-bottom: 23px;
    font-family: var(--proxima-nova);
}


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

.ip-ab-org-img {
    display: block;
    position: relative;
}

.ip-ab-org-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.ip-ab-org-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    right: 14%;
}

.ip-ab-org-buttons button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.6em;
    padding: 0;
    background: transparent;
    border: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ip-ab-org-buttons button i {
    font-style: normal;
    top: -1px;
    position: relative;
}

.ip-ab-org-buttons:before {
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--secondary);
    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.ip-ab-org-buttons .prev-slick {
    margin-right: 30px;
}

.ip-ab-org-buttons .next-slick {
    margin-left: 35px;
}

.ip-ab-org-buttons button:hover {
    color: var(--primary);
}


.ip-ab-org-wrapper .custom-container {
    padding: 0 15px;
    max-width: 1170px;
}

.ip-ab-org-content {
    display: block;
    position: relative;
    padding: 66px 0 0 37px;
}

.ip-ab-org-col:first-child {
    width: 48.685%;
}

.ip-ab-org-col:last-child {
    width: 51.315%;
}

.ip-ab-org-right:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    pointer-events: none;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


.ip-ab-org-slide:before {
    position: absolute;
    content: '';
    bottom: calc(100% - 109px);
    right: 123px;
    width: 263px;
    height: 295px;
    background-image: url(../../images/about/monogram-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: .05;
    pointer-events: none;
    background-size: contain;
    z-index: 7;
}

.ip-ab-org-slide:not(.slick-initialized) .ip-ab-org-item:nth-child(n+2) {
    display: none;
}

/* Section 5 */

.ip-ab-comm-left{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.ip-ab-comm-left canvas{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.ip-ab-comm-right{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

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

.ip-ab-comm-container {
    display: block;
    position: relative;
    padding: 120px 0 130px;
}


.ip-ab-comm-wrapper {
    display: block;
    position: relative;
    z-index: 5;
}

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

.ip-ab-comm-slide {
    display: block;
    position: relative;
}

.ip-ab-comm-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.ip-ab-comm-content p {
    font-size: 14px;
    line-height: 28px;
    color: #3f3f3f;
    margin-bottom: 26px;
    font-family: var(--proxima-nova);
}


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

.ip-ab-comm-img {
    display: block;
    position: relative;
}

.ip-ab-comm-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}


.ip-ab-comm-wrapper .custom-container {
    padding: 0 199px 0 154px;
    max-width: 1600px;
}

.ip-ab-comm-content {
    display: block;
    position: relative;
    padding: 60px 0 0 0;
    width: 100%;
    max-width: 79%;
}

.ip-ab-comm-col:first-child {
    width: 55.203%;
}

.ip-ab-comm-col:last-child {
    width: 44.797%;
}

.ip-ab-comm-right:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    pointer-events: none;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.ip-ab-comm-content-container {
    display: block;
    position: relative;
}


.ip-ab-comm-left:before,
.ip-ab-org-left:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: rgba(44,69,109,.80);
    z-index: 2;
    pointer-events: none;
}



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

@media only screen and (max-width: 1560px) {
    .custom-container {
        padding: 0 90px;
    }

    #ip-about .section-title h2 {
        font-size: 70px;
    }

    .ip-ab-team-content-container {
        padding: 111px 40px 75px 35px;
    }

    .ip-ab-team-content p:first-child {
        font-size: 21px;
        line-height: 33px;
    }

    .ip-ab-comm-content {
        padding: 46px 0 0 0;
        max-width: 90%;
    }

    .ip-ab-testi-item .highlight {
        font-size: 20px;
    }

}


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

    #ip-about .section-title h2 {
        font-size: 60px;
        line-height: 1;
    }

    .ip-ab-comm-content p {
        line-height: 23px;
    }

    .ip-ab-testi-item p {
        font-size: 13px;
        line-height: 20px;
    }

    .ip-ab-testi-container {
        margin-top: -74px;
        padding: 175px 0 94px;
    }

    .ip-ab-team-main {
        padding-right: 115px;
    }

}

@media only screen and (max-width: 1366px) {
     .custom-container {
        padding: 0 55px;
    }

    #ip-about .section-title h2 {
        font-size: 59px;
    }

    #ip-about .section-title .small {
        font-size: 15px;
    }

     .ip-ab-testi-container {
        margin-top: -73px;
        padding: 150px 0 94px;
    }

    .ip-ab-team-main {
        padding-right: 85px;
    }


    .ip-ab-ch-img canvas {
        min-height: 244px;
    }


    .ip-ab-testi-wrapper .custom-container {
        padding: 0 55px;
    }

    .ip-ab-testi-buttons {
        margin-top: 26px;
    }

    .ip-ab-org-wrapper .custom-container {
        max-width: 1025px;
    }

    .ip-ab-team-right,
    .ip-ab-org-left, .ip-ab-comm-left {
        width: 40px;
    }

    .ip-ab-team-content-container {
        padding: 75px 30px 50px 25px;
    }

    .ip-ab-team-content p:first-child {
        font-size: 19px;
        line-height: 29px;
    }

    .ip-ab-team-content p {
        font-size: 13px;
        line-height: 23px;
    }

    .ip-ab-comm-wrapper .custom-container {
        padding: 0 90px;
    }

    .ip-ab-org-buttons {
        right: 13%;
    }

}

@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) {
    .custom-container {
        padding: 0 35px;
    }

    #ip-about .section-title h2 {
        font-size: 45px;
    }

    .ip-ab-team-main {
        padding-right: 70px;
    }

    .ip-ab-team-right, .ip-ab-org-left, .ip-ab-comm-left {
        width: 35px;
    }

    .ip-ab-ch-right {
        padding-right: 50px;
    }

    .ip-ab-ch-bg {
        height: 499px;
    }

    .ip-ab-ch-img canvas {
        min-height: 220px;
    }

    .ip-ab-testi-container {
        margin-top: -73px;
        padding: 122px 0 65px;
    }

    .ip-ab-testi-wrapper .custom-container {
        padding: 0 30px;
    }

    .ip-ab-testi-item .highlight {
        font-size: 18px;
        line-height: 20px;
    }

    .ip-ab-testi-item p {
        margin-bottom: 12px;
    }

    .ip-ab-testi-item .author {
        font-size: 13px;
        margin-top: 17px;
    }

    .ip-ab-testi-buttons {
        margin-top: 20px;
        padding: 10px 0;
    }

    .ip-ab-testi-buttons button {
        font-size: 12px;
    }


    .ip-ab-testi-buttons .prev-slick {
        margin-right: 20px;
    }

    .ip-ab-testi-buttons .next-slick {
        margin-left: 20px;
    }

    .ip-ab-testi-middle {
        margin-left: 36px;
    }

    .ip-ab-org-wrapper .custom-container {
        max-width: 885px;
    }

    .ip-ab-org-wrapper .custom-container {}

    .ip-ab-comm-wrapper .custom-container {
        padding: 0 70px;
    }

    .ip-ab-comm-container {
        padding: 80px 0;
    }

    .ip-ab-comm-content {
        padding: 28px 0 0 0;
        max-width: 95%;
    }

    .ip-ab-comm-content p {
        line-height: 20px;
    }

    .ip-ab-org-content {
        padding: 15px 0 0 27px;
    }

    .ip-ab-org-content p {
        font-size: 13px;
        line-height: 21px;
    }

    .ip-ab-org-container {
        padding: 80px 0;
    }

    .ip-ab-ch-desc span {
        font-size: 17px;
        line-height: 20px;
    }

    .ip-ab-ch-desc h3 {
        font-size: 50px;
    }

    .ip-ab-ch-content p {
        font-size: 13px;
        line-height: 25px;
    }

    .ip-ab-team-content-container .section-title {
        margin-bottom: 30px;
    }

    .ip-ab-team-content p:first-child {
        font-size: 18px;
        line-height: 25px;
    }

    .ip-ab-team-content-container {
        padding: 65px 30px 50px 25px;
    }

    .ip-ab-org-main .section-title:after {
        height: 20px;
    }


    .ip-ab-testi-btn {
        max-width: 220px;
    }

    .ip-ab-testi-btn a {
        font-size: 13px;
        height: 60px;
    }
    
    .ip-ab-comm-left:before, .ip-ab-org-left:before {
        height: 200px;
    }

    html.safari-true .attachment-fixed canvas {
        background-size: 170vw!important;
    }


} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ip-banner canvas {
        height: auto;
    }

    .ip-container .slideshow-smi {
        display: none;
    }

    .custom-breadcrumbs {
        font-size: 12px;
    }

    .ip-ab-team-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
     }

    .ip-ab-team-col {
        display: block;
        width: 100%!important;
    }

    .ip-ab-team-main {
        padding: 0;
    }

    .ip-ab-team-right {
        display: none;
    }

    .ip-ab-team-content-container {
        padding: 50px 30px;
    }

    .ip-ab-team-content-container .section-title {
        margin: 0 auto 30px;
        display: block;
    }

    .ip-ab-team-content {
        text-align: center;
    }

    .ip-ab-team-content-title {
        display: block;
        /* text-align: center; */
    }

    .ip-ab-team-content-title:before, .ip-ab-testi-main-title:before, .ip-ab-org-slide:before {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 170px;
        height: 185px;
        bottom: auto;
    }

    .ip-ab-team-img-holder {
        padding: 0;
        width: 100%;
        margin: 0 auto;
        padding: 50px 0 10px;
    }

    .ip-ab-team-left:before {
        width: 100%;
        height: 100%;
    }

    .ip-ab-ch-bg {
        height: 100%;
    }

    .ip-ab-testi-container {
        margin: 0;
        padding: 80px 0 60px;
    }

    .ip-ab-ch-right {
        width: 100%!important;
        padding: 0;
        text-align: center;
    }

    .ip-ab-ch-left {
        display: block;
        width: 100%;
    }

    .ip-ab-ch-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }



    .ip-ab-ch-container {
        padding: 60px 0 50px;
    }

    .ip-ab-ch-title.section-title {
        margin: 0 auto 40px;
        text-align: left;
    }

    .ip-ab-ch-list {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .ip-ab-testi-left, .ip-ab-testi-middle, .ip-ab-testi-right {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .ip-ab-testi-flex {
        display: block;
    }

    .ip-ab-testi-main {
        display: block;
        position: relative;
        z-index: 2;
    }

    .ip-ab-testi-accent {
        width: 100%;
        height: 100%;
        top: -30px;
        left: -30px;
    }

    .ip-ab-testi-middle {
        padding-left: 30px;
        padding-top: 30px;
        width: 100%;
        max-width: 360px;
        margin: 50px auto;
    }

    .ip-ab-testi-main-title {
        text-align: center;
        display: block;
    }

    .ip-ab-testi-title.section-title {
        margin: 0 auto 40px;
    }

    .ip-ab-testi-btn {
        margin: 0 auto;
    }

    .ip-ab-testi-item {
        display: block;
        text-align: center;
    }

    .ip-ab-testi-item .highlight {
        width: 100%;
        max-width: 100%;
        font-size: 20px;
        line-height: 1;
    }

    .ip-ab-testi-item p {
        font-size: 14px;
        line-height: 22px;
    }

    .ip-ab-testi-buttons {
        margin: 50px auto 0;
    }

    .ip-ab-org-col {
        display: block;
        width: 100%!important;
    }

    .ip-ab-org-left {
        display: none;
    }

    .ip-ab-org-content {
        padding: 50px 0 30px;
        text-align: center;
    }

    .ip-ab-org-buttons {
        right: 0;
        position: relative;
    }

    .ip-ab-org-container {
        padding: 80px 0 60px;
    }

    .ip-ab-org-img {}

    .ip-ab-org-row {
        display: block;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .ip-ab-org-slide:before {
        top: -149px;
    }

    .ip-ab-org-slide {
        z-index: 5;
    }

    .ip-ab-comm-wrapper .custom-container {
        padding: 0 30px;
    }

    .ip-ab-comm-col {
        display: block;
        width: 100%!important;
    }

    .ip-ab-comm-left {
        display: none;
    }

    .ip-ab-comm-main .section-title {
        margin: 0 auto 42px;
    }

    .ip-ab-comm-content {
        padding: 0 0 30px;
        max-width: 100%;
        display: block;
        text-align: center;
    }

    .ip-ab-comm-row {
        display: block;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .custom-container {
        padding: 0 15px;
    }

    .ip-ab-testi-wrapper .custom-container {
        padding: 0 15px;
    }

    .ip-ab-ch-item-wrap {
        width: 100%;
        display: block;
        max-width: 360px;
        margin: 0 auto;
    }

    .ip-ab-ch-list {
        display: block;
    }

    .ip-ab-team-content-container {
        padding: 50px 15px;
    }

    .ip-ab-testi-accent {
        top: -20px;
        left: -20px;
    }

    .ip-ab-testi-middle {
        padding-left: 20px;
        padding-top: 20px;
    }

    .ip-ab-comm-wrapper .custom-container {
        padding: 0 15px;
    }

    .ip-ab-org-main .section-title:after {
        bottom: 0;
    }

    .ip-ab-org-main .section-title:before {
        height: 30px;
    }
}

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

    #ip-about .section-title h2 {
        font-size: 35px;
    }

    #ip-about .section-title .small {
        letter-spacing: 0.05em;
    }

}