/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/************************************************************ Notification Bar */

#wpfront-notification-bar td {
    border: none;
}
#wpfront-notification-bar .wpfront-message {
    font-size: 26px;
    font-family: 'News Gothic';
    text-transform: none;
    line-height: 1.2;
    padding: 15px 0px;
}
#top #wpfront-notification-bar .wpfront-close {
    border: none;
    background: transparent;
    color: white;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    transform: translate(0px, -50%);
    right: 15px;
}

/************************************************************ Top Bar */

#top #header_meta {
    background: #E5F7F7;
    height: 45px;
    z-index: 8;
    position: relative;
}
#top #header_meta .social_bookmarks {
    display: flex;
    height: 45px;
    align-items: center;
    padding-left: 150px;
}
#top #header_meta .social_bookmarks li {
    width: auto;
    height: auto;
    border: none;
    margin-left: 5px;
}
#top #header_meta .social_bookmarks li:first-child {
	margin-left: 0px;
}
#top #header_meta .social_bookmarks li a {
    background: #78A22F;
    color: white;
    font-size: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transition: .4s all;
}
#top #header_meta .social_bookmarks li a:hover {
    background: #9C0059;
}
#header #header_meta .sub_menu {
    top: auto;
    height: 45px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
#header #header_meta .sub_menu li a {
    display: block;
    line-height: 45px;
    background: #9C0059;
    padding: 0px 25px;
    transition: .4s all;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
}
#header #header_meta .sub_menu li a svg {
    margin-right: 5px;
}
#top #header #header_meta .sub_menu li a:hover {
    background: #78A22F;
}
#header_meta .notifications-box {
    margin-right: 15px;
}
#header_meta .notifications-box .dd-text {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'News Gothic';
    color: #9C0059;
    text-decoration: underline;
	display: none !important;
    text-underline-offset: 2px;
    position: relative;
	transition: .4s all;
    /*padding-right: 25px;*/
}
#header_meta .notifications-box .dd-text a {
	color: inherit;
}
#header_meta .notifications-box .dd-text:hover {
	color: #00B1B0;
}
/*
#header_meta .notifications-box .dd-text:after {
    content: " ";
    width: 12px;
    height: 12px;
    border-right: 2px solid #9C0059;
    border-bottom: 2px solid #9C0059;
    position: absolute;
    transform: rotate(45deg);
    right: 0px;
    top: 4px;
}
*/
#header_meta .notifications-box .dd-text svg {
    margin-right: 7px;
    font-size: 17px;
}

/************************************************************ Header */

#header .container {
    max-width: 1510px;
}
#header.header-scrolled-full #header_main .av-logo-container {
    display: none;
}
#top #header_main {
    position: relative;
    z-index: 9;
}
#header .av-logo-container {
    height: 140px !important;
    line-height: 140px !important;
}
#header_main .logo {
    overflow: visible;
}
#header_main .logo a {
    display: flex;
    align-items: center;
    height: 170px;
    max-height: 170px !important;
    margin-top: -40px;
}
#header_main .logo a img,
#header_main .logo a svg {
    max-height: 165px !important;
}
#header_main .inner-container {
    display: flex;
    align-items: center;
}
#header_main .inner-container .header-widget {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#header_main .inner-container .header-widget .widget {
    padding: 0px;
    line-height: 1;
}
#header_main .inner-container .header-widget .top-widget {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#header_main .inner-container .header-widget .top-widget .header-buttons a {
    background: #9C0059;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 35px;
    display: inline-block;
    transition: .4s all;
    border-radius: 35px;
	margin-left: 5px;
}
#header_main .inner-container .header-widget .top-widget .header-buttons a:hover {
	opacity: .8;
}
#header_main .inner-container .header-widget .top-widget .header-buttons a:nth-child(even) {
    background: #78A22F;
}
#header_main .inner-container .header-widget .top-widget .header-buttons a i {
    margin-right: 8px;
    font-size: 16px;
}
#header .top-widget .textwidget {
    display: flex;
    align-items: center;
}
#header .top-widget .textwidget .header-portal {
    margin-left: 20px;
}
#header .top-widget .textwidget .header-portal a {
    display: block;
    line-height: 0;
}
#header .top-widget .textwidget .header-portal a:hover {
    opacity: .8;
}
#header .top-widget .textwidget .header-portal img {
    height: 42px;
}
#header_main .inner-container .header-widget .bottom-widget ul {
    display: flex;
    align-items: center;
}
#header_main .inner-container .header-widget .bottom-widget ul li {
    margin-right: 35px;
}
#header_main .inner-container .header-widget .bottom-widget ul li a {
    color: #1B1B1B;
    font-family: "News Gothic";
    text-transform: uppercase;
    font-size: 20px;
    transition: .4s all;
}
#header_main .inner-container .header-widget .bottom-widget ul li a:hover {
    color: #78A22F;
}

/* Language Switcher */

#header_main .gt_switcher {
    font-family: inherit;
    color: #000;
    width: 150px;
    position: relative;
    overflow: visible;
}
#header_main .gt_switcher .gt_selected {
    background: transparent;
}
#header_main .gt_switcher .gt_selected a {
    display: flex;
    color: #1B1B1B;
    align-items: center;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0px;
    width: 100%;
}
#header_main .gt_switcher .gt_selected a img {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    object-fit: cover;
    margin-right: 10px;
	border: 1px solid #1B1B1B;
}
#header_main .gt_switcher .gt_option {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 12px rgb(0 0 0 / 10%);
    top: calc(100% + 10px);
    border-radius: 10px;
    padding: 10px;
    left: -15px;
}
#header_main .gt_switcher .gt_option a {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 15px;
    padding: 5px;
}
#header_main .gt_switcher .gt_option a img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
	border: 1px solid #1B1B1B;
}
#header_main .header-right .quick-links {
    display: flex;
    padding: 0px;
    list-style: none;
    margin: 0px;
}
#header_main .header-right .quick-links li {
    margin-left: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-left: 2px solid #ccc;
}
#header_main .header-right .quick-links li a {
    display: flex;
    align-items: center;
}
#header_main .header-right .quick-links li i {
    font-size: 20px;
    margin-right: 15px;
}

/* Navigation */

#top #header #header_main_alternate .main_menu {
    display: flex;
}
#header #header_main_alternate {
    background: #00B1B0;
}
#top #header #header_main_alternate .mega-menu > li a {
    font-family: "News Gothic";
    line-height: 50px;
    height: 50px;
    transition: .4s all;
    font-size: 21px;
    padding: 0px 30px;
    letter-spacing: .75px;
}
#top #header #header_main_alternate .mega-menu .mega-menu-flyout li a {
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0px;
    padding: 12px 30px;
    line-height: 1.2;
    height: auto;
}
#top #header #header_main_alternate .main_menu .search-bar {
    width: 400px;
    margin-left: auto;
}
#top #wrap_all #header form > div {
    max-width: 100%;
    background: rgba(0,0,0,.1);
}
#top #wrap_all #header #s {
    height: 50px;
    font-family: "Open Sans";
    padding: 0px 15px;
    background: transparent;
    color: white;
    font-size: 15px;
}
#top #wrap_all #header #s::-webkit-input-placeholder,
#top #wrap_all #header #s::placeholder {
    color: white;
}
#top #wrap_all #header #searchsubmit {
    width: 40px;
    height: 40px;
    background: #E8941A;
    margin: 5px;
    border-radius: 5px;
}
#top #wrap_all #header #searchsubmit:hover {
    background: #fff;
    color: #1B1B1B;
}
#top #wrap_all #header form > .ajax_search_response {
    background: white;
    border-top: 5px solid #A8D459;
    padding: 10px 15px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
#top #wrap_all #header .ajax_search_response h4 {
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 400;
    padding: 12px 0px;
    font-size: 21px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-family: "News Gothic";
}
#top #wrap_all #header .ajax_search_response .av_ajax_search_entry {
    padding: 0px;
}
#top #wrap_all #header .ajax_search_response .av_ajax_search_image {
    display: none;
}
#top #wrap_all #header .ajax_search_response .av_ajax_search_title {
    font-size: 17px;
    text-transform: none;
    font-weight: 500;
    padding: 7px 0px;
    display: block;
    line-height: 1.3;
}
#top #wrap_all #header .ajax_search_response .av_ajax_search_entry:hover {
    text-decoration: underline;
    background: transparent;
}
#top #wrap_all #header .ajax_search_response .ajax_search_excerpt {
    display: none;
}
#top #wrap_all #header .ajax_search_response .av_ajax_search_entry.av_ajax_search_entry_view_all {
    text-transform: none;
    color: white;
    font-weight: 700;
    font-size: 15px;
    border-radius: 35px;
    padding: 15px 10px;
    line-height: 1;
    background: #9C0059 !important;
    max-width: 200px;
    text-transform: uppercase;
    margin: 10px auto 5px;
    transition: .4s all;
}
#top #wrap_all #header .ajax_search_response .av_ajax_search_entry.av_ajax_search_entry_view_all:hover {
	opacity: .8;
}

/* Mega Menu */

