@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
*{
    padding: 0;
    margin: 0;
}
/* Global Css */
body, p, a {
    color: #434343;
    font-family: 'Montserrat', sans-serif;
}
a {
    text-decoration: none;
}
a.disable {
    pointer-events: none;
}
a:not(.red-button, .blue-button, .big-blue-button, .page-numbers, .white-button):hover {
    color: inherit;
    text-decoration: underline;
}
img.alignright, .wp-caption.alignright {float:right; margin:0 0 1em 1em}
img.alignleft, .wp-caption.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.font-11 {
	font-size: 11px;
	line-height: 14px;
}
.font-12 {
    font-size: 12px;
    line-height: 17px;
}
.font-13 {
	font-size: 13px;
	line-height: 16px;
}
.font-14 {
	font-size: 14px;
	line-height: 18px;
}
.font-15 {
    font-size: 15px;
    line-height: 19px;
}
.font-16 {
    font-size: 16px;
    line-height: 27px;
}
.font-18 {
	font-size: 18px;
	line-height: 24px;
}
.font-19 {
    font-size: 19px;
    line-height: 23px;
}
.font-20 {
    font-size: 20px;
    line-height: 24px;
}
.font-22, .form__zone #gform_wrapper_3 .gform_title {
    font-size: 22px;
    line-height: 27px;
	}
.font-24 {
    font-size: 24px;
    line-height: 29px;
}
.font-30 {
    font-size: 30px;
    line-height: 37px;
}
.font-32 {
	font-size: 32px;
	line-height: 39px;
}
.font-37 {
    font-size: 37px;
    line-height: 45px;
}
.font-50 {
	font-size: 50px;
	line-height: 60px;
}
.font-regular {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-semi-bold {
    font-weight: 600;
}
.font-bold, .form__zone #gform_wrapper_3 .gform_title {
    font-weight: 700;
}
.text-blue {
    color: #002069;
}
.white-button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #434343;
    background-color: #fff;
    padding: 13px 35px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}
.white-button:hover {
    background-color: #e43d30;
    color: #fff;
	border-color: #e43d30 !important;
}
.red-button, .home .three-column-content .white-button {
    background-color: #e43c2f;
	border: 2px solid #e43c2f;
}
.red-button:hover, .home .three-column-content .white-button:hover {
	color: #e43c2f;
	background-color: #fff;    
}
.blue-button, .search .search-section #searchsubmit {
    background-color: #002069;
}
.red-button, .blue-button, .home .three-column-content .white-button {
    display: inline-block;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
	text-align: center;
}
.big-blue-button {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-color: #002069;
    padding: 25px 60px;
    border-radius: 8px;
    display: inline-block;
	text-align: center;
}
.big-blue-button, .blue-button, .search .search-section #searchsubmit {
	border: 2px solid #002069;
}
.bg-gray {
	background-color: #E8E8E8;
}
.bg_light_gray {
	background-color: #f4f4f4;
}
.big-blue-button:hover, .blue-button:hover, .navbar-nav > .menu-item:last-child a:hover, .stories-section .featured-story .post-category:hover, .search .search-section #searchsubmit:hover {
	background-color: #fff;
	color: #002069;
}
.bg_grey {
    background-color: #f2f1ed;
}
.bg_purple {
    background-color: #e8e8f4;
}
.bg_teal {
    background-color: #dcf2e6;
}
.red-link, .footer-social-media li a:hover i {
	color: #e43c2f;
}
.grey-link {
	color: #797979;
}
.post-type-archive-story .stories-section:before, .post-type-archive-story .stories-section:after, .post-type-archive-business .business-story-section:before,
.post-type-archive-business .business-story-section:after,
.page-id-473 .upcoming-events-section:after, .page-id-473 .upcoming-events-section:before {
    content: '';
    position: absolute; 
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: auto;
}
/* Header */
header {
    background-color: #F4F4F4;
    position: relative;
    /*z-index: 99998;*/
}
@media screen and (min-width: 992px){
.navbar {
    z-index: 999999;
    position: relative;
}
}
.top-navigation {
    z-index: 9999999;
    position: relative;
}
.logo-col a:before {
    background: url(../../images/triangle-logo-background.svg) no-repeat bottom left;
    content: "";
    display: block;
    width: 609px;
    height: 609px;
    position: absolute;
    top: -352px;
    background-size: 100%;
    left: -285px;
    z-index: 1;
    cursor: default;
}
.logo-col a:after {
    content: '';
	background-color: #F5CE3E;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: -7px 0 0 -9900px;
    z-index: 0;
    padding: 155px 0 0 9999px;
	transition: margin 0.8s
}
.logo-col a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo-col a img {
    z-index: 1;
    position: relative;
}
.top-navigation ul {
    list-style-type: none;
}
.top-navigation ul li a, .navbar-nav .menu-item a {
    text-decoration: none;
}
.top-navigation ul li a {
    color: #434343;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-top: 25px;
    display: inline-block;
}
.top-navigation ul li a:not(:last-child) {
    padding-right: 25px;
}
.top-navigation ul li a:not(:last-child):hover {
	text-decoration: none;
}
.navbar-nav .menu-item a {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 600;
    display: inline-block;
}
.navbar-nav .menu-item:not(:last-child) a:not(.sub-menu a) {
    font-size: 18px;
    padding: 23px 25px 26px 25px !important;
    line-height: 22px !important;
}
.navbar-nav .sub-menu a {
    font-size: 15px;
    padding: 13px 0;
    text-decoration: none;
    color: #434343;
}
.navbar-nav .menu-item {
    position: relative;
}
.navbar-nav > .menu-item:last-child a {
    background-color: #002069;
    color: #fff;
    padding: 10px 25px !important;
    border-radius: 8px;
    margin-left: 12px;    
    margin-top: -2px;
	border: 2px solid #002069; 
}
header #searchform {
	display: none;
}
header #searchform .form-control {
	background-color: transparent !important;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: unset;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 0;
	transition: width .3s ease-in-out;
	appearance: none;
} 
header #searchform .form-control:focus {
	background: transparent !important;
}
header #searchform .form-control::placeholder {
    color: #434343;
}
header .header-search {
    position: absolute;
	bottom: 0;
    right: 0;
    top: 2px;
    display: flex;
    align-items: center;
	cursor: pointer;
}
header #searchform input[type="search"]::-ms-clear {   
	width : 0; 
	height: 0; 
}
header #searchform .form-control, #searchsubmit {
	box-shadow: unset !important; 
}
header #searchsubmit {
	border: none;
    padding: 0;
	background-color: transparent !important;
	transition: all .3s ease-in-out;
}
header #searchsubmit i {
	color: #434343 !important;
}

