.cspplity
{
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0,0,0,.9);
    outline: none!important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.cspplity.cspplity-opened
{
    opacity: 1;
}
.cspplity.cspplity-closed
{
    opacity: 0;
}
.cspplity *
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cspplity-wrap
{
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none!important;
}
.cspplity-wrap:before
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}
.cspplity-loader
{
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.cspplity-loading .cspplity-loader
{
    opacity: 1;
}
.cspplity-container
{
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none!important;
}
.cspplity-content
{
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.cspplity-loading .cspplity-content, .cspplity-closed .cspplity-content
{
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.cspplity-content:after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
}
.cspplity-close
{
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cspplity-close::-moz-focus-inner
{
    border: 0;
    padding: 0;
}
.cspplity-close:hover, .cspplity-close:focus, .cspplity-close:active, .cspplity-close:visited
{
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cspplity-close:active
{
    top: 1px;
}
.cspplity-image img
{
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
.cspplity-iframe .cspplity-container, .cspplity-youtube .cspplity-container, .cspplity-vimeo .cspplity-container, .cspplity-facebookvideo .cspplity-container, .cspplity-googlemaps .cspplity-container
{
    width: 100%;
    max-width: 964px;
}
.cspplity-iframe-container
{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.cspplity-iframe-container iframe
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
}
.cspplity-hide
{
    display: none;
}
.cspplity.cspplity-teammember
{
    background: #fff;
    background: rgba(255,255,255,.925)!important;
}
.csl-teammember .teammember-bio, .csl-teammember .view-profile
{
    display: none;
}
.csl-teammember .view-profile
{
    display: block;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    padding: .5em 1em;
    position: absolute;
    text-align: center;
    top: 48%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 45%;
    -webkit-transition: visibility 0s,opacity .5s linear;
    transition: visibility 0s,opacity .5s linear;
}
.csl-teammember:hover .view-profile
{
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s,opacity .5s linear;
    transition: visibility 0s,opacity .5s linear;
}
.teammember-image-wrap
{
    position: relative;
}
.teammember-image-wrap img
{
    width: 100%;
}
.csl-teammember:hover
{
    cursor: pointer;
}
.teammember-image-wrap:hover img
{
    opacity: .7;
}
.teammember-info
{
    color: #fff;
    padding: .8em 1em;
    text-transform: capitalize;
}
.teammember-name
{
    font-size: 20px;
}
.teammember-title
{
    font-size: 16px;
}
.teammember-bio-container .t-close
{
    background-color: #00a94e;
    border-radius: 50%;
    color: #fff;
    float: right;
    font-size: 18px;
    font-weight: bold;
    height: 2em;
    line-height: 2;
    opacity: 1;
    text-align: center;
    width: 2em;
    text-transform: uppercase;
}
.teammember-bio-container
{
    padding: 1.2em;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.2);
    box-shadow: 0 0 40px rgba(0,0,0,.2);
    max-height: 100%;
    overflow-y: auto;
}
@media screen and (min-width: 600px)
{
    .teammember-bio-container
    {
        width: 80%;
    }
}
@media screen and (min-width: 900px)
{
    .teammember-bio-container
    {
        width: 50%;
    }
}
.teammember-bio-content img
{
    max-width: 250px;
}
.teammember-bio-content .teammember-name
{
    font-size: 26px;
    color: #000;
}
.teammember-bio-content .teammember-title
{
    font-size: 20px;
    color: #000;
    margin-bottom: 1em;
}
.teammember-bio-overlay
{
    background-clip: padding-box;
    background-color: rgba(255,255,255,.98);
    cursor: default;
    display: none;
    height: 100%;
    min-height: 300px;
    opacity: 0;
    overflow: auto;
    padding-top: 100px;
    padding-bottom: 3em;
    position: fixed;
    text-align: left;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
@media screen and (max-width: 639px)
{
    .teammember-bio-content .teammember-social
    {
        clear: both;
    }
}
.teammember-bio-content .teammember-social ul
{
    display: block;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}
.teammember-bio-content .teammember-social li
{
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.teammember-bio-content .teammember-social li .social-text
{
    display: none;
}
.teammember-bio-content .teammember-social li a, .teammember-bio-content .teammember-social li a:link, .teammember-bio-content .teammember-social li a:visited
{
    text-decoration: none;
    color: #fff;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    margin: 0 4px 4px 0;
    padding: 0;
    text-align: center;
    font-size: 21px;
}
.teammember-bio-content .teammember-social li a:hover, .teammember-bio-content .teammember-social li a:focus
{
    color: #fff;
    text-decoration: none;
}
.teammember-bio-content .teammember-social li a:hover .social-icon, .teammember-bio-content .teammember-social li a:focus .social-icon
{
    opacity: .8;
}
.no-popup
{
    text-align: center;
    border: #ebebeb 2px solid;
}
.no-popup .teammember-info div
{
    color: #000;
}
.no-popup .teammember-info .teammember-content
{
    text-transform: none;
}
.no-popup .teammember-info .teammember-social
{
    margin-top: 15px;
}
.no-popup .teammember-info .teammember-social ul
{
    list-style-type: none;
}
.no-popup .teammember-info .teammember-social ul li
{
    display: inline-block;
    background-color: transparent;
    padding-right: 10px;
}
.no-popup .teammember-info .teammember-social ul li:last-child
{
    padding-right: 0;
}
.no-popup .teammember-info .teammember-social ul li a
{
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.5em;
    color: inherit;
}
.details-slideup .teammember-image-wrap
{
    position: relative;
    overflow: hidden;
}
.details-slideup .teammember-image-wrap .teammember-info
{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -100%;
    -webkit-transition: bottom ease 200ms;
    transition: bottom ease 200ms;
}
.details-slideup .teammember-image-wrap:hover .teammember-info
{
    bottom: 0;
}
.details-slideup .teammember-bio-container .teammember-social
{
    margin-top: 15px;
}
.details-slideup .teammember-bio-container .teammember-social ul
{
    list-style-type: none;
}
.details-slideup .teammember-bio-container .teammember-social ul li
{
    display: inline-block;
    background-color: transparent;
    padding-right: 10px;
}
.details-slideup .teammember-bio-container .teammember-social ul li a
{
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.5em;
    color: inherit;
}
.flip-card
{
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
.flip-card:hover .back
{
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.flip-card:hover .front
{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-card .flipper
{
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
.flip-card .front, .flip-card .back
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}
.flip-card .front
{
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.flip-card .back
{
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-card .back
{
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-card:hover .back
{
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.flip-card:hover .front
{
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-card .teammember-bio-content
{
    margin-top: 10px;
}
.flip-card .teammember-bio-container .teammember-social
{
    margin-top: 15px;
}
.flip-card .teammember-bio-container .teammember-social ul
{
    list-style-type: none;
}
.flip-card .teammember-bio-container .teammember-social ul li
{
    display: inline-block;
    background-color: transparent;
    padding-right: 10px;
}
.flip-card .teammember-bio-container .teammember-social ul li a
{
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.5em;
    color: inherit;
}