section.banner.best-life-fitness {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 541px;
    padding: 0;
    margin: 0;
    border-bottom: 10px solid rgba(133, 196, 66, 1);
}
section.banner.best-life-fitness a.logo-link {
    display: block;
    width: 739px;
    max-width: 85%;
    height: auto;
    opacity: 0.84;
    margin: 70px 0 0 0;
    transition: 300ms all linear;
}
section.banner.best-life-fitness a.logo-link:hover {
    opacity: 1.0;
}
section.banner.best-life-fitness img.logo {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    max-width: 739px;
}
section.banner.best-life-fitness .sticker-overlay {
    position: absolute;
    top: 85px;
    right: 300px;
    z-index: 99;
    max-width: 25%;
    opacity: 1;
    transition: 300ms all linear;
}
section.banner.best-life-fitness .sticker-overlay:hover {
    opacity: 0.9;
}
section.banner.best-life-fitness .sticker-overlay img {
    width: 100%;
}

.best-life-fitness .join-now-form {
    display: flex;
    flex-direction: column;
}


/* CIRCLES */
.circles.best-life-index {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: -75px auto 0;
}
.circles.best-life-index .circle {
    position: relative;
    width: 232px;
    height: 232px;
    border: 10px solid #EFEFEF;
    border-radius: 150px;
    overflow: hidden;
    cursor: pointer;
    transition: 300ms all linear;
    box-shadow: black 0 0 0 0;
}
.circles.best-life-index .circle:hover {
    box-shadow: black 0 0 7px 0;
    transform: translate3d(0, -3px, 0);
}
.circles.best-life-index .circle:hover .overlay {
    background: rgba(0, 0, 0, 0) !important;
}
.circles.best-life-index .circle .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    transition: 300ms all linear;
}
.circles.best-life-index .circle.green .overlay {
    background: rgba(133, 196, 66, 0.6);
}
.circles.best-life-index .circle.green:hover {
    border: 10px solid rgba(133, 196, 66, 1);
}
.circles.best-life-index .circle.purple .overlay {
    background: rgba(119, 0, 76, 0.6);
}
.circles.best-life-index .circle.purple:hover {
    border: 10px solid rgba(119, 0, 76, 1);
}
.circles.best-life-index .circle.blue .overlay {
    background: rgba(9, 64, 118, 0.6);
}
.circles.best-life-index .circle.blue:hover {
    border: 10px solid rgba(9, 64, 118, 1);
}

.circles.best-life-index .circle .overlay .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 48px;
    color: #FFF;
    letter-spacing: 4px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.circles.best-life-index .circle.multi-line .overlay .title {
    margin-top: 20px;
}

.circles.best-life-index .circle.single-line .overlay .title {
    margin-top: 40px;
}

.circles.best-life-index .circle .overlay .content {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    letter-spacing: 1px;
    width: 215px;
    text-align: center;
}


/* CONTENT */
.content.best-life-fitness {
    margin-top: 30px;
}
.content.best-life-fitness .content-wrap {
    flex: 1;
    margin-top: 20px;
    margin-right: 20px;
}
.content.best-life-fitness .content-wrap .the-actual-content {
    max-width: initial;
    margin: 0 auto;
}
.best-life-fitness .best-life-landing h4 {
    font-size: 25px;
    line-height: 30px;
    color: #333;
    letter-spacing: 2px;
    font-weight: 300;
}
.best-life-fitness .best-life-landing h4 strong {
    font-weight: 700;
}
.best-life-fitness .the-actual-content .best-life-landing p {
    color: #444;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 25px 0;
    padding: 0;
}
.best-life-fitness .the-actual-content .best-life-landing p,
.best-life-fitness .sub-content .landing-lists p {
    color: #333;
    line-height: 18px;
    letter-spacing: 1px;
}


.best-life-fitness .list-container {
    display: flex;
    margin-bottom: 25px;
}