#search:hover{
    cursor: pointer;
}
/* main */
.hero {
    padding: 170px 0 100px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.hero:before {
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
}
.hero:not(.inner-pages-hero) .font-37,
.hero:not(.inner-pages-hero) .font-20  {
	text-shadow: 3px 1px 3px rgb(67 67 67 / 85%);
}
.hero:not(.inner-pages-hero):before {
    width: 50%;
    border-bottom: 517px solid #00216999;
    border-left: 528px solid transparent;
    right: 0;
}
.inner-pages-hero {
    padding: 130px 0 150px;
}
.inner-pages-hero:before {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
	left: 0;
}
.home .hero {
	margin-bottom: 0;
}
.stories-section {
    background: linear-gradient(180deg, rgba(255,255,255,1) 26%, #f4f4f4 26%, #f4f4f4 100%);
	padding: 47px 0 100px;
}
@media screen and (min-width: 1200px){
    .featured-story{
        width: 1127px;
        min-height: 393px;
    }
}
.featured-story .col-lg-4 .bg-white {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.featured-story .col-lg-8 .bg-white {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.featured-story .col-lg-8 .bg-white img {
    height: 100%;
    object-fit: cover;
}
.featured-story .post-category {
    text-align: center;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 14px;
    margin: 5px 20px 50px;
}
.story-col .bg-white {
    border-radius: 10px;
    overflow: hidden;
}
.story-col .post-title, .story-col .post-excerpt {
    padding: 0 25px;
}
.stories-section .post-category {
    text-decoration: none;
    background-color: #002069;
    color: #fff;
    font-weight: 600;
}
.stories-section .featured-story .post-category {
    border: 2px solid #002069;
    text-decoration: none !important;
}
.stories-section .story-col .post-category {
    font-size: 13px;
    padding: 10px;
}
.stories-section .story-col .post-category:hover, section:not(.teal-template-section) .breadcrumb a {
    color: #fff;
}
.Publish-date, .explore-story-section ul li a {
    color: #797979;
}
.newsletter-section {
    padding: 190px 0;
    background-image: url(../../images/form-bg-pattern.svg);
}
.newsletter-section .outer-container, .mission-section {
    background-color: #E9F4F5;
}
.newsletter-section .outer-container .container:after {
    content: '';
}
.newsletter-section .outer-container .container .form-holder:before {  /* to make newsletter section full width moved :before to .form-holder*/
    content: '';
    background-image: url(../../images/form-triangle-bg.png);
    width: 630px;
    height: 634px;
    display: block;
    position: absolute;
    top: -170px;
    right: -85px;
    z-index: 0;
    z-index: -1;  /* to make newsletter section full width */
    background-repeat: no-repeat;
    background-size: cover;
}
.newsletter-section .outer-container .container .col-lg-3 {
    z-index: 2;
}
.img-holder:before {
    content: '';
    background-image: url(../../images/Rectangle-383.png);
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    display: block;
    position: absolute;
    left: -65px;
    top: -28px;
    background-size: 100%;
}
.img-holder {
    width: 613px;
    height: 613px;
    position: absolute;
}
.img-holder-left {
	top: 50px;
    left: -240px;
}
.form-holder {
    z-index: 2;
}
.two-column-content-section .white-button, 
.three-column-content .white-button, 
.all-events-section .white-button {
	border: 1px solid #434343; 
}
.two-column-content-section.odd:before, .two-column-content-section.even:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: auto;
}
.two-column-content-section.odd:before {
    background-image: url(../../images/Event-right-pattern.svg);    
    right: -125px;
    background-position: right top;
    top: -130px;
}
.two-column-content-section.even:before {
    background-image: url(../../images/Event-left-pattern.svg);    
	bottom: -95px;
    background-position: left bottom;
    left: -148px;
    z-index: 0;
    background-size: contain;
    z-index: 0;
}
.two-column-content-section.odd.bg_white:before {
	background-image: url(../../images/Event-left-pattern.svg);
	right: -125px;
    background-position: right top;
    top: -130px;
}
.two-column-content-section.odd {
	background-color: #f4f4f4;
}
.upcoming-events-section {
    background-color: #f4f4f4;
	padding: 75px 0 100px; 
}
.page-id-473 .upcoming-events-section {
	margin-top: 90px;
	padding: 65px 0; 
}
.support-section .shape-holder:before {
    content: '';
    background-image: url(../../images/Support-gray-full-rectangle.svg);
    width: 450px;
    height: 450px;
    display: block;
    position: absolute;
    top: -108px;
    z-index: 1;
	left: -225px;
}
.support-section .outer-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
	margin-top: 175px;
}
.support-section .outer-container .inner-container {
    background-color: #E9F4F5;
    padding: 70px 0;
}
.support-section .outer-container .inner-container .container:before {
    content: "";
    background-image: url(../../images/support-right-pattern.svg);
    width: 860px;
    height: 300px;
    display: block;
    position: absolute;
    right:0px;
    bottom: 37px;
    background-size: cover;
}
.support-section .outer-container .inner-container .container > .row .offset-lg-2.col-lg-4 {
    z-index: 2;
}
.img-holder-right{
    top: 0;        /* to make support zone full width */
	right: -142px; /* to make support zone full width */
}
.img-holder.img-holder-right:before {
    top: -175px;
    left: 4px;
    z-index: 1;
}
.img-holder-right img {
    top: -145px;
    position: relative;
}
.support-section ul, .link-zone ul {
	padding-left: 18px; 
	font-weight: 500;
}

/* Story Archive */
.post-type-archive-story .stories-section {
	background: linear-gradient(180deg, rgba(255,255,255,1) 17%, #f4f4f4 14%, #f4f4f4 100%);
	padding-bottom: 90px;
}
.post-type-archive-story .stories-section .container {
    z-index: 1;
}
.story-categories ul {
    border-top: 2px solid #7f7f7f;
    border-bottom: 2px solid #7f7f7f;
    width: 100%;
}
.pagination ul, .story-categories ul {
    list-style-type: none;
}
.story-categories li {
    display: inline-flex;
    padding: 30px 10px;
}
.story-categories a .fa-search {
    font-size: 22px;
    color: #000;
}
.pagination ul a, .story-categories a, .pagination ul span, .facetwp-pager .facetwp-page {
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.story-categories a {
    font-size: 13px;
    color: #797979;
    text-transform: uppercase;
}
.pagination ul a, .pagination ul span, .facetwp-pager .facetwp-page:not(.dots) {
    padding: 7px 15px;
    border: 1px solid #0000;
    border-radius: 8px;
    margin: 0 5px;
    font-size: 20px;
    color: #797979;
}
.pagination ul .current, .pagination ul a:hover, .pagination ul span:hover, .facetwp-pager .facetwp-page.active, .facetwp-pager .facetwp-page:hover {
    border-color: #000;
}
.pagination ul .current, .pagination ul a:hover, .pagination ul span:hover, .facetwp-pager .facetwp-page.active, .facetwp-pager .facetwp-page:hover,
.story-categories li.active a, .story-categories li a:hover, 
.facetwp-facet-story_categories .fs-arrow {
    color: #000;
}
.facetwp-facet-story_categories .fs-arrow {
	border: none !important;
	width: unset;
	height: unset;
	bottom: 0;
	right: 15px;
}
.facetwp-facet-story_categories .fs-arrow:after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 22px;
}
.facetwp-facet-search_story .facetwp-icon {
	opacity: 1;
}
.facetwp-facet-search_story .facetwp-icon:not(.f-loading):before {
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	background: unset;
	font-weight: 400;
	position: absolute;
	right: 5px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 20px;
	font-style: normal;
}
.facetwp-facet-search_story span {
    -webkit-box-shadow: 0px 0px 30px #0000001a;
    border-radius: 10px;
}
.facetwp-facet-story_categories .fs-wrap .fs-label-wrap, .facetwp-facet-search_story .facetwp-search {
    -webkit-box-shadow: 0px 0px 30px #0000001a;
    border-radius: 10px;
    border: none;
    height: 65px;
    padding: 10px 24px;
	outline: unset !important;
}
.facetwp-facet-story_categories .fs-wrap .fs-label span {
	color: #000;
}
.facetwp-facet-story_categories .fs-dropdown .fs-option-label span {
	display: none;
}
.facetwp-facet-story_categories .fs-dropdown,
.facetwp-facet-story_categories .fs-wrap .fs-label-wrap,
.facetwp-facet-search_story .facetwp-search {
	text-transform: uppercase;
	font-size: 15px;
    line-height: 19px;
    font-weight: 600;
	color: #797979;
}
.facetwp-facet-story_categories .fs-wrap.fs-open .fs-label-wrap {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0; 
}
.facetwp-facet-story_categories .fs-wrap,
.facetwp-facet-search_story .facetwp-input-wrap,
.facetwp-facet-search_story .facetwp-search {
	width: 100%;
}
.facetwp-facet-story_categories .fs-wrap .fs-label-wrap,
.facetwp-facet-story_categories .fs-arrow {
	display: flex;
	align-items: center;
}
.facetwp-facet-story_categories .fs-wrap .fs-search {
	display: none;
}
.facetwp-facet-story_categories .fs-dropdown {
	border: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px 30px 55px 107px;
	box-shadow: 0px 20px 30px #0000004d;
    margin-top: -20px;
	z-index: 0; 
}
.facetwp-facet-story_categories .fs-wrap.single .fs-option.selected {
	background-color: transparent;
	text-decoration: underline;
    text-decoration-color: #000;
    text-underline-offset: 2px;
}
.facetwp-facet-story_categories .fs-dropdown .fs-options {
	max-height: unset;
}
.facetwp-facet-story_categories .fs-label-wrap .fs-label {
	padding: 0;
}
.post-type-archive-story .featured-story {
	box-shadow: 0px 0px 30px #0000001A;
	border-radius: 10px;
}

.list-opened .facetwp-facet-story_categories {
    box-shadow: 0px 0px 30px #0000004d;
    border-radius: 10px;
}
.list-opened .fs-label-wrap {
    z-index: 99;
    box-shadow: unset !important;
}

/* Story Single Post */
.post-content blockquote, .post-content .wp-caption-text {
	font-weight: 500;
}
.related-stories-section .post-category,
.related-stories-section .story-col .post-category {
	font-weight: 600;
}
.post-social-icons ul li:not(:first-child) a i,
.related-stories-section .story-col .post-category {
	color: #fff;
}
.sidebar-support-col:before, .post-meta span:not(:last-child):after,
.related-stories-section .story-col .post-category  {
	position: absolute;
}
.related-stories-section .story-col .post-category,
.sidebar-support-col:before, .post-meta span:not(:last-child):after {
    top: 0;
}
.related-stories-section .bg-gray img,
.related-stories-section .bg_light_gray img,
.related-stories-section .story-col .post-category {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.single-post-section {
	margin-top: 85px;
}
.post-content h3 {
	font-size: 22px;
	line-height: 27px;
	margin: 22px 0;
}
.post-content blockquote {
	margin-left: 8.33333333%;
	font-size: 24px;
	line-height: 33px;
	margin-top: 50px;
    margin-bottom: 60px;
}
.post-content .wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	margin-top: 8px;
}
.related-stories-section .story-col .post-category {
    margin: 0 auto;
    right: 0;
    left: 0;
	background-color: #002069;
	padding: 10px;
}
.related-stories-section .post-category {
	font-size: 11px;
	line-height: 14px;
} 
.related-stories-section .post-excerpt, .related-stories-section .publish-date,
.related-stories-section .post-title {
	padding: 0 23px;
}
.sidebar-logo {
	padding: 35px;
	margin-bottom: 30px;
}
.sidebar-support-col {
	background-color: #5CABB7;
	padding: 92px 35px 40px;
	z-index: 1;
}
.sidebar-support-col:before {
	content: "";
	background-image: url(../../images/sidebar-pattern.svg);
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 158%;
    background-position: -68px top;
    opacity: 0.2;
    z-index: -1;
}
.sidebar-support-col .big-blue-button {
	padding: 12px 24px;
	margin-top: 50px;
}
.related-stories-section .bg-gray,
.related-stories-section .bg_light_gray {
	border-radius: 10px;
	padding-bottom: 30px; 
}
.related-stories-section {
	margin-bottom: 65px;
}
hr.bottom-line, hr.post-border {
	height: 2px;
	opacity: 1;
}
hr.bottom-line {
	margin-bottom: 30px;
}
hr.post-border {
	margin: 25px auto;
	width: 96.5%;
}
.post-author-section p {
	margin-bottom: 0;
}
.post-social-icons ul {
	display: inline-flex;
	padding: 0;
	list-style: none;
}
.post-social-icons ul li i.fa-twitter {
	margin-top: 4px;
}
.post-social-icons ul li a:hover i.fa-facebook, .explore-story-section ul li a:hover {
	color: #002069;
}
.post-social-icons ul li:not(:first-child) a:hover {
	background-color: #002069;
}
.post-meta span {
	position: relative;
}
.post-meta span:not(:last-child) {
	padding-right: 18px;
	margin-right: 13px;
}
.explore-story-section ul {
	padding-left: 15px;
}
.explore-story-section ul li {
	text-transform: uppercase;
	margin-bottom: 18px;
}
.post-content p {
	margin-bottom: 28px;
}
.post-author-section {
	padding-bottom: 40px;
}
.explore-story-section ul li a {
	text-decoration: none;
}

/** Archive Business **/

.business-story-section {
	background: #ededed;
	margin-top: 92px;
	padding: 50px 0 70px;
}
.post-type-archive-business .business-story-section:before,
.post-type-archive-business .business-story-section:after {
	z-index: 0;
}
.post-type-archive-business .business-story-section:before {
	background-image: url(../../images/business-left-pattern.svg);
	left: -328px;
    top: -420px;
}
.post-type-archive-business .business-story-section:after {
	background-image: url(../../images/business-bottom-pattern.svg);
	bottom: -228px;
    left: 0;
    background-position: center bottom;
}
.post-type-archive-business .business-story-section .row {
    z-index: 1;
    position: relative;
}
/** Event Section **/

.upcoming-events-section .events-cols {
	height: 100%;
    border-radius: 10px;
}
.upcoming-events-section .events-details-col {
	margin-bottom: 40px;
}
.upcoming-events-section .events-cols .img-col img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover; 
}
.upcoming-events-section .events-cols .content-col .events-meta .red-link.disable {
	color: #e43d3080;
}
.upcoming-events-section .events-cols .content-col .font-16 {
	line-height: 19px;
}
.upcoming-events-section .events-cols .content-col {
	padding: 4px 33px 70px;
	background-color: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.upcoming-events-section .events-cols .sold-btn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #434343;
    border-top-left-radius: 10px;
    padding: 10px 21px;
}
/** Form **/

#gform_1 .gfield_label, #gform_3 .gfield_label {
	display: none;
}
#gform_1 .ginput_container input {
    border: none !important;
}
#gform_1 .ginput_container input, #gform_3 .ginput_container input, #gform_3 .ginput_container textarea {
    border-radius: 6px;
    padding: 5px 15px !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