#header #mega-menu-avia .mega-menu-grid > .mega-sub-menu {
    display: none !important;
}
#header #mega-menu-avia .mega-menu-grid:hover > .mega-sub-menu,
#header #mega-menu-avia .mega-menu-grid:focus-within > .mega-sub-menu {
    display: block !important;
}
#header_main_alternate .mega-menu-row > .mega-sub-menu {
    display: flex !important;
    padding: 35px 0px !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li > .mega-sub-menu {
    padding-top: 16px !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li > .mega-sub-menu > li:before {
    display: none !important;
}
#header_main_alternate .mega-menu-column {
    padding-right: 40px !important;
    position: relative;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
#header_main_alternate .mega-menu-column:after {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 20px;
    background: #000;
    opacity: .15;
    visibility: visible;
    display: block !important;
}
#header_main_alternate .mega-menu-column:last-child {
    padding-right: 0px !important;
}
#header_main_alternate .mega-menu-column:last-child:after {
    display: none !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li {
    padding: 0px !important;
    margin: 0px 0px 20px !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li:last-child {
    margin-bottom: 0px !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li > a {
    font-size: 22px !important;
    font-weight: 600 !important;
    transition: .4s all !important;
    color: #1B1B1B !important;
    margin: 0px !important;
    display: inline-block !important;
    height: auto !important;
    line-height: 1.2 !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li > a {
    font-size: 24px !important;
    font-weight: 600 !important;
    transition: .4s all !important;
    color: #1B1B1B !important;
    margin: 0px !important;
    display: block !important;
    height: auto !important;
    line-height: 1.2 !important;
    padding: 0px !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li > .mega-sub-menu > li > a:hover {
    color: #00B1B0 !important;
	text-decoration: underline !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu .mega-sub-menu > li > a {
    font-size: 16px !important;
    font-family: "Open Sans" !important;
    height: auto !important;
    line-height: 1.2 !important;
    padding: 7px 0px !important;
    letter-spacing: 0px !important;
    color: #1B1B1B !important;
    font-weight: 500 !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu .mega-sub-menu > li > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    visibility: visible !important;
    display: inline-block !important;
    font-size: 20px;
    color: #78A22F;
    margin-left: 10px;
    font-weight: 400;
    position: absolute;
    right: 0px;
    top: calc(50% - 11px);
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li > .mega-sub-menu > li > a:hover {
    color: #00B1B0 !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li.column-title > a {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 15px !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li.column-title > a:after {
    content: " ";
    width: 50px;
    height: 5px;
    background: #9C0059;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li.menu-icon {
    margin-bottom: 20px !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li.menu-icon:last-child {
    margin-bottom: 0px !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li.menu-icon > a {
    display: flex !important;
    align-items: center;
    text-transform: none !important;
    font-size: 22px !important;
    letter-spacing: 0px !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li.menu-icon > a i {
    color: #9C0059;
    width: 35px;
    font-size: 25px;
    text-align: center;
    min-width: 35px;
    margin-right: 10px;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li.menu-icon > a:hover {
    color: #00B1B0 !important;
	text-decoration: underline !important;
}
#header .mega-menu .widget_media_image img {
    border-radius: 10px;
}

/************************************************************ Content */

#top #main {
    padding-top: 234px !important;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main ul,
#main ol,
#main p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#main h1 {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.25;
}
#main h2 {
    letter-spacing: 0px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'News Gothic';
}
#main h3 {
    font-size: 1.65rem;
    line-height: 1.2;
    font-weight: 500;
	text-transform: uppercase;
    font-family: 'News Gothic';
}
#main h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'News Gothic';
}
#main .avia_textblock > *:last-child {
	margin-bottom: 0px;
}
#main .purple-heading h2 {
    color: #9C0059;
}
#main .white-text * {
	color: white;
}
#main .white-text p a,
#main .white-text li a {
    text-decoration: underline;
}
#main .image-overlay {
	display: none !important;
}
#main .avia_image {
    border-radius: 0px;
}
#top #main .small-spacing .av-flex-placeholder {
    width: 35px;
}
#main .avia-image-container {
    margin-bottom: 0px;
}
#main .list-2col ul {
    column-count: 2;
}
#main ul ul {
    list-style: circle;
    margin: 5px 0px 0px;
}
#main .image-rounded img {
    border-radius: 8px;
}
#top #main .avia-button {
    background: transparent;
    border: 2px solid #9C0059;
    color: #9C0059;
    border-radius: 25px;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    transition: .4s all;
}
#top #main .avia-button:hover {
    background: #9C0059;
    border-color: #9C0059;
	color: white;
	opacity: 1;
}
#top #main .avia-button:hover .avia_iconbox_title {
    text-decoration: underline;
}
#top #main .avia-button.avia-color-light {
    border-color: white;
    color: white;
}
#top #main .avia-buttonrow-wrap .avia-button {
    min-width: 250px;
}
#top #main .avia-button.avia-size-x-large {
    font-size: 20px;
    padding: 15px 50px;
    border-radius: 35px;
}
#top #main .avia-button.avia-color-theme-color-highlight {
    background: #9C0059;
    color: white;
}
#top #main .avia-button.avia-color-theme-color-highlight:hover {
    background: #78A22F;
}
#main .wp-block-button__link {
    background: #78A22F;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 45px;
    display: inline-block;
    transition: .4s all;
    border-radius: 35px;
    margin-left: 5px;
}
#main .wp-block-button__link:hover {
    background: #9C0059;
}
#main .outline-box {
    border: 1px solid rgba(52, 52, 52, 0.2);
    border-radius: 5px;
    padding: 30px;
    transition: .4s;
}
#main .outline-box:hover {
    box-shadow: -20.55px 19.4px 17px -6.96px rgb(0 0 0 / 5%);
}
#main .color-box {
    background: #78A22F;
    border-radius: 5px;
    padding: 30px;
    transition: .4s;
}
#main .color-box.purple-box {
	background: #9C0059;
}
#main .color-box.blue-box {
	background: #00B1B0;
}
#main .green-textblock {
	background: #78A22F;
    border-radius: 5px;
    padding: 40px 50px;
    transition: .4s;
}
#main .large-text {
    font-size: 19px;
}
#main .contain-large {
    max-width: 850px;
    margin: 0 auto;
}
#main .column-overlap {
    margin-top: -120px;
}
#main .column-overlap .avia-image-container .avia-image-container-inner {
    width: 100%;
}
#main .column-overlap .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap {
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    display: block;
    padding-bottom: 100%;
}
#main .column-overlap .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main .heading-with-separator h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
#main .heading-with-separator h2:after {
    content: " ";
    width: 50px;
    height: 5px;
    background: #9C0059;
    position: absolute;
    bottom: -1px;
    left: 0;
}
#main blockquote {
    background: rgb(156 0 89 / 5%);
    border-radius: 8px;
    padding: 30px;
    border: none;
    font-size: 20px;
    line-height: 1.7;
    margin: 0px 0px 20px;
}
#main blockquote:last-child {
	margin-bottom: 0px;
}
#main blockquote:before,
#main blockquote:after {
	display: none;
}
#main blockquote p:last-child {
    margin-bottom: 0px;
}
#main blockquote p strong {
    font-family: "News Gothic";
    text-transform: uppercase;
    color: #1B1B1B;
    font-size: 20px;
}
#main .purple-callout {
    background: rgb(156 0 89 / 5%);
    border-radius: 8px;
    padding: 30px;
}
#main .purple-callout .avia-button {
    margin-bottom: 15px;
}
#main strong {
	color: inherit;
}
#main .award-box p {
    display: flex;
    align-items: center;
}
#main .award-box img {
    margin: 0px 30px 0px 0px;
}
#main .blue-box {
    background: #00B1B0;
    padding: 30px;
    border-radius: 8px;
}
#main .buttons-box {
    background: rgb(156 0 89 / 5%);
    border-radius: 8px;
    padding: 30px;
}
#main .buttons-box ul {
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
#main .buttons-box ul li {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 0px;
}
#main .buttons-box ul li a {
    background: white;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 10px;
    border: 1px solid #9C0059;
    border-radius: 8px;
    line-height: 1.3;
    box-shadow: 0px 7px 10px rgb(156 0 89 / 19%);
    transition: .4s all;
}
#main .buttons-box ul li a:after {
    content: " ";
    width: 20px;
    height: 10px;
    background: url(/wp-content/uploads/2022/02/arrow-right.svg) center no-repeat;
    background-size: contain;
    margin: -1px 0px 0px 7px;
}
#main .buttons-box ul li a:hover {
    background: #9C0059;
   	color: white;
}
#main .buttons-box ul li a:hover:after {
	filter: brightness(0) invert(1);
}
.mychart-login {
    background: white;
    padding: 25px 10px 0px;
    border-radius: 8px;
}
#main .contain-section .entry-content-wrapper {
    max-width: 850px;
    margin: 0 auto;
}
#main .avia-video {
    margin-bottom: 0px;
}
#top #main .inline-socials {
    text-align: text;
}
#top #main .inline-socials a {
    width: 40px;
    height: 40px;
    border: none;
    display: inline-block;
    background: #9C0059;
    border-radius: 50%;
    line-height: 40px;
	text-align: center;
    margin: 0px 1px;
    color: white;
    font-size: 18px;
	transition: .4s all;
}
#top #main .inline-socials a:hover {
	background: #78A22F;
}
#main .story-image {
    float: right;
    margin: 0px 0px 20px 30px;
}
#main .avia_textblock.av_multi_colums {
    display: flex;
    flex-wrap: wrap;
    column-count: 1;
    -webkit-column-count: 1;
}
#main .avia_textblock.av_multi_colums p {
    width: 50%;
    padding-right: 30px;
}

/* Counters */

#main .avia-animated-number {
    background: #9C0059;
    padding: 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#main .avia-animated-number.vertical-counter {
    flex-direction: column;
}
#main .avia-animated-number.green-counter {
    background: #78A22F;
}
#main .avia-animated-number.blue-counter {
    background: #00B1B0;
}
#main .avia-animated-number.orange-counter {
    background: #E8941A;
}
#main .avia-animated-number:last-child {
    margin-bottom: 0px;
}
#main .avia-animated-number .avia-animated-number-title {
    font-family: "News Gothic";
    color: white;
    font-size: 45px;
	margin: 0px;
}
#main .avia-animated-number .avia-animated-number-title span {
    opacity: 1;
    font-size: inherit;
    font-weight: inherit;
}
#main .avia-animated-number .avia-animated-number-content {
    color: white;
    text-align: left;
    padding-left: 30px;
}
#main .avia-animated-number.vertical-counter .avia-animated-number-content {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin-top: 15px;
    font-size: 17px;
}
#main .avia-animated-number .avia-animated-number-content p {
    margin: 0px;
}

/* Page Banner */

#main .page-banner {
    background: url(/wp-content/uploads/2022/02/banner-background.png) center no-repeat;
    background-size: cover;
    border-top: 5px solid #A8D459;
}
#main .page-banner.plain-banner {
    background-image: url(/wp-content/uploads/2022/02/green-background-1.png);
}
#main .page-banner .banner-content {
    height: 175px;
    display: flex;
    align-items: center;
}
#main .page-banner.plain-banner .banner-content {
    justify-content: center;
}
#main .page-banner .banner-icon {
    width: 110px;
    height: 110px;
    background: rgba(255,255,255,.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}
#main .page-banner .banner-icon i {
    color: white;
    font-size: 45px;
}
#main .page-banner h1,
#main .page-banner .banner-title {
    color: white;
    text-transform: uppercase;
    font-family: 'News Gothic';
    margin: 0px;
    letter-spacing: 0px;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.25;
}

/* Tabs */

#main .av-tab-section-container {
    padding-bottom: 0px;
}
#main .av-tab-section-outer-container {
    overflow: visible;
    max-height: unset !important;
}
#main .av-tab-section-tab-title-container {
    padding: 70px 0px 0px;
    background: transparent;
    max-width: 1100px !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-left: 0px;
    border-bottom: 4px solid #9C0059;
}
#main .av-tab-section-tab-title-container .av-section-tab-title {
    color: #1B1B1B;
    padding: 12px 15px;
    transition: .4s all;
    position: relative;
    border-radius: 8px 8px 0px 0px;
    border: none;
    border-bottom: none;
    margin: 0px;
    background: transparent;
    font-family: 'News Gothic';
    width: 100%;
}
#main .av-tab-section-tab-title-container .av-section-tab-title.av-active-tab-title {
    background: #9c0058;
    color: white;
}
#main .av-tab-section-tab-title-container .av-section-tab-title:hover {
    background: #f5f5f5;
}
#main .av-tab-section-tab-title-container .av-section-tab-title .av-outer-tab-title {
    padding: 0px;
}
#main .av-tab-section-tab-title-container .av-section-tab-title .av-outer-tab-title .av-inner-tab-title {
    margin: 0px;
    text-transform: uppercase;
    font-size: 22px;
    width: auto;
    font-weight: 300;
    text-align: center;
}
#main .av-tab-section-tab-title-container .av-section-tab-title .av-tab-arrow-container {
    display: none;
}
#main .av-tab-section-inner-container {
    margin: 0px;
    width: 100% !important;
    transform: none !important;
    left: 0px !important;
}
#main .av-tab-section-inner-container .av-layout-tab {
    padding: 0px;
    display: none;
}
#main .av-tab-section-inner-container .av-layout-tab.open {
    display: block;
}
#main .av-tab-section-inner-container .av-layout-tab .container {
    padding: 50px 0px;
    background: transparent;
    max-width: 1100px;
    border-radius: 0px;
}
#main .av-tab-section-inner-container .wide-tab.av-layout-tab .container {
    padding: 50px 0px;
}

