/*Menu*/
#sp-header {
	background-color: #503795;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

.sp-megamenu-parent {
    padding-left: 20px;
}
.sp-megamenu-parent > li {
	margin: 0px 15px; 
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #fff;
}

.top-right-menu {
    margin-right: 70px;
}

.top-right-menu ul.menu li {
    font-size: 16px;
}

.top-right-menu ul.menu li a {
    color: #fff !important;
    text-transform: capitalize;
}

.top-right-menu ul.menu li a:hover {
    color: #8d88da !important;
}

.top-right-menu ul li.current a {
    color: #8d88da !important;
}

.top-right-menu ul.menu li:last-child {
    background: #000;
    padding: 0px 20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #fff;
}

#sp-header .sp-menu-item a {
	/* padding: 0 0 10px; */
}
/* .sp-megamenu-parent li.sp-menu-item.active > a {
	pointer-events: none;
} */
.sp-megamenu-parent li.sp-menu-item.active > a::after {
	height: 5px !important;
	opacity: 1 !important;
	top: calc(68% + 10px) !important;
}

#sp-header .sp-menu-item a::after {
	position: absolute;
	top: 68%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
#sp-header .sp-menu-item a:hover::after,
#sp-header .sp-menu-item a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Menu - Offcanvas */
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
    margin-right: 0px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 28px;
    padding-left: 28px;
}

.offcanvas-menu .sp-module ul > li:hover a,
.offcanvas-menu .sp-module ul > li:focus a,
.offcanvas-menu .sp-module ul > li.active a {
    background: #8d88da;
    color: #000 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 0px;
}

.offcanvas-menu .offcanvas-inner .sp-module .custom {
    margin-bottom: 20px;
}

.offcanvas-menu .menu-divider {
    border-top: 1px solid #652dc1;
}

.offcanvas-menu .connect-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
}

.offcanvas-menu .connect-icons,
.offcanvas-menu .connect-text {
    padding: 10px 20px;
}

.offcanvas-menu .connect-icons a {
    padding-right: 20px;
    font-size: 25px;
}

/*logo*/
#sp-logo {
    text-align: center;
    /*background: #652dc1;*/
}
#sp-header .logo img {
    max-width: 70%;
    width: 200px;
    height: auto;
    margin: auto;
}


/*Body*/
.container, body.helix-ultimate .sppb-row-container {
    max-width: 1170px;
}

#sp-top-bar {
    display: none;
}

.body-innerwrapper {
    overflow-x: unset;
}

.body-wrapper {
    overflow: hidden;
}

/*Bottom*/
#sp-bottom-top h3.sp-module-title {
    color: #000;
    font-weight: 700;
}

/*Footer*/

.tah-footer {
    margin: 0px;
}

#sp-footer .container-inner {
    padding: 0;
}

#sp-bottom, #sp-bottom-top, #sp-footer {
    /*background: #e9e9e9;*/
}

#sp-bottom-top ul.menu li a {
    color: #fff;
    font-weight: 400;
}

#sp-footer {
    background: #000;
    color: #b09b7d;
    padding: 25px 0px 30px 0px;
    line-height: 20px;
    border-top: 1px solid #b09b7d;
}

.connect-with-us-text {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*margin-bottom: 35px;*/
}

#sp-footer > a {
    color: #fff;
}

#sp-bottom-top ul.menu li {
    font-size: 16px;
    line-height: 35px;
}

#sp-footer .footer-logo {
    float: left;
    width: 85px;
    max-width: 85px;
    padding: 0px;
    margin-right: 20px;
}

#sp-footer .footer-info {
    height: 25px;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
    padding: 0px;
}
#sp-footer .footer-d-info {
    font-size: 12px;
    margin-top: 60px;
    float: right;
}
#sp-footer .footer-info span {
    display: inline-block;
    vertical-align: bottom;
    line-height: 18px;
    font-size: 11px;
    /*padding-left: 15px;*/
}

#sp-bottom-top {
    /*text-align: center;*/
    background: #121212;
    padding: 10px 0px 40px 0px !important;
}

#sp-bottom-top .connect-with-us-text {
    color: #8d88da;
}

#sp-bottom-top .connect-with-us-icons ul {
    /*margin:auto;*/
}

#sp-bottom-main-menu {
    padding-top: 40px;
    padding-bottom: 10px;
    background: #121212;
}

#sp-bottom-main-menu ul.menu {
    padding-left: 0px;
    /*text-align: center;*/
}

#sp-bottom-main-menu .menu li {
    list-style: none;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 35px;
}

#sp-bottom-main-menu .menu li a {
    font-family: 'Oswald';
    color: #8d88da;
    font-weight: 600;
}

/*Buttons*/
.sppb-btn-primary.sppb-btn-outline {
    color: #652dc1;
    background-color: #fff;
    border: 1px solid #fff;
}

.pink-button:focus,
.purple-button:focus {
    box-shadow: none;
}

.purple-button:hover,
.purple-button {
    color: #fff;
    background-color: #652dc1;
    border-color: #652dc1;
    letter-spacing: .6px;
}

.pink-button:hover,
.pink-button {
    color: #fff;
    background-color: #ee3d7f;
    border-color: #ee3d7f;
}

.see-more-btn {
    padding-left: 25px;
    padding-right: 25px;
}

.subscribe-btn {
    padding: 10px 40px;
}

.subscribe-btn:hover {
    color: #652dc1;
    background: #fff;
}

.subscribe-form .subscribe-btn {
    text-transform: none !important;
    color: #fff !important;
    background-color: #652dc1 !important;
    border: 1px solid #652dc1 !important;
}

.sppb-btn-custom {
    line-height: 1.25;
    font-family: "Oswald";
    padding: 8px 12px;
}

.back-btn {
    width: auto;
    height: auto;
    border-radius: 0px;
    border-color: #652dc1;
    color: #fff;
}

.back-btn:hover {
    background: #652dc1;
}

.back-btn i {
    margin: 0px 5px 0px 0px;
}

.pagination-btn {
    margin-top: 20px;
    float: left;
}

.pagination-btn ul li {
    padding-right: 5px;
}

.article-right-col {
    margin-top: 20px;
    display: inline-flex;
}

/*Social Share*/
.social-share-sticky {
    margin-top: -2px !important;
}

.article-social-share,
.social-share-sticky .sppb-social-share {
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-share-sticky ul li a {
    margin-right: 5px;
}

.article-social-share ul li {
    display: block !important;
    margin: 0px !important;
}

.article-social-share-sticky {
    z-index: 999999;
    position: relative;
}

.social-share-sticky .sppb-social-share ul li {
    display: block;
    margin: 0px;
}

.article-social-share .social-share-icon ul li a {
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 10px;
    width: auto;
    height: auto;
    line-height: 0px;
}

.article-social-share .social-share-icon ul li span {
    display: inline-block;
    font-size: 16px;
    width: 24px;
    height: 20px;
    line-height: 20px;
}

.article-social-share .social-share-icon ul li .share-icon {
    background-color: #ccc;
    text-align: center;
    padding: 8px;
}

.article-social-share .social-share-icon ul li a.facebook {
    background-color: #306199;
}

.article-social-share .social-share-icon ul li a.facebook:hover {
    background-color: #244872;
}

.article-social-share .social-share-icon ul li a.twitter {
    background-color: #26c4f1;
}

.article-social-share .social-share-icon ul li a.twitter:hover {
    background-color: #0eaad6;
}

.article-social-share .social-share-icon ul li a.whatsapp {
    background-color: #00d66e;
}

.article-social-share .social-share-icon ul li a.whatsapp:hover {
    background-color: #00b55d;
}

/*General*/
a:active,
a:focus,
a:hover {
    color: #351866;
}

.divider-line{
    width: 90px;
    margin: 30px auto;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #652dc1;
}

.sp-page-title {
    background: #fff;
    padding: 50px 0;
}

.sp-page-title .sp-page-title-heading:before {
    background: #000;
}

.sp-page-title .sp-page-title-heading {
    color: #000;
}

.sp-page-title .sp-page-title-sub-heading {
    line-height: 22px;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.view-article.event-page #sp-main-body #sp-component{
    padding: 0px;
}
.view-article.event-page #sp-main-body > .container,#sp-main-body .sppb-row-container{
    max-width: 100%;
}

.no-padding {
    padding: 0px;
}

.hideNav {
    display: none !important;
}

.sp-scroll-up {
    background: #652dc1;
    border-radius: 0px;
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    background: #652dc1;
}

.carousel-item img {
    width: 100%;
}

.header-section, .gallery-event-section,
.pad20 {
    padding: 20px 0 !important;
}

.header-section .header-title {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.add-space {
    margin: 10px 0px;
}

.mobile-view {
    display: none;
}

.sp-no-item-found {
    padding: 0px 20px;
}

.join-us-section {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}

/* Homepage - Top Carousel */
.home-page .homepage-carousel .sp-slider-outer-stage{
    height: calc(100vh - 100px);
    max-height: 650px;
}

.home-page .homepage-carousel .sp-slider-content-align-left,
.home-page .homepage-carousel .sp-slider-image-align-left {
    width: 40%;
    max-width: 480px;
}

div.hero-slider .sp-slider-content-align-center,
div.hero-slider .sp-slider-content-align-left,
div.hero-slider .sp-slider-content-align-right {
    padding: 20px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    /*width: 20vw !important;*/
}

.sp-slider-outer-stage .sp-item .sp-background::after {
    background: rgba(0, 0, 0, 0) !important;
}

div.hero-slider .sp-slider-content-align-center, div.hero-slider .sp-slider-content-align-left, div.hero-slider .sp-slider-content-align-right {
    background-color: #652dc1;
}

/*#sppb-addon-1557812851339 .sp-slider.arrow-position-bottom_right .sp-nav-control {*/
/*bottom: 35px !important;*/
/*}*/
div.hero-slider.sp-slider .sp-nav-control {
	width: 100% !important;
	left: 0px !important;
	right: 0px !important;
}
/*
div.hero-slider.sp-slider .sp-nav-control .nav-control i{
    line-height: 0px;
    font-size: 80px;
}
*/
div.hero-slider.sp-slider .sp-nav-control .nav-control {
	background-color: unset !important;
}
div.hero-slider.sp-slider .sp-nav-control .nav-control i {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 0px;
}
div[data-arrow-content="icon_only"].sp-slider .sp-nav-control {
	top: -70px;
}
div.hero-slider.sp-slider .sp-nav-control .nav-control {
    background-color: rgba(0, 0, 0, 0.5);
    /* padding: 30px 10px; */
    height: 80px;
}

div.hero-slider.sp-slider .sp-nav-control .nav-control:hover {
    background-color: #652dc1;
    color: #fff;
}
div.hero-slider.sp-slider .sp-nav-control .fa-angle-left::before {
	content: url('/images/icons/left-arrow.png');
}
div.hero-slider.sp-slider .sp-nav-control .fa-angle-right::before {
	content: url('/images/icons/right-arrow.png');
}

.sppb-sp-slider-icon {
    display: none !important;
}

.sppb-sp-slider-text {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 22px !important;
    margin: 0px 0px 30px 0px;
}

h2.sppb-sp-slider-title {
    color: #ffffff;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 1px;
    margin: 20px 0px 30px 0px;
    margin-right: 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.sppb-sp-slider-button {
    font-size: 16px;
    line-height: 29px;
    border-color: #ee3d7f;
    border-radius: 0px;
    padding: 5px 15px 5px 15px;
    font-weight: 500;
    background: #ee3d7f;
}

.sp-slider-btn-text {
    color: #fff !important;
    border: none !important;
}

.sp-slider-btn-text:hover {
    background: transparent !important;
}

.sppb-divider {
    margin-top: 40px !important;
    margin-bottom: 0px !important;
}

/* Home Venue Hire */
.our-spaces {
    padding: 35px 20px 20px 20px;
    background-color: #000;
}

.our-spaces h2 {
    color: #fff;
}

.our-spaces .sppb-addon-image-layout-text {
    line-height: 18px !important;
}

.our-spaces .sppb-image-layout-title {
    text-shadow: 1px 1px #333;
}

/* PhotoGallery*/
#mod-speasyimagegallery-93 .speasyimagegallery-row > div > .speasyimagegallery-gallery-item {
    padding: 0px !important;
}

/* Page Navigation Next Prev */
.pager {
    margin: 0px;
    padding: 0px;
}

.pager > li a {
    font-size: 20px;
    color: #000;
    padding: 3px 18px;
    text-transform: uppercase;
    border: 1px solid #8d88da;
}

.pager > li a:hover {
    background: none;
    color: #000;
}

.pager > li.previous a:before {
    content: "\f104";
    font-family: FontAwesome;
}

.pager > li.next a:after {
    content: "\f105";
    font-family: FontAwesome;
}

.pager > li.next {
    float: none;
}

.pager > li.previous span,
.pager > li.next span {
    display: none;
}

/*Favorite*/
.my-favourites .fav-lists{
    z-index: 2!important;
}

.my-favourites .favourite-icon {
    text-align: center;
}

.my-favourites .favourite-icon .fa-heart {
    cursor: pointer;
}

.my-favourites .myshortlist.button {
    border-radius: 0px;
    line-height: 1.25;
    font-family: "Oswald";
    padding: 8px 12px;
}

.my-favourites .myshortlist.btn-primary {
    border-color: #652dc1;
    background: #652dc1;
    color: #fff;
}

.my-favourites .myshortlist.btn-primary:active,
.my-favourites .myshortlist.btn-primary:focus,
.my-favourites .myshortlist.btn-primary:hover {
    border-color: #652dc1;
    background: #652dc1;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.my-favourites .myshortlist.btn-primary:focus {
    box-shadow: none;
}

/*Subscribe*/
.subscribe form {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
}

.subscribe #mc_embed_signup .button {
    font-size: 16px;
    width: 200px !important;
}