.best-life-fitness .list-container ul {
    flex: 1;
    margin-left: 15px;
    padding: 0 0 0 10px;
    list-style: disc;
}
.best-life-fitness .sub-content .landing-lists ul {
    margin: 0 0 25px 20px;
    padding: 0 0 0 10px;
}
.best-life-fitness .sub-content .landing-lists ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}
.best-life-fitness .sub-content .landing-lists ul li ul {
    margin-top: 8px;
    margin-bottom: 0px;
}

.best-life-fitness h3 {
    position: relative;
    color: #444;
    margin: 4px 0 28px 0;
    padding: 0;
    font-weight: 700;
}
.best-life-fitness h3 span {
    display: inline-block;
    position: relative;
    padding-left: 8px;
    padding-right: 15px;
    border-left: 6px solid #444444;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #444;
    background: #EFEFEF;
    z-index: 3;
}
.best-life-fitness h3:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.21);
    z-index: 2;
}

section.banner.best-life-fitness.secondary {
    height: 391px;
}

section.banner.best-life-fitness.secondary a.logo-link {
    width: 480px;
    margin: 96px 0 0 0;
}
section.banner.best-life-fitness.secondary img.logo {
    max-width: 480px;
}


/* TAG CLOUD */
.best-life-fitness .tag-cloud {
    width: 90%;
    margin: 0 auto 80px auto;
    display: flex;
    justify-content: space-between;
}

.best-life-fitness .content-block {
    position: relative;
}
.best-life-fitness .content-block:before,
.best-life-fitness .content-block:after {
    content: '';
    position: absolute;
    top: 57%;
    width: 1000px;
    border-top: 18px solid rgba(133, 196, 66, 1);
    z-index: -13;
}
.best-life-fitness .content-block:before {
    right: 105%;
}
.best-life-fitness .content-block:after {
    left: 105%;
}

.best-life-fitness .sub-content {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 80px;
}
.best-life-fitness .sub-content .text {
    margin-right: 85px;
}
.best-life-fitness .sub-content .text h4 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 16px 0;
    padding: 0;
}
.best-life-fitness .sub-content .text p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 16px 0;
    padding: 0;
}
.best-life-fitness .sub-content .text p:last-child {
    margin-bottom: 0px;
}
.best-life-fitness table.tablepress tr th {
    background-color: rgba(0, 83, 149, 1);
}

/* VIDEOS */
.best-life-fitness .sub-content .videos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.best-life-fitness .sub-content .videos .video {
    display: block;
    position: relative;
    width: 255px;
    height: 156px;
    margin-bottom: 20px;
    border: 4px solid;
    border-radius: 3px;
}
.best-life-fitness .sub-content .videos .video:first-child {
    margin-bottom: 10px;
}
.best-life-fitness .sub-content .videos .video > img {
    display: block;
    width: 100%;
    height: 100%;
}
.best-life-fitness .sub-content .videos .video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    transition: 300ms all linear;
}
.best-life-fitness .sub-content .videos .video:hover .overlay {
    background: rgba(0, 0, 0, 0.15);
}
.best-life-fitness .sub-content .videos .video .overlay img {
    margin-top: 15px;
}
.best-life-fitness .sub-content .videos .video .overlay .text {
    margin: 0 0 15px 0;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
}


.best-life-fitness .tagline {
    position: relative;
    width: 375px;
    display: block;
    margin: 40px auto 80px auto;
    text-align: center;
    max-width: 70%;
}
.best-life-fitness .tagline p {
    color: rgb(119, 0, 76);
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 2px;
}
.best-life-fitness .tagline p strong {
    font-weight: 800;
}
.best-life-fitness .tagline:before,
.best-life-fitness .tagline:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 1000px;
    border-top: 18px solid rgb(119, 0, 76);
    z-index: -13;
}
.best-life-fitness .tagline:before {
    right: 105%;
}
.best-life-fitness .tagline:after {
    left: 105%;
}

.best-life-fitness .bottom-logo {
    display: block;
    width: 714px;
    max-width: 90%;
    margin: 40px auto -90px auto;
}

.best-life-fitness.secondary .bottom-logo-container {
    width: 100%;
}
.best-life-fitness.secondary .bottom-logo-container img {
    display: block;
    width: 357px;
    max-width: 90%;
    margin: 40px auto -90px auto;
}