/* Map Row */

#main .map-row {
    position: relative;
}
#top #main .map-row .container {
    position: unset;
}
#top #main .map-row .content {
    padding: 0px;
    position: unset;
}
#top #main .map-row .avia_codeblock_section {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#top #main .map-row .avia_codeblock_section * {
    height: 100%;
}
#top #main .map-row .flex_column {
    background: white;
    max-width: 400px;
    margin: 75px 0px;
    padding: 40px;
    border-radius: 3px;
    box-shadow: 0px 4px 17px rgb(0 0 0 / 15%);
}
/* Contact Form */

#main .contact-form {
    background: #e5f7f7;
    padding: 25px;
}
#main .contact-form .gform_wrapper {
    max-width: 500px;
    margin: 0 auto;
    background: white;
    border: 1px solid rgb(0 177 176 / 50%);
    padding: 50px;
    border-radius: 5px;
}
#main .contact-form .gform_wrapper .gf_progressbar_wrapper {
    display: none;
}
#top #main .contact-form .contact-first-question .gfield_label {
    color: #E8941A;
    font-family: "News Gothic";
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    display: block;
}
#top #main .contact-form .gform_wrapper .gfield select {
    border-bottom: 2px solid #ccc;
    border-radius: 0px;
    height: 55px;
    font-size: 18px;
    font-weight: 600;
}
#top #main .contact-form .contact-first-question .gfield_description {
    text-align: center;
    font-size: 14px;
    font-style: italic;
}
#top #main .contact-form .gfield_html {
    text-align: center;
}
#top #main .contact-form .gfield_html a {
    font-weight: 700;
    text-decoration: underline;
}
#main .gfield .gchoice label {
    font-weight: 400;
}
#main .gfield_html > *:last-child {
    margin-bottom: 0px;
}
#main .gfield .gform_button_select_files {
    font-family: "Open Sans";
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
}
#main .xl-form .gform_footer {
    justify-content: center;
}
#top #main .xl-form .gform_footer .gform_button {
    font-size: 20px;
    padding: 20px 65px;
}

/* Sidebar */

#top {
    overflow: unset;
}
#top #wrap_all {
    overflow: unset;
}
#main .container_wrap.sidebar_left .container {
    display: flex;
}
#top #main .container_wrap.sidebar_left .content {
    order: 2;
    width: 75%;
}
#top #main .container_wrap.sidebar_left .sidebar {
    overflow: unset;
    width: 25%;
	min-width: 300px;
    order: 1;
}
#main .sidebar .inner_sidebar {
    margin-right: 25px;
    height: 100%;
}
#main .sidebar .widget_nav_menu {
    background: #00B1B0;
    border-radius: 8px;
    padding: 20px 0px;
    -webkit-position: sticky;
    position: sticky;
    top: 100px;
}
#main .sidebar .widget_nav_menu .nested_nav {
    padding: 0px;
}
#main .sidebar .widget_nav_menu .nested_nav > li {
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 0px;
    top: auto;
    margin: 0px;
}
#main .sidebar .widget_nav_menu .nested_nav > li:first-child {
    border-top: none;
}
#main .sidebar .widget_nav_menu li a {
    color: white;
    font-family: "News Gothic";
    text-transform: uppercase;
    font-size: 20px;
    padding: 12px 25px;
	margin-right: 40px;
}
#main .sidebar .widget_nav_menu .nested_nav > li.current_page_item {
    background: #019695;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children {
    padding: 0px 0px 10px 30px;
	display: none;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children li:before {
	display: none;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children li a {
    font-family: 'Open Sans';
    text-transform: none;
    font-size: 16px;
    padding: 5px 20px;
	margin-right: 0px;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children li a:hover {
    color: white;
    text-decoration: underline;
}
#main .sidebar .dropdown-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    background: url(/wp-content/uploads/2022/02/dd-arrow.svg) center no-repeat;
    background-size: 18px;
    top: 5px;
    cursor: pointer;
    transition: .4s all;
}
#main .sidebar .dropdown-arrow:hover {
    background-color: rgba(0,0,0,.2);
    border-radius: 5px;
}
#main .sidebar .dropdown-arrow.open {
    transform: scaleY(-1);
}
#top #main .sidebar .widget_nav_menu .nested_nav .dropdown-arrow.open ~ .children {
    display: block;
}
#main .sidebar .widget_recent_entries,
#main .sidebar .widget_text {
    background: #9C0059;
    padding: 20px;
    border-radius: 8px;
}
#main .sidebar .widgettitle,
#main .sidebar .widget_text .widgettitle {
    font-family: "News Gothic";
    color: white;
    font-size: 30px;
    letter-spacing: 0;
}
#main .sidebar .widget_recent_entries li {
    border: none;
    padding: 0px;
    margin: 0px 0px 15px;
    font-size: inherit;
}
#main .sidebar .widget_recent_entries li a,
#main .sidebar .widget_text a {
    color: white;
    font-style: normal;
    font-family: inherit;
}
#main .story-list p {
    margin-bottom: 0px;
}
#main .story-list a:hover {
    text-decoration: underline !important;
}

/* Stories */

#main .post-feed .pt-cv-content-item {
    padding: 0px 15px 30px;
	overflow: visible;
}
#main .post-feed .pt-cv-ifield {
    display: flex;
    align-items: center;
    overflow: visible;
}
#main .post-feed .pt-cv-ifield .pt-cv-href-thumbnail {
    width: 150px;
    margin: 0px;
}
#main .post-feed .pt-cv-ifield .pt-cv-colwrap {
    width: calc(100% - 150px);
    padding-left: 35px;
    margin: 0px;
}
#main .post-feed .pt-cv-ifield .pt-cv-readmore {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 15px 0px 0px;
    text-decoration: underline !important;
    transition: .4s all;
}
#main .post-feed.news-feed .pt-cv-ifield {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 10px !important;
}
#main .post-feed.news-feed .pt-cv-ifield .pt-cv-href-thumbnail {
    width: 300px;
    position: relative;
    padding-bottom: 22%;
    min-height: 225px;
    display: block;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);
}
#main .post-feed.news-feed .pt-cv-ifield .pt-cv-href-thumbnail img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
#main .post-feed.news-feed .pt-cv-ifield .pt-cv-colwrap {
    width: calc(100% - 300px);
}
#main .news-feed .pt-cv-content img {
    display: none;
}
#main .news-feed .pt-cv-content {
    line-height: 1.5;
}
#main .news-feed .pt-cv-content p span {
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
}
#main .news-feed .pt-cv-custom-fields {
    margin: 0px 0px 15px;
    font-family: "News Gothic";
    text-transform: uppercase;
    font-size: 20px;
    color: #777;
}

/* Past Events Feed */

#main .past-events-list .pt-cv-content-item {
    padding-bottom: 45px;
}
#main .past-events-list .pt-cv-ifield {
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}
#main .past-events-list .pt-cv-colwrap {
    padding-left: 120px;
    position: relative;
}
#main .past-events-list .pt-cv-ctf-list {
    position: unset;
}
#main .past-events-list .pt-cv-ctf-column {
    position: unset;
}
#main .past-events-list .pt-cv-ctf-_EventStartDate {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #9C0059;
    color: white;
    font-size: 28px;
    font-weight: 600;
    width: 75px;
    text-align: center;
    margin: 0px;
    border-radius: 8px;
    font-family: "News Gothic";
}
#main .past-events-list .pt-cv-ctf-_EventStartDate .pt-cv-ctf-value {
    padding: 10px;
    text-transform: uppercase;
    line-height: 1;
}
#main .past-events-list .pt-cv-title {
    font-size: 1.9rem;
    color: #1b1b1b;
    line-height: 1.2;
    margin: 0px 0px 15px;
    text-transform: none;
}
#main .past-events-list .pt-cv-title:hover {
	text-decoration: underline;
}
#main .past-events-list .pt-cv-meta-fields {
    font-size: inherit;
    margin: 0px 0px 12px;
}
#main .past-events-list .pt-cv-content {
    font-size: 16px;
    line-height: 1.5;
}
#main .past-events-list .pt-cv-href-thumbnail img {
    border-radius: 8px;
}
#main .past-events-list .pt-cv-content .pt-cv-readmore {
    display: block;
    font-weight: 600;
    margin: 15px 0px 0px;
    transition: .4s all;
    color: #9C0059 !important;
    text-transform: uppercase;
    border: 2px solid #9C0059;
    max-width: 150px;
    text-align: center;
    border-radius: 35px;
    padding: 12px 0px;
    line-height: 1;
}
#main .past-events-list .pt-cv-content .pt-cv-readmore:hover {
    color: white !important;
    background: #9C0059 !important;
}

/* Forms */

#main .gform_wrapper {
	margin: 0px;
}
#main .gform_wrapper form {
	margin: 0px;
}
#main .gform_heading {
    margin-bottom: 10px;
}
#top #main .gform_required_legend {
    display: none;
}
#top #main .gfield {
	padding: 0px;
	margin: 0px;
}
#top #main .gfield_label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px 0px 5px;
}
#top #main .gfield_label span {
    color: inherit;
    font-size: inherit;
}
#top #main .gfield input[type="text"],
#top #main .gfield input[type="tel"],
#top #main .gfield input[type="email"],
#top #main .gfield select,
#top #main .gfield textarea {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;;
    font-size: 15px;
    font-family: "Open Sans";
    border-radius: 4px;
    margin: 0px;
    color: #1B1B1B;
}
#top #main .gfield input[type="text"],
#top #main .gfield input[type="email"],
#top #main .gfield input[type="tel"],
#top #main .gfield select {
	height: 45px;
}
#top #main .gform_button {
    background: #9C0059;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    padding: 14px 30px;
    transition: .4s all;
    border-radius: 4px;
    border: none;
    line-height: 1;
    margin: 0px;
    font-family: "Open Sans";
}
#top #main .gform_button:hover {
    background: #78A22F;
	color: white;
}
#top #main .gform_page_footer {
    display: flex;
    justify-content: center;
}
#top #main .gform_page_footer .button {
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 600;
    border-radius: 35px;
    padding: 15px 40px;
    line-height: 1;
	margin: 0px 5px;
}
#top #main .gform_page_footer .button:hover {
	background: #78A22F;
	color: white;
}
#top #main .gform_validation_errors {
    background: transparent;
    border-color: inherit;
    border-radius: 0px;
}
#top #main .gform_validation_errors h2 {
    font-size: 24px;
    margin: 0px;
    line-height: 1.2;
}
#top #main .gfield .validation_message {
    background: transparent;
    border: none;
    padding: 0px;
    font-weight: 600;
}