/*Subscribe Section Ads*/

.subscribe-section .sppb-container-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 15px;
}

@media screen and (min-width: 768px) {
    .subscribe-section .sppb-container-inner{
        width: 750px;
    }
}
@media screen and (min-width: 992px) {
    .subscribe-section .sppb-container-inner{
        width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .subscribe-section .sppb-container-inner{
        width: 1170px;
    }
}
/*Residents*/
.residents .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    color: #000;
}

.residents #sp-simpleportfolio {
    margin: 0px;
}

.residents .sp-simpleportfolio .sp-simpleportfolio-item {

}

.residents .sp-simpleportfolio .sp-simpleportfolio-columns-custom .sp-simpleportfolio-item {
    width: 25%;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-tags {
    color: #000;
    /*margin-top: 10px;*/
    padding: 15px 0px;
}


/*Residents Colors*/
.color1 {
    background: #3095cb;
}

/*F&B*/
.color2 {
    background: #ff2d24;
}

/*NAC*/
.color3 {
    background: #e0cc01;
}

/*Arts*/
.color4 {
    background: #E77200;
}

.residents .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags {
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    padding: 6px;
    bottom: 0;
    left: 0;
}

.residents .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags .resident-type {
    padding: 0px 10px;
}

.residents .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    text-align: center;
    background: #dadada;
    display: block;
    padding: 0px;
}

.residents .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    padding: 20px 5px;
}

.residents .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title a {
    color: #000;
}

.residents #sp-simpleportfolio {
    padding-bottom: 50px;
}

.residents .sp-page-title .sp-page-title-heading-wrap {
    /*padding: 0px 15px;*/
}

.residents .events-bottom-header .sp-page-title {
    background: #f5f5f5;
}

.events-bottom-header #events-bottom-title{
    padding-left: 15px;
    padding-right: 15px;
}

.events-bottom-header .sp-page-title .sp-page-title-heading {
    padding-top: 5px;
    line-height: 62px;
    font-family: "Oswald";
    font-weight: 500;
    max-width: none;
}

.events-bottom {
    /* background: #f5f5f5; */
    background-color: #503795;
}

.residents .events-bottom {
    padding: 2px;
}

.resident-details #sp-main-body {
    margin-bottom: -1px; /*between subscribe section and footer has 1px gap*/
}

.resident-details .sp-page-title-heading {
    max-width: none;
}

.resident-details .resident-category {
    text-transform: uppercase;
    color: #652dc1;
}

.resident-details .resident-info .resident-logo img {
    width: 200px;
}

.resident-details .resident-info .resident-contact ul {
    float: right;
}

.resident-details .resident-info .resident-contact i {
    font-size: 20px;
}

.resident-details .gallery-carousel .sppb-carousel-item-inner .sppb-text-right {
    margin-top: 0px;
}

/*Resident Detail - Upcoming Events */
.resident-details .sp-page-title .sp-page-title-heading-wrap {
    /*padding: 0px 15px;*/
}

.resident-details .events-bottom-header .sp-page-title {
    background: #f5f5f5;
}

.resident-details .events-bottom {
    padding: 3px;
}

.events-bottom .event-box {
    box-shadow: 0px 0px 0px 0px #fff;
}

.resident-details .resident-info .sppb-divider {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.resident-details .resident-details p {
    margin: 0px;
}

.decora-service .sppb-addon-image-layout-wrap:before {
    background: rgba(35, 35, 35, .1);
}

.decora-service .sppb-image-layout-title small {
    color: #fff;
}

.decora-service .sppb-image-layout-title:after {
    background: #fff;
}

.decora-service .sppb-addon-image-layout-content {
    padding: 20px;
}

.events-bottom .event-box .sppb-image-layout-title {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 1px 1px #333;
    letter-spacing: 0px;
    line-height: 36px;
    padding: 0px 0px 20px 0px;
}

.events-bottom .event-box .sppb-addon-image-layout-text {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0px 0px 0px;
    letter-spacing: 0px;
    color: #fff;
}

.events-bottom .event-box .event-genre {

}

.events-bottom .event-box .event-url {
    font-size: 14px;
    color: #ee3d7f;
}

.events-bottom .event-box .sppb-text-alignment {
    text-align: left;
}

.events-bottom .event-box.event1 {
    box-shadow: 0px 0px 0px 2px #FF00CC;
}

.events-bottom .event-box.event1 #btn.sppb-btn-custom {
    background-color: #FF00CC;
    color: #FFFFFF;
    padding: 8px 22px 10px 22px;
    font-size: 16px;
}

.events-bottom .event-box.event2 {
    box-shadow: 0px 0px 0px 2px #FFF700;
}

.events-bottom .event-box.event2 #btn.sppb-btn-custom {
    background-color: #FFF700;
    color: #FFFFFF;
    padding: 8px 22px 10px 22px;
    font-size: 16px;
}

.events-bottom .event-box.event3 {
    box-shadow: 0px 0px 0px 2px #8d88da;
}

.events-bottom .event-box.event3 #btn.sppb-btn-custom {
    background-color: #8d88da;
    color: #FFFFFF;
    padding: 8px 22px 10px 22px;
    font-size: 16px;
}

.events-bottom .event-box.event4 {
    box-shadow: 0px 0px 0px 2px #E77200;
}

.events-bottom .event-box.event4 #btn.sppb-btn-custom {
    background-color: #E77200;
    color: #FFFFFF;
    padding: 8px 22px 10px 22px;
    font-size: 16px;
}

.events-bottom .event-box.event5 {
    box-shadow: 0px 0px 0px 2px #90D6F6;
}

.events-bottom .event-box.event6 #btn.sppb-btn-custom {
    background-color: #90D6F6;
    color: #FFFFFF;
    padding: 8px 22px 10px 22px;
    font-size: 16px;
}

.events-bottom .event-box.event6 {
    box-shadow: 0px 0px 0px 2px #62be6e;
}

.events-bottom .event-box.event5 #btn.sppb-btn-custom {
    background-color: #62be6e;
    color: #FFFFFF;
    padding: 8px 22px 10px 22px;
    font-size: 16px;
}

.resident-details .sppb-carousel-arrow.right {
    right: 50px;
}

.resident-details .sppb-carousel-arrow.left {
    left: 50px;
}

/*What's on - Events*/
.whatson-events .whats-on{
    z-index: 3!important;
}
.whatson-events .annual-events-section{
    z-index: 2!important;
}
.whatson-events .social-share-sticky{
    z-index: 4!important;
}

.whatson-events .details-title a {
    color: #000;
}

.whatson-events .details-date {
    color: #652dc1;
    display: block;
}

.whatson-events .event {
    margin-top: 20px;
}

.whatson-events .annual-events .sppb-addon-image-layout-content {
    width: 100%;
    padding: 0px;
    background: none;
}

.whatson-events .annual-events .sppb-addon-image-layout-content h3 {
    background: linear-gradient(to left, rgba(51, 51, 51, 0), #fff);
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    padding: 16px 30px 15px !important;
    margin-top: -52px !important;
}

.whatson-events .annual-events .image-layout-preset-style-stack:hover h3 {
    background: #fff059;
}

/*Event Details*/
.event-page.view-article .carousel-control-prev-icon,
.event-page.view-article .carousel-control-next-icon{
    display: none!important;
}



.event-page.view-article .carousel-control-prev i,
.event-page.view-article .carousel-control-next i{
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px 10px;
}
.event-page.view-article .carousel-control-prev:hover i,
.event-page.view-article .carousel-control-next:hover i{
    background-color: #652dc1;
    color: #fff;
}
.event-page.view-article #sp-main-body {
    padding: 0px;
    background: #f5f5f5;
}

.event-page.view-article article.item {
    padding: 0px;
    text-align: left;
    color: #333333;
    margin-bottom: 0px;
}

.event-page.view-article .sp-page-title .sp-page-title-heading {
    max-width: none;
}

.event-page.view-article .articleTitle {
    margin: 0px 0px 30px 0px;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
    letter-spacing: 2px;
    font-weight: 400;
}

.event-page.view-article .event-promoter {
    background-color: #ffa44b;
}

.event-page.view-article .event-promoter .promoter-resident {
    font-size: 18px;
    color: #000;
}