.title-overlay.responsive {
    display: none;
    padding: 20px;
    text-align: center;
    background: rgba(133, 196, 66, 1);
    margin-bottom: 20px;
}
.title-overlay.responsive .title {
    display: block;
    color: white;
    font-weight: 700;
    font-size: 20px;
    border-left: 10px solid white;
}

/* BEST LIFE SLIDER TITLE OVERLAY */
.best-life-slider .title-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
    max-width: 325px;
    padding: 22px 29px 22px 19px;
    background: rgba(134, 196, 66, 0.76);
    border-top-left-radius: 11px;
    border-bottom-right-radius: 11px;
}
.best-life-slider .title-overlay .title {
    display: block;
    padding-left: 16px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: white;
    border-left: 15px solid white;
    letter-spacing: 3px;
}
.best-life-slider .sticker-overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    max-width: 25%;
    opacity: 1;
    transition: 300ms all linear;
}
.best-life-slider .sticker-overlay:hover {
    opacity: 0.9;
}
.best-life-slider .sticker-overlay img {
    width: 100%;
}


/* BEST LIFE SLIDER */
.best-life-slider {
    display: flex;
    width: 1100px;
    height: 485px;
    position: relative;
    background: white;
    border-radius: 20px;
    margin: -40px auto 0 auto;
}
.best-life-slider .pager {
    list-style: none;
    display: flex;
    position: absolute;
    bottom: 29px;
    right: 29px;
    margin: 0;
    /*padding: 10px;*/
    height: 30px;
    z-index: 99;
    justify-content: center;
}
.best-life-slider .pager > li {
    display: flex;
    align-items: center;
}
.best-life-slider .pager > li:not(:last-child) {
    margin-right: 10px;
}
.best-life-slider .pager > li.cycle-pager-active > a {
    color: rgba(255,255,255,1);
}
.best-life-slider .pager > li > a {
    text-decoration: none;
    font-size: 30px;
    color: rgba(255,255,255,0.5);
    transition: 300ms all linear;
}
.best-life-slider .slide {
    display: flex !important;
    width: 1080px;
    max-width: 100%;
    height: 465px;
    border-radius: 20px;
    overflow: hidden;
    background-color: transparent;
    border: 10px solid #EFEFEF;
    box-shadow: black 0 0 8px -1px;
    z-index: 70 !important;
}
.best-life-slider .slide.cycle-slide-active {
    z-index: 71 !important;
}
.best-life-slider .slide .image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.best-life-slider .slide .image img {
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
}

/* BEST LIFE SLIDER CONTROLS */
.slider-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    min-width: 325px;
    height: 100%;
}
.slider-controls .popouts {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-right-radius: 11px;
}
.slider-controls .popouts .popout {
    position: absolute;
    top: -400px;
    left: 0;
    z-index: 99;
    display: none;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 40px);
    max-height: 100%;
    padding: 40px 20px 30px;
    color: white;
    border-bottom-left-radius: 11px;
    background: rgba(119, 0, 76, 0.9);
    transition: 400ms all linear;
}
.slider-controls .popouts .popout,
.slider-controls .popouts .popout p {
    color: white;
    text-align: center;
}
.slider-controls .popouts .popout a {
    color: white;
}
.slider-controls .popouts .popout.open {
    top: 0 !important;
}