#gform_3 .ginput_container input, #gform_3 .ginput_container textarea {
    border: 1px solid !important;
}
#gform_1 .ginput_container input, #gform_3 .ginput_container input {
    height: 38px !important;
}
.form__zone #gform_wrapper_3 .gform_title {
    margin-bottom: 20px;
}
#gform_1 .gform_button, #gform_3 .gform_button {    
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #E43D30;
    border: 2px solid #E43D30;
    border-radius: 6px;
    padding: 8px 20px;
    margin: 0 !important;
}
#gform_1 .gform_button:hover, #gform_3 .gform_button:hover {
	color: #E43D30;
	background-color: #fff;
}
footer .gform_wrapper .top_label li.gfield.gf_left_half, footer .gform_wrapper .top_label li.gfield.gf_right_half {
	width: 100%;
}
#gform_1 .form-email-field .ginput_container_email, body footer .gform_wrapper .top_label div.ginput_container input {
	margin-top: 0 !important;
}
footer .gform_wrapper#gform_wrapper_1 .top_label div.ginput_container {
	margin-top: 8px !important;
}
footer .gform_wrapper #field_1_1 .ginput_container {
	margin-top: 5px !important;
}
body footer .gform_wrapper ul li.gfield, #gform_1 .form-email-field {
	margin-top: 0;
}
footer .gform_wrapper .gform_footer {
	padding-top: 0;
    margin-top: 17px;
}
footer .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}
/****** New CSS of Business Archive ********/
.font-21 {
	font-size: 21px;
	line-height: 22px;
}
.business-posts-section {
	margin-top: 105px;
}
.business-col {
    margin-bottom: 30px !important;
}
.business-col .post-category {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e43c2f;
    border-top-left-radius: 10px;
    padding: 10px 15px;
}
.post-type-archive-business .left-sidebar-outer a:not(.active) {
    background-color: unset !IMPORTANT;
}
.business-boutiques-cols .business-col .post-category {
	background-color: #e6b85a;
}
.business-cafes-cols .business-col .post-category {
	background-color: #9695c1;
}
.business-beauty-cols .business-col .post-category {
	background-color: #54b568;
}
.business-attractions-cols .business-col .post-category {
	background-color: #516ba4;
}
.business-bed-cols .business-col .post-category {
	background-color: #58c6d7;
}
.business-col .business-post-content {
	padding: 12px 18px 22px;
}
.business-col .flex-wrap {
    border-radius: 10px;
}
.business-col .flex-wrap img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.business-post-meta li:not(:first-child) a {
	padding-left: 18px;
	margin-left: 13px;
	position: relative;
}
.business-post-meta li:not(:first-child) a:before {
    content: "|";
	position: absolute;
	top: 0;
	left: 0;
}
.business-col .flex-wrap {
	background-color: #f4f4f4;
}
.post-type-archive-business .left-sidebar, 
.post-type-archive-business .business-col .flex-wrap {
	background-color: #fff;
}
.post-type-archive-business .left-sidebar {
	border-radius: 10px;
}
.post-type-archive-business .left-sidebar > ul {
	padding-left: 0;
	margin-bottom: 0;
}
.post-type-archive-business .left-sidebar ul {
	list-style: none;
}
.post-type-archive-business .left-sidebar ul li ul {
	padding-left: 12px;
	margin-bottom: 12px;
}
.post-type-archive-business .left-sidebar ul li a {
	text-decoration: none;
	font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    display: inline-block;
    padding: 16px 23px 16px 28px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.post-type-archive-business .left-sidebar:after {
	content: "";
	position: absolute;
	bottom: -62px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../../images/business-sidebar-pattern.svg);
    background-position: center bottom;
	background-size: auto;
	background-repeat: no-repeat;
	z-index: -1;
}
.business-col .font-16 {
	line-height: 19px;
}
.post-type-archive-business .business-post-content .business-post-meta li a {
	display: inline-block;
}
.post-type-archive-business .business-post-content .business-post-meta li a:hover {
	text-decoration: underline !important;
}
/* Footer */
footer {
    background: url(../../images/footer_pattern.svg), #f4f4f4;
    padding: 70px 0 50px;
    background-size: contain;
    position: relative;
    background-position: center bottom;
    margin-top: 183px;
    background-repeat: repeat-x;
}
.footer-logo-col:before {
    background: url(../../images/blue-triangle-shape.svg) no-repeat;
    content: '';
    width: 701px;
    height: 613px;
    display: block;
    position: absolute;
    bottom: -50px;
    z-index: 0;
    left: -220px;
}
.footer-logo-col {
    padding-bottom: 70px;
}
.footer-logo-col div {
	color: #f4f4f4;
}
.foot-ul, .footer-social-media {
    list-style-type: none;
}
.foot-ul li a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
    color: #434343;
}
.copyright {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 50px;
	color: #707070;
}
.footer-social-media i,
.post-social-icons ul li i {
    font-size: 25px;
}
.footer-social-media li a,
.post-social-icons ul li a {
    margin-right: 10px;
    margin-top: 10px !important;
    display: inline-block;
}
.footer-social-media li:not(:first-child) a,
.post-social-icons ul li:not(:first-child) a {
    background-color: #434343;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.footer-social-media li:not(:first-child) a:hover {
	background-color: #E43D30;
}
.footer-social-media i.fab.fa-facebook,
.post-social-icons i.fab.fa-facebook {
    font-size: 44px;
}
.footer-social-media li:not(:first-child) a i {
    color: #ededed;
}
.footer-logo-col .white-button {
	color: #002169;
}
.footer-logo-col .white-button:hover {
	color: #fff;
}