.event-page.view-article .event-promoter .promoter-info {
    color: #000;
    font-size: 28px;
    text-align: left;
    padding: 20px 0px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.event-page.view-article .event-promoter .promoter-info a {
    color: #000;
}

.event-page.view-article .event-promoter .promoter-logo {
    padding: 10px 0px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    min-height: 100px;
}

.event-page.view-article .event-promoter .promoter-logo img {
    width: 80px;
}

.event-page.view-article article.item .mobile-btn {
    display: none;
    /*background: #652dc1;*/
    color: #fff;
    padding: 10px;
    text-align: center;
}

.event-page.view-article article.item .content-wrap .entry-header h2 {
    text-align: left;
    color: #4943ac;
    line-height: 1.2em;
    margin: 20px 0;
    font-size: 36px;
    width: 80%;
    display: inline-block;
}

.event-page.view-article article.item .header-note {
    font-size: 24px;
    font-weight: 100;
    color: #000;
}

.resident-details .resident-info,
.event-page.view-article article.item .event-body {
    background: linear-gradient(to left, #fff 50%, #fff 50%);
}

.event-page.view-article article.item .event-details {
    text-transform: initial;
    font-weight: 100;
}

.event-page.view-article article.item .event-info-col-bottom {
    background: #fff;
    padding: 0px 30px 20px 35px;
}

.event-page.view-article article.item .event-info-col-left {
    background: #000;
}

.event-page.view-article article.item .event-info-col {
    color: #000;
    background: #fff;
    /* padding: 50px 25px 25px 15px; */
    padding: 20px;
}

.event-page.view-article article.item .event-desc-col-bottom {
    background: #fff;
    padding-left: 0px;
}

.event-page.view-article article.item .event-desc-col {
    color: #000;
    background: #fff;
    /* padding: 50px 15px 25px 25px; */
    padding: 20px;
}

.event-page.view-article .back-link {
    /*text-align: right;*/
}

.event-page.view-article article.item .event-info-col .line {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    border-bottom: 2px solid #000;
    display: inline-block;
}

.event-page.view-article article.item .event-details .event-date {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.event-page.view-article article.item .event-details.mobile-view .event-time,
.event-page.view-article article.item .event-details.mobile-view .event-venue {
    font-size: 14px;
    color: #652dc1;
}

.event-page.view-article article.item .event-details.mobile-view .event-date {
    color: #652dc1;
}

.event-page.view-article article.item .event-info-col .event-time {
    font-size: 20px;
}

.event-page.view-article article.item .event-info-col .event-venue {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
}

.event-page.view-article article.item .event-info-col .event-venue-details {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
}

.event-page.view-article article.item .event-info-col .event-venue-details a.popup-venue-image,
.event-page.view-article article.item .event-details.mobile-view .event-venue a.popup-venue-image {
    margin-left: 5px;
}

.event-page.view-article article.item .event-info-col .event-venue-details a.popup-venue-image i.fa.fa-info-circle {
    font-size: 22px;
    vertical-align: text-bottom;
}

.event-page.view-article article.item .event-details.mobile-view .event-venue a.fancybox.popup-venue-image i.fa.fa-info-circle {
    vertical-align: text-top;
    font-size: 16px;
}

.event-page.view-article article.item .event-info-col .event-info-short {
    font-size: 14px;
    line-height: 18px;
}

.event-page.view-article article.item .event-info-col .event-visit-link a {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.event-page.view-article article.item .event-info-col .event-visit-link a::after {
    font-family: Fontawesome;
    content: ' \f054';
    white-space: pre;
    padding: 0px 5px;
}

.event-page.view-article article.item .event-info-col .event-icons {
    margin-top: 15px;
}

.event-page.view-article article.item .event-details .action-btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.event-page.view-article article.item .event-details .action-btn a:active,
.event-page.view-article article.item .event-details .action-btn a:focus {
    color: #fff;
    background-color: #652dc1;
    border-color: #652dc1;
}

.event-page.view-article article.item .event-details .download-buttons .download-btn {
    display: inline-block;
    margin-right: 10px;
}

.event-page.view-article article.item .event-details .download-buttons {
    margin-bottom: 10px;
}

.event-page.view-article article.item .event-details .download-btn {
    margin-top: 10px;
}

.event-page.view-article article.item .event-details .download-brochure-btn-icon::before {
    content: "\f1c1";
    color: #fff !important;
}

.event-page.view-article article.item .event-details .download-brochure-btn a:link,
.event-page.view-article article.item .event-details .download-schedule-btn a:link,
.event-page.view-article article.item .event-details .download-brochure-btn a:hover,
.event-page.view-article article.item .event-details .download-schedule-btn a:hover,
.event-page.view-article article.item .event-details .download-brochure-btn a:visited,
.event-page.view-article article.item .event-details .download-schedule-btn a:visited,
.event-page.view-article article.item .event-details .download-brochure-btn a:active,
.event-page.view-article article.item .event-details .download-schedule-btn a:active {
	color: #000 !important;
}

.event-page.view-article article.item .event-details .download-schedule-btn-icon::before {
    content: "\f017";
    color: #fff !important;
}

.event-page.view-article article.item .event-details .icons::before {
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background-color: #652dc1;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.event-page.view-article article.item .event-details .download-btn a {
    color: #000;
}

.event-page.view-article article.item .event-details .action-btn .buy-btn a,
.event-page.view-article article.item .event-details .action-btn .register-btn a,
.event-page.view-article article.item .event-details .action-btn #favourite-save {
    margin-top: 10px;
    width: 100%;
}

.event-page.view-article article.item .event-details .action-btn #favourite-save {
    margin-top: 15px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.event-page.view-article article.item .ended-msg.mobile-btn {
    background: #f5f5f5;
}

.event-page.view-article article.item .ended-msg {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #999;
    padding-top: 10px;
}

.event-page.view-article .events-bottom-header .sp-page-title {
    background: #f5f5f5;
}

.event-page.view-article .events-bottom {
    padding-left: 2px;
    padding-right: 2px;
}

.event-page.view-article .social-share-icon ul li a {
    color: #ffffff !important;
}

/*Festival - Special Page */
.event-page.view-article .overlayer {
    /*background: rgba(0, 0, 0, .5);*/
}

.view-article .tracks-lists {
    padding: 0px 30px;
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/images/bg.jpg');*/
    /*background-size: cover;*/
    background: #f5f5f5;
}

.view-article .tracks-header {
    /*color: #fff;*/
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    letter-spacing: 1.3px;
    margin-bottom: 8px;
}

.view-article .additional-info {
    margin: auto;
    padding: 40px 20px 20px 20px;
    background: #f5f5f5;
}

.view-article .tracks-block {
    margin: auto;
    padding: 20px;
    background: #f5f5f5;
}

.view-article .tracks-block-row {
    padding: 20px 5px;
}

.view-article .tracks-block .tracks-category {
    /*color: #fff;*/
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    /*font-weight: 600;*/
    text-transform: uppercase;
    margin-bottom: 8px;

}

.view-article .tracks-block,
.view-article .tracks-intro {
    color: #000;
    padding-bottom: 30px;
}

.view-article .tracks-block .tracks-hr {
    border-bottom: 1px solid #652dc1;
    /*margin-bottom: 12px;*/
    padding-bottom: 8px;
}

.view-article .tracks-block .tracks-image img {
    width: 100%;
    border-left: 4px solid #ffeb3b;
}

.view-article .tracks-block .tracks-image {
    padding-left: 0px;
    padding-right: 0px;
    /*border-left: 4px solid #ffeb3b;*/
    height: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.view-article .tracks-block .tracks-item {
    clear: both;
    margin-bottom: 20px;
}

.view-article .tracks-block .tracks-item .row {
    overflow: hidden;
    background: #fff;
}

.view-article .tracks-block .tracks-item:hover .tracks-image {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.view-article .tracks-block .tracks-item .tracks-item-detail {
    min-height: 270px;
}

.view-article .tracks-block .tracks-item .tracks-title {
    color: #000;
    background: #fff;
    padding: 10px 15px;
    font-size: 20px;
}

.view-article .tracks-block .tracks-item .tracks-title-text {
    color: #000;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    line-height: 1.2;
}

.view-article .tracks-block .tracks-item .tracks-title .tracks-presentedby,
.view-article .tracks-block .tracks-item .tracks-title .tracks-venue {
    font-size: 14px;
    margin-top: 10px;
}

.view-article .tracks-block .tracks-item .tracks-title .tracks-date,
.view-article .tracks-block .tracks-item .tracks-title .tracks-price {
    font-size: 14px;
    margin-bottom: 10px;
}

.view-article .tracks-block .tracks-item .tracks-info {
    color: #000;
    font-size: 16px;
    padding: 15px;
    background: #dadada;
}

.view-article .tracks-item-detail .tracks-freeadmission,
.view-article .tracks-item-detail .tracks-freeadmission {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #652dc1;
}
.view-article .tracks-block .tracks-item .tracks-info .tracks-viewmore,
.view-article .tracks-block .tracks-item .tracks-info .tracks-seemorelink,
.view-article .tracks-block .tracks-item .tracks-info .tracks-freeadmission,
.view-article .tracks-block .tracks-item .tracks-info .tracks-buylink,
.view-article .tracks-block .tracks-item .tracks-info .tracks-registerlink {
    margin-top: 15px;
    margin-bottom: 15px;
}

.view-article .tracks-block .tracks-item .tracks-info .tracks-viewmore .track-details-content{
    display: none;
}

.event-page .fancybox-content{
    max-width: 80%;
}

.event-page.view-article .how-to-get-here {
    padding: 50px;
    color: #fff;
    background: #121212;
}

.event-page.view-article .how-to-get-here-map {
    padding: 0;
}

.view-article .tracks-block .tracks-item:nth-child(n) .row {
    margin-right: -5px;
}

.view-article .tracks-block .tracks-item:nth-child(2n) .row {
    margin-left: -5px;
}

.view-article .tracks-block .tracks-item:nth-child(2n+1) .row {
    margin-left: -5px;
}

.view-article .tracks-block .tracks-item .row {
    background: #f5f5f5;
}

.flex-header {
    background: #555;
}

.flex-header h3 {
    color: #fff;
    padding: 50px 0;
    margin: 0;
    letter-spacing: 1.3px;
}

@media only screen and (max-width: 767px) {
    .flex-header h3 {
        font-size: 20px;
    }
}

.flex-block .flex-container {
    height: 60vh;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .flex-block .flex-container {
        flex-direction: column;
    }
}

.flex-block .flex-title {
    color: #fff;
    position: relative;
    font-size: 35px;
    margin: auto;
    text-align: center;
    transform: rotate(90deg);
    top: 15%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-shadow: 5px 5px 10px #652dc1;
}

@media only screen and (max-width: 767px) {
    .flex-block .flex-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .flex-block .flex-title {
        transform: rotate(0deg) !important;
    }
}

.flex-block .flex-about {
    opacity: 0;
    color: #fff;
    position: relative;
    width: 70%;
    font-size: 18px;
    padding: 5%;
    top: 20%;
    border: 2px solid #fff;
    line-height: 1.3;
    margin: auto;
    text-align: left;
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 767px) {
    .flex-block .flex-about .flex-synopsis {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .flex-block .flex-about {
        padding: 0%;
        border: 0px solid #fff;
    }
}

.flex-block .flex-btn {
    margin: 0 auto;
    padding: 5px 10px;
    background: #652dc1;
    color: #fff;
    width: 100px;
    text-align: center;
    margin-top: 10px;
    z-index: 1000;
}

.flex-block .flex-slide {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: 0 0 20px 5px #000;
}

@media screen and (max-width: 768px) {
    .flex-block .flex-slide {
        overflow: auto;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 768px) {
    .flex-block .flex-slide p {
        font-size: 2em;
    }
}

@media screen and (max-width: 768px) {
    .flex-block .flex-slide ul li {
        font-size: 2em;
    }
}

.flex-block .flex-slide:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

@keyframes aboutFlexSlide {
 .flex-block 0% {
    -webkit-flex-grow: 1 ;
    flex-grow: 1 ;
 }
 .flex-block 50% {
    -webkit-flex-grow: 3 ;
    flex-grow: 3 ;
 }
 .flex-block 100% {
    -webkit-flex-grow: 1 ;
    flex-grow: 1 ;
 }
}

.view-article .tracks-freeadmission,
.view-article .tracks-block .tracks-item .tracks-info .tracks-buylink,
.view-article .tracks-block .tracks-item .tracks-info .tracks-registerlink {
    margin-top: 15px;
    /*margin-bottom: 15px;*/
}

/*Visit Us*/
.visit-us .sppb-no-gutter > .sppb-col,
.visit-us .sppb-no-gutter > [class*="sppb-col-"] {
    margin-top: -1px;
}

.visit-us .opening-title {
    margin-top: 200px;
}

.visit-us .opening-title h2.sppb-addon-title {
    font-family: Titillium Web, sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 50px;
}

.visit-us .opening-msg {
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
}

.visit-us .visit-us-block {
    min-height: 280px;
    padding: 20px;
    color: #000;
    cursor: pointer;
}

.visit-us .visit-us-block h3::after {
    content: ' \25E5';
}

.visit-us .visit-us-block h3 {
    white-space: nowrap;
    font-size: 20px;
    line-height: 20px;
    text-shadow: 1px 1px #333;
}
.visit-us .visit-us-block.white {
    color: #fff;
}

.visit-us .visit-us-contact-info{
    background: #000;
}

.visit-us .visit-us-contact-info .info-label {
    padding: 10px 15px;
    color: #fff;
    text-align: center;
}
.visit-us .visit-us-contact-info .info-label a{
    color: #fff;
}


.visit-us .sppb-tab {
    color: #333;
}

.visit-us .sppb-tab .sppb-nav-tabs > li > a {
    color: #000;
}

.visit-us .address-bar {
    padding: 40px 20px 40px 0px;
    font-size: 28px;
    font-family: Titillium Web, san-serif;
}

.visit-us .address-bar-info {
    padding: 45px 20px 40px 0px;
    font-size: 20px;
    line-height: 40px;
}

.visit-us .banner-title {
    color: #000;
}

.visit-us .banner-btn {
    border: 1px solid #000;
    width: 85%;
    height: 80px;
    text-align: center;
}

.visit-us .banner-content {
    color: #333;
}

.visit-us .sppb-addon-cta {
    padding: 30px 0px !important;
}

.visit-us .visit-us-detail {
    color: #000;
    padding: 30px;
}

.visit-us .google-maps {
    margin-bottom: -7px; /*below maps have gap*/
}

.visit-us .getting-here .getting-here-table tr td:first-child {
    width: 160px;
    vertical-align: top;
}

.visit-us .getting-here .getting-here-table tr {
    border: 1px solid grey;
}

.visit-us .getting-here .sppb-tab-tabs-content {
    color: #fff;
}

.visit-us .getting-here .sppb-nav-tabs li a {
    background: #a9a7a7;
}

.visit-us .getting-here .sppb-nav-tabs li.active a {
    background: #fff;
}

/* Media Centre */
.media-centre .body-wrapper,
.media-centre body {
    background: #fff;
}

.media-centre .article-header {
    height: 75px;
    max-height: 75px;
}

.media-centre .info-box-image {
    background: #dadada;
    padding: 20px;
}

.media-centre .item-image {
    background: #f5f5f5;
}

.media-centre .item-title h2 {
    font-size: 1.375rem;
    margin: 0 0 1.25rem 0;
}

.media-centre .item-title h2 a {
    color: #000;
}

.media-centre .item-description {
    padding-top: 20px;
}

.media-centre .item-date {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #808080;
    margin: 10px 0px;
}

.media-centre .media-block-image .divider {
    border-top: 1px solid #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.media-releases.view-article .article-header h1 {
    color: #000;
    width: 100%;
}

.media-releases.view-article .pager > li a {
    color: #000;
}

.media-releases.view-article #sp-main-body {
    padding: 50px 0px;
}
.article-details .article-header{
    padding-top: 20px;
}

.article-details .article-info {
    margin-bottom: 30px;
}

/* Our Story */
.our-story .our-story-values .module-border-wrap {
    position: relative;
    padding: 3px;
}

.our-story .our-story-values .module-border-wrap.color1 {
    background: linear-gradient(to right, red, purple);
}

.our-story .our-story-values .module-border-wrap.color2 {
    background: linear-gradient(to right, deeppink, purple);
}

.our-story .our-story-values .module-border-wrap.color3 {
    background: linear-gradient(to right, orange, purple);
}

.our-story .our-story-values .module-border-wrap.color4 {
    background: linear-gradient(to right, deepskyblue, purple);
}

.our-story .our-story-values .module {
    background: #222;
    color: white;
    padding: 2rem;
    min-height: 260px;
}

/*Contact Us*/
.contact-tab .sppb-tab-content {
    margin-top: 0px;
    padding: 0px;

}
.contact-tab .sppb-nav-tabs > li > a {
    color: #000;
}


/* Business Opportunities */
.business-opportunities .sppb-panel-modern {
    border-radius: 0px;
}

.business-opportunities-list .sppb-panel-modern > .sppb-panel-heading {
    background: #652dc1;
    color: #fff;
}

.business-opportunities-past-list .sppb-panel-modern > .sppb-panel-heading {
    background: #fff;
    color: #652dc1;
}

.business-opportunities-past-list .sppb-panel-collapse {
    background: #F5F5F5;
}

/* General Highlights - Home page */
.general-highlights .carousel .carousel-control-next,
.general-highlights .carousel .carousel-control-prev {
    color: #fff;
}

.general-highlights .carousel .carousel-control-next .carousel-control-prev-icon:before,
.general-highlights .carousel .carousel-control-prev .carousel-control-prev-icon:before,
.general-highlights .carousel .carousel-control-next .carousel-control-next-icon:before,
.general-highlights .carousel .carousel-control-prev .carousel-control-next-icon:before {
    font-size: 40px;
}

.general-highlights .carousel .carousel-control-next:hover,
.general-highlights .carousel .carousel-control-prev:hover {
    color: #fff;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap .sp-simpleportfolio-info {
    padding: 35px 20px;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap .sp-simpleportfolio-title-info,
.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap .sp-simpleportfolio-intro,
.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap .sp-simpleportfolio-production {
    padding: 5px 10px 0px 5px;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap:hover .sp-simpleportfolio-info {
    padding: 50px 40px;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-date {
    background-color: #652dc1;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px 5px 10px;
    margin-bottom: 5px;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap .sp-simpleportfolio-info .sp-simpleportfolio-title {
    font-weight: 600;
    line-height: 20px;
    text-shadow: 1px 1px #333;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap .sp-simpleportfolio-info {
    bottom: 25px;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap:hover .sp-simpleportfolio-overlay-wrapper:before {
    opacity: 1;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title a {
    font-size: 22px;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title a:hover,
.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title a:focus {
    color: #fff;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-production {
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    text-transform: initial;
    display: none;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-production small {
    font-weight: 500;
    line-height: 1;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap:hover .sp-simpleportfolio-info .sp-simpleportfolio-production {
    opacity: 1;
    transform: translateY(0);
    display: block;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap:hover .sp-simpleportfolio-info .sp-simpleportfolio-intro p {
    font-size: 14px;
    color: #dadada;
    line-height: 16px;
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap .sp-simpleportfolio-overlay-wrapper:before {
    background-image: linear-gradient(179deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.08) 60%, #000);
}

.general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap .sp-simpleportfolio-overlay-wrapper:after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.58) 60%, #000);
}

.general-highlights .disabled{
    /*pointer-events: none;*/
    /*cursor: default;*/
    /*background-color: grey!important;*/
    display: none;
}


/* Gallery */
.photoAlbum .ba-gallery .category-filter {
    margin-top: 0;
}

.photoAlbum .ba-gallery .ba-pagination a.ba-btn.load-more {
    text-transform: uppercase;
}

/* Subscribe Exit Intent */
#subscribebox {
	padding: 0px;
}
#subscribebox .fancybox-button {
	color: #fff;
}

@media only screen and (min-width: 1200px) {
    .subscribe-section .sppb-container-inner {
        max-width: 1170px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1100px) {
	#sp-footer .footer-logo {
		width: 70px;
		max-width: 70px;
	}
}

@media only screen and (max-width: 992px) {
    #sp-logo {
        text-align: left;
        background: #121212;
    }

    #sp-header .logo img {
        float: left;
    }

    .our-story .our-story-values .module {
        min-height: 300px;
    }

    body #sp-header #offcanvas-toggler.offcanvas-toggler-left {
        padding: 0px;
    }

    .decora-service.mobile .sppb-addon-image-layout-wrap:before {
        background: rgba(35, 35, 35, .6);
    }

    .decora-service.mobile .image-layout-preset-style-poster .sppb-addon-image-layout-content {
        padding: 0 15px;
        margin: 0;
    }

    .decora-service.mobile .sppb-addon-image-layout-wrap {
        text-align: left;
    }

    .decora-service.mobile:hover .sppb-addon-image-layout-content {
        animation: none;
    }

    .decora-service.mobile .sppb-addon-image-layout-text {
        /*display: block;*/
        padding-bottom: 15px;
    }

    .home-page .decora-service.mobile .sppb-addon-image-layout-text {
        display: block;
    }

    .residents #sp-simpleportfolio {
        width: 100%;
    }

    .residents .sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item {
        width: 33.33%;
    }

    .residents .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title {
        font-size: 18px !important;
        text-transform: none;
    }
}

/*Mobile & Ipad*/
@media only screen and (max-width: 768px) {
    body h2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    body, p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .events-bottom-header .sp-page-title .sp-page-title-heading:before {
        top: -5px;
    }

    .sppb-social-share-style-solid ul li a {
        padding: 7px;
    }

    .home-page .running-projects .sp-simpleportfolio .sp-simpleportfolio-item {
        padding: 0px;
    }

    .home-page .running-projects .carousel .spsimpleportfolio-items {
        margin-left: 0px;
    }

    .home-page .running-projects .carousel .carousel-item.sppb-row {
        margin: 0px;
    }

    .home-page .running-projects .carousel {
        padding-bottom: 0px;
    }

    .home-page .general-highlights .carousel-control-next,
    .home-page .general-highlights .carousel-control-prev {
        width: 100% !important;
        background: none !important;
        right: 0px;
        left: 0px;
        transform: none !important;
        top: -5%;
    }

    .home-page .general-highlights .carousel-control-prev-icon {
        padding: 20px;
        background: #121212;
        float: left;
    }

    .home-page .general-highlights .carousel-control-next-icon {
        padding: 20px;
        background: #121212;
        float: right;
    }

    #sp-footer {
        padding: 0 0 20px 0;
    }

    #sp-footer #sp-footer1 {
        padding: 10px 0;
        border-bottom: 1px solid #b09b7d;
    }
    #sp-footer #sp-footer1 .footer-info {
        margin-top: 10px;
    }
    #sp-footer #sp-footer2 .footer-info {
        text-align: center;
        height: 20px;
        line-height: 24px;
    }

    #sp-footer .footer-logo {
        padding: 5px;
    }

    #sp-footer .footer-info {
        padding: 5px;
        font-size: 12px;
        line-height: 25px;
    }

    #sp-footer .footer-info span {
        line-height: 12px;
        padding-left: 0;
    }

    #sp-footer1 .footer-info {
        /*float: right;*/
    }
    #sp-footer .footer-d-info{
        margin-top: unset;
        float: none;
    }

    .residents .sp-simpleportfolio .sp-simpleportfolio-filter {
        margin-bottom: 30px;
    }

    .visit-us .visit-us-block h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .visit-us .visit-us-block {
        min-height: 200px;
        padding: 10px;
    }

    .visit-us .address-bar {
        padding: 20px 10px 15px 10px;
    }

    .visit-us .address-bar-info {
        padding: 15px 10px 15px 10px;
    }

    .contact-us .inner-div {
        margin: auto;
    }

    .contact-tab .sppb-tab-content {
        margin: 30px 0px;
        padding: 0px;
    }

    .contact-us .formResponsive .formHorizontal .rsform-block {
        width: 100%;
    }

    .visit-us .getting-here-table .sppb-addon-table-main.bt tbody td::before {
        display: none;
    }

    .business-opportunities ol{
        padding-left : 1em;
    }

    /* Gallery */
    .photoAlbum .ba-gallery {
        padding: 0;
    }

    #sp-footer .container{
        max-width: 100%!important;
    }

    .event-page .fancybox-content{
        padding: 44px 15px;
        max-width: 95%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .events-bottom .event-box .sppb-image-layout-title {
        line-height: 46px;
        font-size: 36px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .home-page div.hero-slider .sp-slider-outer-stage {
        height: calc(100vh - 100px) !important;
    }

    .sp-slider .sp-item .sp-background {
        background-repeat: no-repeat !important;
        background-position: center top !important;
        min-height: unset;
        min-height: 345px;
        height: calc(70vh - 100px) !important;
    }

    .home-page div.hero-slider .sp-slider-content-align-left {
        padding: 15px 15px 50px 15px;
        width: 100% !important;
        /*min-height: 220px;*/
        max-width: none;
    }

    .home-page h2.sppb-sp-slider-title,
    .home-page .sppb-sp-slider-text {
        margin: 0px 0px 10px 0px !important;
    }

    .home-page .sppb-sp-slider-button .sp-slider-btn-text {
        padding: 0px;
    }

    .home-page .our-spaces {
        padding: 0px;
    }

    .sp-page-title {
        padding: 30px 0px;
    }

    .our-story .our-story-values .module {
        min-height: auto;
    }

    .header-section, .sppb-section.pad20, .gallery-event-section {
        padding: 0 !important;
    }

    .sppb-section.facilities-venue.pad20 {
        padding: 20px 0 !important;
    }

    .residents .sp-simpleportfolio .sp-simpleportfolio-filter {
        margin-bottom: 30px;
    }

    .residents .sp-simpleportfolio .sp-simpleportfolio-item {
        padding: 5px;
    }

    .residents .sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item {
        width: 50%;
    }

    .residents .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title {
        font-size: 16px !important;
        letter-spacing: 0px;
    }

    .residents .sp-simpleportfolio .sp-simpleportfolio-tags {
        padding: 10px 0px !important;
    }

    .resident-details .resident-info .resident-logo img {
        width: 150px;
    }

    .resident-details .resident-info {
        background: none !important;
    }

    .resident-details .resident-info .resident-contact ul {
        float: none;
        margin: auto !important;
    }

    .whatson-events .event-filter {
        /*padding-bottom: 15px;*/
    }

    .event-page.view-article article.item .sp-page-title .sp-page-title-heading:before {
        left: 15px;
    }

    .event-page.view-article article.item .sp-page-title .sp-page-title-heading {
        padding-left: 15px;
    }

    .event-page.view-article .event-promoter .promoter-info {
        /*padding-left: 15px;*/
        font-size: 18px;
    }

    .event-page.view-article .event-promoter .promoter-info a {
        font-size: 18px;
    }

    .event-page.view-article .event-promoter .promoter-resident {
        padding-top: 10px;
        font-size: 14px;
    }

    .event-page.view-article .event-promoter .promoter-logo {
        /*padding-right: 15px;*/
    }

    .events-bottom-header .sp-page-title-heading-wrap {
        /*padding: 0px 15px;*/
    }

    .event-page.view-article article.item .event-desc-col,
    .event-page.view-article article.item .event-info-col {
        padding: 15px;
    }

    .event-page.view-article article.item .event-info-col {
        text-align: center;
    }

    .event-page.view-article article.item .event-details .event-date {
        font-size: 18px;
    }

    .event-page.view-article article.item .event-info-col .event-time {
        font-size: 16px;
    }

    .event-page.view-article article.item .event-info-col .line {
        width: 30%;
    }

    .resident-details .resident-info, .event-page.view-article article.item .event-body {
        background: none;
    }

    .event-page.view-article .events-bottom {
        padding: 0px 2px;
    }

    .events-bottom .event-box .sppb-image-layout-title {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 20px 0px;
        line-height: 35px;
        font-size: 25px;
    }

    .events-bottom .event-box .sppb-addon-image-layout-text {
        font-size: 13px;
        line-height: 24px;
    }

    .event-page.view-article .how-to-get-here {
        padding: 15px;
    }

    .view-article .tracks-lists {
        padding: 0px;
    }

    .view-article .additional-info,
    .view-article .tracks-block {
        padding: 15px;
    }

    .view-article .tracks-block .tracks-item .tracks-item-detail.tracks-title {
        min-height: unset;
    }

    .view-article .tracks-block .tracks-item .tracks-title .tracks-title-text {
        font-size: 18px;
        font-weight: 500;
    }

    /*Past years*/
    .flex-header h3 {
        padding: 20px 0px;
    }

    .decora-service .sppb-addon-image-layout-content {
        padding: 20px;
    }

    .visit-us .opening-title h2.sppb-addon-title {
        font-size: 22px;
        line-height: 22px;
    }

    .visit-us .opening-title {
        margin-top: 100px;
    }

    .visit-us .visit-us-category .sppb-col-md-3,
    .visit-us .visit-us-category .sppb-col-sm-4,
    .visit-us .visit-us-category .sppb-col-xs-6 {
        float: left;
    }

    .visit-us .opening-msg {
        font-size: 16px;
        line-height: 1.5;
    }

    .visit-us .visit-us-block h3 {
        font-size: 16px;
        line-height: 1.5;
    }

    .visit-us .visit-us-block {
        min-height: 150px;
        padding: 10px;
    }

    .visit-us .address-bar {
        padding: 0px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 18px;
    }

    .visit-us .address-bar-info {
        padding: 0px;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
    }

    .visit-us .banner-title h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .visit-us .banner-btn h3 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .visit-us .banner-btn {
        height: 40px;
    }

    .visit-us .visit-us-detail {
        text-align: left;
    }

    .media-centre #sp-page-builder .sppb-section-title {
        margin-bottom: 0px;
    }

    .media-centre .media-block-image .image-box {
        padding: 0px 0px 15px 0px;
    }

    .view-article article.item .mobile-btn {
        display: block !important;
    }

    .view-article article.item .event-info-col .action-btn {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .home-page div.hero-slider .sp-slider-outer-stage {
        height: 575px !important;
    }

    .home-page .sp-slider .sp-item .sp-background {
        height: 325px !important;
        min-height: 325px !important;
    }

    .g-highlight-mobile .sp-simpleportfolio-intro {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }

    .g-highlight-mobile .sp-simpleportfolio-info {
        transform: translateY(0) !important;
        padding: 50px 100px !important;
    }

    .view-article .tracks-block .col-xs-12:not(.col-sm-12) {
        width: 50%;
    }
}

/* Ipad */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    #sp-footer1 .footer-info {
        float: right;
        position: relative;
        align-items: center;
        display: flex;
    }
}