/* Toggles */

#main .togglecontainer,
#main .custom-faqs {
    margin: 0 auto;
    max-width: 1010px;
}
#main .av_toggle_section {
    border: 1px solid rgba(52, 52, 52, 0.2);
    overflow: hidden;
    border-radius: 5px;
    margin: 0px 0px 15px;
}
#main .av_toggle_section:last-child {
	margin-bottom: 0px;
}
#main .togglecontainer .single_toggle {
    padding: 0px;
    margin: 0px;
}
#main .toggler {
    font-weight: 600;
    padding: 16px 50px 16px 25px;
    border: none;
    margin: 0px;
    outline: none;
    transition: .4s all;
    background-color: white;
    font-family: 'News Gothic';
    text-transform: uppercase;
    font-size: 22px;
	top: 0px;
    line-height: 1.3;
}
#main .toggler:before {
    content: " ";
    height: 18px;
    width: 4px;
    background: #00B1B0;
    position: absolute;
    right: 19px;
    top: calc(50% - 9px);
}
#main .toggler:after {
    content: " ";
    height: 4px;
    width: 18px;
    background: #00B1B0;
    position: absolute;
    right: 12px;
    top: calc(50% - 2px);
}
#main .toggler.activeTitle:before {
    opacity: 0;
}
#main .toggler:hover {
    background: #f4f4f4;
}
#main .toggler.activeTitle {
    background: #00B1B0;
    color: white;
}
#main .toggler.activeTitle:after {
	background: white;
}
#main .toggler .toggle_icon {
    display: none;
}
#main .toggle_content {
    border: none;
    padding: 5px 25px 25px;
    margin: 0px;
    background: #00B1B0;
    color: white;
}
#main .toggle_content > *:last-child {
    margin-bottom: 0px;
}
#main .toggle_content a {
    color: white;
    text-decoration: underline;
}

/* Custom Toggles */

#main .faqs-holder .toggle_content {
    display: none;
}
#main .faqs-holder .activeTitle + .toggle_content {
    display: block;
}
#main .faqs-holder .av_textblock_section {
    margin-bottom: 30px;
}

/* Tabs */

#main .tabcontainer {
    margin: 0px;
	border: none;
}
#main .tabcontainer .tab_titles {
    display: flex;
    border-bottom: 3px solid #9C0059;
}
#main .tabcontainer .tab_titles .tab {
    width: 100%;
    background: transparent;
    color: #1B1B1B;
    font-family: 'News Gothic';
    border: none;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    transition: .4s all;
    border-radius: 6px 6px 0px 0px;
    margin: 0px;
    top: auto;
    padding: 15px 15px 13px 15px;
}
#main .tabcontainer .tab_titles .tab:hover {
    background: white;
}
#top #main .tabcontainer .tab_titles .active_tab {
    background: #9C0059;
    color: white;
}
#top #main .tabcontainer .tab_content {
    border: none;
    background: transparent;
    padding: 30px 0px;
}
#main .tabcontainer.hide-tab-navigation .tab_titles {
    display: none;
}
#top #main .tabcontainer.hide-tab-navigation .tab_content {
    padding: 0px;
}

/* Sublinks */

#main .page-sublinks {
    margin-left: -10px;
    margin-right: -10px;
}
#main .page-sublinks .pt-cv-content-item {
    padding: 0px 10px 20px;
    overflow: visible;
}
#main .page-sublinks .pt-cv-ifield {
    background: white;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    transition: .4s all;
    min-height: 65px;
}
#main .page-sublinks .pt-cv-ifield:hover {
    background: #9C0059;
}
#main .page-sublinks .pt-cv-ifield .pt-cv-title {
    margin: 0px;
    text-transform: none;
    font-family: "Open Sans";
    font-size: 18px;
}
#main .page-sublinks .pt-cv-ifield:hover .pt-cv-title {
    color: #fff;
}
#main .page-sublinks .pt-cv-ifield .pt-cv-ctf-list {
    margin: 0px;
    line-height: 1;
}
#main .page-sublinks .pt-cv-ifield .pt-cv-ctf-list .pt-cv-custom-fields {
    margin-top: 0px;
}
#main .page-sublinks .pt-cv-ifield .pt-cv-ctf-list .pt-cv-custom-fields i {
    color: #E8941A;
    width: 30px;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    margin-right: 10px;
}
#main .page-sublinks .pt-cv-ifield:hover .pt-cv-ctf-list .pt-cv-custom-fields i {
	color: white;
}

/* Blog */

#main .container_wrap {
    border: none;
}
#top #main .template-blog .entry-content-wrapper {
    max-width: 1000px;
    text-align: unset;
    font-size: inherit;
    line-height: inherit;
}
#top #main .template-blog .entry-content-wrapper > * {
    max-width: 100%;
}
#top #main .template-blog .post-meta-infos {
    margin: 0px 0px 25px;
    font-size: 20px;
}
#main .template-blog .post_delimiter {
    display: none;
}
#main .template-blog h1 {
    font-size: 2.2rem;
    font-family: "News Gothic";
}
#main .template-blog p span {
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}
#main .news-date {
    font-family: "News Gothic";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    margin: 0px 0px 15px;
    display: block;
    color: #777;
}

/********************************************************************* Providers */

#top #main .container_wrap.sidebar_left .content.provider-details {
    width: 100%;
    padding: 50px 0px;
}
.provider-main {
    max-width: 1000px;
    margin: 0 auto 50px;
}
.provider-main-inner {
    display: flex;
    align-items: flex-start;
}
.provider-image {
    width: 270px;
    background: url(/wp-content/uploads/2022/03/Ellipse-13.svg) center no-repeat;
    background-size: contain;
    padding: 10px;
    line-height: 1;
}
.provider-image img {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    object-fit: cover;
}
.provider-map {
    max-width: 300px;
    padding: 30px 0 0 0;
}
.provider-info {
    width: calc(100% - 270px);
    padding-left: 50px;
}
#main .provider-info h1 {
    font-family: "News Gothic";
    text-transform: uppercase;
    color: #9C0059;
    font-size: 2.2rem;
}
#main .provider-info .specialties {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
#main .provider-info .specialties a {
    color: #1b1b1b;
}
#main .provider-info .languages {
    margin-bottom: 15px;
}
#main .provider-info .section-label {
    margin-bottom: 0px;
}
#main .provider-details .box-holder {
    display: flex;
    justify-content: center;
}
#main .provider-details .box-holder .box {
    width: calc(100% / 3);
    margin: 0px 20px;
    padding: 35px;
    background: #E8941A;
    color: white;
    border-radius: 5px;
}
#main .provider-details .box-holder .box.green-box {
    background: #78A22F;
}
#main .provider-details .box-holder .box.purple-box {
    background: #9C0059;
}
#main .provider-details .box-holder .box h3 {
    color: white;
    font-size: 1.9rem;
}
#main .provider-details .box-holder .box ul {
    margin: 0px;
}
#main .provider-details .box-holder .box ul li {
    margin: 0px 0px 12px;
}
#main .provider-details .box-holder .box img {
    width: 100%;
    border: 3px solid white;
    border-radius: 5px;
}
#top #main .provider-details .box-holder .box .avia-button {
    border-color: white;
}
#main .related-providers .pt-cv-ifield {
    display: flex;
    align-items: center;
}
#main .related-providers .pt-cv-href-thumbnail {
    width: 100px;
    margin: 0px;
}
#main .related-providers .pt-cv-href-thumbnail img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0px !important;
    border-radius: 50% !important;
}
#main .related-providers .pt-cv-colwrap {
    margin: 0px;
    width: calc(100% - 100px);
    padding-left: 25px;
}
#top #main .related-providers .pt-cv-title {
    text-transform: none;
    font-size: 1.6rem;
    margin: 0px 0px 5px;
}
#main .related-providers .pt-cv-meta-fields {
    line-height: 1.5;
    font-size: 14px;
    margin: 0px 0px 7px;
}
#top #main .related-providers .pt-cv-readmore {
    text-transform: uppercase;
    font-weight: 700;
}
#top #main .related-providers .pt-cv-readmore:hover {
    text-decoration: underline !important;
	background: transparent !important;
}

/* Provider Filters */

#main .live-filters .cvp-live-reset {
    display: none;
}
#main .live-filters {
    display: flex;
    align-items: center;
    margin: 0px 0px 30px;
    background: rgb(156 0 89 / 5%);
    border-radius: 8px;
    padding: 20px;
    justify-content: center;
	flex-wrap: wrap;
}
#main .live-filters .cvp-live-filter {
    margin: 0px 20px 0px 0px;
    display: flex;
    align-items: center;
}
#main .live-filters .cvp-live-filter .cvp-label {
    font-family: "News Gothic";
    text-transform: uppercase;
    font-size: 18px;
    white-space: nowrap;
}
#main .live-filters .cvp-live-filter input,
#main .live-filters .cvp-live-filter select {
    font-family: "Open Sans";
    border-radius: 5px;
    padding: 0px 10px;
    height: 40px;
    max-width: 200px;
    margin: 0px;
}
#main .live-filters .cvp-live-submit {
    background: #9C0059;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0px 35px;
    border-radius: 35px;
    transition: .4s all;
}
#main .live-filters .cvp-live-submit:hover {
    background: #78A22F;
    text-decoration: underline;
}

/********************************************************************* Calendar */

/* Toolbar */

#top #main .tribe-events-l-container {
    padding: 0px;
    max-width: 1310px;
}
#top #main .tribe-common-c-btn {
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}
#main .tribe-events-c-view-selector a span {
    font-size: 16px;
}
#top #main .tribe-events-c-top-bar__nav-list {
    margin-bottom: 0px;
}
#top #main .tribe-events-c-top-bar__datepicker-time {
    font-family: "Oswald";
    font-weight: 600;
    color: #1b1b1b;
}

/* List */

#top #main .tribe-events-calendar-list__event-datetime {
    font-size: 16px;
}
#top #main .tribe-events-calendar-list__event-description {
    font-size: 16px;
    line-height: 1.5;
}
#top #main .tribe-events-calendar-list__event-venue {
    font-size: 16px;
}
#main .tribe-events-c-subscribe-dropdown {
    margin: 25px auto;
}
#main .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border {
    border-radius: 0px;
}
#main .tribe-events-c-subscribe-dropdown button {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