/***** Single Event Page   *****/
#tribe-events-pg-template {
    max-width: 100%;
}
#tribe-events-pg-template .single__event-section {
	padding-top: 40px;
}
.single__event-section.teal-template-section {
	padding-top: 80px;
}
.single__event-section .event-detail-inner {
	background-color: #f4f4f4;
	padding: 35px 25px 40px;
    border-radius: 10px;
	margin-bottom: 40px;
}
.single-tribe_events .tribe-address .tribe-street-address {
	width: 100%;
	display: block;
}
.teal-template-section .breadcrumb {
	margin-bottom: 50px;
}
.teal-template-section .breadcrumb span, 
.teal-template-section .breadcrumb a {
	font-size: 15px;
    font-weight: 500;
    line-height: 19px; 
    letter-spacing: 0.3px;
}
.related-stories-section .story-col .post-category:hover {
	text-decoration: underline !important;
}
#tribe-events-pg-template .related-stories-section, 
.single__event-section.teal-template-section .related-stories-section {
	margin-bottom: 0;
}
.all-events-section {
	padding: 60px 0 10px;
}
.all-events-section .events-details-col {
	margin-bottom: 60px;
}
.all-events-section .white-button,
.two-column-content .white-button,
.three-column-content-section .white-button {
	padding: 6px 22px;
}
#link-zone-473-0 .links {
	padding-left: 18px;
}
#link-zone-473-0 .links li a {
	font-weight: 500;
}
.post-type-archive-business .business-posts-section {
	margin-top: 70px; 
	padding-bottom: 50px;
}
.single-story .explore-story-section ul {
	list-style: none;
	padding-left: 0;  
}
.page-id-473 .upcoming-events-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.page-id-473 .upcoming-events-section:after {
	background-image: url(../../images/upcoming-events-right-pattern.svg);
	right: -223px;
    bottom: -265px;
	z-index: -1;
	background-position: right bottom;
}
.page-id-473 .upcoming-events-section:before {
	background-image: url(../../images/upcoming-events-left-pattern.svg);
	left: -225px;
    top: -270px;
	z-index: -1;
	background-position: left top; 
}
#tribe-events-pg-template .single__event-section .event-detail .venue-detail .red-button,
.single__event-section.teal-template-section .event-detail .venue-detail .red-button {
	margin-top: 0; 
}
.single__event-section.teal-template-section .event-detail img {
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}
#two-column-content-473-0, #link-zone-473-6 {
	margin-top: 30px; 
}
.red-button.disable {
    opacity: 0.5;
}
.red-button.disable:hover {
    background-color: #e43c2f;
    color: #fff;
}
/***** Events Page *****/
.inner-pages-hero-breadcrumb {
    padding: 124px 0 0;
}
.inner-pages-hero-breadcrumb .breadcrumb {
    padding: 90px 0 15px 0;
}
.facetwp-pager .facetwp-page {
    text-decoration: none !important;
    display: unset;
}
.facetwp-page.next, .facetwp-page.prev {
    display: none;
}

/* Newsletter page */
.newsletter-issues-section .months-list {
    list-style: none;
    display: grid;
	grid-template-columns: repeat(5, 5fr);
    column-gap: 15px;
    padding: 0;
	margin-bottom: 0;
}
.newsletter-issues-section .months-list li {
	margin-bottom: 15px
}
.newsletter-issues-section .month-col-inner {
    background-color: #5CABB7;
    padding: 32px 12px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: block;
    border-radius: 10px;
    text-align: center;
}
.newsletter-issues-section .month-col-inner:hover {
	color: #fff;
}
.newsletter-issues-section .link {
    margin-top: 20px;
}
.newsletter-issues-section .link a {
	text-decoration: underline;
}
.post-type-archive-story .pagination {
	margin-top: 36px; 
}
.teal-template-section .event-detail-inner .tribe-street-address {
	font-size: 15px;
	line-height: 19px;
}
.teal-template-section .event-detail .event-content-col {
	line-height: 27px;
}
/*** Search Page ***/
.search-results .col-lg-12.pagination {
	margin-top: 50px;
	padding-left: 12px;
	justify-content: center; 
}
.search .search-section #searchsubmit {
	color: #fff;
	padding: 0.375rem 1.5rem;
	font-weight: 600;
}
.pagination ul a, .pagination ul span {
	padding: 4px 15px;
}

.venue-detail:not(.venue-address){
    justify-content: flex-end !important;
}

.events-loader {
    font-size: 15px;
    right: 18px;
    position: absolute;
    top: 23px;
    width: 25px;
    height: 25px;
}

header .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    font-weight: 500;
    color: #434343;
}
.admin-bar .select2-container--open .select2-dropdown--below {
    margin-top: 30px !important;
}
header .select2-selection__rendered:after {
    content: unset !important;
}
header .select2-selection__rendered {
    width: unset !IMPORTANT;
    position: unset !important;
}
header .select2-container--default .select2-selection--single {
    border: none;
    background: transparent;
}
header .select2-selection__arrow:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 7px;
    font-size: 20px;
}
header span.select2-selection__arrow b {
    display: none;
}
header span.select2.select2-container.select2-container--default {
    width: 105px !IMPORTANT;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #002069 !IMPORTANT;
}

/*** Mission Section ***/