/* Ipad - Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

    div.hero-slider .sp-slider-content-align-left {
        width: 45vw !important;
    }

    .general-highlights .carousel {
        padding-bottom: 0;
    }

    .general-highlights .carousel .carousel-control-next,
    .general-highlights .carousel .carousel-control-prev {
        top: -5%;
        width: 60px;
        height: 40px;
    }

    .g-highlight-mobile .sp-simpleportfolio-intro {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }

    .g-highlight-mobile .sp-simpleportfolio-info {
        transform: translateY(0) !important;
        padding: 50px 100px !important;
    }

    .general-highlights .carousel .carousel-control-next span.carousel-control-next-icon,
    .general-highlights .carousel .carousel-control-prev span.carousel-control-prev-icon {
        transform: translateY(-25%);
    }
}

/* Ipad - Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {

    div.hero-slider .sp-slider-content-align-left {
        width: 35vw !important;
    }

    .g-highlight-desktop .sp-simpleportfolio-intro {
        visibility: hidden;
    }
}

/* Ipad Pro - Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .general-highlights .carousel .carousel-control-next,
    .general-highlights .carousel .carousel-control-prev {
        top: 50%;
        left: 0;
        width: 70px;
        height: 70px;
        background-color: #161616;
    }

    .general-highlights .carousel .carousel-control-next span.carousel-control-next-icon,
    .general-highlights .carousel .carousel-control-prev span.carousel-control-prev-icon {
        transform: translateY(0);
    }
}

@media only screen and (max-width: 568px) {
    .visit-us .getting-here .getting-here-table tr td:first-child {
        width: 100%;
        padding: 0px 20px;
    }
}

/* Mobile */
@media only screen and (max-width: 500px) {
    .general-highlights .carousel {
        padding-bottom: 0;
    }

    .general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap:hover {
        -webkit-transform: none;
        transform: none;
    }

    .general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap .sp-simpleportfolio-info {
        bottom: 50px;
    }

    .general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap:hover .sp-simpleportfolio-info {
        padding: 15px;
        -webkit-transform: translateY(65%);
        transform: translateY(65%);
    }

    .general-highlights .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-item-wrap:hover .sp-simpleportfolio-info .sp-simpleportfolio-intro {
        opacity: 0;
        transform: translateY(10px);
    }

    .general-highlights .carousel .carousel-control-next,
    .general-highlights .carousel .carousel-control-prev {
        top: -5%;
        width: 60px;
        height: 40px;
    }

    /*.general-highlights .carousel .carousel-control-prev {*/
    /*right: 78%;*/
    /*}*/
    /*.general-highlights .carousel .carousel-control-next {*/
    /*left: 96%;*/
    /*}*/
    .general-highlights .carousel .carousel-control-next span,
    .general-highlights .carousel .carousel-control-prev span {
        transform: translateY(25%);
    }
    .myshortlist_box{
        top: 20%;
    }
    
    .sppb-text-right {
    	text-align: center;
    }
    .divider-position {
    	text-align: center !important;
    }
    
    .goodman-grows .all-access .tagliner {
      width: 100%;
      background: transparent;
    }
}