/* Calendar */

#top #main .tribe-events-calendar-month__header-column {
    background: #1b1b1b;
    padding: 15px;
}
#top #main .tribe-events-calendar-month__header-column-title {
    margin: 0px;
    font-size: 17px;
    color: white;
}
#top #main .tribe-events-calendar-month__day-date {
    background: #f5f5f5;
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
    color: #333;
}
#top #main .tribe-events-calendar-month__calendar-event {
    padding: 15px 15px 0px 15px;
}
#top #main .tribe-events-calendar-month__calendar-event-datetime {
    font-size: 15px;
    margin: 0px 0px 5px;
    color: #333;
}
#top #main .tribe-events-calendar-month__calendar-event-title {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Oswald";
    line-height: 1.3;
    color: #1b1b1b;
}

/* Tooltip */

#top .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-datetime {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}
#top .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title {
    font-family: "Oswald";
    font-size: 20px;
    color: #1b1b1b;
}
#top .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-description {
    font-size: 14px;
}

/********************************************************************* Single Events */

#top #main #tribe-events-pg-template {
    max-width: 1310px;
}
#top #main #tribe-events-pg-template .tribe-events-notices {
    background: transparent;
    border-top: 3px solid #9c0058;
    border-bottom: 3px solid #9c0058;
}
#top #tribe-events-pg-template .tribe-events-notices ul {
    margin: 0px;
}
#top #tribe-events-pg-template .tribe-events-notices li {
    font-size: 17px;
    font-weight: 600;
    color: #1b1b1b;
    text-align: center;
}
#tribe-events-content {
    max-width: 1310px;
    padding: 0px;
    margin: 0 auto;
    overflow: hidden;
}
#top.single-tribe_events #tribe-events-footer {
    display: none;
}

/* Content */

#main #tribe-events-content .av-single-event-content {
    float: left;
    width: 70%;
    margin-left: 0px;
    padding-right: 50px;
}
#main #tribe-events-content h2 {
    font-size: 1.9rem;
    color: #1b1b1b;
    line-height: 1.3;
    margin: 0px 0px 10px;
    font-family: "News Gothic";
    text-transform: none;
    font-weight: 800;
}
#top.single-tribe_events .tribe-events-schedule {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin: 0px 0px 25px;
}
#main #tribe-events-content .tribe-events-schedule h3 {
    font-size: 20px;
    color: #777;
    margin: 0px;
    font-family: "News Gothic";
    letter-spacing: 1px;
}
#main #tribe-events-content .tribe-events-schedule .recurringinfo {
    display: none;
}
#main .tribe-events-content {
    font-family: "Open Sans";
}
#tribe-events-pg-template .tribe-events-content h3 {
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0px 0px 15px;
    color: #1b1b1b;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans";
}
#tribe-events-content .tribe-events-cal-links {
    margin-bottom: 15px;
    padding-top: 25px;
}
#top #main #tribe-events-content .tribe-events-button {
    animation: none;
    background: transparent;
    color: #1b1b1b;
    border: 1px solid #9c0058;
    border-radius: 25px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: .4s all;
    font-size: 14px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    top: auto;
    font-family: "Open Sans";
}
#top #main #tribe-events-content .tribe-events-button:hover {
    background: #9c0058;
	color: white;
}
#top #main #tribe-events-content .tribe-events-cal-links .tribe-events-button {
    font-size: 17px;
    border: none;
    font-weight: 600;
    margin-right: 10px;
    background: #9c0058;
    color: white;
    border-radius: 35px;
    padding: 14px 35px;
    line-height: 1;
}
#top #main #tribe-events-content .tribe-events-cal-links .tribe-events-button:hover {
	background: #1b1b1b;
	color: #fff;
	text-decoration: underline;
}

/* Sidebar */

#main #tribe-events-content .av-single-event-meta-bar {
    width: 30%;
    float: right;
    background: #f5f5f5;
    padding: 25px;
}
#main #tribe-events-content .av-single-event-meta-bar-inner {
    padding: 0px;
    border: none;
}
#main #tribe-events-content .av-single-event-meta-bar .tribe-events-single-section {
    margin: 0px;
    font-family: "Open Sans";
}
#main #tribe-events-content .av-single-event-meta-bar .tribe-events-single-section:before {
    display: none;
}
#tribe-events-content .tribe-events-event-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#main #tribe-events-content .tribe-events-meta-group h2 {
    margin: 0px 0px 0px;
    color: #1b1b1b;
    position: relative;
    font-size: 1.7rem;
    padding: 0px 0px;
    text-transform: uppercase;
}
#main #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group-details {
    order: 1;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#tribe-events-content .tribe-events-event-meta .tribe-events-meta-group-other {
    order: 2;
	width: 100%;
	margin: 0px 0px;
}
#tribe-events-content .tribe-events-event-meta .tribe-events-meta-group-other .tribe-events-single-section-title {
    display: none;
}
#main #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group-venue {
    order: 3;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
}
#main #tribe-events-content .tribe-events-meta-group-venue h2 {
    color: #1b1b1b;
    margin: 35px 0px 0px;
    padding: 0px;
}
#top #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group-gmap {
    order: 4;
    width: 100%;
    margin: 0px;
}
#main #tribe-events-content dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#main #tribe-events-content dt {
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin: 0px 5px 0px 0px;
    width: 100%;
}
#main #tribe-events-content dd {
    font-size: 16px;
    font-family: "Open Sans";
    color: #1b1b1b;
    padding: 0px;
    margin: 0px 0px 15px;
    border: none;
}
#main #tribe-events-content dd abbr {
    font-size: inherit;
    border: none;
    text-decoration: none;
}
#main #tribe-events-content .tribe-venue-location {
    margin-bottom: 10px;
}
#main #tribe-events-content dd.tribe-venue {
    margin-bottom: 0px;
}
#main #tribe-events-content .tribe-events-meta-group-venue .tribe-venue a {
    color: inherit;
}
#top #main .tribe-events-gmap {
    display: block;
}
#main #tribe-events-content dd span,
#main #tribe-events-content a {
    font-style: normal;
}
#tribe-events-content .tribe-events-venue-map > div {
    height: 250px !important;
}
#tribe-events-content .tribe-events-event-meta .tribe-events-meta-group-gmap iframe {
    box-shadow: 1px 1px 20px rgba(0,0,0,.1);
}
#main #tribe-events-content .tribe-events-meta-group-other dt:after {
    content: ":";
}

/************************************************************ Home */

#main .slide-overlay:before {
    content: " ";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.27%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 61.09%, #000000 100%);
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#main .slide-text {
    white-space: normal !important;
    max-width: 1000px !important;
    min-width: 1000px !important;
    padding: 50px 0px 75px !important;
}
#main .slide-text h1 {
    color: white;
    font-family: 'News Gothic';
    font-size: 2.5rem !important;
    line-height: 1.3 !important;
    margin: 0px !important;
    text-align: center !important;
}

/* Button Boxes */

#main .button-box-holder .flex_column_table {
    display: flex;
}
#main .button-box-holder .flex_column {
    display: flex;
    align-items: center;
    border-right: 2px solid rgba(0,0,0,.1);
    padding: 20px 40px;
    justify-content: center;
	transition: .4s all;
}
#main .button-box-holder .flex_column:first-child {
    border-left: 2px solid rgba(0,0,0,.1);
}
#main .button-box-holder .flex_column:hover {
    background: rgba(0,0,0,.1);
}
#main .button-box-holder .flex_column .avia-image-container {
    margin: 0px;
    min-width: 65px;
}
#main .button-box-holder .flex_column h4 {
    color: white;
	margin-left: 20px;
}

/* Provider Grid */

#main .post-grid .pt-cv-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .post-grid .pt-cv-content-item {
	padding: 0px 15px 30px;
}
#main .post-grid .pt-cv-ifield {
	height: 100%;
    padding: 0px;
    background: #333;
    border-radius: 5px;
    overflow: hidden;
}
#main .provider-container .purple-flr {
    background: #9c0059;
}
#main .provider-container .orange-flr {
    background: #e8941a;
}
#main .provider-container .green-flr {
    background: #739b2d;
}
#main .provider-container .blue-flr {
    background: #00b1b0;
}
#main .provider-container .yellow-flr {
    background: #deb409;
}
#main .post-grid .pt-cv-href-thumbnail {
    position: relative;
    display: block;
    padding-bottom: 74%;
    height: auto;
    overflow: hidden;
    margin: 0px;
}
#main .post-grid .pt-cv-href-thumbnail img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    transition: .4s all;
}
#main .post-grid .pt-cv-href-thumbnail:hover img {
    transform: scale(1.05);
}
#main .post-grid .pt-cv-colwrap {
    color: white;
    line-height: 1.5;
    padding: 25px;
}
#main .post-grid .pt-cv-title {
    color: white;
}
#main .post-grid .pt-cv-title a:hover {
    text-decoration: underline !important;
}
#main .post-grid .pt-cv-meta-fields {
    font-size: 17px;
    color: white;
    margin: 0px 0px 15px;
}
#main .post-grid .pt-cv-meta-fields .terms {
    color: inherit;
}
#main .post-grid .pt-cv-meta-fields .terms a {
    color: inherit;
}
#main .post-grid .pt-cv-readmore {
    text-transform: uppercase;
    font-weight: 700;
	display: block;
    margin: 10px 0px 0px;
}
#main .post-grid .pt-cv-readmore:hover {
    background: transparent !important;
	text-decoration: underline !important;
}


/********************************************************************* Provider Search & Filter */

#main .searchandfilter {
    background: #faf2f7;
    padding: 20px;
    border-radius: 5px;
}
#main .searchandfilter ul {
    padding-left: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    column-gap: 20px;
    row-gap: 10px;
}
#main .searchandfilter ul li {
    display: flex;
    padding: 0px;
    align-items: center;
}
#main .searchandfilter ul li h4 {
    margin: 0px;
    padding: 0px;
    margin-right: 15px;
    font-size: 19px;
}
#main .searchandfilter ul li label {
    margin: 0px;
}
#main .searchandfilter ul li select,
#main .searchandfilter ul li input[type="text"] {
    margin: 0px;
    background-color: #fff;
    font-size: 15px;
    min-width: 100px;
    border-radius: 3px;
    font-family: inherit;
    height: 45px;
    padding: 0px 10px;
    max-width: 175px;
}
#main .searchandfilter ul li input[type="submit"] {
    background: #9C0059;
    height: 45px;
    padding: 0px 35px;
    border-radius: 35px;
    color: white;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    transition: .4s all;
}
#main .searchandfilter ul li input[type="submit"]:hover {
	background: #78A22F;
    text-decoration: underline;
}
#main .searchandfilter .chosen-container .chosen-single {
    height: 45px;
    border: none;
    border-radius: 0px;
    background-color: white;
    padding: 10px;
    margin-bottom: 0;
    background-image: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #eaeaea;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}