.slider-controls .circles {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 auto;
    width: 100%;
}
.slider-controls .circles .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #EFEFEF;
    border-radius: 150px;
    overflow: hidden;
    z-index: 101;
    box-shadow: black 0 0 0 0;
    margin: -25px 20px 0 auto;
    transition: 400ms all linear;
}
.slider-controls .circles .circle:last-child {
    margin-right: 30px;
}
.slider-controls .circles a.circle {
    cursor: pointer;
}
.slider-controls .circles .circle:first-child {
    margin-left: 20px;
}
.slider-controls .circles .circle.open {
    box-shadow: black 0 0 7px 0;
    transform: translate3d(0, -3px, 0);
}
.slider-controls .circles .circle .overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 150px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    letter-spacing: 1px;
    text-align: center;
    transition: 300ms all linear;
}
.slider-controls .circles .circle.open .overlay {
    background: rgba(255, 255, 255, 1) !important;
}
.slider-controls .circles .circle:nth-child(4n+1) .overlay {
    background: rgba(133, 196, 66, 1);
}
.slider-controls .circles .circle:nth-child(4n+2) .overlay {
    background: rgba(119, 0, 76, 1);
}
.slider-controls .circles .circle:nth-child(4n+3) .overlay {
    background: rgba(9, 64, 118, 1);
}
.slider-controls .circles .circle:nth-child(4n+4) .overlay {
    background: rgba(213, 26, 111, 1);
}
.slider-controls .circles .circle:nth-child(4n+1).open {
    background: rgba(133, 196, 66, 1);
}
.slider-controls .circles .circle:nth-child(4n+2).open {
    background: rgba(119, 0, 76, 1);
}
.slider-controls .circles .circle:nth-child(4n+3).open {
    background: rgba(9, 64, 118, 1);
}
.slider-controls .circles .circle:nth-child(4n+4).open {
    background: rgba(213, 26, 111, 1);
}
.slider-controls .circles .circle:nth-child(4n+1).open .overlay {
    color: rgba(133, 196, 66, 1);
}
.slider-controls .circles .circle:nth-child(4n+2).open .overlay {
    color: rgba(119, 0, 76, 1);
}
.slider-controls .circles .circle:nth-child(4n+3).open .overlay {
    color: rgba(9, 64, 118, 1);
}
.slider-controls .circles .circle:nth-child(4n+4).open .overlay {
    color: rgba(213, 26, 111, 1);
}

.slider-popouts input {
    display: none;
}
.slider-popouts .popout {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: none;
    background: purple;
    padding: 50px;
}
.slider-popouts input:checked ~ .popout {
    display: block;
}

/* SECONDARY */
.content.best-life-fitness {
    display: flex;
    flex-direction: row;
    width: 900px;
}
.content.best-life-fitness.secondary {
    flex-wrap: wrap;
    margin-top: 15px;
    width: 1100px !important;
}
.content.best-life-fitness.secondary h2 {
    margin-bottom: 15px;
}
.content.best-life-fitness .sidebar {
    background: #77004C;
    margin-top: -520px;
    padding-top: 500px;
    margin-left: 23px;
    border-radius: 15px;
    /*box-shadow: 0 0 8px -1px;*/
    margin-right: 40px;
    width: 292px;
    height: 0%;
}
.content.best-life-fitness .sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content.best-life-fitness .sidebar ul.nav {
    margin-top: 20px;
}
.content.best-life-fitness .sidebar ul.nav > li:first-child a {
    /*border-top: 1px solid rgba(255,255,255,0.5);*/
}
.content.best-life-fitness .sidebar ul.nav a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    letter-spacing: 1px;
    display: block;
    opacity: 1;
    text-decoration: none;
    transition: 300ms all linear;
    padding: 14px 32px;
    /*border-bottom: 1px solid rgba(255,255,255,0.5);*/
}
.content.best-life-fitness .sidebar ul.nav a:hover {
    background: #67003d;
}
.content.best-life-fitness .sidebar ul.nav li {
}
.content.best-life-fitness .sidebar ul.nav > li.current > a,
.content.best-life-fitness .sidebar ul.nav ul.sub-menu > li.current > a {
    border-left: 16px solid rgba(255,255,255,0.8);
    background: rgba(255, 255, 255, 0.2);
    cursor: default;
}
.content.best-life-fitness .sidebar ul.nav > li.current > a {
    padding-left: 16px;
}
.content.best-life-fitness .sidebar ul.nav ul.sub-menu > li.current > a {
    padding-left: 41px;
}
/*.content.best-life-fitness .sidebar ul.nav .current {*/
    /*position: relative;*/
/*}*/
/*.content.best-life-fitness .sidebar ul.nav .current:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: calc(50% - 8px);*/
    /*left: -15px;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 8px solid transparent;*/
    /*border-bottom: 8px solid transparent;*/
    /*border-left: 10px solid white;*/
    /*z-index: 2;*/
