div#ip-banner-custom {
    /*display: none;*/
}

#ip-banner canvas {
    background-position: top center;
}

#fixed-smi {
    top: 22vh;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#content-sidebar, #content-full {
    margin-top: 0;
}

.team-banner {
    position: relative;
}

h1.entry-title {
    position: relative;
    z-index: 4;
}

.contact-title {
    display: none;
}

p#breadcrumbs {
    margin: 1.12em 0;
}

.cycloneslider-template-video .cycloneslider-volume {
    right: initial;
    z-index: 200;
    cursor: pointer;
    left: 100px;
    top: initial;
    bottom: 30px;
    pointer-events: all;
}

.ip-banner {
    /*    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;*/
}

.ip-banner canvas {
    background-position: center top;
}

.banner-play-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    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;
    pointer-events: none;
    z-index: 4;
}

.banner-play-btn span {
    cursor: pointer;
    color: #20b8f7;
    font-size: 40px;
    pointer-events: all;
}

.banner-play-btn span {
    display: none;
}

.banner-play-btn span.ai-font-pause-button-a.active, .banner-play-btn span.ai-font-play-button-a.active {
    display: block;
}

.banner-play-btn span {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-banner:hover .banner-play-btn span {
    opacity: 1;
}

.team-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}

.ip-banner h1 span {
    /*
    font-size: 70px;

    letter-spacing: 0;

    font-family: 'Oswald', sans-serif;*/
    /* 
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 0.06em;
    font-family: 'Barlow', sans-serif; */
}

.ip-agent-wrapper {
    margin: 57px 0 0;
}

.ip-agent-main {
    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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.ip-agent-sm .ip-agent-img canvas {
    min-height: 432px;
}

.ip-agent-sm .ip-agent-list {
    margin: 0 15px 62px -15px;
}

.ip-agent-list {
    margin: 0 0 62px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 2);
	padding: 0 10px;
}

.ip-agent-list a {
    display: block;
    position: relative;
    max-width: 471px;
    margin: 0 auto;
    width: 100%;
}

.ip-agent-img {
    position: relative;
}

.ip-agent-img canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.ip-agent-btn {
    width: 218px;
    height: 59px;
    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;
    background: #20b8f7;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-agent-list a:hover .ip-agent-btn {
    bottom: 55px;
    opacity: 1;
}

.ip-agent-details {
    text-align: center;
    padding: 6px 0 9px;
    color: #202020;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-agent-list a:hover .ip-agent-details {
    background: #20b8f7;
    color: #fff;
}

.ip-agent-details h2 {
    margin: 0 !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    text-transform: uppercase;
    letter-spacing: 0.015em;
}

.ip-agent-details h3 {
    text-transform: uppercase;
    letter-spacing: 0.015em !important;
    font-size: 20px !important;
    margin: 0 0 0!important;
    font-weight: 400 !important;
    line-height: 26px;
}

/*.ip-agent-list a[href*="annie-keyes"] .ip-agent-details h3 {
    font-size: 0!important;
}

.ip-agent-list a[href*="annie-keyes"] .ip-agent-details h3:before, .ip-agent-list a[href*="annie-keyes"] .ip-agent-details h3:after {
    font-size: 18px;
}

.ip-agent-list a[href*="annie-keyes"] .ip-agent-details h3:before {
    content: 'Director of';
    display: block;
}

.ip-agent-list a[href*="annie-keyes"] .ip-agent-details h3:after {
    content: 'Marketing & Operations';
}*/

/* Media */
@media only screen and (max-width: 1199px) {
    .ip-agent-details h2 {
        font-size: 35.25px !important;
    }
}

@media only screen and (max-width: 991px) {
    .ip-agent-list {
        margin: 0 0 62px !important;
    }

    .ip-agent-sm .ip-agent-img canvas {
        min-height: 100%;
    }

    .ip-agent-main {
        display: block;
        max-width: 100%;
    }

    .ip-agent-details h2 {
        font-size: 25px!important;
    }

    .ip-agent-details h3 {
        font-size: 16px!important;
    }

    .ip-agent-details h2 {
        font-size: 25px!important;
    }

    .ip-agent-details h3 {
        font-size: 16px!important;
    }
}

@media only screen and (max-width: 767px) {
    .cycloneslider-template-video .cycloneslider-volume {
        left: 10px;
        bottom: 10px;
    }

    .ip-agent-main {
        display: block;
        max-width: 100%;
    }

    .ip-banner h1 span {
        /* font-size: 33px; */
    }

    .ip-banner h1 {
        /* line-height: 31px; */
    }

    .ip-agent-list {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .ip-agent-details h2 {
        font-size: 25.25px !important;
    }
}