#main .searchandfilter .chosen-container .chosen-single b {
    margin-top: 11px;
}
#main .searchandfilter .chosen-results li {
    display: block;
    margin: 0px;
    font-size: 17px;
    text-transform: none;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    padding: 8px 15px;
    font-weight: 400;
	width: 100%;
}
#main .searchandfilter .chosen-container .chosen-single span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

/********************************************************************* Page Navigation / Pagination */

#main .wp-pagenavi {
    width: 100%;
    display: flex;
    justify-content: center;
}
#top #main .wp-pagenavi span,
#top #main .wp-pagenavi a {
    border: none;
    width: auto;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 0px;
    margin: 0px 5px;
    height: auto;
    box-shadow: none;
	transition: .4s all;
}
#top #main .wp-pagenavi .current,
#top #main .wp-pagenavi a:hover {
    color: #fa9938;
}
#top #main .wp-pagenavi .pages {
    display: none;
}

/* Scrolling Posts */

#main .scrolling-posts {
    margin: 0px;
}
#main .scrolling-posts .pt-cv-carousel {
    padding-bottom: 0px;
}
#main .scrolling-posts .row {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
	padding: 0px 75px;
}
#main .scrolling-posts .row .pt-cv-content-item {
    width: calc(25% - 30px);
    margin: 0px 15px;
    padding: 0px;
    background: #9C0059;
    border-radius: 5px;
    overflow: hidden;
}
#main .scrolling-posts .row .pt-cv-content-item.col-md-4 {
    width: calc(100% / 3 - 30px);
}
#main .scrolling-posts .row .pt-cv-content-item:nth-child(2) {
    background: #E8941A;
}
#main .scrolling-posts .row .pt-cv-content-item:nth-child(3) {
    background: #78A22F;
}
#main .scrolling-posts .row .pt-cv-content-item:nth-child(4) {
    background: #00B1B0;
}
#main .scrolling-posts .pt-cv-href-thumbnail {
    position: relative;
    display: block;
    padding-bottom: 74%;
    height: auto;
    overflow: hidden;
    margin: 0px;
}
#main .scrolling-posts .pt-cv-href-thumbnail img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    transition: .4s all;
}
#main .scrolling-posts .pt-cv-href-thumbnail:hover img {
    transform: scale(1.05);
}
#main .scrolling-posts .row .pt-cv-content-item .pt-cv-carousel-caption {
    color: white;
    line-height: 1.5;
    padding: 25px;
}
#main .scrolling-posts .pt-cv-title {
    color: white;
}
#main .scrolling-posts .pt-cv-title a:hover {
    text-decoration: underline !important;
}
#main .scrolling-posts .pt-cv-meta-fields {
    font-size: 17px;
    color: white;
    margin: 0px 0px 15px;
}
#main .scrolling-posts .pt-cv-meta-fields .terms {
    color: inherit;
}
#main .scrolling-posts .pt-cv-meta-fields .terms a {
    color: inherit;
}
#main .scrolling-posts .pt-cv-readmore {
    text-transform: uppercase;
    font-weight: 700;
	display: block;
    margin: 10px 0px 0px;
}
#main .scrolling-posts .pt-cv-readmore:hover {
    background: transparent !important;
	text-decoration: underline !important;
}
#top #main .pt-cv-pagination li {
    margin: 0px;
}
#top #main .pt-cv-pagination a,
#top #main .pt-cv-pagination span {
    font-size: 20px !important;
    color: #000 !important;
    border: none;
    box-shadow: none;
    background: transparent !important;
    font-weight: 700 !important;
}
#top #main .pt-cv-pagination li.active span,
#top #main .pt-cv-pagination li.active a {
    color: #78A22F !important;
}
#main .pt-cv-carousel .carousel-control.left {
    width: 56px !important;
    height: 56px !important;
    left: 0px;
    top: calc(50% - 28px);
    margin: 0px;
    transform: none;
}
#main .pt-cv-carousel .carousel-control.right {
    width: 56px !important;
    height: 56px !important;
    right: 0px;
    top: calc(50% - 28px);
    margin: 0px;
	transform: none;
}
#main .pt-cv-carousel .carousel-control.left:before {
    content: " ";
    width: 30px;
    height: 30px;
    border-left: 2px solid #9C0059;
    border-top: 2px solid #9C0059;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
    transition: .4s all;
}
#main .pt-cv-carousel .carousel-control.right:before {
    content: " ";
    width: 30px;
    height: 30px;
    border-right: 2px solid #9C0059;
    border-top: 2px solid #9C0059;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
    transition: .4s all;
}
#main .pt-cv-carousel .carousel-control.left:hover:before,
#main .pt-cv-carousel .carousel-control.right:hover:before {
	opacity: .8;
}
#main .pt-cv-carousel .carousel-control.left span,
#main .pt-cv-carousel .carousel-control.right span {
	display: none;
}

/*Scrolling Providers*/

#main .scrolling-providers .slick-slider {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	padding:0 75px;
}
#main .scrolling-providers .slick-list {
    display: flex;
	width: 100%;
}
#main .scrolling-providers .slick-track {
    display: flex;
}
#main .scrolling-providers .pt-cv-ifield.yellow-flr {
	background:#E8941A;
}
#main .scrolling-providers .pt-cv-ifield.purple-flr {
	background:#9C0059;
}
#main .scrolling-providers .pt-cv-ifield.green-flr {
	background:#78A22F;
}

#main .scrolling-providers .pt-cv-ifield.orange-flr{
	background:#d77b28;
}
#main .scrolling-providers .pt-cv-ifield.blue-flr {
	background:#0967e8;
}

/*Slick style*/

.slick-prev, .slick-next {
    padding: 5px 0px;
    background-color: transparent;
    border: none;
    color: #ffffff;
    border-radius: 0;
	width: 30px;
    font-size: 35px;
    cursor: pointer;
    line-height: 1;
    opacity: 0.9;
    position: absolute;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-property: background-color, opacity;
    transition-property: background-color, opacity;
}
.slick-next:before{
	content: " ";
    width: 30px;
    height: 30px;
    border-right: 2px solid #9C0059;
    border-top: 2px solid #9C0059;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
    transition: .4s all;
}

.slick-prev:before {
	content: " ";
    width: 30px;
    height: 30px;
    border-left: 2px solid #9C0059;
    border-top: 2px solid #9C0059;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
    transition: .4s all;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
 	opacity: 0.7;
	background:transparent !important;
}
.slick-prev {
  left: 25px;
  top: 50%;
}
.slick-next {
  right: 25px;
  top: 50%;
}



/* Color Boxes */

#main .home-boxes .slick-slider {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#main .home-boxes .slick-list {
    display: flex;
	width: 100%;
}
#main .home-boxes .slick-track {
    display: flex;
}
#main .home-boxes .flex_column {
    display: block;
    margin: 0px 15px;
    height: inherit;
}
#main .slick-dots {
    list-style: none;
    margin: 30px 0px 0px;
    width: 100%;
    display: none !important;
    align-items: center;
    justify-content: center;
}
#main .slick-dots li {
    margin: 0px 5px;
}
#main .slick-dots li button {
    background: #9C0059;
    border: none;
    outline: none;
    text-indent: 1000px;
    width: 22px;
    height: 22px;
    border-radius: 35px;
    opacity: .5;
    transition: .4s all;
}
#main .slick-dots li.slick-active button {
    opacity: 1;
}

/* DAF Form */

body #dafdirectdiv {
    width: 100%;
    background: rgb(156 0 89 / 5%);
    padding: 35px;
    border-radius: 8px;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.5;
}
body #dafdirectdiv br {
    display: none;
}
body #dafdirectdiv .whatThis a {
    color: #9c0058;
    width: 100% !important;
    text-align: center;
    margin: 10px 0px;
}
body #dafdirectdiv #notwhatisthis label {
    color: #1b1b1b;
    font-family: 'News Gothic';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    margin: 0px 0px 10px;
    display: block;
}
body #dafdirectdiv #notwhatisthis input,
body #dafdirectdiv #notwhatisthis select {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 10px;
    font-family: "Open Sans";
    font-size: 15px;
    border-radius: 5px;
    margin: 0px 0px 15px;
}
body #dafdirectdiv #notwhatisthis .dafdirectClearfix {
    display: none;
}
body #dafdirectdiv #notwhatisthis .dafdirectInputAmount {
    width: 100%;
    display: block;
	padding: 0px;
}
body #dafdirectdiv #notwhatisthis .dafdirectButtonContain {
    float: none;
    width: 100%;
    display: block;
    clear: both;
}

/* Color Blocks */

#top #main .color-block {
    background: #9C0059;
    border-radius: 5px;
    overflow: hidden;
}
#top #main .color-block.orange-bg {
    background: #E8941A;
}
#top #main .color-block.green-bg {
    background: #78A22F;
}
#top #main .color-block.blue-bg {
    background: #00B1B0;
}
#main .color-block .avia_textblock {
    padding: 30px;
}
#main .color-block .avia_textblock p a {
    text-transform: uppercase;
    font-weight: 700;
}

/* Logo Carousel */

#main .scrolling-logos {
    margin: 0px;
}
#main .scrolling-logos .pt-cv-carousel {
    padding-bottom: 0px;
}
#main .scrolling-logos .carousel-inner {
    overflow: visible;
}
#main .scrolling-logos .row {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0px 50px;
}
#main .scrolling-logos .row .pt-cv-content-item {
    width: calc(20% - 20px);
    margin: 0px 10px;
    padding: 0px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(52, 52, 52, 0.2);
    box-shadow: -20.55px 19.4px 17px -6.96px rgb(0 0 0 / 5%);
}
#main .scrolling-logos .pt-cv-href-thumbnail {
    position: relative;
    display: block;
    padding-bottom: 65%;
    height: auto;
    overflow: hidden;
    margin: 0px;
}
#main .scrolling-logos .pt-cv-href-thumbnail img {
    height: 80%;
    width: 80%;
    position: absolute;
    object-fit: contain;
    transition: .4s all;
    left: 10%;
    top: 10%;
}
#main .scrolling-logos .pt-cv-href-thumbnail:hover img {
    transform: scale(1.05);
}

/************************************************************ Footer */