/*}*/
.content.best-life-fitness .sidebar ul.nav > li > a {
    font-weight: 700;
}
.content.best-life-fitness .sidebar ul.nav ul.sub-menu {
}
.content.best-life-fitness .sidebar ul.nav ul.sub-menu > li > a {
    padding-left: 57px;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: normal;
}
.content.best-life-fitness .sidebar ul.nav .social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 80px 25px 0;
}
.content.best-life-fitness .sidebar ul.nav .social:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 10;
}
.content.best-life-fitness .sidebar ul.nav .social > ul {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #77004C;
    z-index: 15;
}
.content.best-life-fitness .sidebar ul.nav .social > ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.content.best-life-fitness .sidebar ul.nav .social > ul li:first-child {
    padding-left: 20px;
    padding-right: 10px;
}
.content.best-life-fitness .sidebar ul.nav .social > ul li:last-child {
    padding-left: 10px;
    padding-right: 20px;
}
.content.best-life-fitness .sidebar ul.nav .social a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 100px;
}


/* RESPONSIVE POPOUTS */
.popouts.responsive {
    display: none;
    flex-direction: column;
    max-width: 80%;
    margin: 60px auto 0;
}
.popouts.responsive .popout {
    display: flex;
    flex-direction: row;
    padding: 45px 35px 25px;
    border-radius: 10px;
    position: relative;
}
.popouts.responsive .popout:not(:last-child) {
    margin-bottom: 50px;
}
.popouts.responsive .popout > .content {
    width: 100%;
    text-align: center;
    color: white !important;
}
.popouts.responsive .popout > .content a {
    color: white !important;
}
.popouts.responsive .popout:nth-child(3n+1) {
    background: rgba(119, 0, 76, 1);
}
.popouts.responsive .popout:nth-child(3n+2) {
    background: rgba(9, 64, 118, 1);
}
.popouts.responsive .popout:nth-child(3n+3) {
    background: rgba(213, 26, 111, 1);
}
.popouts.responsive .popout .circle {
}

.popouts.responsive .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFEFEF;
    border-radius: 150px;
    overflow: hidden;
    z-index: 99;
    box-shadow: black 0 0 0 0;
    margin: 0;

    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
    left: calc(50% - 40px);

    transition: 400ms all linear;
}
.popouts.responsive a.circle {
    cursor: pointer;
}
.popouts.responsive .circle:hover {
    box-shadow: black 0 0 7px 0;
    transform: translate3d(0, -3px, 0);
}
.popouts.responsive .circle .overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 150px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    letter-spacing: 1px;
    text-align: center;
    transition: 300ms all linear;
}
.popouts.responsive .circle:hover .overlay {
    background: rgba(255, 255, 255, 1) !important;
}
.popouts.responsive .popout:nth-child(3n+1) .circle .overlay {
    background: rgba(119, 0, 76, 1);
}
.popouts.responsive .popout:nth-child(3n+2) .circle .overlay {
    background: rgba(9, 64, 118, 1);
}
.popouts.responsive .popout:nth-child(3n+3) .circle .overlay {
    background: rgba(213, 26, 111, 1);
}
.popouts.responsive .popout:nth-child(3n+1) .circle:hover {
    background: rgba(119, 0, 76, 1);
}
.popouts.responsive .popout:nth-child(3n+2) .circle:hover {
    background: rgba(9, 64, 118, 1);
}
.popouts.responsive .popout:nth-child(3n+3) .circle:hover {
    background: rgba(213, 26, 111, 1);
}
.popouts.responsive .popout:nth-child(3n+4) .circle:hover {
}
.popouts.responsive .popout:nth-child(3n+1) .circle:hover .overlay {
    color: rgba(119, 0, 76, 1);
}
.popouts.responsive .popout:nth-child(3n+2) .circle:hover .overlay {
    color: rgba(9, 64, 118, 1);
}
.popouts.responsive .popout:nth-child(3n+3) .circle:hover .overlay {
    color: rgba(213, 26, 111, 1);
}