.mission-section {
	padding: 95px 0 165px;
	margin-bottom: 150px;
	z-index: 1;
}
.mission-section img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -182px;
}
.mission-section:before {
	content: "";
	background-image: url(../../images/upcoming-events-left-pattern.svg);
	background-size: auto;
	background-position: -23% 128%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.grecaptcha-badge {
	display: none !important;
}

/* Media Queries */
@media only screen and (min-width: 420px) and (max-width: 767px) {
	.upcoming-events-section .events-date-time.font-20 {
		display: flex;
	}
    .upcoming-events-section .events-cols .content-col .time {
        margin-left: 5px;
        padding-left: 10px;
    }
	.upcoming-events-section .events-cols .content-col .time:before {
		content: "|";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.teal-template-section .event-detail-inner {
		padding: 25px 90px 25px 25px;
	}
}
@media only screen and (max-width: 475px) {
    .events-loader {
        /*width: 25px;*/
        right: 13px;
    }
}
@media only screen and (max-width: 767px){
    .two-column-content-section .two-cols-content {
        flex-direction: column-reverse !important;
    }
	/* .hero .font-20 { */
		/* padding-top: 25px; */
	/* } */
	.hero:not(.inner-pages-hero) {
		/* padding: 60px 0 25px !important; */
		padding: 60px 16px 25px !important;
	}
	.img-holder-left { 
		margin: 0 auto;
		left: 25px !important;
	}
	.newsletter-section .outer-container .container .form-holder:before { /* to make newsletter section full width  moved :before to .form-holder*/
		width: 116% !important;
		left: -25px !important;
	}
	.support-section .outer-container .inner-container .container:before {
		bottom: 0px !important;
		background-size: 68%;
	}
	.sidebar-support-col:before {
		background-size: 100% !important;
	}
	.teal-template-section .event-detail-inner .time-date-detail span:not(.separator-line) {
		display: block;
	}
	.teal-template-section .separator-line {
		display: none;
	}
    .time-date-detail {
        /* padding-bottom: 20px; */
		padding-bottom: 0;
    } 
	.upcoming-events-section .events-cols .content-col .font-16 {
		font-size: 15px;
		line-height: 18px;
	}
	.upcoming-events-section .events-date-time.font-20 {
		font-size: 16px;
		line-height: 22px;
	}
	.teal-template-section .tribe-address .tribe-street-address + .tribe-delimiter {
		display: block;
	}
	.teal-template-section .event-detail-inner .tribe-street-address {
		float: left;
	}
	#full__width-172-2 {
		margin-bottom: 25px !important;
	}
	#full__width-1639-0 {
		padding-top: 30px; 
	}
	.page-template-template-teal .teal-template-section, .single-story .single-post-section {
		padding-bottom: 70px;
	}
	.single-story .related-stories-section {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	.mission-section:before {
		background-size: contain;
		background-position: -110px -200px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	
	.support-section .outer-container .inner-container .container:before {
		width: 100%;
	}
	.upcoming-events-section .events-cols .content-col .font-16 {
		font-size: 13px;
		line-height: 16px;
	}
	.upcoming-events-section .events-date-time.font-20 {
		font-size: 14px;
		line-height: 18px;
	}
	.mission-section:before {
		background-size: contain;
		background-position: -153px -244px;
	}
}
@media only screen and (max-width: 991px) {
	.main {
		overflow: hidden;
	}
	.font-24 {
		font-size: 21px;
		line-height: 27px;
	}
	.font-30 {
		font-size: 25px;
		line-height: 30px;
	}
	.font-32 {
		font-size: 26px;
		line-height: 30px;
	}
	.font-37 {
		font-size: 32px;
		line-height: 39px; 
	}
	.font-50 {
		font-size: 38px;
		line-height: 47px;
	}
	.big-blue-button {
	 	padding: 24px 50px;  
	}
	main .white-button {
		padding: 8px 23px;
	}
	.footer-menu-col, .footer-form-col, .footer-logo-col {
		z-index: 1;
	}
	.mob-plr, .footer-menu-col, .footer-form-col, .footer-logo-col {
		padding-right: 28px;
		padding-left: 28px;
	}
	.plr-16, main section:not(.newsletter-section, .support-section, .business-posts-section, .single-story .single-post-section, .teal-template-section.single__event-section), .newsletter-section .outer-container, .support-section .outer-container .inner-container {
		padding-right: 16px;
		padding-left: 16px;
	} 
	header .row.align-items-center {
		justify-content: space-between;
	}
	.logo-col {
		padding-left: 72px;
	}
	.logo-col a:before {
		width: 370px;
		height: 280px;
		top: -125px;
		left: -137px;
		z-index: 3;
	}
	.logo-col a img {
		width: 95px;
		z-index: 4;
	} 
	.logo-col a {
		padding-top: 15px;
		padding-bottom: 0;
		transition: all .4s ease-in-out;
	}
	header .logo-col a:after {
		padding: 83px 0 0 9999px;
	}
	header.show .logo-col a:after {
		margin: -7px 0 0 -9100px;
		z-index: -1;
	}
	header #searchform .form-control, header #searchform .form-control::placeholder {
		color: #000;
	}
	header #searchform {
		background-color: #fff;
		border-radius: 6px;
		height: 40px;
		padding: 5px 12px;
		margin-bottom: 30px;
		margin-top: 75px;
	}
	.navbar-toggler {
		padding: 0 15px 0 0;
		border: none !important;
		box-shadow: unset !important;
		outline: none !important; 
	}
	.menu-button, .menu-button:before, .menu-button:after {
		display: block;
		background-color: #000000;
		position: absolute;
		height: 2px;
		width: 20px;
		transition: all 0.4s ease-in-out;
		border-radius: 2px;
		right: 0; 
	}
	.menu-button:after, .menu-button:before {
		content: "";
	}
	.menu-button:before {
		margin-top: -6px;
	}
	.menu-button:after {
		margin-top: 6px;
	}
	.menu-button.open {
		background-color: transparent;
	}
	.menu-button.open:before, .menu-button.open:after {
		margin-top: 0px;
	}
	.menu-button.open:after {
		transform: rotate(-45deg);
	}
	.menu-button.open:before {
		transform: rotate(45deg);
	}
	.open-close-button {
		display: inline-flex;
		align-items: center;
		font-size: 16px;
		line-height: 19px;
		font-weight: 600;
		letter-spacing: 0.32px;
		color: #000000;
		padding-right: 30px;
	}
	header.show {
		position: fixed;
		width: 100%;
		z-index: 99;
		top: 0;
	}
	main.show {
		margin-top: 76px;
	}
	#navbarSupportedContent {
		width: 100%;
		height: 0 !important;
		position: fixed;
		margin-top: 76px;
		top: 0;
		left: 0;
		background-color: #F4F4F4;
		padding: 0 28px 110px;
		-webkit-transition: height .8s, opacity 0.4s cubic-bezier(0.6, 0, 0.8, 0) !important; 
    	transition: height .8s, opacity 0.4s cubic-bezier(0.6, 0, 0.8, 0) !important;
		overflow-y: auto;
		opacity: 0;
		z-index: 2;
	} 
	#navbarSupportedContent.show-menu {
		height: 100% !important;
		opacity: 1;
	}
	.navbar-nav .menu-item:not(:last-child) a:not(.sub-menu a) {
		padding: 8px 0 !important
	}
	.navbar-nav > .menu-item:not(:last-child) {
		margin-bottom: 18px;
		border-bottom: 1px solid #000000;
	}
	.navbar-nav > .menu-item:last-child a {
		margin: 11px 0 52px;
		display: block;
		text-align: center; 
	}
	#gtranslate_selector {
		margin-bottom: 105px;
	}
	.navbar-nav .sub-menu {
		display: none;
		padding-left: 0;
		margin-top: 10px;
	}
	.navbar-nav .sub-menu a {
		line-height: 19px;
		padding: 0;
		margin-bottom: 18px;
		font-weight: 500;
	}
	.navbar-nav .sub-menu li:last-child {
		margin-bottom: 14px;
	}
	.menu-item-has-children.menu-open:before, .post-type-archive-business .accordion-button:not(.collapsed):after {
		content: "\f068";
	}
	.menu-item-has-children:before, .post-type-archive-business .accordion-button:after {
		content: "\f067";
	}
	.menu-item-has-children:before,
	.post-type-archive-business .accordion-button:after{
		position: absolute;
		font-family: "Font Awesome\ 5 Pro";
		font-weight: 300;
		font-size: 20px;
		right: 0;
		top: 5px;
	} 
	.navbar-nav .sub-menu li {
		list-style: none;
	}
	footer {
		margin-top: 250px;
		background-size: auto;
		padding: 70px 0 41px;
	}
	.footer-logo-col {
		margin-top: -165px;
		padding-bottom: 280px;
	}
	.footer-logo-col:before {
		left: 0;
		right: 0;
		margin: 0 auto;
		background-size: 560px;
		background-position: top center;
		bottom: 130px;
		width: 100%;
		height: 100%; 
	}
	.footer-logo-col div.position-relative {
		max-width: 300px;
		margin: 0 auto;
	}
	footer .font-19 {
		font-size: 18px;
		line-height: 22px;
	}
	footer .footer-logo-col div.font-19, #gform_1 .gform_button,
	.newsletter-section .outer-container .font-15, .support-section .font-15,
	.hero .font-20, .upcoming-events-section .events-cols .font-22, #gform_3 .gform_button {
		font-size: 16px;  
	}
	.footer-logo-col img {
		width: 142px;
	}
	.footer-address-col {
		padding-bottom: 5px;
	}
	.footer-menu-col {
		margin-top: -85px;
	}
	#gform_1 .gform_button, #gform_3 .gform_button {
		width: unset;
		padding: 10px 22px;
		line-height: 19px;
	}
	footer .gform_wrapper .gform_footer {
		margin-top: 24px;
	}
	/* .newsletter-section */ .img-holder-left { 
		top: -95px;
		left: -105px;
		right: 0;
	}
	/* .newsletter-section */ .img-holder {
		width: 280px;
		height: 280px;  
	}
	/* .newsletter-section */ .img-holder:before {
		width: calc(100% + 30px);
		height: calc(100% + 35px);
		left: -35px;
		top: -15px;
	}
	.newsletter-section .img-holder-col {
		padding-bottom: 225px;
	}
	.newsletter-section {
		padding: 0 0 150px;
		margin-top: 180px;
		overflow: visible !important;
	}
	.newsletter-section .outer-container .font-15,
	.support-section .font-15 {
		line-height: 27px;
	}
	.newsletter-section .outer-container .font-30 {
		margin-bottom: 20px;
	}
	.form-holder {
		width: 100%;
		padding-top: 10px;
		z-index: 1;
	}
	body .newsletter-section .gform_legacy_markup_wrapper ul li.gfield, body .gform_legacy_markup_wrapper .top_label div.ginput_container {
		margin-top: 0px !important;
	}
	.newsletter-section #gform_1 .ginput_container input {
		background-color: #f4f4f4;
		height: 43px !important;
	}
	.newsletter-section .gform_legacy_markup_wrapper .gform_footer {
		text-align: center;
		padding: 8px 0 10px 0;
	}
	.newsletter-section .outer-container .container .form-holder:before { /* to make newsletter section full width  moved :before to .form-holder*/
		width: 100%;
		top: unset;
		right: 0;
		background-size: 565px;
		bottom: -112px;
		left: 0;
		background-position: bottom center;
		margin: 0 auto;
	}
	.support-section .shape-holder:before {
		width: 400px;
		height: 400px;
		left: unset;
		right: -200px;
		top: 0;
	}
	.hero:not(.inner-pages-hero) {
		box-shadow: 0px 0px 20px #00000026;
		padding: 120px 0 50px;
	}
	.hero:not(.inner-pages-hero) .row {
		justify-content: flex-end;
	}
	.hero:not(.inner-pages-hero):before { 
		border-right: 80px solid #00216999;
		/* border-left: 580px solid transparent; */
		border-left: 520px solid transparent; 
	}
	.hero .font-20 {
		line-height: 21px;
	}
	.stories-section {
		padding: 50px 16px 90px;
	}
	.stories-section:not(.business-story-section) {
		background: linear-gradient(180deg, rgba(255,255,255,1) 22%, #f4f4f4 22%, #f4f4f4 100%);  
	}
	.stories-section .story-col .post-category {
		font-size: 12px;
	}
	.stories-section .story-col .post-title a {
		height: unset !important;
	}
	.stories-section .story-col .Publish-date {
		margin-bottom: 8px;
	}
	.stories-section .story-col {
		margin-bottom: 40px !important;
	}
	.stories-section .story-col, .business-posts-section .business-col {
		justify-content: center;
	}
	.upcoming-events-section .events-cols .font-22 {
		line-height: 19px;
	} 
	.upcoming-events-section .events-date-time.font-20 {
		margin-bottom: 40px !important
	}
	.upcoming-events-section .events-cols .content-col {
		padding: 0 20px 15px;
	}
	.facetwp-facet-story_categories .fs-dropdown, .facetwp-facet-story_categories .fs-wrap .fs-label-wrap, .facetwp-facet-search_story .facetwp-search {
		font-size: 13px;
		line-height: 16px;
	}
    .upcoming-events-section .events-cols .content-col .time {
        position: relative;
    }
	/*.upcoming-events-section .events-cols .content-col .date {
		position: relative;
		padding-right: 10px;
		margin-right: 5px;
	} */
	.upcoming-events-section .events-details-col {
		margin-bottom: 25px;
	}
	.support-section .outer-container {
		margin-top: 120px;
		margin-bottom: 115px; 
		padding-bottom: 0;
	}
	.support-section .outer-container .inner-container ul {
		padding-left: 18px;
	} 
	.support-section .outer-container .inner-container {
		padding-bottom: 350px;
	}
	.img-holder-right {
		top: unset;
		left: -65px;
		right: 0;
		margin: 0 auto;
		text-align: center;
		width: 510px;
		bottom: -75px;
	}
	.img-holder.img-holder-right:before {
		top: -132px;
		left: 5px;
		height: calc(100% + 65px);
		width: calc(100% + 60px);
	}
	.img-holder-right img {
		top: -108px;
	}
	.support-section .outer-container .inner-container .container:before {
		bottom: -32px;
		background-repeat: repeat-x;
		background-position: 15% 0;
	}
	.three-column-content .three-cols-content img {
		margin-bottom: 13px;
	}
	.post-right-sidebar {
		padding-top: 48px;
	}
	.post-right-sidebar .font-15 {
		margin-bottom: 13px;
	}
	.post-right-sidebar .font-30 {
		font-size: 30px;
		line-height: 37px;
	}
	.teal-template-section .breadcrumb span,
	.teal-template-section .breadcrumb a,
	.post-right-sidebar > .font-15 {
		font-size: 13px;
		line-height: 16px;
	}
	.sidebar-support-col {
		padding: 92px 22px 40px;
	}
	.sidebar-support-col:before {
		background-position: center top;
		background-size: 50%;
		background-repeat: no-repeat;
	}
	#tribe-events-pg-template, .teal-template-section.single__event-section,
	.post-img-col {
		padding-left: 0;
		padding-right: 0;
	}
	.teal-template-section .font-37 {
		font-size: 26px;
		line-height: 31px; 
	}
	.teal-template-section .font-18, .inner-pages-hero .font-18 {
		font-size: 15px;
		line-height: 21px;
	}
	.teal-template-section .breadcrumb span,
	.teal-template-section .breadcrumb a {
		letter-spacing: 0.26px;
	}
	.event-detail-inner .font-22 {
		font-size: 20px;
		line-height: 24px;
	}
	.teal-template-section .tribe-address {
		display: block;
		margin-bottom: 25px;
		margin-top: 18px; 
	}
	.sidebar-support-col .big-blue-button {
		margin-top: 12px;
	}
	.facetwp-facet-story_categories .fs-wrap .fs-label span, .home .sold-btn {
		display: none;
	}
	.related-stories-section .post-category {
		font-size: 12px;
	}
	.related-stories-section .post-category,
	.post-type-archive-business .business-post-content .business-post-meta li a {
		line-height: 15px;
	}
	.related-stories-section .story-col {
		margin-bottom: 24px;
	}
	.related-stories-section .post-excerpt, .related-stories-section .publish-date, .related-stories-section .post-title {
		padding: 0 20px;
	}
	.inner-pages-hero-breadcrumb .breadcrumb {
		padding: 28px 0 0;
		margin-bottom: 0;
	}
	.inner-pages-hero {
		padding: 71px 16px 55px;
		margin-bottom: 83px;
		min-height: 243px; 
	}
	.page-id-473 .inner-pages-hero {
		padding: 100px 16px 18px;
	}
	.page:not(.home) .upcoming-events-section {
		padding-top: 60px;
		padding-bottom: 68px;
	}
	.link-zone {
		padding-bottom: 25px;
	}
	.three-column-content .row .three-cols-content, .two-column-content-section:not(.offset-content-section) .two-cols-content {
		margin-bottom: 70px;
	}  
	.two-column-content-section#two-column-content-473-1 {
		padding-top: 78px;
	}
	/*.two-column-content-section .two-cols-content {
		flex-direction: column-reverse !important;
	}*/
	.two-column-content-section img {
		margin-bottom: 30px;
	}
	.two-column-content-section .white-button, .three-column-content .white-button {
		margin-top: 10px;
	}
	.support-section ul, .link-zone ul {
		line-height: 27px; 
	}
	.two-column-content-section.offset-content-section {
		padding: 68px 16px;
	}
	.two-column-content-section.even:before {
		bottom: unset;
		background-position: left top;
		background-size: 350px;
		top: -105px;
	}
	.post-excerpt {
		font-size: 14px;
	}
	.post-type-archive-business .stories-section .story-col {
		margin-bottom: 36px !important;
	}
	.post-type-archive-business .business-story-section:after,
	.post-type-archive-business .business-story-section:before,
	.page-id-473 .upcoming-events-section:before,
	.page-id-473 .upcoming-events-section:after {
		background-size: contain;
	}
	.post-type-archive-business .business-story-section:after {
		bottom: -80px;
	}
	.post-type-archive-business .business-story-section:before {
		top: -118px;
		left: 0;
	}
	.business-headline-section .col-lg-12 {
		padding-top: 10px !important;
	}
	.post-type-archive-business .left-sidebar-outer a.active { 
		background-color: transparent !important; 
	}
	.post-type-archive-business .left-sidebar {
		background-color: #f4f4f4;
		text-align: center; 
		padding: 28px 8px 25px;
		margin-top: 28px;
	}
	.post-type-archive-business .business-posts-section .business-posts-row {
		padding-top: 45px; 
		padding-bottom: 93px;
	} 
	.post-type-archive-business .accordion-item {
		background-color: transparent;
		border: unset;
		border-radius: unset;
	}
	.post-type-archive-business .accordion-body {
		padding: 0;
	}
	.post-type-archive-business .left-sidebar ul li a {
		padding: 13px 20px;
	}
	.post-type-archive-business .left-sidebar .font-22.mb-4 {
		margin-bottom: 15px !important;
	}
	.post-meta span {
		display: inherit;
	}
	.post-content p, .single-post-section figure {
		margin-bottom: 25px;
	}
	.post-content h3 {
		margin: 0 0 25px;
	}
	.post-content blockquote {
		margin: 28px 0;
	}
	hr.post-border {
		width: 93.5%;
	}
	.post-author-section hr.post-border:first-child {
		margin-top: 10px;
	}
	.post-author-section, .post-social-icons .font-22 {
		padding-bottom: 10px;
	}
	.post-social-icons {
		margin-bottom: 23px;
	}
	.post-type-archive-story .stories-section, .tax-story_category .stories-section {
		padding-top: 46px;
		padding-bottom: 100px;
		/* background: linear-gradient(180deg, rgba(255,255,255,1) 9%, #f4f4f4 9%, #f4f4f4 100%); */
		background: linear-gradient(180deg, rgba(255,255,255,1) 356px, #f4f4f4 356px, #f4f4f4 100%);
	}  
	.post-type-archive-story .inner-pages-hero, 
	.tax-story_category .inner-pages-hero {
		margin-bottom: 0; 
	}
	
	.facetwp-facet-story_categories .fs-dropdown {
		padding: 25px 30px 30px;
		z-index: 2; 
	}
	.facetwp-facet-story_categories .fs-option {
		word-break: unset;
	}
	.facetwp-facet-story_categories.facetwp-type-fselect .fs-option .fs-option-label {
		white-space: unset;
		display: block; 
	}
	.facetwp-facet-story_categories.facetwp-type-fselect.facetwp-facet {
		margin-bottom: 15px;
	}
	.facetwp-facet-story_categories .fs-wrap .fs-label-wrap, .facetwp-facet-search_story .facetwp-search {
		height: 50px; 
	}
	.post-type-archive-story main {
		padding-bottom: 40px;
	}
	.page-id-473 .upcoming-events-section:before {
		left: -215px;
		top: -138px;
	}
	.page-id-473 .upcoming-events-section:after {
		right: -80px;
		bottom: -7px;
	}
	.post-type-archive-business .business-col {
		margin-bottom: 24px !important;
	}
	.post-type-archive-business .business-col .font-16.mb-3 {
		margin-bottom: 3px !important;
	}
	.post-type-archive-business .accordion-button {
		color: #fff;
		font-size: 16px;
		line-height: 19px;
		font-weight: 700;
		border-radius: 6px !important;
		position: relative;
		padding: 19px 28px 19px 83px;
		box-shadow: unset !important;
		height: 80px;
		margin-top: 8px;
		display: inline-block;
	}
	.post-type-archive-business .accordion-button:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 19px;
		margin: auto 0;
		background: #FFFFFF;
		box-shadow: 0px 0px 30px #00000040;
		opacity: 0.9;
		width: 48px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 100px;
	}
	.post-type-archive-business .accordion-button:after {
		background-image: none !important;
		transform: none !important;
		top: 3px;
		bottom: 0;
		left: 33px;
		margin: auto 0;
		opacity: 0.9;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #D8685F;
		font-size: 33px;
		line-height: 48px;
	}
	/* #accordion-attractions .accordion-button:after, */
	/*#accordion-attractions-and-lodging .accordion-button:after {
		color: #7085B1;
	}
	#accordion-beauty-and-wellness .accordion-button:after {
		color: #8FA271;
	}
	#accordion-bed-and-breakfasts .accordion-button:after {
		color: #5CABB7;
	}
	#accordion-boutiques-and-specialty-shops .accordion-button:after {
		color: #CCA864;
	}
	#accordion-cafes-breweries-restaurants .accordion-button:after {
		color: #7C88A5;
	} */
	.post-type-archive-business .accordion-button .hide-show {
		text-transform: capitalize;
	}
	.business-posts-section .accordion-header {
		text-align: center;
	}
	.accordion-header.accordion-closed:before {
		content: "";
		width: 100%;
		height: 500px;
		display: block;
		position: absolute;
		z-index: 4;
		left: 0;
		bottom: 80px;
	}
	.upcoming-events-section .events-cols .sold-btn {
		width: 100%;
		text-align: center;
		font-size: 9px;
		line-height: 11px;
	}
	.newsletter-issues-section .months-list {
		grid-template-columns: repeat(2, 2fr);
	}
	.single-story .single-post-section .post-title {
		margin-bottom: 15px !important;
	}
	.single-story .single-post-section .post-meta {
		padding-top: 10px !important;
		padding-bottom: 28px !important; 
	}
	.teal-template-section .breadcrumb {
		/* margin-bottom: 54px; */
		/* padding-top: 22px; */
		margin-bottom: 45px;
		padding-top: 0;
	}
	.stories-section .featured-story {
		flex-direction: column-reverse;
	}
	.stories-section .featured-story .col-lg-8 .bg-white {
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 0;
		position: relative;
	}
	.stories-section .featured-story .col-lg-4 .bg-white {
		border-top-right-radius: 0; 
		border-top-left-radius: 0;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		padding: 5px 25px 16px !important;
	}
	.stories-section .featured-story .post-category {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}
	/* .mission-section:before {
		background-size: contain;
		background-position: -153px -244px;
	} */
	.mission-section img {
		width: 330px;
		bottom: -165px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
	.footer-menu-col, .footer-form-col, .footer-logo-col {
		padding-right: 12px;
		padding-left: 12px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-form-col {
		margin-top: -85px;
	}
	.facetwp-facet input.facetwp-search {
		min-width: unset !important;
	}
	.newsletter-issues-section .months-list {
		grid-template-columns: repeat(3, 3fr);
	}
	.post-type-archive-business .business-story-section:after {
		bottom: -100px;
	}
	.post-type-archive-business .business-story-section:before {
		top: -200px;
	}
	.post-type-archive-business .business-story-section:after, .post-type-archive-business .business-story-section:before {
		background-size: 70%;
	}
	.page-id-473 .upcoming-events-section:after {
		background-size: 55%;
		right: -100px;
		bottom: -100px;
	}
	.page-id-473 .upcoming-events-section:before {
		background-size: 46%;
		top: -255px;
	}
	.post-type-archive-story .stories-section {
		background: linear-gradient(180deg, rgba(255,255,255,1) 265px, #f4f4f4 265px, #f4f4f4 100%);
	}
	.single-tribe_events .event-detail-inner .time {
		padding-left: 5px;
	}
	#form__zone-578-2 {
		padding-top: 50px;
	}
	.teal-template-section .separator-line {
		padding: 0 13px 0 7px;
	}
}
@media only screen and (min-width: 992px) {
	header #searchform .form-control {
		width: 110px;
	}
	header #searchform .form-control.expanded, #searchform .form-control:not([value=""]), header #searchform .form-control:focus {
		width: 275px;
		border-color: #434343;
	}
	header #searchsubmit {
		display: none;
	}
	.search-results header #searchsubmit {
		display: block;
	}
	.search-results header .header-search {
		display: none;
	}
	header:before {
		content: '';
		background-image: url(../../images/white_line_pattern.svg);
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 268px;
		height: 510px;
		display: block;
		position: absolute;
		right: 0px;
		top: -208px;
		z-index: 1;
	}
	.navbar-nav .sub-menu {
		position: absolute;
		list-style-type: none;
		text-align: center;
		background-color: #f4ce3d;
		padding: 20px 30px;
		width: 250px;
		border-radius: 25px;
		margin: 0 auto;
		left: -64px;
		right: 0;
		top: 70px;
		display: none;
		box-shadow: 0px 0px 20px #00000026;
	}
	.navbar-nav .sub-menu:before {
		content: '';
		width: 25px;
		height: 25px;
		display: block;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #f4ce3d;
		position: absolute;
		top: -25px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.navbar-nav .sub-menu a:hover {
		text-decoration: underline;
	}
	.navbar-nav .menu-item-has-children:hover > .sub-menu {
		display: block;
	}
	.navbar-nav .menu-item:not(:last-child) a:not(.sub-menu a) {
		padding: 23px 15px 26px !important
	}
	.upcoming-events-section .events-cols .img-col {
		padding-right: 0;
	}
	#tribe-events-pg-template .single__event-section .event-detail .venue-detail,
	.single__event-section.teal-template-section .event-detail .venue-detail {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
    .form-holder .gform_wrapper {
        margin-left: -25px;
    }
	.newsletter-section .outer-container {
		padding-top: 70px;
		padding-bottom: 110px;
	}
	.support-section .shape-holder:after {
		content: "";
		background-image: url(../../images/Support-left-pattern.svg);
		width: 490px;
		height: 315px;
		display: block;
		position: absolute;
		left: -81px;
		top: -97px;
		background-size: cover;
		z-index: 1;
	}
	.single-post-section {
		margin-top: 138px;
	}
	.upcoming-events-section .events-cols .content-col .events-meta {
		position: absolute;
		bottom: 21px;
	} 
	.business-sidebar-col {
		position: absolute;
		left: 0;
		margin-top: 95px;
	}
    .left-sidebar-outer {
        -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
	.post-type-archive-business .left-sidebar-outer.fixed {
		position: fixed;
		width: 263.75px;
		top: 40px;
		margin-bottom: 30px;
	} 
	.teal-template-section .tribe-address {
		margin-right: 10px;
		margin-top: 18px;
	}
	.two-column-content-section:not(.offset-content-section) {
		padding: 30px 0;
	}
	.two-column-content-section.offset-content-section {
		padding: 66px 0;
	}
	.three-column-content {
		padding: 48px 0 110px;
	}
	.post-type-archive-business .left-sidebar-outer a.active { 
		color: #fff; 
		box-shadow: 0px 0px 20px #00000029;
	}
	.post-type-archive-business .left-sidebar {
		padding: 25px 25px 100px 0;
		z-index: 1;
	}
	.post-type-archive-business .business-posts-section .business-posts-row {
		padding: 50px 0; 
	}
	.post-meta span:not(:last-child):after {
		content: "|";
		right: 0;
	}
	.post-type-archive-story .stories-section:before {
		background-image: url(../../images/stories-left-pattern.svg);
		left: -150px;
		top: 17%; 
	}
	.post-type-archive-story .stories-section:after {
		background-image: url(../../images/stories-right-pattern.svg);
		right: -176px;
		background-position: right top;
		top: 180px;
	}
	.post-type-archive-business .left-sidebar .font-22 {
		padding-left: 28px; 
	}
    .time-date-detail {
        padding-right: 150px;
        /* padding-bottom: 20px; */
    }
	.teal-template-section .event-detail-inner .tribe-street-address {
		font-size: 16px;
		line-height: 19px;
		float: left;
	}
	.teal-template-section .tribe-address .tribe-street-address + .tribe-delimiter {
		display: block;
	}	
	.post-type-archive-story .stories-section.stories-sm {
		background: linear-gradient(180deg, rgba(255,255,255,1) 38%, #f4f4f4 38%, #f4f4f4 100%); 
	}
	.teal-template-section .separator-line {
		padding: 0 13px 0 7px;
	}
} 
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.logo-col a:before {
		left: -305px;
	}
	.newsletter-section .img-holder {
		left: -345px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.support-section .shape-holder:before {
		left: -265px;
	}
	.footer-logo-col:before {
		left: -206px;
    	background-size: 90%;
	}
	footer .white-button {
		padding: 13px 30px;
	}
	.newsletter-section .outer-container .container .form-holder:before {
		right: -155px;
	}
	.teal-template-section .venue-detail {
		margin-top: 15px; 
	}
	.sidebar-support-col {
		padding: 92px 12px 40px;
	}
	.post-type-archive-business .left-sidebar-outer.fixed {
		width: 216px;
	}
	.navbar-nav .sub-menu {
		left: -77px !important;
	}
}

@media only screen and (min-width: 1200px)  {
    .newsletter-section .img-holder {
        left: -302px;
    }

    .img-holder-right {
        right: 0px;
    }
}


@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1151px;
    }
	.navbar-nav .menu-item:not(:last-child) a:not(.sub-menu a) {
		padding: 23px 25px 26px 25px !important;
	}
	.img-holder-right {
		right: 100px;
	}
}

@media only screen and (min-width: 1600px) {

.img-holder-right {
        right: 200px;
    }
}



/* Dev CSS */
.single-post-section img, .single-post-section figure, .single-post-section .wp-caption {
    max-width: 100% !important;
    height: auto;
}

@media only screen and (min-width: 1620px){
    .inner-pages-hero-breadcrumb {
        padding: 200px 0 0;
    }
	.mission-section:before {
		background-position: -8% 130%;
	}
}

#gtranslate_selector{
    /*visibility: hidden;*/
}

.select2-dropdown--below .select2-results__options li:first-child, .mobile-translate input:first-child, .mobile-translate #label-0 {
    display: none;
}

.mobile-translate h3 {
    color: #000000;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.mobile-translate label {
    font-size: 15px;
    line-height: 19px;
    padding-right: 40px;
    padding-left: 10px;
    font-weight: 500;
}
.radio-main {
    display: flex;
    align-items: center;
}
/* .radio-main input[type='radio']:after {
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    position: absolute;
    border-radius: 50%;
} */
/*.radio-main input[type='radio']:checked:after*/
.radio-main input[type='radio']:checked {
    background-color: #000;
}
.radio-main input[type='radio'] {
    width: 30px;
    height: 30px;
	-webkit-appearance:none;
	border: 2px solid #000;
	border-radius:50%;
	outline:none;
	background-color: #fff;
}


.facetwp-facet-story_categories .fs-label:before {
    content: 'Category: ';color: #000;
}

.single-story .post-content a, 
.page-template-template-teal .event-detail a
{
    text-decoration: underline;
}


#team__section578-0{
    padding-bottom: 80px;
}


.select2-container--open .select2-dropdown {
	    z-index: 9999999;
}