#top #footer {
    border: none;
    padding: 65px 0px;
}
#top #footer .container {
    display: flex;
}
#top #footer .flex_column {
    width: 100%;
    margin: 0px;
    padding-right: 35px;
}
#top #footer .flex_column:first-child {
    text-align: center;
}
#top #footer .flex_column:last-child {
	padding-right: 0px;
}
#top #footer .widget {
    margin: 0px 0px 20px;
    font-size: 15px;
    line-height: 1.5;
    color: white;
}
#top #footer .widget:last-child {
    margin-bottom: 0px;
}
#footer .widgettitle {
    font-size: 22px;
    letter-spacing: 0px;
    font-weight: 800;
    text-transform: uppercase;
}
#footer .widget.widget_media_image {
    text-align: center;
}
#top #footer ul {
    margin-bottom: 20px;
}
#top #footer ul:last-child {
    margin-bottom: 0px;
}
#footer ul li {
    padding: 0px;
    margin: 0px 0px 10px;
}
#footer ul li:last-child {
    margin-bottom: 0px;
}
#top #footer p {
    margin-bottom: 10px;
}
#top #footer p strong {
    font-family: 'News Gothic';
    text-transform: uppercase;
    font-size: 22px;
}
#top #footer .widget a {
    color: white;
    transition: .4s all;
}
#top #main #footer .gfield input {
    border: none;
}
#top #footer .footer-socials {
    text-align: center;
}
#top #footer .footer-socials a {
    width: 30px;
    height: 30px;
    border: 1px solid white;
    display: inline-block;
    border-radius: 50%;
    line-height: 28px;
    margin: 0px 1px;
}
#top #footer .footer-socials a:hover {
	background: #9C0059;
}
#top #footer .gform_footer {
    padding: 0px;
    margin: 10px 0px 0px;
}
#main .footer-logos {
    display: flex;
    align-items: center;
}
#main .footer-logos a {
    max-width: calc(100% / 3);
}
#top #socket {
    margin: 0px;
    border: none;
}
#top #socket .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
#top #socket .copyright {
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: white;
    padding: 25px 0px;
    border-top: 2px solid rgba(255,255,255,.1);
    line-height: 1.35;
}

/************************************************************  Mobile Menu */

#top #menu-item-search {
    display: none;
}
#header .mobile-menu {
    display: none;
    margin-left: 10px;
}
#header .mobile-menu .shiftnav-toggle {
    background: transparent;
    color: #00B1B0;
    font-size: 30px;
    padding: 0px;
    line-height: 100px;
}
#header .mobile-menu .shiftnav-toggle i {
    margin-right: 0px;
}
#shiftnav-main {
    width: 320px;
}
#shiftnav-main:after {
	display: none;
}
#shiftnav-main .shiftnav-nav {
    padding-top: 75px;
    background: #00B1B0;
}
#shiftnav-main .shiftnav-nav li a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    color: white;
    padding: 10px 30px;
    font-family: "News Gothic";
}
#shiftnav-main .shiftnav-panel-close {
    color: white;
}
#shiftnav-main .shiftnav-nav .shiftnav-submenu-activation {
    font-size: 12px;
    color: #fff;
	max-height: 52px;
	min-width: 80px;
}
#shiftnav-main .sub-menu {
    background: rgba(0,0,0,.1);
}
#shiftnav-main .sub-menu.shiftnav-sub-active {
    padding: 10px 0px;
}
#shiftnav-main .sub-menu li a {
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 15px 8px 45px;
    font-family: "Open Sans";
}
#shiftnav-main .sub-menu .sub-menu li a {
    padding: 6px 15px 6px 70px;
}
#shiftnav-main .sub-menu .sub-menu li a:before {
    content: " ";
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 45px;
    top: 17px;
    opacity: .5;
}
#shiftnav-main .sub-menu .menu-icon a {
    display: flex;
    align-items: flex-start;
}
#shiftnav-main .sub-menu .menu-icon a i {
    width: 30px;
    text-align: center;
    font-size: 19px;
    margin-right: 10px;
    transform: translate(0px, 2px);
}
#shiftnav-main .mm-quick-links {
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 30px;
    background: transparent;
    margin-top: 15px;
}
#shiftnav-main .mm-quick-links h4,
#shiftnav-main .mm-socials h4,
#shiftnav-main .mm-contact h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0px;
    margin: 0px 0px 15px;
    font-weight: 700;
    font-family: "News Gothic";
}
#shiftnav-main .mm-quick-links li a {
    color: white;
    display: block;
    font-size: 16px;
    padding: 8px 0px;
    text-transform: none;
    font-weight: 500;
}
#shiftnav-main .mm-buttons {
    background: rgba(0,0,0,.1);
    padding: 30px;
}
#shiftnav-main .mm-socials {
    padding: 30px;
    background: transparent;
    text-align: center;
}
#shiftnav-main .mm-socials a {
    color: #fff;
    font-size: 19px;
    border: 1px solid white;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    line-height: 35px;
    margin: 0px 3px;
}
#shiftnav-main .mm-buttons li {
    margin-bottom: 10px;
}
#shiftnav-main .mm-buttons li:last-child {
    margin-bottom: 0px;
}
#shiftnav-main .mm-buttons li a {
    display: block;
    text-align: center;
    background: #9C0059;
    color: white;
    font-size: 15px;
    padding: 13px 10px;
    text-transform: uppercase;
    border-radius: 35px;
    font-weight: 700;
    border: 1px solid white;
}
#shiftnav-main .mm-buttons li:nth-child(2) a {
    background: #E8941A;
}
#shiftnav-main .header-portal a {
    display: block;
    background: white;
    padding: 20px;
    text-align: center;
}
#shiftnav-main .header-portal a img {
    height: 45px;
}

/************************************************************ Responsive */

@media screen and (max-width: 1600px) {
	#top #header #header_main_alternate .mega-menu > li a {
		font-size: 20px;
		padding: 0px 25px;
	}
	#main .button-box-holder .flex_column {
		padding: 20px 30px;
	}
	#main .button-box-holder .flex_column h4 {
		font-size: 21px;
	}
	#wpfront-notification-bar .wpfront-message {
		font-size: 23px;
	}
}

@media screen and (max-width: 1400px) {
	#top #header #header_main_alternate .mega-menu > li a {
		font-size: 18px;
		padding: 0px 15px;
	}
	#top #header #header_main_alternate .main_menu .search-bar {
		width: 300px;
	}
	#main .slide-text h1 {
		font-size: 2.1rem !important;
	}
	#main .button-box-holder .flex_column {
		padding: 20px;
	}
	#main .button-box-holder .flex_column h4 {
		font-size: 18px;
		margin-left: 10px;
	}
	#wpfront-notification-bar .wpfront-message {
		font-size: 20px;
	}
	#header_main .inner-container .header-widget .bottom-widget ul li a {
		font-size: 17px;
	}
	#header_main .inner-container .header-widget .top-widget .header-buttons a {
		padding: 12px 25px;
		font-size: 13px;
	}
	#main .pt-cv-carousel .carousel-control.left {
		left: 0px;
	}
	#main .pt-cv-carousel .carousel-control.right {
		right: 0px;
	}
	#main .live-filters .cvp-live-filter input,
	#main .live-filters .cvp-live-filter select {
		max-width: 150px;
	}
	#main .live-filters .cvp-live-filter .cvp-label {
		font-size: 17px;
	}
	#top #main .avia-button {
		padding: 12px 25px;
	}
}

@media screen and (max-width: 1200px) {
	#top #header #header_main_alternate .mega-menu > li a {
		font-size: 16px;
		padding: 0px 15px;
		letter-spacing: 0px;
	}
	#top #header #header_main_alternate .main_menu .search-bar {
		width: 250px;
	}
	#main .slide-text h1 {
		font-size: 1.8rem !important;
	}
	#main .button-box-holder .flex_column {
		flex-direction: column;
		text-align: center;
		justify-content: flex-start;
	}
	#main .button-box-holder .flex_column .avia-image-container {
		margin-bottom: 10px;
	}
	#main .button-box-holder .flex_column h4 {
		font-size: 19px;
		margin-left: 0px;
	}
	#main h4 {
		font-size: 20px;
	}
	#main .page-banner h1,
	#main .page-banner .banner-title {
		font-size: 2.4rem;
	}
	#main h3 {
		font-size: 1.45rem;
	}
	#main .live-filters .cvp-live-filter {
		margin-right: 10px;
	}
	#main .live-filters .cvp-live-filter input,
	#main .live-filters .cvp-live-filter select {
		max-width: 125px;
	}
	#main .live-filters .cvp-live-button {
		width: 100%;
		margin: 15px 0px 0px;
		text-align: center;
	}
	#main .related-providers .pt-cv-href-thumbnail {
		width: 75px;
	}
	#main .related-providers .pt-cv-href-thumbnail img {
		height: 75px;
	}
	#main .related-providers .pt-cv-colwrap {
		width: calc(100% - 75px);
		padding-left: 15px;
	}
	#top #main .related-providers .pt-cv-title {
		font-size: 20px;
	}
	#main .past-events-list .pt-cv-title {
		font-size: 1.5rem;
	}
	#main .past-events-list .pt-cv-href-thumbnail img {
		width: 200px;
	}
	#main .av-tab-section-inner-container .av-layout-tab .container,
	#main .av-tab-section-tab-title-container {
		max-width: calc(100% - 100px) !important;
		min-width: unset !important;
		left: 0px !important;
	}
}

@media screen and (max-width: 989px) {
	#mega-menu-wrap-avia .mega-menu-toggle + #mega-menu-avia > .mega-menu-item {
		display: none;
	}
	#mega-menu-wrap-avia .mega-menu-toggle + #mega-menu-avia > .av-burger-menu-main {
		display: none;
	}
	#top #menu-item-search {
		display: block;
	}
	#header .search-bar {
		display: none;
	}
	.header-buttons {
		display: none;
	}
	.bottom-widget {
		display: none;
	}
	#header .mobile-menu {
		display: block;
	}
	#header #mega-menu-wrap-avia #mega-menu-avia {
		background: transparent;
	}
	#top #header #header_main .main_menu {
    	display: flex;
		align-items: center;
	}
	#top #wrap_all .social_bookmarks {
		display: none;
	}
	#top #header #menu-item-search > a:before {
		color: #00B1B0;
		font-size: 28px;
	}
	#header_main .inner-container .header-widget {
		order: 1;
	}
	#header_main .inner-container .header-widget .top-widget {
		margin-bottom: 0px;
		margin-right: 20px;
	}
	#top #header #header_main .main_menu {
		position: relative;
		order: 2;
		height: auto;
	}
	#top #wrap_all #header #s,
	#top #wrap_all #header #s::-webkit-input-placeholder,
	#top #wrap_all #header #s::placeholder {
		color: #000;
	}
	#main .slide-text {
		max-width: 85vw !important;
		min-width: 85vw !important;
	}
	#main .container_wrap.sidebar_left .container {
		flex-wrap: wrap;
	}
	#top #main .container_wrap.sidebar_left .content {
		order: 1;
		width: 100%;
		padding-left: 0px;
	}
	#main .content .entry-content-wrapper {
		padding-right: 0px;
	}
	#top #main .container_wrap.sidebar_left .sidebar {
		order: 2;
		width: 100%;
		padding-top: 0px;
		border: none;
	}
	#main .sidebar .inner_sidebar {
		margin-right: 0px;
	}
	#main .sidebar .widget_nav_menu {
		position: relative;
		top: auto;
	}
	#main .scrolling-posts .row {
		padding: 0px 25px;
		flex-wrap: wrap;
	}
	#main .scrolling-posts .row .pt-cv-content-item {
		width: calc(50% - 30px);
		margin: 15px;
	}
	#main .live-filters .cvp-live-filter {
		width: 100%;
		margin: 0px 0px 10px;
	}
	#main .live-filters .cvp-live-filter .cvp-label {
		min-width: 175px;
	}
	#main .live-filters .cvp-live-filter input,
	#main .live-filters .cvp-live-filter select {
		max-width: calc(100% - 175px);
	}
	#main .live-filters .cvp-live-button {
		margin-top: 0px;
	}
	#main .post-grid .pt-cv-content-item {
		width: 50%;
	}
	#header .top-widget .textwidget .header-portal {
		display: none;
	}
}