/* JOIN NOW FORM */
.join-now-form {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 400px;
    padding: 40px;
    background: #0C4780;
    border-radius: 10px;
}
.join-now-form label {
    display: flex;
    flex-direction: column;
    color: white;
    font-weight: 700;
}
.join-now-form input[type="text"],
.join-now-form input[type="tel"],
.join-now-form input[type="email"] {
    width: 100%;
}
.join-now-form .wpcf7-radio {
    display: flex;
    flex-direction: column;
}
.join-now-form .wpcf7-radio label {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
}
.join-now-form .wpcf7-radio input[type="radio"] {
    margin-right: 20px;
}
.join-now-form input[type="submit"] {
    width: 100%;
    margin: 0;
    background: #B53189;
    border: 2px solid rgba(119,0,76,0.75);
    font-weight: 700;
    font-size: 25px;
    color: rgba(255,255,255,1);
    transition: 300ms all linear;
}
.join-now-form input[type="submit"]:hover {
    background: rgba(119,0,76,0.75);
    color: rgba(255,255,255,0.7);
}
.join-now-form p:not(:last-child) {
    margin: 0 0 25px 0 !important;
}
.join-now-form p:last-child {
    margin: 0 !important;
}
.join-now-form div.wpcf7-mail-sent-ng {
    border: 2px solid #D51A6F;
    color: white;
    padding: 10px;
}
.join-now-form .wpcf7-not-valid-tip {
    color: #D51A6F;
}
.join-now-form .wpcf7-validation-errors {
    border: 2px solid #D51A6F;
    color: white;
    padding: 10px;
}


/* PHOTO GALLERY */
.tippy-tooltip {
    /*background-color: yellow !important;*/
    /*border: 2px solid orange;*/
    background-color: #BF3596 !important;
    border: 2px solid #77004C;
}
.tippy-popper[x-placement^=top] [x-arrow] {
    border-top: 7px solid #77004C !important;
}
.photo-gallery {
}
.photo-gallery .photo-tile {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #0C4780;
    box-shadow: 0 0 6px -2px black;
    transition: 300ms all linear;
    text-decoration: none !important;
    z-index: 0;
}
.photo-gallery .photo-tile:hover {
    text-decoration: none !important;
    box-shadow: 0 0 5px -1px black;
    z-index: 1;
}
.photo-gallery .photo-tile img {
    min-width: 100%;
    min-height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    opacity: 1;
    transition: 300ms all linear;
}
.photo-gallery .photo-tile:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.7;
}