/* Mobile */
@media only screen and (max-width: 320px) {
    .home-page .sp-slider .sp-item .sp-background {
        min-height: unset;
        min-height: 215px;
        height: 40vh !important;
    }
}

/*.social-wall #sub-container {*/
/*position: relative;*/
/*}*/

.socials-group .btn-group a {
    font-size: 20px;
    color: #000;
}

.socials-group .btn-group a:hover {
    color: #652dc1;
}



/* All Access */
.all-access {
  /* Aspect */

  /* Title */

  /* Tag Liner */

  /* Image */

  /* Shuffle */

  /* Misc */

  /* Grid */

  /* All Access Content */

  /* Overlay */

  /* Page Menu */

  /* Slider Navigation */

  /* Owl Carousel */

  /* Share */

  /* Filter */

  /* Hidden content */

  /* Embed Container */

  /* Comment */

  /* Resources */

  /* Fancybox */

  /* For mobile nav */

}
.all-access .col-1\@xs,
.all-access .col-2\@xs,
.all-access .col-3\@xs,
.all-access .col-4\@xs,
.all-access .col-5\@xs,
.all-access .col-6\@xs,
.all-access .col-1\@sm,
.all-access .col-2\@sm,
.all-access .col-3\@sm,
.all-access .col-4\@sm,
.all-access .col-5\@sm,
.all-access .col-6\@sm,
.all-access .col-7\@sm,
.all-access .col-8\@sm,
.all-access .col-9\@sm,
.all-access .col-10\@sm,
.all-access .col-11\@sm,
.all-access .col-12\@sm,
.all-access .col-1\@md,
.all-access .col-2\@md,
.all-access .col-3\@md,
.all-access .col-4\@md,
.all-access .col-5\@md,
.all-access .col-6\@md,
.all-access .col-7\@md,
.all-access .col-8\@md,
.all-access .col-9\@md,
.all-access .col-10\@md,
.all-access .col-11\@md,
.all-access .col-12\@md {
  position: relative;
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.all-access .col-1\@xs,
.all-access .col-2\@xs,
.all-access .col-3\@xs,
.all-access .col-4\@xs,
.all-access .col-5\@xs,
.all-access .col-6\@xs {
  float: left;
}
.all-access .col-1\@xs {
  width: 16.66667%;
}
.all-access .col-2\@xs {
  width: 33.33333%;
}
.all-access .col-3\@xs {
  width: 50%;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .col-3\@xs {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .col-3\@xs {
    width: 100%;
  }
}
.all-access .col-4\@xs {
  width: 66.66667%;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .col-4\@xs {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .col-4\@xs {
    width: 100%;
  }
}
.all-access .col-5\@xs {
  width: 83.33333%;
}
.all-access .col-6\@xs {
  width: 100%;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .col-12\@xs {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .col-12\@xs {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-1\@sm,
  .all-access .col-2\@sm,
  .all-access .col-3\@sm,
  .all-access .col-4\@sm,
  .all-access .col-5\@sm,
  .all-access .col-6\@sm,
  .all-access .col-7\@sm,
  .all-access .col-8\@sm,
  .all-access .col-9\@sm,
  .all-access .col-10\@sm,
  .all-access .col-11\@sm,
  .all-access .col-12\@sm {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-1\@sm {
    width: 8.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-2\@sm {
    width: 16.66667%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-3\@sm {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-4\@sm {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-5\@sm {
    width: 41.66667%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-6\@sm {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-7\@sm {
    width: 58.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-8\@sm {
    width: 66.66667%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-9\@sm {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-10\@sm {
    width: 83.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-11\@sm {
    width: 91.66667%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-12\@sm {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .all-access .col-1\@md,
  .all-access .col-2\@md,
  .all-access .col-3\@md,
  .all-access .col-4\@md,
  .all-access .col-5\@md,
  .all-access .col-6\@md,
  .all-access .col-7\@md,
  .all-access .col-8\@md,
  .all-access .col-9\@md,
  .all-access .col-10\@md,
  .all-access .col-11\@md,
  .all-access .col-12\@md {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-1\@md {
    width: 8.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-2\@md {
    width: 16.66667%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-3\@md {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-4\@md {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-5\@md {
    width: 41.66667%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-6\@md {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-7\@md {
    width: 58.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-8\@md {
    width: 66.66667%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-9\@md {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-10\@md {
    width: 83.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-11\@md {
    width: 91.66667%;
  }
}
@media only screen and (min-width: 768px) {
  .all-access .col-12\@md {
    width: 100%;
  }
}
.all-access .col-12\@md.picture-item,
.all-access .col-3\@md.picture-item,
.all-access .col-6\@md.picture-item {
  padding-bottom: 16px;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .col-3\@md .picture-item {
    padding-bottom: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .col-3\@md .picture-item {
    padding-bottom: 0;
    margin-top: 10px;
  }
}
.all-access .col-3\@md .picture-item__details {
  padding: 1em;
  min-height: 200px;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .col-4\@md .picture-item {
    padding-bottom: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .col-4\@md .picture-item {
    padding-bottom: 0;
    margin-top: 10px;
  }
}
.all-access .col-4\@md .picture-item__details {
  padding: 1em;
  min-height: 230px;
}
.all-access .col-4\@md .all-access-wrapper {
  min-height: 140px;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .col-6\@md .picture-item {
    padding-bottom: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .col-6\@md .picture-item {
    padding-bottom: 0;
    margin-top: 10px;
  }
}
.all-access .col-6\@md .picture-item__details {
  padding: 1em;
  min-height: 270px;
}
.all-access .col-6\@md.strips .aspect,
.all-access .col-12\@md.strips .aspect {
  width: 30%;
}
.all-access .col-6\@md.strips .aspect__inner,
.all-access .col-6\@md.strips .picture-item__inner,
.all-access .col-12\@md.strips .aspect__inner,
.all-access .col-12\@md.strips .picture-item__inner {
  background: #000;
}
.all-access .col-12\@md.strips .aspect--16x9,
.all-access .col-6\@md.strips .aspect--16x9 {
  padding-bottom: 20%;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .col-6\@md.strips .aspect--16x9,
  .all-access .col-12\@md.strips .aspect--16x9 {
    padding-bottom: 35%;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .col-6\@md.strips .aspect--16x9,
  .all-access .col-12\@md.strips .aspect--16x9 {
    padding-bottom: 30%;
  }
}
.all-access .col-6\@md.strips .picture-item__details,
.all-access .col-12\@md.strips .picture-item__details {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background: #000;
  color: #fff;
}
.all-access .col-6\@md.strips .picture-item__details .all-access-title h4 a,
.all-access .col-12\@md.strips .picture-item__details .all-access-title h4 a {
  color: #fff;
}
.all-access .col-12\@md .all-access-wrapper {
  min-height: unset;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .col-12\@md .all-access-engage {
    position: relative;
    margin-top: 0;
    padding: 20px 0 0;
    left: unset;
    bottom: unset;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .col-12\@md .all-access-engage {
    position: relative;
    margin-top: 0px;
    padding: 20px 0 0;
    left: unset;
    bottom: unset;
    margin-bottom: 1em;
  }
}
.all-access .col-12\@md .picture-item__details {
  /* width: 40%; */
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .col-12\@md .picture-item__details {
    width: 100%;
    /* height: auto; */
  
    position: relative;
    top: unset;
    right: unset;
    padding: 1em;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .col-12\@md .picture-item__details {
    width: 100%;
    /* height: auto; */
  
    position: relative;
    top: unset;
    right: unset;
    padding: 1em;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .col-12\@md .picture-item {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .col-12\@md .picture-item {
    padding-bottom: 0;
  }
}
.all-access .col-12\@md .aspect {
 /*  width: 60%; */
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .all-access .col-12\@md .aspect {
    width: 100%;
  }
}
.all-access .col-12\@md .aspect--16x9 {
  /* padding-bottom: 40.1%; */
  background: #ddd; /* #171717 */
}
@media only screen and (max-width: 1100px) {
  .all-access .col-12\@md .aspect--16x9 {
    padding-bottom: 85%;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .col-12\@md .aspect--16x9 {
    padding-bottom: 58%;
  }
}
@media only screen and (max-width: 768px) {
  .all-access .col-12\@md .aspect--16x9 {
    padding-bottom: 40.1%;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .col-12\@md .aspect--16x9 {
    padding-bottom: 70%;
  }
}
.all-access .gac-logo {
  width: 80%;
}
.all-access .aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.all-access .aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.all-access .aspect--16x9 {
  /* padding-bottom: 58%; */
  padding-bottom: 63%;
}
.all-access #grid-upcoming .aspect--16x9 {
  padding-bottom: 75%;
}
.all-access .sppb-addon-title {
  line-height: 30px;
}
.all-access h3.sppb-addon-title {
  font-size: 28px;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access h3.sppb-addon-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .all-access h3.sppb-addon-title {
    font-size: 18px;
  }
}
.all-access h4 {
  font-size: 22px;
  font-weight: 700;
}
.all-access .tagliner {
  color: #fff;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.all-access .tagliner.black {
  color: #000;
}
.all-access .tagliner.white {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .all-access .tagliner.black {
    color: #fff;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .tagliner {
    font-size: 14px;
    line-height: 16px;
    padding: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .tagliner {
    font-size: 14px;
    line-height: 16px;
    padding: 20px;
    background-color: #000;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .tagliner div {
    line-height: 16px !important;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .tagliner div {
    line-height: 16px !important;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .wave-img {
    opacity: 0.3;
    z-index: -1;
  }
}
.all-access img {
  display: block;
  max-width: 100%;
}
.all-access .picture-item {
  /*height: 220px;
		margin-top: @picture-gutter;*/

}
@media only screen and (max-width: 767px) {
  .all-access .picture-item {
    height: auto;
    margin-top: 20px;
  }
}
.all-access .picture-item img {
  display: block;
  max-width: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .picture-item img {
    height: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .picture-item img {
    height: 100%;
    /* object-fit: contain;
    width: auto; */
    object-fit: cover;
    width: 100%;
  }
}
.all-access .picture-item.strips .all-access-subcat {
  padding: 0;
  background: none;
  width: auto;
  text-align: left;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .all-access .picture-item.strips .all-access-subcat {
    margin-bottom: 5px;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .picture-item.strips .all-access-subcat {
    margin-bottom: 5px;
  }
}
.all-access .picture-item.strips .all-access-stats {
  color: #ccc;
}
.all-access .picture-item.strips .all-access-engage {
  left: unset;
  right: 0;
  bottom: 0;
  padding: 0.1em;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .picture-item.strips .all-access-engage {
    bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .picture-item.strips .all-access-engage {
    bottom: 0;
  }
}
.all-access .picture-item.strips .picture-item__details {
  min-height: unset;
}
.all-access .picture-item.strips h4 {
  font-size: 16px;
  color: #fff;
}
.all-access .picture-item.strips h4 a {
  color: #000;
}
.all-access .picture-item--h2 {
  height: 464px;
  /* 2x the height + 1 gutter */

}
@media only screen and (max-width: 767px) {
  .all-access .picture-item--h2 {
    height: auto;
  }
}
.all-access .picture-item__title {
  flex-shrink: 0;
  margin-right: 4px;
}
.all-access .picture-item__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #ecf0f1;
}
.all-access .picture-item__description {
  width: 100%;
  padding: 0 2em 1em 1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .all-access .picture-item__description {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .all-access .picture-item__description {
    font-size: 0.875em;
    padding: 0.625em 0.625em 1.25em 0.625em;
  }
}
.all-access .picture-item__details {
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  padding: 1.5em;
}
@media only screen and (max-width: 767px) {
  .all-access .picture-item__details {
    font-size: 0.875em;
    padding: 0.625em;
  }
}
.all-access .picture-item__tags {
  flex-shrink: 1;
  text-align: right;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .all-access .picture-item--overlay .picture-item__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(7px);
    color: white;
    overflow: hidden;
  }
}
.all-access .fancybox-button.fancybox-close-small {
  background-color: #f5f5f5;
}
.all-access .my-shuffle-container {
  position: relative;
  overflow: hidden;
}
.all-access .my-shuffle-container .my-sizer-element {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.all-access .mobile-only {
  display: none;
}
.all-access .desktop-display {
  margin-top: 20px;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .desktop-display {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .desktop-display {
    display: none;
  }
}
.all-access .center-cropped {
  min-height: 300px;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access ol {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 500px) {
  .all-access ol {
    margin-left: -20px;
  }
}
.all-access ol li:not(:last-child) {
  margin-bottom: 10px;
}
.all-access hr.pinkLine {
  border-top: 1px solid #8d88da;
}
.all-access .pink-link a,
.all-access .pinkLink a {
  color: #8d88da;
  font-weight: bold;
}
.all-access .pink-link a:hover,
.all-access .pinkLink a:hover,
.all-access .pink-link a:focus,
.all-access .pinkLink a:focus {
  color: #8d88da;
}
.all-access .pink-link a:before,
.all-access .pinkLink a:before {
  content: '/ ';
}
.all-access #grid-learning-resources .picture-item__inner {
  background: #333;
}
.all-access #grid-learning-resources .col-12\@md .aspect {
  width: 40%;
}
@media only screen and (max-width: 500px) {
  .all-access #grid-learning-resources .col-12\@md .aspect {
    width: 100%;
  }
}
.all-access #grid-learning-resources .col-12\@md .aspect--16x9 {
  /* padding-bottom: 28%; */
}
@media only screen and (max-width: 500px) {
  .all-access #grid-learning-resources .col-12\@md .aspect--16x9 {
    /* padding-bottom: 55%; */
  }
}
.all-access #grid-learning-resources .col-12\@md .picture-item__details {
  width: 60%;
}
@media only screen and (max-width: 500px) {
  .all-access #grid-learning-resources .col-12\@md .picture-item__details {
    width: 100%;
  }
}
.all-access #grid-learning-resources .col-12\@md .all-access-synopsis {
  color: #fff;
}
.all-access #grid-learning-resources .picture-item__details .all-access-title h4 a {
  color: #fff;
}
.all-access #grid-learning-resources .all-access-share-btn {
  background: transparent;
}
.all-access #grid-wathcagain-nl .picture-item__inner {
  background: #333;
}
.all-access #grid-watchagain-nl .col-12\@md .aspect {
  width: 40%;
}
@media only screen and (max-width: 500px) {
  .all-access #grid-watchagain-nl .col-12\@md .aspect {
    width: 100%;
  }
}
.all-access #grid-watchagain-nl .col-12\@md .picture-item__details {
  width: 60%;
}
@media only screen and (max-width: 500px) {
  .all-access #grid-watchagain-nl .col-12\@md .picture-item__details {
    width: 100%;
  }
}
.all-access #grid-watchagain-nl .col-12\@md .aspect--16x9 {
  padding-bottom: 23%;
}
@media only screen and (max-width: 500px) {
  .all-access #grid-watchagain-nl .col-12\@md .aspect--16x9 {
    width: 100%;
    padding-bottom: 55%;
  }
}
.all-access #grid-watchagain-nl .picture-item__inner {
  background: #333;
}
.all-access #grid-watchagain-nl .all-access-engage {
  display: none;
}
.all-access #grid-watchagain-nl .all-access-synopsis {
  color: #fff;
}
.all-access #all-access-header {
  z-index: 2 !important;
  background-color: #000;
}
.all-access .all-access-logo {
  width: 400px;
  margin: 0 auto;
  margin-top: -10px;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .all-access-logo {
    width: 70%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .all-access-logo {
    width: 70%;
  }
}
.all-access .all-access-wrapper {
  min-height: 130px;
}
.all-access .all-access-container {
  padding-left: 3.5%;
  padding-right: 3.5%;
}
.all-access .all-access-container:before,
.all-access .all-access-container:after {
  content: " ";
  display: table;
}
.all-access .all-access-container:after {
  clear: both;
}
.all-access .all-access-row {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .all-access .all-access-row {
    max-width: 1200px;
  }
}
.all-access .all-access-row:before,
.all-access .all-access-row:after {
  content: " ";
  display: table;
}
.all-access .all-access-row:after {
  clear: both;
}
.all-access .all-access-row .row {
  margin-left: -8px;
  margin-right: -8px;
}
h2.sppb-addon-title {
    font-family: 'Oswald', sans-serif !important;
    font-size: 42px !important;
    line-height: 50px !important;
    letter-spacing: 2px;
    font-weight: 500 !important;
}

h3.sppb-addon-title {
    font-family: 'Oswald', sans-serif !important;
    font-size: 28px !important;
    line-height: 32px !important;
    letter-spacing: 2px;
    font-weight: 500 !important;
}
  
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .all-access-header-title h2.sppb-addon-title {
    font-size: 25px !important;
    line-height: 25px !important;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .all-access-header-title h2.sppb-addon-title {
    font-size: 25px !important;
    line-height: 25px !important;
  }
}
.all-access .all-access-date {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.all-access .all-access-title {
  margin-bottom: 5px;
}
.all-access .all-access-title h4 a {
  color: #000;
  font-weight: bold;
}
.all-access .all-access-subcat {
  padding: 5px 20px;
  background: #000;
  color: #fff;
  margin-bottom: 10px;
  width: 250px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .all-access .all-access-subcat {
    width: auto;
    margin-bottom: 5px;
  }
}
.all-access .all-access-stats {
  font-size: 14px;
}
.all-access .all-access-synopsis {
  margin-top: 20px;
  pointer-events: unset;
}
.all-access .overlay.open .all-access-synopsis {
  pointer-events: auto;
}
@media only screen and (max-width: 991px) {
  .all-access .all-access-synopsis {
    display: none;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .all-access-synopsis {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .all-access-synopsis {
    margin-top: 10px;
  }
}
.all-access .all-access-engage {
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5em;
  pointer-events: none;
}
.all-access .all-access-engage.strip .all-access-share-details {
  position: fixed;
  bottom: 55px;
  right: 0;
  left: unset;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .all-access-engage.strip .all-access-share-details {
    bottom: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .all-access-engage.strip .all-access-share-details {
    bottom: 40px;
  }
}
.all-access #all-access-watch-again .tagliner {
  color: #000;
}
.all-access #all-access-watch-again .all-access-synopsis ul {
  column-count: 2;
}
@media only screen and (max-width: 768px) {
  .all-access #all-access-watch-again .tagliner {
    color: #fff;
  }
}
.all-access #all-access-whats-happening .all-access-row {
  z-index: 2;
}
.all-access #all-access-upcoming h4 {
  font-size: 18px;
}
.all-access .all-access-resources .all-access-blocks {
  min-height: 250px;
  height: 250px;
  display: table;
  cursor: pointer;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .all-access .all-access-resources .all-access-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .all-access-resources .all-access-blocks {
    min-height: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .all-access-resources .all-access-blocks {
    min-height: 150px;
    height: 150px;
  }
}
.all-access .all-access-blocks-details {
  display: none;
}
.all-access .all-resources-comments h3 {
  color: #000;
}
.all-access .cta-btn {
  display: inline-block;
}
.all-access .cta-additional {
  margin: 10px 0;
  display: table;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .cta-additional {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .cta-additional {
    margin: 0 0 10px 0;
  }
}
.all-access .cta-main {
  display: table;
}
@media only screen and (max-width: 500px) {
  .all-access .cta-main .all-access-share-btn {
    /*margin-top: 10px;*/
  
  }
}
.all-access .follow-along-videos .col-12\@md.strips .aspect--16x9, .all-access .follow-along-videos .col-6\@md.strips .aspect--16x9 {
  padding-bottom: 24%;
}
.all-access .all-access-join-btn {
  padding: 10px 20px;
  /* color: #fff;
  background: #8d88da; */
  color: #503795;
  border: 1px solid #503795;
  float: left;
  font-weight: bold;
  margin-right: 8px;
  min-width: 120px;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
}
.all-access .all-access-join-btn.disablecta {
	opacity: 0.4;
}
.all-access a.all-access-join-btn.disablecta:active {
	pointer-events: none;
}
.all-access .all-access-join-btn.cta-form {
  color: #fff;
  border: 1px solid #fff;
  width: 195px;
  float: none;
}
.all-access .all-access-share-btn {
  padding: 10px 0;
  background: #000;
  color: #fff;
  float: left;
  font-weight: bold;
  margin-right: 8px;
  min-width: 120px;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
}
.all-access .all-access-share-btn.sml {
  min-width: unset;
}
.all-access .all-access-share-btn.sml img {
  width: 20px;
}
.all-access .all-access-view-btn {
  padding: 10px 0;
  background: #333;
  color: #fff;
  float: left;
  font-weight: bold;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  margin-right: 8px;
}
.all-access .all-access-viewmedia-btn {
  padding: 10px 0;
  background: #8d88da;
  color: #fff;
  float: left;
  font-weight: bold;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  margin-bottom: 20px;
}
.all-access .all-access-read-btn {
  padding: 10px 20px;
  background: #8d88da;
  color: #fff;
  float: left;
  font-weight: bold;
  margin-right: 12px;
  min-width: 120px;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
}
.all-access .all-access-synopsis-close {
  color: #fff;
  text-align: right;
  cursor: pointer;
}
.all-access .mobile-overlay {
  display: none;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .mobile-overlay {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .mobile-overlay {
    display: block;
  }
  .all-access .mobile-overlay .all-access-synopsis {
    display: block;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .mobile-overlay .all-access-engage {
    position: relative;
    margin-top: 0;
    padding: 20px 0 0;
    left: unset;
    bottom: unset;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .mobile-overlay .all-access-engage {
    position: relative;
    margin-top: 0;
    padding: 20px 0 0;
    left: unset;
    bottom: unset;
    margin-bottom: 1em;
  }
}
.all-access .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity .6s linear;
  -webkit-transition: opacity .6s ease;
  -moz-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  z-index: 1;
  padding: 1.5em;
  pointer-events: none;
}
.all-access .overlay.open {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  pointer-events: auto;
}
.all-access .overlay.open .all-access-synopsis-close {
  pointer-events: auto;
}
.all-access .overlay.open .all-access-synopsis {
  display: block;
}
.all-access .overlay .all-access-synopsis {
  color: #fff;
  margin-bottom: 30px;
}
.all-access .page-menu {
  text-align: center;
  margin: 30px 0;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .page-menu {
    margin: 20px 0 30px 0;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .page-menu {
    margin: 20px 0 30px 0;
  }
}
.all-access .page-dot {
  background: #fff;
  outline: none;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
  border: none;
  cursor: pointer;
}
.all-access .page-dot.active {
  background: #8d88da;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .page-dot {
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .page-dot {
    opacity: 0;
    pointer-events: none;
  }
}
.all-access #page-menu-grid-upcoming .page-menu,
.all-access #page-menu-grid-watchagain .page-menu {
  margin: 14px 0 30px 0;
}
.all-access .customNavigation .sppbSlidePrev,
.all-access .customNavigation .sppbSlideNext {
  position: absolute;
  top: -5px;
  z-index: 100;
  float: left;
  cursor: pointer;
  width: 70px;
  height: 310px;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .customNavigation .sppbSlidePrev,
  .all-access .customNavigation .sppbSlideNext {
    background: none;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .customNavigation .sppbSlidePrev,
  .all-access .customNavigation .sppbSlideNext {
    background: none;
  }
}
.all-access .customNavigation .sppbSlidePrev {
  background: -moz-linear-gradient(to right, rgba(221, 221, 221, 0.9) 70%, rgba(221, 221, 221, 0.8) 30%, rgba(221, 221, 221, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(221, 221, 221, 0.9)), color-stop(70%, rgba(221, 221, 221, 0.8)), color-stop(100%, rgba(221, 221, 221, 0)));
  background: -webkit-linear-gradient(to right, rgba(221, 221, 221, 0.9) 30%, rgba(221, 221, 221, 0.8) 70%, rgba(221, 221, 221, 0) 100%);
  background: -o-linear-gradient(to right, rgba(221, 221, 221, 0.9) 30%, rgba(221, 221, 221, 0.8) 70%, rgba(221, 221, 221, 0) 100%);
  background: -ms-linear-gradient(to right, rgba(221, 221, 221, 0.9) 30%, rgba(221, 221, 221, 0.8) 70%, rgba(221, 221, 221, 0) 100%);
  background: linear-gradient(to right, #dddddd 30%, rgba(221, 221, 221, 0.8) 70%, rgba(221, 221, 221, 0) 100%);
  left: 0;
}
.all-access .customNavigation .sppbSlidePrev img {
  left: 0;
}
.all-access .customNavigation .sppbSlideNext {
  background: -moz-linear-gradient(to left, rgba(221, 221, 221, 0.9) 70%, rgba(221, 221, 221, 0.8) 30%, rgba(221, 221, 221, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(221, 221, 221, 0.9)), color-stop(70%, rgba(221, 221, 221, 0.8)), color-stop(100%, rgba(221, 221, 221, 0)));
  background: -webkit-linear-gradient(to left, rgba(221, 221, 221, 0.9) 30%, rgba(221, 221, 221, 0.8) 70%, rgba(221, 221, 221, 0) 100%);
  background: -o-linear-gradient(to left, rgba(221, 221, 221, 0.9) 30%, rgba(221, 221, 221, 0.8) 70%, rgba(221, 221, 221, 0) 100%);
  background: -ms-linear-gradient(to left, rgba(221, 221, 221, 0.9) 30%, rgba(221, 221, 221, 0.8) 70%, rgba(221, 221, 221, 0) 100%);
  background: linear-gradient(to left, rgba(221, 221, 221, 0.9) 30%, rgba(221, 221, 221, 0.8) 70%, rgba(221, 221, 221, 0) 100%);
  right: 0;
}
.all-access .customNavigation .sppbSlideNext img {
  right: 0;
}
.all-access .customNavigation img {
  position: absolute;
  top: 45%;
  width: 12px;
  margin-right: 20px;
  margin-left: 20px;
}
.all-access .owl-dots {
  text-align: center;
  width: 100%;
}
.all-access .owl-dots button.owl-dot {
  border-radius: 50%;
  padding: 5px !important;
  margin: 5px;
  background: #5d5d5d;
  color: #5d5d5d;
}
.all-access .owl-dots button.owl-dot.active {
  background: #8d88da;
  outline: none;
}
.all-access .share-option-sp {
  margin-right: 0;
  margin-left: auto;
  float: right;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .share-option-sp.icon-4 {
    top: -20px;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .share-option-sp.icon-4 {
    top: -20px;
  }
}
.all-access .share-hidden-sp {
  right: 0;
}
.all-access .share-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.all-access .all-access-share-box {
  width: 150px;
  height: 85px;
  background: #8d88da;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}
.all-access .all-access-share-block {
  margin-top: 10px;
  text-align: center;
}
.all-access .all-access-share-icons img {
  display: inline-block;
  width: 20px;
  margin: 0 10px 0 auto;
}
.all-access .all-access-share-details {
  width: 150px;
  height: 85px;
  position: absolute;
  bottom: 70px;
  left: 150px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .all-access-share-details {
    bottom: 30px;
    left: 130px;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .all-access-share-details {
    bottom: 30px;
    left: 130px;
  }
}
.all-access .all-access-share-details.open {
  opacity: 1;
  pointer-events: auto;
}
.all-access .all-access-share-details.open h5 {
  font-family: "Titillium Web", sans-seriff;
  margin-top: 0;
  color: #fff;
}
.all-access .filter-label {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 4px;
  color: #95a5a6;
}
.all-access .filters-group {
  padding: 0;
  margin: 0 0 4px;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .all-access .filters-group-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.all-access .hidden-content {
  display: none;
}
.all-access .embed-container {
  margin: 0 auto;
  margin-top: 0px;
  width: 1000px;
  height: 600px;
  margin-top: 75px;
}
.all-access .comment-form {
  position: absolute;
  top: 30px;
  right: 0;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .all-access .comment-form {
    position: relative;
    top: unset;
    right: unset;
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .comment-form.mobile {
    position: relative;
    top: unset;
    right: unset;
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .comment-form.mobile {
    position: relative;
    top: unset;
    right: unset;
    width: 70%;
    margin: 0 auto;
  }
}
.all-access .comment-msg-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.all-access .comment-msg-sign {
  font-weight: bold;
  font-size: 18px;
  margin-top: 8px;
  clear: both;
}
.all-access .comment-msg-inner {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
.all-access .comment-msg-date {
  font-size: 13px;
  line-height: 13px;
  color: #666;
  margin-top: 8px;
}
.all-access .comment-msg {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  min-height: 300px;
}
.all-access .comment-img:before,
.all-access .comment-img:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 20%;
}
.all-access .comment-img:before {
  right: 0.5em;
  margin-left: -70%;
}
.all-access .comment-img:after {
  left: 0.5em;
  margin-right: -70%;
}
.all-access .comment-img img {
  border-radius: 50%;
  width: 40px !important;
  margin: 0 auto;
  display: inline-block !important;
}
.all-access .resources-col h3 {
  font-size: 20px;
  line-height: 22px;
  text-transform: unset;
}
.all-access .resources-col .all-access-resource-inner {
  display: table-cell;
  text-align: center;
  padding: 1.5em;
  vertical-align: middle;
}
.all-access .resources-col.black .all-access-resource-inner a.downloadable-item {
  color: #000;
}
.all-access .resources-col .all-access-resource-inner a.downloadable-item {
  color: #fff;
}
.all-access .resources-col .all-access-resource-inner .separator-sml {
  width: 50%;
  margin: 0 auto 20px auto;
  border-bottom: 1px solid #ccc;
}
.all-access .resources-col.black .all-access-resource-inner,
.all-access .resources-col.black h3 {
  /* color: #fff; */

}
.all-access .resources-col.black .all-access-resource-inner .separator-sml {
  border-bottom: 1px solid #000;
}
.all-access .watch-video .learning-resources-link {
  cursor: pointer;
}
.all-access.learning-resources.fancybox-content,
.all-access .watch-video.fancybox-content {
  background: none;
  height: 100vh;
  width: 100vw;
  border-radius: 0;
}
.all-access.learning-resources iframe,
.all-access .watch-video iframe {
  height: 600px;
  position: relative;
  width: 100%;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access.learning-resources iframe,
  .all-access .watch-video iframe {
    width: 100vw;
  }
}
@media only screen and (max-width: 500px) {
  .all-access.learning-resources iframe,
  .all-access .watch-video iframe {
    width: 100vw;
  }
}
@media only screen and (max-width: 500px) {
  .all-access.learning-resources .col-12\@md .all-access-engage {
    position: absolute;
    margin-bottom: -30px;
  }
}
.all-access .fancybox-iframe {
  border-radius: 10px;
}
.all-access .fancybox-content {
  border-radius: 10px;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .fancybox-content {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .fancybox-content {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .fancybox-slide {
    padding: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .fancybox-slide {
    padding: 20px;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .fancybox-button {
    color: #000;
    background: #ddd !important;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .fancybox-button {
    color: #000;
    background: #ddd !important;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .fancybox-button:link,
  .all-access .fancybox-button:visited {
    color: #000;
    background: #ddd;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .fancybox-button:link,
  .all-access .fancybox-button:visited {
    color: #000;
    background: #ddd;
  }
}
.all-access .mobile-nav {
  display: none;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  .all-access .mobile-nav {
    display: inline-block;
  }
}
@media only screen and (max-width: 500px) {
  .all-access .mobile-nav {
    display: inline-block;
  }
}
.all-access .shufflePrev,
.all-access .shuffleNext {
  position: absolute;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}
.all-access .shufflePrev.active,
.all-access .shuffleNext.active {
  opacity: 1;
  pointer-events: auto;
}
.all-access .shufflePrev {
  left: 20px;
}
.all-access .shuffleNext {
  right: 20px;
}
/* FAQs */
.all-access-faqs #sp-footer,
.all-access-faqs .scrollup {
  display: none;
}
.all-access-faqs .about-faqs .sppb-panel-modern > .sppb-panel-heading {
  color: #000;
  background: transparent;
  border: 1px solid #8d88da;
}
.all-access-faqs .about-faqs .sppb-panel-modern > .sppb-panel-heading .fa {
  color: #8d88da;
}
.all-access-faqs .about-faqs .sppb-panel-modern .sppb-panel-collapse .sppb-panel-body .sppb-addon-content {
  color: #000;
}
.all-access #sp-footer .footer-info {
	line-height: 15px;
}
.all-access #sp-footer .footer-d-info {
	margin-top: 0px;
}
.all-access #sp-footer {
	padding: 5px 0px 20px 0px;
}

/* Share */
.share-option-sp {
  width: 80px;
  height: 0px;
  cursor: pointer;
  z-index: 2;
  line-height: unset;
  background-image: unset;
}
.share-option-sp .share-text {
  white-space: nowrap;
}
.share-option-sp .share-text::after {
  content: url('/images/icons/share.png');
  margin-left: -5px;
}
.share-option-sp.icon-1 .share-text::after {
  content: url('/images/icons/share-pink.png');
}
.share-option-sp.icon-2 .share-text::after {
  content: url('/images/icons/share.png');
}
.share-option-sp.icon-3 .share-text::after {
  content: url('/images/icons/share-dark.png');
}
.share-option-sp.icon-4 {
  background: #8d88da;
  padding: 5px;
  height: 30px;
  position: absolute;
  right: -20px;
}
.share-option-sp.icon-4 .share-text::after {
  content: '';
  display: inline-block;
  background-image: url('/images/icons/share-dark.png');
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.share-option-sp.icon-4.share-hidden-sp {
  right: 0;
}
.share-option-sp .share-hidden-sp {
  position: absolute;
  margin-top: 10px;
  width: 325px;
  height: 116px;
  padding: 20px;
  background-color: #8d88da;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity, 0.5s linear;
  -moz-transition: opacity, 0.5s linear;
  -ms-transition: opacity, 0.5s linear;
  -o-transition: opacity, 0.5s linear;
  transition: opacity, 0.5s linear;
}
@media only screen and (max-width: 500px) {
  .share-option-sp .share-hidden-sp {
    margin-top: 10px;
    right: 0;
    width: calc(-30vw);
    height: 70px;
    padding: 5px 10px;
  }
}
.share-option-sp .share-hidden-sp .helix-social-share {
  float: left;
  font-size: 13px;
}
.share-option-sp .share-hidden-sp .helix-social-share ul {
  display: flex;
  align-items: center;
  color: #fff;
}
.share-option-sp .share-hidden-sp .helix-social-share ul li {
  display: inline-block;
  margin-right: 5px;
}
.share-option-sp .share-hidden-sp .helix-social-share ul li a {
  background: transparent;
  border: none;
  pointer-events: auto;
  height: auto;
  width: auto;
  color: #252525;
  font-size: 1rem;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  display: inline-block;
}
.share-option-sp .share-hidden-sp .helix-social-share ul li a:hover,
.share-option-sp .share-hidden-sp .helix-social-share ul li a:focus {
  background: transparent;
}
.share-option-sp .share-hidden-sp .helix-social-share ul li a.twitter {
  background: transparent;
}
.share-option-sp .share-hidden-sp .helix-social-share ul li a.twitter:hover,
.share-option-sp .share-hidden-sp .helix-social-share ul li a.twitter:focus {
  background: transparent;
}
.share-option-sp .share-hidden-sp .helix-social-share ul li img {
  width: 20px;
}
.share-option-sp .share-hidden-sp .helix-social-share .copy-box {
  float: left;
  margin-right: 5px;
}
.share-option-sp .share-hidden-sp .helix-social-share #page-url {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-weight: bold;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.share-option-sp .share-hidden-sp .helix-social-share .copy-action {
  float: left;
  font-size: 13px;
  margin-top: 8px;
  cursor: pointer;
  pointer-events: auto;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
}
.share-option-sp .share-hidden-sp .helix-social-share .copy-action:after {
  content: 'COPY';
}
.share-option-sp .share-hidden-sp.open {
  opacity: 1;
  -webkit-transition: opacity, 0.5s linear;
  -moz-transition: opacity, 0.5s linear;
  -ms-transition: opacity, 0.5s linear;
  -o-transition: opacity, 0.5s linear;
  transition: opacity, 0.5s linear;
  pointer-events: auto;
}
@media only screen and (max-width: 991px) {
  .share-option-sp .share-hidden-sp.open {
    left: 0;
  }
}
#artists-gallery .artist-item {
  position: relative;
	cursor: pointer;
}
#artists-gallery .artist-item .sppb-addon-content,
#artists-gallery .artist-placeholder .sppb-addon-content {
  height: 300px;
}
@media only screen and (max-width: 768px) {
  #artists-gallery .artist-item .sppb-addon-content,
  #artists-gallery .artist-placeholder .sppb-addon-content {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  #artists-gallery .artist-item .sppb-addon-content,
  #artists-gallery .artist-placeholder .sppb-addon-content {
    height: 400px;
  }
}
#artists-gallery .artist-item .artist-overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}
#artists-gallery .artist-item:hover:before {
  background-color: rgba(80, 55, 149, .6);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  opacity: .5;
}
#artists-gallery .artist-item:hover .artist-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 15;
}
#artists-gallery .artist-item .artist-overlay h4.sppb-addon-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}
#artists-gallery .detail-box {
  display: none;
}
#artists-gallery .artist-details {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	background-color: #333;
	padding: 60px;
	opacity: 0;
	color: #fff;
  overflow-y: auto;
}
#artists-gallery .artist-details::-webkit-scrollbar {
  width: 5px;
	background-color: #F5F5F5;
}
#artists-gallery .artist-details::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
#artists-gallery .artist-details::-webkit-scrollbar-thumb {
	background-color: #000000;
}
#artists-gallery .detail-box-close {
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
	z-index: 21;
	width: 30px;
	height: 30px;
	color: #fff;
}
#artists-gallery .detail-box-close::after {
	/* content: '\f00d';
	font-family: FontAwesome;
 	font-size: 50px;*/
  content: '';
  background-image: url('/images/icons/icon-close-white.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#artists-gallery .artist-details .artist-img {
  margin-bottom: 10px;
}
#artists-gallery .sppb-addon-single-image-container {
	width: 100%;
  height: 100%;
}
#artists-gallery .sppb-addon-single-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#artists-gallery .artist-images .artist-work img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}
#artists-gallery .artist-images .owl-nav button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
}
#artists-gallery .artist-images .owl-nav button.owl-prev {
  left: 0;
}
#artists-gallery .artist-images .owl-nav button.owl-next {
  right: 0;
}
#artists-gallery .artist-images .owl-nav button:focus, 
#artists-gallery .artist-images .owl-nav button:hover {
  outline: none;
  border: none;
  box-shadow: none;
}

.all-access .sppb-flipbox-panel {
	height: 180px;
}

.survey-engage {
    border-radius: 20px;
    background-color: #000;
    width: 300px;   
    position: fixed;
    right: 20px;
    bottom: 40px;
    cursor: pointer;
    box-shadow: -2px 4px 8px 0px #000;
    animation: zoomeffect 1.8s linear infinite;
}
@keyframes zoomeffect {
  0%   {transform:scale(1);}
  50%  {transform:scale(1.02);}
}
.survey-engage img {
	border-radius: 20px;
	width: 100%;
	object-fit: cover;
}
.goodman-grows h2,
.goodman-grows h3,
.goodman-grows h4,
.goodman-grows h4 a,
.goodman-grows p,
.goodman-grows .all-access-date,
.goodman-grows .artiste,
.goodman-grows .all-access .all-access-stats,
.goodman-grows .all-access .tagliner,
.goodman-grows.all-access #grid-learning-resources .col-12\@md .all-access-synopsis {
  color: #004762 !important;
}
.goodman-grows .artist-item h4,
.goodman-grows .all-access .overlay.open p,
.goodman-grows .all-access-resource-inner h3 {
  color: #fff !important;
}
.goodman-grows.all-access #grid-learning-resources .picture-item__inner,
.goodman-grows.all-access .col-6\@md.strips .picture-item__details, 
.goodman-grows.all-access .col-12\@md.strips .picture-item__details,
.goodman-grows .all-access .picture-item__inner {
  background: #fff;
}
.goodman-grows .all-access .all-access-share-btn,
.goodman-grows .all-access .all-access-subcat {
  background: #004762;
}
.goodman-grows .all-access .all-access-join-btn {
  border: 1px solid #004762;
  color: #004762;
  padding: 10px 12px;
}
.goodman-grows .all-access .all-access-view-btn {
  background: #538394;
}
.goodman-grows .all-access .col-4\@md .picture-item__details {
  min-height: 360px;
}
.goodman-grows .all-access .col-3\@md .picture-item__details  {
  min-height: 400px;
}
.goodman-grows .all-access .desktop-display {
  position: absolute;
  bottom: 20px;
}
.goodman-grows .content-lightbox {
  max-width: unset;
  width: 50%;
  height: auto;
  overflow: auto;
}
.goodman-grows .content-lightbox .all-access-engage {
  position: relative;
  margin: 0;
  padding: 0;
  left: unset;
  bottom: unset;
}
.goodman-grows .content-lightbox .all-access-engage .all-access-synopsis {
  margin: 0;
}
.goodman-grows .content-lightbox .all-access-engage .all-access-synopsis p:last-child {
  margin-bottom: 0;
}
.goodman-grows .content-lightbox .all-access-engage .all-access-synopsis a {
  display: inline-block;
  cursor: pointer;
  pointer-events: auto;
}
.goodman-grows .content-lightbox .all-access-engage .all-access-synopsis a:focus,
.goodman-grows .content-lightbox .all-access-engage .all-access-synopsis a:hover {
  outline: none;
  box-shadow: none;
  border: 0;
}
.goodman-grows .content-lightbox .fancybox-button.fancybox-close-small {
  background: transparent;
}
.goodman-grows.all-access #grid-learning-resources .col-12\@md.strips .aspect--16x9, 
.goodman-grows.all-access #grid-learning-resources .col-6\@md.strips .aspect--16x9 {
  padding-bottom: 25%;
}
.goodman-grows #sp-footer {
  position: relative;
  z-index: 1;
}
.goodman-grows .all-access .list-videos .col-4\@md .picture-item__details {
  min-height: 200px;
}
.all-access-intro {
  margin: 20px 0;
}
.popEngage-hidden {
  display: none;
}
@media only screen and (max-width: 991px) {
  .goodman-grows .content-lightbox .all-access-synopsis {
      display: block;
  }
}
@media only screen and (max-width: 500px) {
  .goodman-grows.all-access #grid-learning-resources .col-12\@md.strips .aspect--16x9, 
  .goodman-grows.all-access #grid-learning-resources .col-6\@md.strips .aspect--16x9 {
    padding-bottom: 55%;
  }

  .goodman-grows.all-access .col-6\@md.strips .picture-item__details, 
  .goodman-grows.all-access .col-12\@md.strips .picture-item__details {
    position: relative;
    top: unset;
    right: unset;
  }

  .goodman-grows.all-access #grid-learning-resources .all-access-join-btn {
    margin: 15px 0;
  }
}