@media screen and (max-width: 989px) and (min-width: 768px) {
	#main .related-providers .pt-cv-ifield {
		flex-direction: column;
		align-items: flex-start;
	}
	#main .related-providers .pt-cv-href-thumbnail {
		width: 100px;
	}
	#main .related-providers .pt-cv-href-thumbnail img {
		height: 100px;
	}
	#main .related-providers .pt-cv-colwrap {
		width: 100%;
		padding-left: 0px;
		padding-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	#top #wrap_all #main .flex_column {
        margin-bottom: 35px;
    }
    #top #wrap_all #main .flex_column:last-child {
    	margin-bottom: 0px;
	}
	#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    	margin-top: 35px;
	}
	#top #main .avia-section .content {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
	#main .pt-cv-carousel .carousel-control.left {
		left: -12px;
	}
	#main .pt-cv-carousel .carousel-control.right {
		right: -12px;
	}
	#main .avia_textblock.av_multi_colums p {
		width: 100%;
		padding-right: 0px;
	}
	#main .list-2col ul {
		column-count: 1;
	}
	#top #header .sub_menu > ul {
		width: auto;
		margin: 0px;
	}
	#top #header .sub_menu > ul > li {
		padding: 0px;
	}
	#header #header_meta .sub_menu li a {
		font-size: 14px;
		padding: 0px 15px;
	}
	#header_meta .notifications-box .dd-text {
		font-size: 16px;
	}
	#header #header_meta .sub_menu li a i {
		display: none;
	}
	#header_main .gt_switcher {
		width: 125px;
	}
	#header_main .gt_switcher .gt_selected a {
		font-size: 14px;
	}
	#header_main .logo a img,
	#header_main .logo a svg {
		max-height: 145px !important;
	}
	#main .slide-text h1 {
		font-size: 1.25rem !important;
	}
	#main .slide-overlay:before {
		height: 150%;
	}
	#main .slide-text {
		padding-bottom: 50px !important;
	}
	#main .button-box-holder .flex_column_table {
		flex-wrap: wrap;
	}
	#top #wrap_all #main .button-box-holder .container {
		width: 100%;
		max-width: 100%;
	}
	#top #wrap_all #main .button-box-holder .content {
		padding: 0px;
	}
	#main .button-box-holder .flex_column {
		width: 50% !important;
	}
	#main .button-box-holder .flex_column {
		width: 50% !important;
		margin: 0px !important;
		border-left: none;
		border-right: none;
	}
	#main .button-box-holder .flex_column:nth-child(1) {
		border-right: 1px solid rgba(0,0,0,.1);
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	#main .button-box-holder .flex_column:nth-child(2) {
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	#main .button-box-holder .flex_column:nth-child(3) {
		border-right: 1px solid rgba(0,0,0,.1);
	}
	#top #wrap_all #main .flex_column_table {
		margin-top: 0px;
		margin-bottom: 35px;
	}
	#top #wrap_all #main .flex_column_table:last-child {
		margin-bottom: 0px;
	}
	#main h2 {
		font-size: 1.9rem;
	}
	#top #main .avia-buttonrow-wrap .avia-button {
		width: 100%;
	}
	#main .scrolling-logos .row {
		flex-wrap: wrap;
	}
	#main .scrolling-logos .row .pt-cv-content-item {
		width: calc(50% - 10px);
		margin: 5px;
	}
	#top #footer .container {
		flex-wrap: wrap;
	}
	#top #footer .flex_column {
		text-align: center;
		padding-right: 0px;
	}
	#main .footer-logos {
		justify-content: center;
	}
	#top #footer .gform_footer {
		justify-content: center;
		margin-bottom: 30px;
	}
	#main .slick-dots {
		display: flex !important;
	}
	#main .page-banner h1,
	#main .page-banner .banner-title {
		font-size: 2rem;
	}
	#main .page-banner .banner-content {
		height: auto;
		padding: 50px 0px;
		flex-wrap: wrap;
		justify-content: center;
	}
	#main .page-banner .banner-icon {
		margin: 0px 0px 20px;
	}
	#main .page-banner .banner-text {
		width: 100%;
		text-align: center;
	}
	#main .toggler {
		font-size: 19px;
		line-height: 1.2;
		padding-left: 15px;
	}
	#main .toggle_content {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main .scrolling-posts .row .pt-cv-content-item {
		width: calc(100% - 30px);
	}
	#main .pt-cv-carousel .carousel-control.left:before,
	#main .pt-cv-carousel .carousel-control.right:before {
		width: 20px;
		height: 20px;
	}
	#main .live-filters .cvp-live-filter {
		flex-direction: column;
	}
	#main .live-filters .cvp-live-filter .cvp-label {
		width: 100%;
	}
	#main .live-filters .cvp-live-filter input,
	#main .live-filters .cvp-live-filter select {
		max-width: 100%;
	}
	#main .post-grid .pt-cv-colwrap {
		padding: 20px;
	}
	#main .post-grid .pt-cv-title {
		font-size: 1.3rem;
	}
	#main .post-grid .pt-cv-meta-fields {
		font-size: 15px;
	}
	#main .post-grid .pt-cv-readmore {
		font-size: 15px;
	}
	.provider-main-inner {
		flex-wrap: wrap;
	}
	.provider-info {
		width: 100%;
		padding-left: 0px;
		padding-top: 25px;
	}
	.provider-image {
		margin: 0 auto;
	}
	#main .provider-info h1 {
		font-size: 1.85rem;
	}
	#main .provider-info .specialties {
		font-size: 18px;
	}
	#main .provider-details .box-holder {
		flex-direction: column;
	}
	#main .provider-details .box-holder .box {
		width: 100%;
		margin: 0px 0px 20px;
		padding: 25px;
	}
	#main .provider-details .box-holder .box:last-child {
		margin-bottom: 0px;
	}
	#main .post-feed.news-feed .pt-cv-ifield {
		flex-direction: column;
	}
	#main .post-feed.news-feed .pt-cv-ifield {
    	flex-direction: column;
		align-items: flex-start;
	}
	#main .post-feed.news-feed .pt-cv-ifield .pt-cv-colwrap {
		width: 100%;
		padding: 25px 0px 0px;
	}
	#main h2.pt-cv-title {
    	font-size: 1.6rem;
	}
	#main blockquote {
    	padding: 25px;
		font-size: 18px;
	}
	#main .hide-tab-navigation .tab {
		display: none;
	}
	#main .template-blog h1 {
		font-size: 1.7rem;
	}
	#main .past-events-list .pt-cv-href-thumbnail img {
		width: 100%;
		margin-bottom: 30px !important;
	}
	#main .past-events-list .pt-cv-ctf-_EventStartDate {
		width: 60px;
		height: 60px;
		font-size: 22px;
	}
	#main .past-events-list .pt-cv-ctf-_EventStartDate .pt-cv-ctf-value {
		padding: 8px;
	}
	#main .past-events-list .pt-cv-colwrap {
		padding-left: 85px;
	}
	#main #tribe-events-content .av-single-event-content {
		width: 100%;
		padding-right: 0px;
	}
	#main #tribe-events-content .av-single-event-meta-bar {
		width: 100%;
		margin: 15px 0px 30px;
	}
	#top #main #tribe-events-content .tribe-events-cal-links .tribe-events-button {
		font-size: 14px;
		margin: 5px 0px;
		text-align: center;
		width: 100%;
	}
	#main .av-tab-section-inner-container .av-layout-tab .container,
	#main .av-tab-section-tab-title-container {
		flex-wrap: wrap;
		padding-bottom: 15px;
	}
	#main .av-tab-section-tab-title-container .av-section-tab-title {
		border-radius: 5px;
		width: auto;
		padding: 10px 20px;
	}
	#main .av-tab-section-tab-title-container .av-section-tab-title .av-outer-tab-title .av-inner-tab-title {
		font-size: 18px;
	}
	#main .large-text {
		font-size: 17px;
	}
	#main .av-tab-section-inner-container .av-layout-tab .container,
	#main .av-tab-section-tab-title-container {
		padding-top: 30px;
	}
	#main .post-feed .pt-cv-ifield {
		flex-direction: column;
		align-items: flex-start;
	}
	#main .post-feed .pt-cv-ifield .pt-cv-colwrap {
		width: 100%;
		padding: 15px 0px 0px;
	}
	#main img.alignright,
	#main img.alignleft {
		float: none;
		margin: 0 auto 20px;
		display: block;
	}
	#main .contact-form {
		padding: 0px;
	}
	#main .green-textblock {
		padding: 30px;
    }
	#main .award-box p {
		flex-direction: column;
	}
	#main .buttons-box ul li {
		width: 100%;
		margin: 5px 0px;
	}
	#main .story-image {
		float: none;
		margin: 0 auto 20px;
		text-align: center;
	}
	#main .scrolling-posts .row .pt-cv-content-item.col-md-4 {
		width: calc(100% - 30px);
	}
    .provider-map {
        max-width: 100%;
        padding: 30px 0 0 0;
    }
    #main .searchandfilter ul li {
        flex-direction: column;
        width: 100%;
    }
    #main .searchandfilter ul li h4 {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    #main .searchandfilter ul li label {
        width: 100%;
    }
    #main .searchandfilter ul li select, #main .searchandfilter ul li input[type="text"] {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {
	#header_main .gt_switcher .gt_selected a {
		font-size: 13px;
	}
	#header_main .inner-container .header-widget .top-widget {
		margin-right: 15px;
	}
	#header_main .gt_switcher {
		width: 105px;
	}
	#header .gt_switcher .gt_selected a:after {
		right: 0px;
	}
	#header_main .gt_switcher .gt_selected a img {
		margin-right: 5px;
	}
	#header_main .logo a img,
	#header_main .logo a svg {
		max-height: 125px !important;
	}
	#main .post-grid .pt-cv-content-item {
		width: 100%;
	}
	#top #main .pt-cv-pagination a,
	#top #main .pt-cv-pagination span {
		font-size: 18px !important;
		width: auto;
		margin: 0px 10px !important;
	}
}