/* TESTIMONIALS SLIDER */
.testimonials-slider {
    position: relative;
    width: 80%;
    margin: 0 auto 150px;
}
.testimonials-slider > .open-quote {
    position: absolute;
    top: -35px;
    left: -25px;
}
.testimonials-slider > .close-quote {
    position: absolute;
    bottom: -35px;
    right: -25px;
}
.testimonials-slider .slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.testimonials-slider .slide p {
    margin: 0;
    color: #094076;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 3px;
    font-style: italic;
    font-family: Georgia;
    text-align: center;
}
.testimonials-slider .slide p em {
    margin: 0;
    color: #094076;
    opacity: 0.8;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 3px;
    font-style: italic;
    font-family: Arial;
    text-align: center;
}
.testimonials-slider ol.pager {
    position: absolute;
    bottom: -70px;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.testimonials-slider ol.pager li a i {
    font-size: 11px;
    color: rgba(9, 64, 118, 0.31);
    transition: 300ms all linear;
}
.testimonials-slider ol.pager li.cycle-pager-active a i {
    color: rgba(9, 64, 118, 1);
}
.testimonials-slider ol.pager li:not(:last-child) {
    margin-right: 8px;
}

body.page-template-template-employment section.banner.best-life-fitness {
    border-bottom-color: #F1DF00;
}

body.page-template-template-employment .best-life-fitness .content-block:before, 
body.page-template-template-employment .best-life-fitness .content-block:after {
    border-color: #F1DF00;
}

body.page-template-template-employment .circles.best-life-index .circle.purple .overlay,
body.page-template-template-employment .circles.best-life-index .circle.green .overlay {
    background-color: rgba(0,83,149,0.75);
}
body.page-template-template-employment .circles.best-life-index .circle.purple:hover,
body.page-template-template-employment .circles.best-life-index .circle.green:hover {
    border-color: rgba(0,83,149,1);
    background-color: rgba(0,83,149,0.9);
}
body.page-template-template-employment .circles.best-life-index .circle.blue .overlay {
    background-color: rgba(76,114,29,0.75);
}
body.page-template-template-employment .circles.best-life-index .circle.blue:hover {
    border-color: rgba(76,114,29,1);
    background-color: rgba(76,114,29,0.9);
}
body.page-template-template-employment .best-life-fitness .tagline p {
    color: rgba(76,114,29,1);
}
body.page-template-template-employment .best-life-fitness .tagline:before,
body.page-template-template-employment .best-life-fitness .tagline:after {
    border-color: rgba(76,114,29,1);
}

/* RESPONSIVE */
@media only screen and (max-width: 1200px) {

    img.desktop-only, .sticker-overlay {
        display: none !important;
    }

    #best_life_responsive_menu {
        display: block !important;
    }

    section.banner.best-life-fitness {
        height: 455px;
    }
    section.banner.best-life-fitness a.logo-link {
        margin-top: 120px;
        max-width: none;
        width: 450px !important;
    }
    section.banner.best-life-fitness a.logo-link img.logo {
        max-width: 450px !important;
    }

    .popouts.responsive {
        display: flex !important;
    }
    .popouts.responsive .popout > .content,
    .popouts.responsive .popout > .content * {
        overflow-wrap: break-word;
    }

    .content.best-life-fitness .content-wrap .the-actual-content {
        margin: 20px auto !important;
        width: 90% !important;
        order: initial !important;
    }

    .circles.best-life-index {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: space-around !important;
        margin-top: 20px !important;
    }
    .circles.best-life-index .circle {
        margin-bottom: 10px;
    }

    .best-life-fitness .tag-cloud {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .best-life-fitness .tag-cloud .tag {
        margin-bottom: 10px;
    }

    .best-life-fitness .sub-content {
        flex-direction: column;
    }

    .best-life-fitness .sub-content .videos {
        margin-top: 20px;
    }


    .best-life-fitness .tagline {
        max-width: 65%;
    }
    .best-life-fitness .tagline p {
        line-height: 40px;
    }
    .best-life-fitness .tagline:before, .best-life-fitness .tagline:after {
        top: 12px;
    }

    .best-life-slider .title-overlay {
        display: none;
    }
    .title-overlay.responsive {
        display: block;
    }
    
    .best-life-slider {
        max-width: 90% !important;
        height: auto !important;
        margin: 15px auto !important;
    }
    .best-life-slider .slider-controls {
        display: none;
    }
    .best-life-slider .pager {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        margin: 0;
        padding: 0;
    }
    .best-life-slider .slide {
        border: none;
        height: auto !important;
    }

    .content.best-life-fitness .sidebar {
        display: none;
    }

    .content.best-life-fitness .content-wrap {
        display: block;
    }
}

@media only screen and (max-width: 438px) {
    section.banner.best-life-fitness {
        height: 315px;
    }

    section.banner.best-life-fitness a.logo-link {
        width: 350px !important;
    }
    section.banner.best-life-fitness a.logo-link img.logo {
        max-width: 350px !important;
    }

    .best-life-fitness .tagline:before, .best-life-fitness .tagline:after {
        top: 32px;
    }

    .best-life-slider .sticker-overlay {
        bottom: 15px;
        left: 15px;
        max-width: 60px;
    }

    .popouts.responsive .popout {
        padding: 45px 15px 25px !important;
    }

    .photo-gallery .photo-tile {
        display: flex;
        margin: 0 auto 5px;
    }

    .best-life-fitness .tagline:before,
    .best-life-fitness .tagline:after {
        display: none;
    }

    .best-life-fitness .content-block:before,
    .best-life-fitness .content-block:after {
        display: none;
    }
}